source: rtems/c/src/ChangeLog @ 3025a4a

4.104.114.84.95
Last change on this file since 3025a4a was 3025a4a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/12/04 at 16:56:47

2004-02-12 Ralf Corsepius <corsepiu@…>

  • aclocal/bspopts.m4: Use AS_HELP_STRING.
  • aclocal/bsp-configure.m4: Require autoconf-2.59. Use AC_CONFIG_HEADERS.
  • aclocal/check-custom-bsp.m4: Add bspkit-support.
  • aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
  • Property mode set to 100644
File size: 88.5 KB
Line 
12004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/bspopts.m4: Use AS_HELP_STRING.
4        * aclocal/bsp-configure.m4: Require autoconf-2.59.
5        Use AC_CONFIG_HEADERS.
6        * aclocal/check-custom-bsp.m4: Add bspkit-support.
7        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
8
92004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: include local.am.
12
132004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * aclocal/version.m4: 4.6.99.0.
16
172004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Don't include host.am.
20        * automake/compile.am: Further cleanups.
21
222004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * automake/lib.am: Remove (Unused).
25
262004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * wrapup/Makefile.am: Don't include lib.am.
29        * automake/compile.am: Use automake compilation rules.
30
312004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * libnetworking/pppd/Makefile.am,
34        libnetworking/rtems_servers/Makefile.am,
35        libnetworking/rtems_telnetd/Makefile.am,
36        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
37        support/Makefile.am: Don't include lib.am.
38
392004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * libchip/Makefile.am: Don't include lib.am.
42        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
43        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
44        unnecessary EXTRA_DISTs.
45
462004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
49        hack.
50
512004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
54        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
55        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
56        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
57
582004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
61        Add AM_CONDITIONAL(HAS_MP).
62        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
63        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
64        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
65        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
66        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
67        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
68        (Deprecated by autoconf 2.59).
69
702004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
73        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
74
752004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * ChangeLog: Merge-in libnetworking/ChangeLog.
78        * libnetworking/ChangeLog: Remove.
79        * ChangeLog: Merge-in librdbg/ChangeLog.
80        * librdbg/ChangeLog: Remove.
81        * ChangeLog: Merge-in libchip/ChangeLog.
82        * libchip/ChangeLog: Remove.
83        * ChangeLog: Merge-in optman/ChangeLog.
84        * optman/ChangeLog: Remove.
85
862004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Reflect changes to cpukit.
89        * wrapup/Makefile.am: Reflect changes to librdbg.
90        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
91        * libchip/Makefile.am: Add PREINSTALL_DIRS.
92        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
93        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
94        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
95        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
96        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
97        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
98        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
99
1002004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * aclocal/rtems-top.m4: Remove check for version.m4.
103        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
104
1052004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
108        * wrapup/Makefile.am: Reflect changes to libchip/*.
109        * support/Makefile.am: Use automake compilation rules.
110        * wrapup/Makefile.am: Reflect changes to support/*.
111        * configure.ac: Remove libnetworking/wrapup/Makefile.
112        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
113        libnetworking/*/lib*.a instead of libnetapps.a.
114        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
115        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
116        * optman/Makefile.am: Use automake compilation rules.
117        * libchip/Makefile.am: Fix typo in previous patch.
118        * libchip/Makefile.am: Use automake compilation rules.
119        * libnetworking/Makefile.am: Remove wrapup.
120        * libnetworking/pppd/Makefile.am: Build libpppd. Use
121        automake-compilation rules.
122        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
123        automake-compilation rules.
124        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
125        automake-compilation rules.
126        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
127        automake-compilation rules.
128        * libnetworking/wrapup/Makefile.am: Remove (Unused).
129
1302004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
133        PRE/TMPINSTALL_FILES to CLEANFILES.
134        * automake/lib.am: Remove TMPINSTALL_FILES.
135        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
136        PRE/TMPINSTALL_FILES to CLEANFILES.
137        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
138        PRE/TMPINSTALL_FILES to CLEANFILES.
139        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
140        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
141        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
142        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
143        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
144        * librdbg/src/i386/Makefile.am: Ditto.
145        * librdbg/src/m68k/Makefile.am: Ditto.
146        * librdbg/src/powerpc/Makefile.am: Ditto.
147        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
148        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
149        * libnetworking/rtems_servers/Makefile.am: Ditto.
150        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
151        * libnetworking/rtems_webserver/Makefile.am: Ditto.
152
1532004-01-07      Joel Sherrill <joel@OARcorp.com>
154
155        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
156        more completely covers the MIPS family.
157
1582003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * wrapup/Makefile.am: Reflect changes to shmdr.
161        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
162
1632003-12-18      Joel Sherrill <joel@OARcorp.com>
164
165        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
166        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
167        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
168        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
169        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
170        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
171        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
172
1732003-12-17      Joel Sherrill <joel@OARcorp.com>
174
175        * aclocal/version.m4: Updated to rtems-20031217-test.
176
1772003-12-17     
178
179        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
180        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
181
1822003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * automake/compile.am: Remove LINK_LIBS (Unused).
185        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
186
1872003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
190        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
191        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
192        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
193        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
194
1952003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
198        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
199        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
200        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
201        * librdbg/src/i386/Makefile.am:
202        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
203        * librdbg/src/m68k/Makefile.am:
204        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
205        * librdbg/src/powerpc/Makefile.am:
206        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
207
2082003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
211        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
212        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
213        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
214        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
215        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
216        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
217        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
218        * optman/Makefile.am: Remove project_libdir.
219        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
220        PRE/TMPINSTALL_FILES.
221        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
222        PRE/TMPINSTALL_FILES.
223        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
224        PRE/TMPINSTALL_FILES.
225        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
226        PRE/TMPINSTALL_FILES.
227        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
228        from PRE/TMPINSTALL_FILES.
229        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
230        PRE/TMPINSTALL_FILES.
231        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
232        PRE/TMPINSTALL_FILES.
233        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
234        PRE/TMPINSTALL_FILES.
235        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
236        PRE/TMPINSTALL_FILES.
237        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
238        PRE/TMPINSTALL_FILES.
239        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
240        PRE/TMPINSTALL_FILES.
241        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
242        from PRE/TMPINSTALL_FILES.
243
2442003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
247        * automake/lib.am: Remove project_libdir.
248        * wrapup/Makefile.am: Reworked.
249
2502003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Reflect changes to librdbg.
253        * optman/Makefile.am: Add tmpinstall dirstamp support.
254        * libchip/Makefile.am: Fix variant-tmpinstall support.
255        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
256        * librdbg/src/powerpc/Makefile.am: Merge-in former
257        new_exception_processing/Makefile.am.
258        * librdbg/src/m68k/any/Makefile.am: Remove.
259        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
260        * librdbg/src/i386/any/Makefile.am: Remove.
261        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
262        * librdbg/src/Makefile.am: Cosmetics.
263        * librdbg/include/Makefile.am: Cosmetics.
264        * librdbg/Makefile.am: Cosmetics.
265        * libnetworking/Makefile.am: Cosmetics.
266        * libnetworking/pppd/Makefile.am: Cosmetics.
267        * libnetworking/wrapup/Makefile.am: Cosmetics.
268
2692003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Cosmetics.
272        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
273        support.
274
2752003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * automake/compile.am: Remove $(ARCH):-rule.
278
2792003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: Remove lib/libbsp/shared/Makefile,
282        lib/libbsp/shmdr/Makefile.
283
2842003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
287        libchip/serial/Makefile, libchip/rtc/Makefile.
288        * support/Makefile.am: Remove all-local: $(ARCH).
289        * wrapup/Makefile.am: Remove all-local: $(ARCH).
290        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
291        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
292        * optman/Makefile.am: Remove all-local: $(ARCH).
293        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
294        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
295        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
296        compilation dirstamp support.
297        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
298        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
299        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
300        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
301        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
302        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
303        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
304        all-local: $(ARCH).
305        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
306        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
307        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
308        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
309        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
310
3112003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * aclocal/lead-dot.m4: New (from automake-1.7f).
314        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
315        AC_SUBST(dirstamp).
316        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
317        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
318        libchip/serial/Makefile.am: Ditto.
319        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
320        * librdbg/include/Makefile.am: Ditto.
321        * librdbg/include/rdbg/Makefile.am: Ditto.
322        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
323        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
324        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
325        * librdbg/src/Makefile.am: Ditto.
326        * librdbg/src/i386/Makefile.am: Ditto.
327        * librdbg/src/i386/any/Makefile.am: Ditto.
328        * librdbg/src/m68k/Makefile.am: Ditto.
329        * librdbg/src/m68k/any/Makefile.am: Ditto.
330        * librdbg/src/powerpc/Makefile.am: Ditto.
331        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
332        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
333        preinstallation.
334        * libnetworking/pppd/Makefile.am: Ditto.
335        * libnetworking/rtems_servers/Makefile.am: Ditto.
336        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
337        * libnetworking/rtems_webserver/Makefile.am: Ditto.
338        * libnetworking/wrapup/Makefile.am: Ditto.
339
3402003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
343        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
344        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
345        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
346        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
347        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
348        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
349        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
350        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
351        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
352        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
353        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
354        underquoting to silence automake-1.8.
355
3562003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: Reflect having moved tests to ../../testsuites.
359
3602003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
363        * aclocal/canonical-host.m4: Remove.
364        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
365        * configure.ac: Remove RTEMS_CANONICAL_HOST.
366
3672003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * aclocal/check-cpu.m4: Remove.
370        * configure.ac: Merge-in former aclocal/check-cpu.m4.
371        * aclocal/canonical-target-name.m4: Add m4-quotes.
372        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
373        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
374        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
375        * aclocal/check-networking.m4: Add m4-quotes. Require
376        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
377        * aclocal/check-posix.m4: Add m4-quotes. Require
378        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
379        * aclocal/check-rdbg.m4: Add m4-quotes. Require
380        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
381        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
382
3832003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
386        * aclocal/bsp-alias.m4: Remove.
387
3882003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac: Make presence of tests/ optional.
391
3922003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * aclocal/path-perl.m4: Remove (Unused).
395
3962003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * automake/force-preinstall.am: Remove.
399
4002003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
401
402        PR 499/rtems_misc
403        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
404        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
405        Configuration (Odd was forced) - Correction of Stop Bit configuration
406        (inversed) - Correction of ISR Handler to call
407        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
408        CTS Hardware flow control Configuration.
409
4102003-09-04      Joel Sherrill <joel@OARcorp.com>
411
412        * lib/libcpu/shared/include/cache.h,
413        lib/libcpu/shared/src/cache_aligned_malloc.c,
414        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
415        license changed.
416        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
417        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
418        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
419        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
420        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
421        for license changed.
422        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
423        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
424        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
425        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
426        libchip/network/cs8900.h, libchip/network/dec21140.c,
427        libchip/network/elnk.c, libchip/network/open_eth.c,
428        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
429        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
430        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
431        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
432        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
433        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
434        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
435        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
436        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
437        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
438        libchip/serial/serial.h, libchip/serial/z85c30.c,
439        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
440        libchip/serial/z85c30_reg.c: URL for license changed.
441
4422003-09-03      Jiri Gaisler <jiri@gaisler.com>
443
444        PR 477/networking
445        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
446        * libchip/network/README.open_eth, libchip/network/open_eth.c,
447        libchip/network/open_eth.h: New files.
448
4492003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * aclocal/rtems-top.m4: Add RTEMS_API.
452        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
453
4542003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
457        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
458        @RTEMS_BSP@.cfg.
459
4602003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
463
4642003-08-20      Joel Sherrill <joel@OARcorp.com>
465
466        * libchip/network/cs8900.c: Correct copyright statements.
467
4682003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * aclocal/check-itron.m4: Remove.
471        * aclocal/enable-inlines.m4: Remove.
472        * Makefile.am: Reflect having moved aclocal/.
473        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
474        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
475        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
476        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
477        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
478        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
479        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
480        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
481        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
482        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
483        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
484        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
485        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
486        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
487        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
488        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
489        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
490        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
491        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
492        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
493        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
494        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
495        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
496        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
497        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
498        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
499        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
500        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
501        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
502        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
503        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
504        * aclocal/multilib.m4: New (Copied from ../../aclocal).
505        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
506        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
507        * aclocal/ppc.m4: New (Copied from ../../aclocal).
508        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
509        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
510        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
511        * aclocal/project-root.m4: New (Copied from ../../aclocal).
512        * aclocal/quoting.m4: New (Copied from ../../aclocal).
513        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
514        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
515        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
516        * aclocal/target.m4: New (Copied from ../../aclocal).
517        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
518        * aclocal/version.m4: New (Copied from ../../aclocal).
519
5202003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * configure.ac: Remove stray comments.
523        * automake/local.am, automake/host.am: Remove "debug".
524
5252003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * Makefile.am: Reflect having moved automake/.
528        * lib/Makefile.am: Reflect having moved automake/.
529        * support/Makefile.am: Reflect having moved automake/.
530        * wrapup/Makefile.am: Reflect having moved automake/.
531        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
532        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
533        from ../../automake).
534        * optman/Makefile.am: Reflect having moved automake/.
535        * libchip/Makefile.am: Reflect having moved automake/.
536        * libchip/ide/Makefile.am: Reflect having moved automake/.
537        * libchip/network/Makefile.am: Reflect having moved automake/.
538        * libchip/rtc/Makefile.am: Reflect having moved automake/.
539        * libchip/serial/Makefile.am: Reflect having moved automake/.
540        * librdbg/Makefile.am: Reflect having moved automake/.
541        * librdbg/include/Makefile.am: Reflect having moved automake/.
542        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
543        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
544        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
545        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
546        automake/.
547        * librdbg/src/Makefile.am: Reflect having moved automake/.
548        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
549        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
550        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
551        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
552        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
553        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
554        having moved automake/.
555        * libnetworking/Makefile.am: Reflect having moved automake/.
556        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
557        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
558        automake/.
559        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
560        automake/.
561        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
562        automake/.
563        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
564
5652003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * Makefile.am: Add bsp.pc.in.
568        * bsp.pc.in: New (pkgconfig support).
569
5702003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
573
5742003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * lib/Makefile.am: New (Required by 'make dist').
577        * lib/ChangeLog: Remove.
578        * lib/.cvsignore: Cleanup.
579        * configure.ac: Reflect having added lib/Makefile.am.
580        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
581        lib/libbsp/configure.ac.
582        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
583        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
584
5852003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
588        * configure.ac: Merge-in librdbg/configure.ac.
589        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
590        librdbg/configure.ac.
591        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
592        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
593        LIBCHIP. Conditionally build include-dirs.
594        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
595        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
596        * librdbg/Makefile.am, librdbg/include/Makefile.am,
597        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
598        librdbg/include/rdbg/m68k/Makefile.am,
599        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
600        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
601        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
602        librdbg/src/powerpc/Makefile.am, librdbg/
603        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
604        configure.ac into ../configure.ac.
605        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
606        * libnetworking/.cvsignore, libnetworking/Makefile.am,
607        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
608        libnetworking/rtems_telnetd/Makefile.am,
609        libnetworking/rtems_webserver/Makefile.am,
610        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
611        into ../configure.ac.
612
6132003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        PR 427/rtems
616        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
617        * librdbg/src/servtsp.c: Ditto.
618
6192003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
620
621        PR 429/bsps
622        PR 432/bsps
623        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
624        packets are queued onto an elnk board, the ISR will deadlock the device
625        with a tx complete interrupt.  Lighter tx loads are not affected as they
626        end up submitting single packets to the device.
627
6282003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * configure.ac: Merge-in libchip/configure.ac. Merge-in
631        optman/configure.ac.
632        * optman/configure.ac: Remove (Merged into ../configure.ac).
633        * optman/Makefile.am: Reflect having merged configure.ac into
634        ../configure.ac.
635        * libchip/configure.ac: Remove (Merged into ../configure.ac).
636        * libchip/Makefile.am, libchip/ide/Makefile.am,
637        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
638        libchip/serial/Makefile.am: Reflect having merged configure.ac into
639        ../configure.ac.
640
6412003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
644
6452003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
646
647        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
648        on i386.
649
6502003-06-13      Joel Sherrill <joel@OARcorp.com>
651
652        * libnetworking/pppd/chat.c: Removed warnings.
653
6542003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
655
656        * libchip/network/README.3com: New file missed in previous commit.
657        PR 405/bsps
658        PR 393/networking
659        * libchip/network/dec21140.c: Fix leak also known as PR393.
660        * libchip/network/elnk.c, libchip/network/if_media.h,
661        libchip/network/mii.h: New files.
662        * libchip/network/Makefile.am: Reflect new files.
663
6642003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * configure.ac: Remove support for profile-variant.
667
6682003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        PR 397/pppd
671        * libnetworking/pppd/fsm.c: Make peer_mru global again.
672        * libnetworking/pppd/magic.c: Remove *rand48.
673        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
674
6752003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * wrapup/Makefile.am: Add libide.a.
678
6792003-04-15      Joel Sherrill <joel@OARcorp.com>
680
681        PR 387/rtems_misc
682        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
683        routines.
684        * libchip/ide/ata_internal.h: Added missing newline and end of file.
685
6862003-04-11      Joel Sherrill <joel@OARcorp.com>
687
688        * libnetworking/rtems_webserver/cgi.c,
689        libnetworking/rtems_webserver/sockGen.c,
690        libnetworking/rtems_webserver/umui.c,
691        libnetworking/rtems_webserver/websSSL.c,
692        libnetworking/rtems_webserver/websSSL.h,
693        libnetworking/rtems_webserver/websda.c,
694        libnetworking/rtems_webserver/websda.h: New files. Not included in
695        previous commit.
696
6972003-04-10      Joel Sherrill <joel@OARcorp.com>
698
699        PR 371/pppd
700        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
701        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
702        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
703        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
704        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
705        still global symbols in rtemspppd.h which might need to be changed or
706        converted into member of a structure which is dereferenced with a
707        pointer that is managed as a per task variable. But this patch should
708        avoid many conflicts.
709
7102003-03-27      Joel Sherrill <joel@OARcorp.com>
711
712        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
713        not allowed in the cpukit source code since it must be buildable
714        independent of any BSP. These files were moved to libchip/ide.
715        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
716        files.
717
7182003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
719
720        PR 368/filesystems
721        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
722        improvements which now work on pc386 and mbx8xx.
723        * libchip/ide/ide_controller.c: New file.
724
7252003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
728
7292003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * configure.ac: Remove AC_CONFIG_AUX_DIR.
732        * configure.ac: Add support/.
733        * support/.cvsignore: New.
734        * support/Makefile.am: New.
735        * support/version.c: New.
736        * wrapup/Makefile.am: Add support/libsupport.a.
737        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
738        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
739        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
740        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
741
7422003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * wrapup/Makefile.am: Use SRC += instead of make-vars.
745
7462003-02-20      Till Straumann <strauman@slac.stanford.edu>
747
748        PR 354/networking
749        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
750        chip against a table of supported chips. The untested ones are still
751        commented out, however.
752
7532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
754
755        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
756        * configure.ac: AC_PREREQ(2.57).
757        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
758        * optman/configure.ac: AC_PREREQ(2.57).
759        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
760        * libchip/configure.ac: AC_PREREQ(2.57).
761        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
762        * librdbg/configure.ac: AC_PREREQ(2.57).
763        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
764        * libnetworking/configure.ac: AC_PREREQ(2.57).
765
7662003-02-06      Joel Sherrill <joel@OARcorp.com>
767
768        * libnetworking/pppd/chat.c: Convert routines with common names to
769        static. This included get_char(), put_char(), and character() among
770        others.
771
7722003-02-03      Joel Sherrill <joel@OARcorp.com>
773
774        PR 338/filesystem
775        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
776        rtems_io_lookup_name() (API change).  Unused function removed.
777
7782003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
781        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
782        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
783        Eliminate *_O_FILES.
784        * libnetworking/rtems_servers/Makefile.am,
785        libnetworking/rtems_webserver/Makefile.am,
786        libnetworking/rtems_telnetd/Makefile.am: Ditto.
787
7882002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
789
790        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
791        Let all-local: depend on $(LIB).
792        * wrapup/Makefile.am, configure.ac: Remove libmisc.
793        * optman/Makefile.am: Apply install-data-local to install *.rels.
794
7952002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
796
797        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
798        %.c rules.
799        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
800        * libchip/network/Makefile.am: Eliminate C_O_FILES.
801        * libchip/rtc/Makefile.am: Ditto.
802        * libchip/serial/Makefile.am: Ditto.
803
8042002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
805
806        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
807        LIBC_DEFINES.
808        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
809        LIBC_DEFINES.
810        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
811        LIBC_DEFINES.
812
8132002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
814
815        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
816
8172002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
818
819        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
820        cache-checking.
821        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
822
8232002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
826        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
827        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
828        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
829        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
830
8312002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
832
833        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
834        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
835        Remove.
836        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
837
8382002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
839
840        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
841        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
842
8432002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
844
845        * libchip/network/cs8900.c: I don't know why we have to SelfST register
846        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
847
8482002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
849
850        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
851        * optman/rel.am: New.
852
8532002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
854
855        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
856        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
857        braino in comment on "exec". Extend --enable-ada handling.
858
8592002-11-04      Joel Sherrill <joel@OARcorp.com>
860
861        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
862        tasks and rolling multiple loops into 1.
863        * librdbg/src/m68k/rdbg_f.c: Removed warning.
864        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
865        Removed warnings.
866
8672002-10-31      Joel Sherrill <joel@OARcorp.com>
868
869        * libchip/network/dec21140.c: Removed warnings.
870        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
871        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
872        librdbg/src/m68k/any/remdeb_xdr.c,
873        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
874        warnings.
875        * libnetworking/rtems_webserver/socket.c,
876        libnetworking/rtems_webserver/uemf.h: Removed warnings.
877
8782002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
879
880        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
881        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
882        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
883        above.
884
8852002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
886
887        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
888        * wrapup/.cvsignore: Remove autom4te.cache.
889        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
890        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
891        autom4te.cache.
892        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
893        autom4te.cache.
894        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
895        autom4te.cache.
896
8972002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
898
899        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
900
9012002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
902
903        * optman/.cvsignore: Add autom4te.cache.
904
9052002-09-14      Joel Sherrill <joel@OARcorp.com>
906
907        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
908
9092002-09-07      Joel Sherrill <joel@OARcorp.com>
910
911        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
912        include files to resolve warnings.
913
9142002-09-07      Chris Johns <ccj@acm.org>
915
916        * libchip/network/Makefile.am, libchip/network/README.cs8900,
917        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
918        which corrects the problem  where the cs8900.c file was actually the BSP
919        glue.  Joel did some hacking so this file will compile.  Previously it
920        required providing a target.h file to compile.
921        * libchip/network/cs8900.c.bsp: New file.
922
9232002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
924
925        * libnetworking/rtems_webserver/md5.h: Add missing newline.
926
9272002-08-31      Joel Sherrill <joel@OARcorp.com>
928
929        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
930        eliminate warning.
931
9322002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
933
934        * configure.ac: Add ada-tests.
935
9362002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
937
938        * Makefile.am: Add preinstall-stamp.
939
9402002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
941
942        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
943        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
944        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
945        gcc31 happy.
946        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
947        cp.
948
9492002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
950
951        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
952        make/bsp.mak.
953        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
954        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
955
9562002-08-12      Joel Sherrill <joel@OARcorp.com>
957
958        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
959        avoid error.
960
9612002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
962
963        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
964        * configure.ac: Add BSP_SUBDIRS.
965        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
966        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
967        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
968        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
969        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
970        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
971        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
972        RTEMS_CHECK_BSP_CACHE.
973        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
974        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
975        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
976        .$(OBJEXT) instead of .o.
977        * libnetworking/pppd/Makefile.am,
978        libnetworking/rtems_servers/Makefile.am,
979        libnetworking/rtems_telnetd/Makefile.am,
980        libnetworking/rtems_webserver/Makefile.am,
981        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
982
9832002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
984
985        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
986        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
987        ../libchip/serial/$(ARCH)/libserialio.a.
988        * libchip/serial/Makefile.am: Don't tmp-install lib.
989        * libchip/rtc/Makefile.am: Don't tmp-install lib.
990
9912002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
992
993        * Makefile.am: Add rtems_makedir.
994        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
995        * Makefile.am: Add wrapup-SUBDIR.
996        * wrapup/ChangeLog: Remove.
997        * wrapup/configure.ac: Remove.
998        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
999        (Make the bare BSP happy).
1000        * configure.ac: Ditto.
1001        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1002        Create make/custom/default.cfg.
1003        * configure.ac: Add creation of make/custom/*.cfg. Create
1004        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1005
10062002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1007
1008        * Makefile.am: Clean $(PROJECT_RELEASE).
1009
10102002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1011
1012        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1013        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1014        prototype mismatches.
1015
10162002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1017
1018        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1019        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1020
10212002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1022
1023        * acinclude.m4: Add test "$multilib" != "yes".
1024        * config-ml.in: Remove.
1025        * acinclude.m4: Cleanups.
1026        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1027        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1028        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1029        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1030        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1031
10322002-07-16      Eric Norum <eric.norum@usask.ca>
1033
1034        * New driver for the Intel EtherExpressPro (82559ER) chip.
1035        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1036        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1037        * libchip/network/Makefile.am: Modified to reflect above.
1038
10392002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1040
1041        * acinclude.m4: New.
1042        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1043        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1044        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1045
10462002-07-01      Joel Sherrill <joel@OARcorp.com>
1047
1048        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1049        _Objects_Information_table now that it is a two dimensional array based
1050        upon API and class.
1051        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1052        of strnlen().
1053
10542002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1055
1056        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1057        preinstall libnetapps.a.
1058
10592002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1060
1061        * configure.ac: Remove librpc.
1062
10632002-06-25      Joel Sherrill <joel@OARcorp.com>
1064
1065        * Per PR233, moved librpc to exec.
1066        * configure.ac, wrapup/Makefile.am: Modified.
1067        * librpc, librpc/ChangeLog: Removed.
1068
10692002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1070
1071        * optman/Makefile.am: Remove multilib support.
1072        * optman/configure.ac: Ditto.
1073        * optman/sapi/Makefile.am: Ditto.
1074
10752002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1076
1077        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1078        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1079
10802002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1081
1082        Move networking libraries to c/src/exec/libnetworking
1083        * libnetworking/configure.ac, libnetworking/Makefile.am,
1084        libnetworking/wrapup/Makefile.am: Reflect Moval.
1085
10862002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1087
1088        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1089        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1090        <rtems/bspIo.h>.
1091
10922002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1093
1094        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1095        * libnetworking/rtems/mkrootfs.h: Ditto.
1096        * libnetworking/rtems/Makefile.am: Reflect changes above.
1097
10982002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1099
1100        * configure.ac: Remove lib.
1101
11022002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1103
1104        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1105        that exception stack frames on M68K members with VBR always are 6 byte
1106        long. The incorrect assumption resulted in some gdb commands like "next"
1107        to fail on the 68360.
1108
11092002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1110
1111        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1112        PR 220
1113        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1114        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1115        CVS.
1116        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1117        libnetworking/sys/filio.h: Remove.
1118        * libnetworking/sys/Makefile.am: Reflect changes above.
1119
11202002-05-07      Chris Johns <ccj@acm.org>
1121
1122        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1123        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1124        requires it to be stripped.
1125
11262002-05-01      Eric Norum <eric.norum@usask.ca>
1127
1128        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1129        assembly  to satisfy gcc 3.1 and newer.
1130
11312002-04-26      Eric Norum <eric.norum@usask.ca>
1132
1133        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1134        agressive optimization in gcc 3.1 does not reorder things.
1135
11362002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1137
1138        * libchip/network/dec21140.c: Reflect changes to powerpc's
1139        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1140        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1141        <rtems/score/cpu.h>.
1142        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1143        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1144
11452002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1146
1147        * optman/configure.ac: Remove ENABLE_GCC28.
1148
11492002-04-11      Chris Johns <ccj@acm.org>
1150
1151        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1152        driver control block field to the ifconfig network driver structure.
1153        This field is needed by the i82586 driver which was ported from NetBSD
1154        as it had better hardware abstraction.
1155        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1156        PR59, added the drv_ctrl driver control block field to the ifconfig
1157        network driver structure. This field is needed by the i82586 driver
1158        which was ported from NetBSD as it had better hardware abstraction.
1159
11602002-04-10      Mike Siers <mikes@poliac.com>
1161
1162        * libnetworking/rtems_webserver/NOTES,
1163        libnetworking/rtems_webserver/asp.c,
1164        libnetworking/rtems_webserver/balloc.c,
1165        libnetworking/rtems_webserver/default.c,
1166        libnetworking/rtems_webserver/ej.h,
1167        libnetworking/rtems_webserver/ejIntrn.h,
1168        libnetworking/rtems_webserver/ejlex.c,
1169        libnetworking/rtems_webserver/ejparse.c,
1170        libnetworking/rtems_webserver/emfdb.c,
1171        libnetworking/rtems_webserver/emfdb.h,
1172        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1173        libnetworking/rtems_webserver/handler.c,
1174        libnetworking/rtems_webserver/license.txt,
1175        libnetworking/rtems_webserver/md5.h,
1176        libnetworking/rtems_webserver/md5c.c,
1177        libnetworking/rtems_webserver/mime.c,
1178        libnetworking/rtems_webserver/misc.c,
1179        libnetworking/rtems_webserver/ringq.c,
1180        libnetworking/rtems_webserver/rom.c,
1181        libnetworking/rtems_webserver/security.c,
1182        libnetworking/rtems_webserver/sock.c,
1183        libnetworking/rtems_webserver/sym.c,
1184        libnetworking/rtems_webserver/uemf.c,
1185        libnetworking/rtems_webserver/uemf.h,
1186        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1187        libnetworking/rtems_webserver/url.c,
1188        libnetworking/rtems_webserver/value.c,
1189        libnetworking/rtems_webserver/wbase64.c,
1190        libnetworking/rtems_webserver/webcomp.c,
1191        libnetworking/rtems_webserver/webpage.c,
1192        libnetworking/rtems_webserver/webrom.c,
1193        libnetworking/rtems_webserver/webs.c,
1194        libnetworking/rtems_webserver/webs.h,
1195        libnetworking/rtems_webserver/websuemf.c,
1196        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1197        2.1.4.
1198
11992002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1200
1201        * libchip/network/i82586.c: Include <string.h>.
1202        * libchip/network/sonic.c: Ditto.
1203
12042002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1205
1206        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1207
12082002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1209
1210        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1211
12122002-03-27      Thomas.Doerfler@imd-systems.de
1213
1214        PR 144
1215        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1216        memory address 0 when called for the first time. This is done when
1217        trying to clear the variable "dhcp_hostname".
1218
12192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1220
1221        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1222        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1223        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1224        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1225        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1226        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1227        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1228        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1229        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1230        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1231        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1232        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1233        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1234        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1235        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1236        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1237        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1238        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1239        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1240        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1241        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1242        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1243        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1244        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1245        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1246        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1247        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1248        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1249        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1250        AUTOMAKE_OPTIONS.
1251        * libnetworking/configure.ac:
1252        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1253        foreign 1.6]).
1254        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1255        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1256        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1257        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1258        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1259        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1260        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1261        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1262        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1263        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1264        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1265        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1266        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1267        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1268        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1269        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1270        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1271
12722002-03-27      Ilya Alexeev <ilya@continuum.ru>
1273
1274        PR 162
1275        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1276        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1277        used in a device write routines.  Now ppp_softc structure have own
1278        character for writing to device (sc_outchar).  I think that converting
1279        local variables to static is not a right solution, because problems will
1280        occur in the case of two or more ppp instances.
1281        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1282        must be u_long, otherwise in the case of the big output packet endless
1283        loop may occur.
1284
12852002-03-21      Ilya Alexeev <ilya@continuum.ru>
1286
1287        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1288        preparations for multiple PPPD connections.
1289
12902002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1291
1292        PR 149
1293        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1294        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1295        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1296        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1297
12982002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1299
1300        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1301        * configure.ac: Modified to reflect addition.
1302
13032002-02-27      Ilya Alexeev <ilya@continuum.ru>
1304
1305        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1306        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1307        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1308        capabilities as well as eliminate some warnings.
1309
13102002-02-27      Eric Norum <eric.norum@usask.ca>
1311
1312        * libnetworking/net/radix.c: Properly handle fetching the default route
1313        when there is no route.  This was a bug in the original FreeBSD code and
1314        this fix is from an updated version of their code.
1315
13162002-02-16      Eric Norum <eric.norum@usask.ca>
1317
1318        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1319        checking.
1320
13212002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1322
1323        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1324        dodefaultroute.
1325
13262002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1327
1328        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1329        include <rtems/seterr.h>.
1330
13312002-02-01      Mike Siers <mikes@poliac.com>
1332
1333        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1334        avoid bringing the link down too fast. NOTE: Mike reports successfully
1335        running at 56K baud on a direct link.
1336
13372002-02-01      Eric Valette <valette@crf.canon.fr>
1338
1339        * librdbg/So many patches have been posted recently on the mailing list
1340        and  because we were unable to find correct solution to compile on
1341        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1342        because the coding  style of rdbg was rather inconsistant among various
1343        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1344        global coding style (using indent + manual edits), 2) incorporate/review
1345        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1346        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1347        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1348        after rdbg initialization is done, NB : the paches is huge but it is
1349        mainly due to coding styke chnages.  Only few lines of codes have been
1350        really changed and they do not impact  rdbg functionnality (AFAIKT).
1351        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1352        librdbg/include/rdbg/m68k/rdbg_f.h,
1353        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1354        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1355        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1356        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1357        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1358        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1359        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1360        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1361        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1362        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1363        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1364        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1365        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1366        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1367        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1368        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1369
13702002-01-31      Mike Siers <mikes@poliac.com>
1371
1372        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1373        * Nice Update of PPPD support which eliminates the requiremetn that
1374        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1375        and reports that it seems to be more stable and handle larger packets
1376        better.  This patch replaces the termios tasks with more general pppd
1377        network driver tasks.  The functions pppinput() and pppstart() get
1378        called from the interrupt service routine.
1379        * libnetworking/Makefile.am, libnetworking/configure.ac,
1380        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1381        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1382        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1383        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1384        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1385        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1386        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1387        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1388        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1389        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1390        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1391        libnetworking/net/route.c, libnetworking/net/route.h,
1392        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1393        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1394        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1395        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1396        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1397        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1398        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1399        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1400        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1401        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1402        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1403        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1404        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1405        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1406        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1407        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1408        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1409        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1410        libnetworking/pppd/example/README,
1411        libnetworking/pppd/example/netconfig.h,
1412        libnetworking/wrapup/Makefile.am: Modified.
1413        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1414        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1415        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1416        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1417        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1418        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1419        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1420        libnetworking/modem/pppcompress.c: Subdirectory removed.
1421
14222002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1423
1424        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1425        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1426
14272002-01-18      Till Straumann <strauman@slac.stanford.edu>
1428
1429        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1430        issues: - exception handler needs to enable MSR_FP if the interrupted
1431        thread is FP enabled. - printk message for MSR fixed and added
1432        stacktrace. NOTE: this requires the stacktrace patch to
1433        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1434        however).
1435
14362002-01-06      Joel Sherrill <joel@OARcorp.com>
1437
1438        * optman/.cvsignore: Added aclocal.m4 and configure.
1439        * optman/.cvsignore: New file.
1440
14412002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1442
1443        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1444
14452002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1446
1447        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1448        * optman/ChangeLog: New.
1449        * optman/configure.ac: New.
1450        * optman/Makefile.am: New.
1451        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1452        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1453
14542001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1455
1456        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1457
14582001-12-18      Eric Norum <eric.norum@usask.ca>
1459
1460        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1461        `directories' (path names with a / at the end) while disallowing open()
1462        operations on TFTP `directories'.
1463
14642001-12-07      Eric Norum <eric.norum@usask.ca>
1465
1466        * libnetworking/lib/tftpDriver.c: Restore write capability.
1467
14682001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1469
1470        * libchip/network/sonic.h: Fix typo.
1471        * libnetworking/arpa/Makefile.am: Remove stray lines.
1472
14732001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1474
1475        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1476
14772001-10-18      Eric Norum <eric.norum@usask.ca>
1478
1479        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1480        chdir() and open() operations within the TFTP file system.
1481
14822001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1483
1484        * librdbg/configure.ac: Fix latent bug exposed by removal of
1485        config.cache's which prevented powerpc targets librdbg from building.
1486
14872001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1488
1489        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1490        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1491        autoconf-2.52 happy.
1492
14932001-10-12      Mike Siers <mikes@poliac.com>
1494
1495        * libnetworking/Update to stable working state.  Congratulations Mike!
1496        :).
1497        * libnetworking/modem_example: Directory removed.
1498        * libnetworking/modem_example/16550.h,
1499        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
1500        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
1501        libnetworking/modem_example/ppp.h,
1502        libnetworking/modem_example/pppcompress.c: Files removed.
1503        * libnetworking/pppd/example/pppd.options: New file.
1504        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
1505        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1506        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1507        libnetworking/pppd/rtemsmain.c: Updated.
1508
15092001-10-12      Joel Sherrill <joel@OARcorp.com>
1510
1511        * libchip/serial/z85c30.c: Fixed typo.
1512
15132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1514
1515        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1516        * configure.in: Remove.
1517        * configure.ac: New file, generated from configure.in by autoupdate.
1518        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1519        * libchip/configure.in: Remove.
1520        * libchip/configure.ac: New file, generated from configure.in by
1521        autoupdate.
1522        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1523        * librdbg/configure.in: Remove.
1524        * librdbg/configure.ac: New file, generated from configure.in by
1525        autoupdate.
1526        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1527        * libnetworking/configure.in: Remove.
1528        * libnetworking/configure.ac: New file, generated from configure.in by
1529        autoupdate.
1530
15312001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1532
1533        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
1534        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
1535        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
1536
15372001-09-27      Joel Sherrill <joel@OARcorp.com>
1538
1539        * libchip/ChangeLog: Fixed typo in date.
1540
15412001-09-27      Eric Norum <eric.norum@usask.ca>
1542
1543        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
1544        TFTP  filesystem.
1545
15462001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1547
1548        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
1549        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
1550        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
1551        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
1552        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1553        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1554        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1555        'PREINSTALL_FILES ='.
1556        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
1557        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
1558        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
1559        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
1560        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
1561        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
1562        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
1563        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
1564        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
1565        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
1566        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
1567        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
1568
15692001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1570
1571        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
1572        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
1573        * librdbg/src/m68k/any/Makefile.am: Ditto.
1574        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1575        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
1576        happy.
1577
15782001-09-21      Joel Sherrill <joel@OARcorp.com>
1579
1580        * libchip/network/Makefile.am: Fixed typo on file name.
1581        * libchip/network/i82586.c: Commented out line 318 which is referencing
1582        a member of a structure that is not currently there.  This needs to be
1583        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
1584        to C style.
1585
15862001-09-19      Eric Norum <eric.norum@usask.ca>
1587
1588        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
1589
15902001-09-19      Chris Johns <ccj@acm.org>
1591
1592        * libchip/network/README.i82586, libchip/network/i82586.c,
1593        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
1594        Network driver for Intel i82586.
1595        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
1596        rtems/rtems_bsdnet_internal.h Added support for populating the initial
1597        "root" filesystem with information obtained via the DHCP response.
1598
15992001-09-14      Eric Norum <eric.norum@usask.ca>
1600
1601        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
1602        make gcc 3.x happy.
1603
16042001-08-16      Mike Siers <mikes@poliac.com>
1605
1606        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
1607        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
1608        These support callback functionality that has not even been compiled
1609        under RTEMS yet.
1610        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
1611        example application.  Mike's notes on the modifications: - renamed
1612        error() function because of namespace problems - removed calls to the
1613        exit() funciton - removed extra files from the pppd source directory -
1614        defined pppd task constant values in rtemspppd.h - modifyied example
1615        code to get actual tick per second value - placed the pppd 2.3.11 man
1616        page file (pppd.8) into the pppd directory.
1617        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1618        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
1619        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1620        libnetworking/pppd/rtems-ppp.c: Deleted.
1621        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
1622        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1623        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
1624        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
1625        libnetworking/pppd/example/init.c,
1626        libnetworking/pppd/example/netconfig.h,
1627        libnetworking/pppd/example/ppp.conf,
1628        libnetworking/pppd/example/pppdapp.c,
1629        libnetworking/pppd/example/system.h: New files.
1630        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
1631        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
1632        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
1633        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1634        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1635        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1636        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1637        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1638        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1639        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1640        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1641        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1642        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1643        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
1644        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
1645
16462001-08-16      Joel Sherrill <joel@OARcorp.com>
1647
1648        * libnetworking/pppd/example/Makefile: Removed.
1649        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
1650        to avoid bootstrap -c clobbering it.
1651        * libnetworking/rtems_telnetd/.cvsignore: New file.
1652
16532001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1654
1655        * libnetworking/Makefile.am, libnetworking/configure.in,
1656        libnetworking/rtems_servers/Makefile.am,
1657        libnetworking/rtems_servers/telnetd.c,
1658        libnetworking/rtems_servers/telnetd.h,
1659        libnetworking/rtems_telnetd/Makefile.am,
1660        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1661        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1662        libnetworking/rtems_telnetd/telnetd.c,
1663        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
1664        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
1665        effect when ftpd change. - the tcp/ip stats have been implemented into
1666        icmds.c and started when telnetd daemon is started.
1667        * libnetworking/rtems_servers/telnetd.c,
1668        libnetworking/rtems_servers/telnetd.h: Removed.
1669        * libnetworking/rtems_telnetd: New directory.
1670        * libnetworking/rtems_telnetd/Makefile.am,
1671        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1672        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1673        libnetworking/rtems_telnetd/telnetd.c,
1674        libnetworking/rtems_telnetd/telnetd.h: New files.
1675
16762001-06-14      Joel Sherrill <joel@OARcorp.com>
1677
1678        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
1679        Moved from libmisc/shell so the network stack to address network
1680        depenendency.
1681        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
1682
16832001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1684
1685        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
1686
16872001-05-15      Joel Sherrill <joel@OARcorp.com>
1688
1689        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1690        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
1691        accidentally deleted the incorrectly empty versions.
1692
16932001-05-14      Till Straumann <strauman@slac.stanford.edu>
1694
1695        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
1696        libchip/pci/Makefile.am: Per PR215 address the following issues: -
1697        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
1698        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
1699        to know the values) - the affected BSP (shared/motorola) headers have
1700        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
1701        driver (libchip/network/dec21140.c) has been fixed to use
1702        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
1703        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
1704        who is using this driver. - the DEC driver also has been fixed to use
1705        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
1706        delay_in_bus_cycles().
1707
17082001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1709
1710        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
1711
17122001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1713
1714        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
1715
17162001-04-24      Eric Norum <eric.norum@usask.ca>
1717
1718        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
1719        NTP synchronization a little more robust -- no NTP daemon yet, but at
1720        least it trys a little harder when the primary NTP server is down.
1721
17222001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
1723
1724        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
1725        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1726        libnetworking/pppd/modem_example/modem.c,
1727        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
1728        other strings into English.
1729        * libnetworking/pppd/STATUS: updated to reflect the changes.
1730
17312001-04-20      Jake Janovetz <janovetz@uiuc.edu>
1732
1733        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
1734        again.
1735
17362001-04-20      Eric Valette <valette@crf.canon.fr>
1737
1738        * mcp750 directory renamed new_exception processing as it supports many
1739        more CPU models.
1740        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
1741        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1742        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
1743        formerly in mcp750 plus modifications.
1744        * librdbg/src/powerpc/mcp750/.cvsignore,
1745        librdbg/src/powerpc/mcp750/Makefile.am,
1746        librdbg/src/powerpc/mcp750/remdeb.h,
1747        librdbg/src/powerpc/mcp750/remdeb_f.x,
1748        librdbg/src/powerpc/mcp750/remdeb_svc.c,
1749        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
1750        new_exception_processing.
1751        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
1752        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1753        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
1754        part of this effort to add support for the MPC8xx.
1755
17562001-04-19      Joel Sherrill <joel@OARcorp.com>
1757
1758        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
1759        internal include files.
1760
17612001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
1762
1763        PR 158
1764        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
1765        rcmd() library call by commenting out the parts that deal with signals.
1766        This enables RTEMS to 'rsh' command to a server connecting fd to remote
1767        stdio. The 'server-side' parts of this file which deal with
1768        authentication are disabled since they are not needed.
1769
17702001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
1771
1772        * libnetworking/include/.cvsignore: Remove dangling file.
1773
17742001-03-14      Joel Sherrill <joel@OARcorp.com>
1775
1776        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
1777        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
1778        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
1779        libchip style serial drivers can be written in libcpu or libbsp.
1780
17812001-03-01      Joel Sherrill <joel@OARcorp.com>
1782
1783        * libchip/network/cs8900.c, libchip/network/cs8900.h,
1784        libchip/network/sonic.c, libchip/network/sonic.h,
1785        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1786        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1787        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1788        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
1789        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1790        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1791        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1792        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
1793
17942001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1795
1796        * librdbg/include/rdbg/Makefile.am,
1797        librdbg/include/rdbg/i386/Makefile.am,
1798        librdbg/include/rdbg/m68k/Makefile.am,
1799        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
1800        style on include files.
1801
18022001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1803
1804        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1805        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
1806        replace ${..} with $(..).
1807        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
1808        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
1809        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
1810        libnetworking/rtems/Makefile.am, libnetworking/
1811        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
1812        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
1813        include_*HEADERS instead of H_FILES.
1814        * libnetworking/include/Makefile.am: Remove.
1815        * libnetworking/Makefile.am: Add handling of *.h files.
1816        * libnetworking/configure.in: Remove include/Makefile.
1817
18182001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1819
1820        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
1821
18222001-01-31      Sergei Organov <osv@javad.ru>
1823
1824        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
1825        current dir and root dir removed in favor of new libio support for
1826        task-local current and root directories. - Bug in `close_data_socket()'
1827        introduced by previous change fixed. - `command_pasv()' changed to set
1828        timeout on socket we are listening on and code fixed to don't close
1829        socket twice on error. - `serr()' changed to clear `errno'. -
1830        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
1831        changed to clear `errno' before processing session. -
1832        `close_data_socket()' fixed to close both active and passive sockets -
1833        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
1834        empty string  in `exec_command()'.
1835
18362001-01-25      Eric Norum <eric.norum@usask.ca>
1837
1838        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
1839        improves throughput on systems which are dropping packets.   Only the
1840        first timeout is reduced.  This keeps the number of extra packets down
1841        on networks that are very busy and dropping lots of packets.
1842
18432001-01-24      Sergei Organov <osv@javad.ru>
1844
1845        * libnetworking/rtems_servers/ftpd.c,
1846        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
1847        - Timeouts on sockets implemented. 'idle' field added to configuration.
1848        No timeout by default to keep backward compatibility. Note: SITE IDLE
1849        command not implemented yet. - Basic global access control implemented.
1850        'access' field added to configuration. No access limitations by default
1851        to keep backward compatibility. - Anchor data socket for active mode
1852        (using self IP and port 20.) - Fixed default data port support (still
1853        not tested). - Don't allow IP address different from originating host in
1854        PORT command to improve security. - Fixed bug in MDTM command. - Check
1855        for correctness of parsing of argument in command_port(). - Fixed
1856        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
1857        a directory. - Command parsing a little bit improved: command names are
1858        now converted to upper-case to be more compatible with RFC (command
1859        names are not case-sensitive.) - Reformat comments so that they have
1860        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
1861        previous changes - True ASCII mode implemented (doesn't work for hooks
1862        and /dev/null) - Passive mode implemented, PASV command added. - Default
1863        port for data connection could be used (untested, can't find ftp client
1864        that doesn't send PORT command) - SYST reply changed to UNIX, as former
1865        RTEMS isn't registered name. - Reply codes reviewed and fixed.
1866
18672001-01-18      Joel Sherrill <joel@OARcorp.com>
1868
1869        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
1870        macro using variable arguments.
1871        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
1872        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
1873        since I updated the main RTEMS development machine to RedHat 7.2 and
1874        apparently got a new version of rpcgen.
1875
18762001-01-12      Sergei Organov <osv@javad.ru>
1877
1878        * libnetworking/rtems_servers/ftpd.c,
1879        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
1880        - use pool of pre-created threads to handle sessions instead of
1881        creating/deleting threads on the fly - LIST output is now similar to
1882        what "/bin/ls -al" would output, thus FTP clients such Netscape are
1883        happy with it. - LIST NAME now works (both for files and directories) -
1884        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
1885        clients happy  - keep track of CWD for every session separately -
1886        ability to specify root directory name for FTPD in configuration table.
1887        FTPD will then create illusion for FTP clients that this is actually
1888        root directory. - ignore options sent in commands, thus LIST -al FILE
1889        works and doesn't try to list "-al" directory. - buffers are allocated
1890        on stack instead of heap where possible to eliminate malloc/free calls
1891        (avoid possible heap fragmentation troubles). - drop using of task
1892        notepad to pass parameters - use function arguments instead - use
1893        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
1894        in socket() instead of AF_INET.
1895
18962001-01-02      Joel Sherrill <joel@OARcorp.com>
1897
1898        * libnetworking/CHANGELOG: Removed.
1899        * libnetworking/README: Merged CHANGELOG contents as initial changes.
1900
19012000-12-14      Eric Norum <eric.norum@usask.ca>
1902
1903        * libnetworking/lib/tftpDriver.c: Added write capability.
1904
19052000-12-08      Joel Sherrill <joel@OARcorp.com>
1906
1907        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
1908        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
1909        numerous variable declarations conditional on PPP_COMPRESS and
1910        PPP_FILTER.  Commented out variables that were not used because the code
1911        using them was commented out. Removed totally unused variables.
1912        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
1913        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
1914
19152000-11-30      Joel Sherrill <joel@OARcorp.com>
1916
1917        * libnetworking/modem/ppp_tty.c: Changed to include
1918        <rtems/termiostypes.h> since that is an RTEMS specific header file.
1919        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
1920        * libnetworking/Makefile.am: Modified to reflect above.
1921
19222000-11-27      Joel Sherrill <joel@OARcorp.com>
1923
1924        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
1925
19262000-11-25      Eric Norum <eric.norum@usask.ca>
1927
1928        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
1929        core.
1930
19312000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
1932
1933        * libnetworking/wrapup/Makefile.am: Added modem subdir.
1934        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
1935        subdir.
1936        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
1937        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
1938        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
1939        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
1940        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
1941        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
1942        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
1943        main.c and ppp_tty.c should be scratched. The modem subdir has the real
1944        ppp_tty.c and the real pppd main is in pppmain.c.
1945
19462000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1947
1948        * libchip/network/sonic.c: Added ipalign() routine to align the received
1949        packet so that the ip header is on a 32-bit boundary. Necessary for
1950        cpu's that do not allow unaligned loads and stores and when the 32-bit
1951        DMA mode is used.
1952
19532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1954
1955        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1956        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
1957        ACLOCAL_AMFLAGS.
1958        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
1959        ACLOCAL_AMFLAGS.
1960        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
1961        ACLOCAL_AMFLAGS.
1962
19632000-11-03      Chris Johns <ccj@acm.org>
1964
1965        * libchip/network/README.cs8900, libchip/network/cs8900.c,
1966        libchip/network/cs8900.h: New files.
1967
19682000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1969
1970        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1971        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
1972        $(RTEMS_TOPdir)/aclocal.
1973        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
1974        $(RTEMS_TOPdir)/aclocal.
1975        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
1976        $(RTEMS_TOPdir)/aclocal.
1977
19782000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1979
1980        * configure.in: Switch to GNU-canonicalization.
1981        * Makefile.am: Reflect changes to configure.in.
1982        * acinclude.m4: Remove.
1983
19842000-10-30      Joel Sherrill <joel@OARcorp.com>
1985
1986        * POSIX include files merged into newlib.  This resulted in some
1987        definitions moving to other files and thus some secondary effects in
1988        RTEMS source code.
1989        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
1990        in sync with newlib's <machine/types.h>.
1991        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
1992        definition of struct itimerval in <sys/time.h>.
1993
19942000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1995
1996        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
1997        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
1998        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
1999        * ChangeLog: Fix typos.
2000        * configure.in: add tests to the GNU canonicalized subdirectories.
2001
20022000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2003
2004        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2005        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2006        the lib directory before configuring lib/.
2007
20082000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2009
2010        * configure.in, Makefile.am: add exec to the GNU canonicalized
2011        subdirectories.
2012        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2013        * configure.in: add libnetworking, librpc and librdb to the GNU
2014        canonicalized subdirectories.
2015        * configure.in: add libmisc and libchip to the GNU canonicalized
2016        subdirectories.
2017        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2018        Switch to GNU canonicalization.
2019        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2020        Switch to GNU canonicalization.
2021        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2022        Switch to GNU canonicalization.
2023
20242000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2025
2026        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2027        canonicalization to libfs/. The approach is currently a bit of a hack as
2028        GNU canonicalization does not support the per-BSP build some of the
2029        other directories require.  As more of the tree is converted, this will
2030        become less  of an issue.
2031
20322000-10-20      Joel Sherrill <joel@OARcorp.com>
2033
2034        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2035        parameter.
2036
20372000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2038
2039        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2040        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2041        * librdbg/configure.in: Add m68k support.
2042        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2043        subdirectory.
2044        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2045        failure.
2046        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2047        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2048        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2049        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2050        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2051        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2052        librdbg/src/m68k/.cvsignore: New files.
2053        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2054        function pointers.
2055        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2056        _after_ pointer has been checked against NULL.
2057
20582000-10-18      Joel Sherrill <joel@OARcorp.com>
2059
2060        * wrapup/Makefile.am: Added libfs.
2061
20622000-10-18      Chris Johns <ccj@acm.org>
2063
2064        * libfs created.
2065        * configure.in: Added libfs subdirectory.
2066        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2067
20682000-09-28      Joel Sherrill <joel@OARcorp.com>
2069
2070        * libnetworking/rtems_webserver/Makefile.am,
2071        libnetworking/rtems_webserver/base64.c,
2072        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2073        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2074
20752000-09-22      Joel Sherrill <joel@OARcorp.com>
2076
2077        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2078        libnetworking/rtems/rtems_bsdnet_internal.h,
2079        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2080        have included rtems.h.  It is now including precisely the  least amount
2081        of low level, yet portable .h files to get the basic RTEMS types
2082        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2083        used machine/types.h to include rtems.h.
2084
20852000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2086
2087        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2088
20892000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2090
2091        * libnetworking/ChangeLog: Cleanup.
2092
20932000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2094
2095        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2096        * libchip/ChangeLog: Fix formating.
2097
20982000-09-05      Joel Sherrill <joel@OARcorp.com>
2099
2100        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2101        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2102        confusion and to work with the converted flags.
2103
21042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2105
2106        * wrapup/Makefile.am: Include compile.am.
2107        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2108        libchip/serial/Makefile.am: Include compile.am.
2109        * librdbg/src/i386/any/Makefile.am,
2110        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2111        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2112        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2113        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2114        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2115        libnetworking/rtems_servers/Makefile.am,
2116        libnetworking/rtems_webserver/Makefile.am,
2117        libnetworking/wrapup/Makefile.am: Include compile.am.
2118
21192000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2120
2121        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2122        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2123
21242000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2125
2126        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2127
21282000-08-31      Joel Sherrill <joel@OARcorp.com>
2129
2130        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2131        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2132        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2133        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2134        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2135        * libnetworking/wbase64.c: Removed.
2136        * libnetworking/Makefile.am, libnetworking/asp.c,
2137        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2138        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2139        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2140        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2141        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2142        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2143        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2144        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2145        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2146        Modified.
2147
21482000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2149
2150        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2151
21522000-08-30      Joel Sherrill <joel@OARcorp.com>
2153
2154        * libnetworking/rtems_webserver/license.txt: New file.
2155
21562000-08-10      Joel Sherrill <joel@OARcorp.com>
2157
2158        * ChangeLog: New file.
2159        * libchip/ChangeLog: New file.
2160        * librdbg/ChangeLog: New file.
2161        * libnetworking/ChangeLog: New file.
2162
Note: See TracBrowser for help on using the repository browser.