source: rtems/c/src/ChangeLog @ 5569cec

4.104.114.84.95
Last change on this file since 5569cec was 5569cec, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/09/04 at 09:53:08

2004-03-09 Ralf Corsepius <corsepiu@…>

  • aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch. There are no application level Makefiles in here.
  • Property mode set to 100644
File size: 92.2 KB
Line 
12004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
4        There are no application level Makefiles in here.
5
62004-03-04      Joel Sherrill <joel@OARcorp.com>
7
8        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
9        they can be used in application level makefiles.
10
112004-03-05      Joel Sherrill <joel@OARcorp.com>
12
13        * libnetworking/rtems_webserver/ejparse.c,
14        libnetworking/rtems_webserver/emfdb.c,
15        libnetworking/rtems_webserver/sock.c,
16        libnetworking/rtems_webserver/socket.c,
17        libnetworking/rtems_webserver/sym.c,
18        libnetworking/rtems_webserver/webs.c,
19        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
202004-03-05      Joel Sherrill <joel@OARcorp.com>
21
22        * libchipnetwork/open_eth.c: Remove warnings by conditionally
23        compiling this file only only those CPU families with supported
24        exception models.
25
262004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * acinclude.m4: Fix loosing arguments when configuring cpukit and
29        testsuites (Was exposed with --enable-multilib, only).
30        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
31         Add RTEMS_BSP_CONFIG_SUBDIR.
32        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
33        testsuites's configure.
34        * aclocal/rtems-top.m4: Remove ENDIF hack.
35        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
36
372004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
40        wrapup/Makefile.am: Fix automake problems having been introduced
41        in previous patch.
42
432004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
46        Preinstall dirs.
47        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
48        * aclocal/check-multiprocessing.m4: Cosmetics.
49        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
50        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
51
522004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
55        librdbg/src/Makefile.am.
56        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
57        * configure.ac: Reflect changes above.
58        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
59        * wrapup/Makefile.am: Reflect changes above.
60        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
61
622004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
65
662004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
69
702004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/Makefile.am: Reflect new location of librdbg.a.
73
742004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
77        librdbg/src/powerpc/Makefile.am: Remove.
78        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
79        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
80        * configure.ac: Reflect changes above.
81
822004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84
852004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
88        STRIP.
89
902004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * librdbg/include/Makefile.am: Merge-in
93        librdbg/include/rdbg/i386/Makefile.am,
94        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
95        librdbg/include/rdbg/powerpc/Makefile.am.
96        * librdbg/include/rdbg/i386/Makefile.am,
97        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
98        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
99        * configure.ac: Reflect changes above.
100
1012004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Use AS_HELP_STRING(ada).
104
1052004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * aclocal/bspopts.m4: Use AS_HELP_STRING.
108        * aclocal/bsp-configure.m4: Require autoconf-2.59.
109        Use AC_CONFIG_HEADERS.
110        * aclocal/check-custom-bsp.m4: Add bspkit-support.
111        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
112
1132004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: include local.am.
116
1172004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * aclocal/version.m4: 4.6.99.0.
120
1212004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Don't include host.am.
124        * automake/compile.am: Further cleanups.
125
1262004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * automake/lib.am: Remove (Unused).
129
1302004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Don't include lib.am.
133        * automake/compile.am: Use automake compilation rules.
134
1352004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * libnetworking/pppd/Makefile.am,
138        libnetworking/rtems_servers/Makefile.am,
139        libnetworking/rtems_telnetd/Makefile.am,
140        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
141        support/Makefile.am: Don't include lib.am.
142
1432004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * libchip/Makefile.am: Don't include lib.am.
146        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
147        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
148        unnecessary EXTRA_DISTs.
149
1502004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
153        hack.
154
1552004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
158        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
159        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
160        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
161
1622004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
165        Add AM_CONDITIONAL(HAS_MP).
166        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
167        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
168        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
169        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
170        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
171        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
172        (Deprecated by autoconf 2.59).
173
1742004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
177        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
178
1792004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * ChangeLog: Merge-in libnetworking/ChangeLog.
182        * libnetworking/ChangeLog: Remove.
183        * ChangeLog: Merge-in librdbg/ChangeLog.
184        * librdbg/ChangeLog: Remove.
185        * ChangeLog: Merge-in libchip/ChangeLog.
186        * libchip/ChangeLog: Remove.
187        * ChangeLog: Merge-in optman/ChangeLog.
188        * optman/ChangeLog: Remove.
189
1902004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Reflect changes to cpukit.
193        * wrapup/Makefile.am: Reflect changes to librdbg.
194        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
195        * libchip/Makefile.am: Add PREINSTALL_DIRS.
196        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
197        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
198        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
199        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
200        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
201        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
202        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
203
2042004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * aclocal/rtems-top.m4: Remove check for version.m4.
207        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
208
2092004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
212        * wrapup/Makefile.am: Reflect changes to libchip/*.
213        * support/Makefile.am: Use automake compilation rules.
214        * wrapup/Makefile.am: Reflect changes to support/*.
215        * configure.ac: Remove libnetworking/wrapup/Makefile.
216        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
217        libnetworking/*/lib*.a instead of libnetapps.a.
218        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
219        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
220        * optman/Makefile.am: Use automake compilation rules.
221        * libchip/Makefile.am: Fix typo in previous patch.
222        * libchip/Makefile.am: Use automake compilation rules.
223        * libnetworking/Makefile.am: Remove wrapup.
224        * libnetworking/pppd/Makefile.am: Build libpppd. Use
225        automake-compilation rules.
226        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
227        automake-compilation rules.
228        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
229        automake-compilation rules.
230        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
231        automake-compilation rules.
232        * libnetworking/wrapup/Makefile.am: Remove (Unused).
233
2342004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
237        PRE/TMPINSTALL_FILES to CLEANFILES.
238        * automake/lib.am: Remove TMPINSTALL_FILES.
239        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
240        PRE/TMPINSTALL_FILES to CLEANFILES.
241        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
242        PRE/TMPINSTALL_FILES to CLEANFILES.
243        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
244        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
245        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
246        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
247        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
248        * librdbg/src/i386/Makefile.am: Ditto.
249        * librdbg/src/m68k/Makefile.am: Ditto.
250        * librdbg/src/powerpc/Makefile.am: Ditto.
251        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
252        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
253        * libnetworking/rtems_servers/Makefile.am: Ditto.
254        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
255        * libnetworking/rtems_webserver/Makefile.am: Ditto.
256
2572004-01-07      Joel Sherrill <joel@OARcorp.com>
258
259        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
260        more completely covers the MIPS family.
261
2622003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * wrapup/Makefile.am: Reflect changes to shmdr.
265        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
266
2672003-12-18      Joel Sherrill <joel@OARcorp.com>
268
269        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
270        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
271        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
272        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
273        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
274        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
275        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
276
2772003-12-17      Joel Sherrill <joel@OARcorp.com>
278
279        * aclocal/version.m4: Updated to rtems-20031217-test.
280
2812003-12-17     
282
283        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
284        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
285
2862003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * automake/compile.am: Remove LINK_LIBS (Unused).
289        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
290
2912003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
294        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
295        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
296        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
297        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
298
2992003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
302        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
303        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
304        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
305        * librdbg/src/i386/Makefile.am:
306        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
307        * librdbg/src/m68k/Makefile.am:
308        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
309        * librdbg/src/powerpc/Makefile.am:
310        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
311
3122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
315        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
316        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
317        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
318        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
319        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
320        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
321        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
322        * optman/Makefile.am: Remove project_libdir.
323        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
324        PRE/TMPINSTALL_FILES.
325        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
326        PRE/TMPINSTALL_FILES.
327        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
328        PRE/TMPINSTALL_FILES.
329        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
330        PRE/TMPINSTALL_FILES.
331        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
332        from PRE/TMPINSTALL_FILES.
333        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
334        PRE/TMPINSTALL_FILES.
335        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
336        PRE/TMPINSTALL_FILES.
337        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
338        PRE/TMPINSTALL_FILES.
339        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
340        PRE/TMPINSTALL_FILES.
341        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
342        PRE/TMPINSTALL_FILES.
343        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
344        PRE/TMPINSTALL_FILES.
345        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
346        from PRE/TMPINSTALL_FILES.
347
3482003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
351        * automake/lib.am: Remove project_libdir.
352        * wrapup/Makefile.am: Reworked.
353
3542003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac: Reflect changes to librdbg.
357        * optman/Makefile.am: Add tmpinstall dirstamp support.
358        * libchip/Makefile.am: Fix variant-tmpinstall support.
359        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
360        * librdbg/src/powerpc/Makefile.am: Merge-in former
361        new_exception_processing/Makefile.am.
362        * librdbg/src/m68k/any/Makefile.am: Remove.
363        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
364        * librdbg/src/i386/any/Makefile.am: Remove.
365        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
366        * librdbg/src/Makefile.am: Cosmetics.
367        * librdbg/include/Makefile.am: Cosmetics.
368        * librdbg/Makefile.am: Cosmetics.
369        * libnetworking/Makefile.am: Cosmetics.
370        * libnetworking/pppd/Makefile.am: Cosmetics.
371        * libnetworking/wrapup/Makefile.am: Cosmetics.
372
3732003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Cosmetics.
376        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
377        support.
378
3792003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * automake/compile.am: Remove $(ARCH):-rule.
382
3832003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: Remove lib/libbsp/shared/Makefile,
386        lib/libbsp/shmdr/Makefile.
387
3882003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
391        libchip/serial/Makefile, libchip/rtc/Makefile.
392        * support/Makefile.am: Remove all-local: $(ARCH).
393        * wrapup/Makefile.am: Remove all-local: $(ARCH).
394        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
395        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
396        * optman/Makefile.am: Remove all-local: $(ARCH).
397        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
398        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
399        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
400        compilation dirstamp support.
401        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
402        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
403        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
404        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
405        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
406        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
407        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
408        all-local: $(ARCH).
409        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
410        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
411        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
412        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
413        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
414
4152003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * aclocal/lead-dot.m4: New (from automake-1.7f).
418        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
419        AC_SUBST(dirstamp).
420        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
421        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
422        libchip/serial/Makefile.am: Ditto.
423        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
424        * librdbg/include/Makefile.am: Ditto.
425        * librdbg/include/rdbg/Makefile.am: Ditto.
426        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
427        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
428        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
429        * librdbg/src/Makefile.am: Ditto.
430        * librdbg/src/i386/Makefile.am: Ditto.
431        * librdbg/src/i386/any/Makefile.am: Ditto.
432        * librdbg/src/m68k/Makefile.am: Ditto.
433        * librdbg/src/m68k/any/Makefile.am: Ditto.
434        * librdbg/src/powerpc/Makefile.am: Ditto.
435        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
436        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
437        preinstallation.
438        * libnetworking/pppd/Makefile.am: Ditto.
439        * libnetworking/rtems_servers/Makefile.am: Ditto.
440        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
441        * libnetworking/rtems_webserver/Makefile.am: Ditto.
442        * libnetworking/wrapup/Makefile.am: Ditto.
443
4442003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
447        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
448        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
449        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
450        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
451        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
452        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
453        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
454        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
455        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
456        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
457        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
458        underquoting to silence automake-1.8.
459
4602003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * configure.ac: Reflect having moved tests to ../../testsuites.
463
4642003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
467        * aclocal/canonical-host.m4: Remove.
468        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
469        * configure.ac: Remove RTEMS_CANONICAL_HOST.
470
4712003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * aclocal/check-cpu.m4: Remove.
474        * configure.ac: Merge-in former aclocal/check-cpu.m4.
475        * aclocal/canonical-target-name.m4: Add m4-quotes.
476        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
477        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
478        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
479        * aclocal/check-networking.m4: Add m4-quotes. Require
480        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
481        * aclocal/check-posix.m4: Add m4-quotes. Require
482        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
483        * aclocal/check-rdbg.m4: Add m4-quotes. Require
484        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
485        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
486
4872003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
490        * aclocal/bsp-alias.m4: Remove.
491
4922003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * configure.ac: Make presence of tests/ optional.
495
4962003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * aclocal/path-perl.m4: Remove (Unused).
499
5002003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * automake/force-preinstall.am: Remove.
503
5042003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
505
506        PR 499/rtems_misc
507        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
508        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
509        Configuration (Odd was forced) - Correction of Stop Bit configuration
510        (inversed) - Correction of ISR Handler to call
511        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
512        CTS Hardware flow control Configuration.
513
5142003-09-04      Joel Sherrill <joel@OARcorp.com>
515
516        * lib/libcpu/shared/include/cache.h,
517        lib/libcpu/shared/src/cache_aligned_malloc.c,
518        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
519        license changed.
520        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
521        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
522        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
523        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
524        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
525        for license changed.
526        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
527        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
528        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
529        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
530        libchip/network/cs8900.h, libchip/network/dec21140.c,
531        libchip/network/elnk.c, libchip/network/open_eth.c,
532        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
533        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
534        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
535        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
536        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
537        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
538        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
539        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
540        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
541        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
542        libchip/serial/serial.h, libchip/serial/z85c30.c,
543        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
544        libchip/serial/z85c30_reg.c: URL for license changed.
545
5462003-09-03      Jiri Gaisler <jiri@gaisler.com>
547
548        PR 477/networking
549        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
550        * libchip/network/README.open_eth, libchip/network/open_eth.c,
551        libchip/network/open_eth.h: New files.
552
5532003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * aclocal/rtems-top.m4: Add RTEMS_API.
556        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
557
5582003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
561        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
562        @RTEMS_BSP@.cfg.
563
5642003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
567
5682003-08-20      Joel Sherrill <joel@OARcorp.com>
569
570        * libchip/network/cs8900.c: Correct copyright statements.
571
5722003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * aclocal/check-itron.m4: Remove.
575        * aclocal/enable-inlines.m4: Remove.
576        * Makefile.am: Reflect having moved aclocal/.
577        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
578        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
579        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
580        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
581        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
582        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
583        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
584        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
585        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
586        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
587        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
588        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
589        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
590        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
591        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
592        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
593        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
594        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
595        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
596        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
597        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
598        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
599        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
600        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
601        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
602        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
603        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
604        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
605        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
606        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
607        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
608        * aclocal/multilib.m4: New (Copied from ../../aclocal).
609        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
610        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
611        * aclocal/ppc.m4: New (Copied from ../../aclocal).
612        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
613        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
614        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
615        * aclocal/project-root.m4: New (Copied from ../../aclocal).
616        * aclocal/quoting.m4: New (Copied from ../../aclocal).
617        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
618        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
619        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
620        * aclocal/target.m4: New (Copied from ../../aclocal).
621        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
622        * aclocal/version.m4: New (Copied from ../../aclocal).
623
6242003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * configure.ac: Remove stray comments.
627        * automake/local.am, automake/host.am: Remove "debug".
628
6292003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * Makefile.am: Reflect having moved automake/.
632        * lib/Makefile.am: Reflect having moved automake/.
633        * support/Makefile.am: Reflect having moved automake/.
634        * wrapup/Makefile.am: Reflect having moved automake/.
635        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
636        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
637        from ../../automake).
638        * optman/Makefile.am: Reflect having moved automake/.
639        * libchip/Makefile.am: Reflect having moved automake/.
640        * libchip/ide/Makefile.am: Reflect having moved automake/.
641        * libchip/network/Makefile.am: Reflect having moved automake/.
642        * libchip/rtc/Makefile.am: Reflect having moved automake/.
643        * libchip/serial/Makefile.am: Reflect having moved automake/.
644        * librdbg/Makefile.am: Reflect having moved automake/.
645        * librdbg/include/Makefile.am: Reflect having moved automake/.
646        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
647        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
648        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
649        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
650        automake/.
651        * librdbg/src/Makefile.am: Reflect having moved automake/.
652        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
653        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
654        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
655        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
656        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
657        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
658        having moved automake/.
659        * libnetworking/Makefile.am: Reflect having moved automake/.
660        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
661        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
662        automake/.
663        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
664        automake/.
665        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
666        automake/.
667        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
668
6692003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * Makefile.am: Add bsp.pc.in.
672        * bsp.pc.in: New (pkgconfig support).
673
6742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
677
6782003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * lib/Makefile.am: New (Required by 'make dist').
681        * lib/ChangeLog: Remove.
682        * lib/.cvsignore: Cleanup.
683        * configure.ac: Reflect having added lib/Makefile.am.
684        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
685        lib/libbsp/configure.ac.
686        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
687        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
688
6892003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
692        * configure.ac: Merge-in librdbg/configure.ac.
693        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
694        librdbg/configure.ac.
695        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
696        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
697        LIBCHIP. Conditionally build include-dirs.
698        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
699        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
700        * librdbg/Makefile.am, librdbg/include/Makefile.am,
701        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
702        librdbg/include/rdbg/m68k/Makefile.am,
703        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
704        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
705        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
706        librdbg/src/powerpc/Makefile.am, librdbg/
707        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
708        configure.ac into ../configure.ac.
709        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
710        * libnetworking/.cvsignore, libnetworking/Makefile.am,
711        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
712        libnetworking/rtems_telnetd/Makefile.am,
713        libnetworking/rtems_webserver/Makefile.am,
714        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
715        into ../configure.ac.
716
7172003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        PR 427/rtems
720        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
721        * librdbg/src/servtsp.c: Ditto.
722
7232003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
724
725        PR 429/bsps
726        PR 432/bsps
727        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
728        packets are queued onto an elnk board, the ISR will deadlock the device
729        with a tx complete interrupt.  Lighter tx loads are not affected as they
730        end up submitting single packets to the device.
731
7322003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * configure.ac: Merge-in libchip/configure.ac. Merge-in
735        optman/configure.ac.
736        * optman/configure.ac: Remove (Merged into ../configure.ac).
737        * optman/Makefile.am: Reflect having merged configure.ac into
738        ../configure.ac.
739        * libchip/configure.ac: Remove (Merged into ../configure.ac).
740        * libchip/Makefile.am, libchip/ide/Makefile.am,
741        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
742        libchip/serial/Makefile.am: Reflect having merged configure.ac into
743        ../configure.ac.
744
7452003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
748
7492003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
750
751        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
752        on i386.
753
7542003-06-13      Joel Sherrill <joel@OARcorp.com>
755
756        * libnetworking/pppd/chat.c: Removed warnings.
757
7582003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
759
760        * libchip/network/README.3com: New file missed in previous commit.
761        PR 405/bsps
762        PR 393/networking
763        * libchip/network/dec21140.c: Fix leak also known as PR393.
764        * libchip/network/elnk.c, libchip/network/if_media.h,
765        libchip/network/mii.h: New files.
766        * libchip/network/Makefile.am: Reflect new files.
767
7682003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * configure.ac: Remove support for profile-variant.
771
7722003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
773
774        PR 397/pppd
775        * libnetworking/pppd/fsm.c: Make peer_mru global again.
776        * libnetworking/pppd/magic.c: Remove *rand48.
777        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
778
7792003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * wrapup/Makefile.am: Add libide.a.
782
7832003-04-15      Joel Sherrill <joel@OARcorp.com>
784
785        PR 387/rtems_misc
786        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
787        routines.
788        * libchip/ide/ata_internal.h: Added missing newline and end of file.
789
7902003-04-11      Joel Sherrill <joel@OARcorp.com>
791
792        * libnetworking/rtems_webserver/cgi.c,
793        libnetworking/rtems_webserver/sockGen.c,
794        libnetworking/rtems_webserver/umui.c,
795        libnetworking/rtems_webserver/websSSL.c,
796        libnetworking/rtems_webserver/websSSL.h,
797        libnetworking/rtems_webserver/websda.c,
798        libnetworking/rtems_webserver/websda.h: New files. Not included in
799        previous commit.
800
8012003-04-10      Joel Sherrill <joel@OARcorp.com>
802
803        PR 371/pppd
804        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
805        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
806        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
807        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
808        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
809        still global symbols in rtemspppd.h which might need to be changed or
810        converted into member of a structure which is dereferenced with a
811        pointer that is managed as a per task variable. But this patch should
812        avoid many conflicts.
813
8142003-03-27      Joel Sherrill <joel@OARcorp.com>
815
816        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
817        not allowed in the cpukit source code since it must be buildable
818        independent of any BSP. These files were moved to libchip/ide.
819        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
820        files.
821
8222003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
823
824        PR 368/filesystems
825        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
826        improvements which now work on pc386 and mbx8xx.
827        * libchip/ide/ide_controller.c: New file.
828
8292003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
830
831        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
832
8332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
834
835        * configure.ac: Remove AC_CONFIG_AUX_DIR.
836        * configure.ac: Add support/.
837        * support/.cvsignore: New.
838        * support/Makefile.am: New.
839        * support/version.c: New.
840        * wrapup/Makefile.am: Add support/libsupport.a.
841        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
842        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
843        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
844        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
845
8462003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
847
848        * wrapup/Makefile.am: Use SRC += instead of make-vars.
849
8502003-02-20      Till Straumann <strauman@slac.stanford.edu>
851
852        PR 354/networking
853        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
854        chip against a table of supported chips. The untested ones are still
855        commented out, however.
856
8572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
858
859        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
860        * configure.ac: AC_PREREQ(2.57).
861        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
862        * optman/configure.ac: AC_PREREQ(2.57).
863        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
864        * libchip/configure.ac: AC_PREREQ(2.57).
865        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
866        * librdbg/configure.ac: AC_PREREQ(2.57).
867        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
868        * libnetworking/configure.ac: AC_PREREQ(2.57).
869
8702003-02-06      Joel Sherrill <joel@OARcorp.com>
871
872        * libnetworking/pppd/chat.c: Convert routines with common names to
873        static. This included get_char(), put_char(), and character() among
874        others.
875
8762003-02-03      Joel Sherrill <joel@OARcorp.com>
877
878        PR 338/filesystem
879        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
880        rtems_io_lookup_name() (API change).  Unused function removed.
881
8822003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
885        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
886        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
887        Eliminate *_O_FILES.
888        * libnetworking/rtems_servers/Makefile.am,
889        libnetworking/rtems_webserver/Makefile.am,
890        libnetworking/rtems_telnetd/Makefile.am: Ditto.
891
8922002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
893
894        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
895        Let all-local: depend on $(LIB).
896        * wrapup/Makefile.am, configure.ac: Remove libmisc.
897        * optman/Makefile.am: Apply install-data-local to install *.rels.
898
8992002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
900
901        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
902        %.c rules.
903        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
904        * libchip/network/Makefile.am: Eliminate C_O_FILES.
905        * libchip/rtc/Makefile.am: Ditto.
906        * libchip/serial/Makefile.am: Ditto.
907
9082002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
909
910        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
911        LIBC_DEFINES.
912        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
913        LIBC_DEFINES.
914        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
915        LIBC_DEFINES.
916
9172002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
918
919        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
920
9212002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
922
923        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
924        cache-checking.
925        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
926
9272002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
928
929        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
930        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
931        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
932        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
933        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
934
9352002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
936
937        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
938        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
939        Remove.
940        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
941
9422002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
943
944        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
945        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
946
9472002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
948
949        * libchip/network/cs8900.c: I don't know why we have to SelfST register
950        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
951
9522002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
953
954        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
955        * optman/rel.am: New.
956
9572002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
960        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
961        braino in comment on "exec". Extend --enable-ada handling.
962
9632002-11-04      Joel Sherrill <joel@OARcorp.com>
964
965        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
966        tasks and rolling multiple loops into 1.
967        * librdbg/src/m68k/rdbg_f.c: Removed warning.
968        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
969        Removed warnings.
970
9712002-10-31      Joel Sherrill <joel@OARcorp.com>
972
973        * libchip/network/dec21140.c: Removed warnings.
974        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
975        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
976        librdbg/src/m68k/any/remdeb_xdr.c,
977        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
978        warnings.
979        * libnetworking/rtems_webserver/socket.c,
980        libnetworking/rtems_webserver/uemf.h: Removed warnings.
981
9822002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
983
984        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
985        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
986        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
987        above.
988
9892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
990
991        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
992        * wrapup/.cvsignore: Remove autom4te.cache.
993        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
994        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
995        autom4te.cache.
996        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
997        autom4te.cache.
998        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
999        autom4te.cache.
1000
10012002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1002
1003        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1004
10052002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1006
1007        * optman/.cvsignore: Add autom4te.cache.
1008
10092002-09-14      Joel Sherrill <joel@OARcorp.com>
1010
1011        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1012
10132002-09-07      Joel Sherrill <joel@OARcorp.com>
1014
1015        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1016        include files to resolve warnings.
1017
10182002-09-07      Chris Johns <ccj@acm.org>
1019
1020        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1021        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1022        which corrects the problem  where the cs8900.c file was actually the BSP
1023        glue.  Joel did some hacking so this file will compile.  Previously it
1024        required providing a target.h file to compile.
1025        * libchip/network/cs8900.c.bsp: New file.
1026
10272002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1028
1029        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1030
10312002-08-31      Joel Sherrill <joel@OARcorp.com>
1032
1033        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1034        eliminate warning.
1035
10362002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1037
1038        * configure.ac: Add ada-tests.
1039
10402002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1041
1042        * Makefile.am: Add preinstall-stamp.
1043
10442002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1045
1046        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1047        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1048        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1049        gcc31 happy.
1050        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1051        cp.
1052
10532002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1054
1055        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1056        make/bsp.mak.
1057        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1058        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1059
10602002-08-12      Joel Sherrill <joel@OARcorp.com>
1061
1062        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1063        avoid error.
1064
10652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1066
1067        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1068        * configure.ac: Add BSP_SUBDIRS.
1069        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1070        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1071        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1072        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1073        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1074        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1075        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1076        RTEMS_CHECK_BSP_CACHE.
1077        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1078        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1079        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1080        .$(OBJEXT) instead of .o.
1081        * libnetworking/pppd/Makefile.am,
1082        libnetworking/rtems_servers/Makefile.am,
1083        libnetworking/rtems_telnetd/Makefile.am,
1084        libnetworking/rtems_webserver/Makefile.am,
1085        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1086
10872002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1088
1089        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1090        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1091        ../libchip/serial/$(ARCH)/libserialio.a.
1092        * libchip/serial/Makefile.am: Don't tmp-install lib.
1093        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1094
10952002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1096
1097        * Makefile.am: Add rtems_makedir.
1098        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1099        * Makefile.am: Add wrapup-SUBDIR.
1100        * wrapup/ChangeLog: Remove.
1101        * wrapup/configure.ac: Remove.
1102        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1103        (Make the bare BSP happy).
1104        * configure.ac: Ditto.
1105        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1106        Create make/custom/default.cfg.
1107        * configure.ac: Add creation of make/custom/*.cfg. Create
1108        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1109
11102002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1111
1112        * Makefile.am: Clean $(PROJECT_RELEASE).
1113
11142002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1115
1116        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1117        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1118        prototype mismatches.
1119
11202002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1121
1122        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1123        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1124
11252002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1126
1127        * acinclude.m4: Add test "$multilib" != "yes".
1128        * config-ml.in: Remove.
1129        * acinclude.m4: Cleanups.
1130        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1131        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1132        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1133        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1134        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1135
11362002-07-16      Eric Norum <eric.norum@usask.ca>
1137
1138        * New driver for the Intel EtherExpressPro (82559ER) chip.
1139        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1140        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1141        * libchip/network/Makefile.am: Modified to reflect above.
1142
11432002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1144
1145        * acinclude.m4: New.
1146        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1147        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1148        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1149
11502002-07-01      Joel Sherrill <joel@OARcorp.com>
1151
1152        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1153        _Objects_Information_table now that it is a two dimensional array based
1154        upon API and class.
1155        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1156        of strnlen().
1157
11582002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1159
1160        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1161        preinstall libnetapps.a.
1162
11632002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1164
1165        * configure.ac: Remove librpc.
1166
11672002-06-25      Joel Sherrill <joel@OARcorp.com>
1168
1169        * Per PR233, moved librpc to exec.
1170        * configure.ac, wrapup/Makefile.am: Modified.
1171        * librpc, librpc/ChangeLog: Removed.
1172
11732002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1174
1175        * optman/Makefile.am: Remove multilib support.
1176        * optman/configure.ac: Ditto.
1177        * optman/sapi/Makefile.am: Ditto.
1178
11792002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1180
1181        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1182        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1183
11842002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1185
1186        Move networking libraries to c/src/exec/libnetworking
1187        * libnetworking/configure.ac, libnetworking/Makefile.am,
1188        libnetworking/wrapup/Makefile.am: Reflect Moval.
1189
11902002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1191
1192        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1193        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1194        <rtems/bspIo.h>.
1195
11962002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1197
1198        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1199        * libnetworking/rtems/mkrootfs.h: Ditto.
1200        * libnetworking/rtems/Makefile.am: Reflect changes above.
1201
12022002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1203
1204        * configure.ac: Remove lib.
1205
12062002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1207
1208        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1209        that exception stack frames on M68K members with VBR always are 6 byte
1210        long. The incorrect assumption resulted in some gdb commands like "next"
1211        to fail on the 68360.
1212
12132002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1214
1215        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1216        PR 220
1217        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1218        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1219        CVS.
1220        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1221        libnetworking/sys/filio.h: Remove.
1222        * libnetworking/sys/Makefile.am: Reflect changes above.
1223
12242002-05-07      Chris Johns <ccj@acm.org>
1225
1226        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1227        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1228        requires it to be stripped.
1229
12302002-05-01      Eric Norum <eric.norum@usask.ca>
1231
1232        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1233        assembly  to satisfy gcc 3.1 and newer.
1234
12352002-04-26      Eric Norum <eric.norum@usask.ca>
1236
1237        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1238        agressive optimization in gcc 3.1 does not reorder things.
1239
12402002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1241
1242        * libchip/network/dec21140.c: Reflect changes to powerpc's
1243        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1244        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1245        <rtems/score/cpu.h>.
1246        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1247        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1248
12492002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1250
1251        * optman/configure.ac: Remove ENABLE_GCC28.
1252
12532002-04-11      Chris Johns <ccj@acm.org>
1254
1255        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1256        driver control block field to the ifconfig network driver structure.
1257        This field is needed by the i82586 driver which was ported from NetBSD
1258        as it had better hardware abstraction.
1259        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1260        PR59, added the drv_ctrl driver control block field to the ifconfig
1261        network driver structure. This field is needed by the i82586 driver
1262        which was ported from NetBSD as it had better hardware abstraction.
1263
12642002-04-10      Mike Siers <mikes@poliac.com>
1265
1266        * libnetworking/rtems_webserver/NOTES,
1267        libnetworking/rtems_webserver/asp.c,
1268        libnetworking/rtems_webserver/balloc.c,
1269        libnetworking/rtems_webserver/default.c,
1270        libnetworking/rtems_webserver/ej.h,
1271        libnetworking/rtems_webserver/ejIntrn.h,
1272        libnetworking/rtems_webserver/ejlex.c,
1273        libnetworking/rtems_webserver/ejparse.c,
1274        libnetworking/rtems_webserver/emfdb.c,
1275        libnetworking/rtems_webserver/emfdb.h,
1276        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1277        libnetworking/rtems_webserver/handler.c,
1278        libnetworking/rtems_webserver/license.txt,
1279        libnetworking/rtems_webserver/md5.h,
1280        libnetworking/rtems_webserver/md5c.c,
1281        libnetworking/rtems_webserver/mime.c,
1282        libnetworking/rtems_webserver/misc.c,
1283        libnetworking/rtems_webserver/ringq.c,
1284        libnetworking/rtems_webserver/rom.c,
1285        libnetworking/rtems_webserver/security.c,
1286        libnetworking/rtems_webserver/sock.c,
1287        libnetworking/rtems_webserver/sym.c,
1288        libnetworking/rtems_webserver/uemf.c,
1289        libnetworking/rtems_webserver/uemf.h,
1290        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1291        libnetworking/rtems_webserver/url.c,
1292        libnetworking/rtems_webserver/value.c,
1293        libnetworking/rtems_webserver/wbase64.c,
1294        libnetworking/rtems_webserver/webcomp.c,
1295        libnetworking/rtems_webserver/webpage.c,
1296        libnetworking/rtems_webserver/webrom.c,
1297        libnetworking/rtems_webserver/webs.c,
1298        libnetworking/rtems_webserver/webs.h,
1299        libnetworking/rtems_webserver/websuemf.c,
1300        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1301        2.1.4.
1302
13032002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1304
1305        * libchip/network/i82586.c: Include <string.h>.
1306        * libchip/network/sonic.c: Ditto.
1307
13082002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1309
1310        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1311
13122002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1313
1314        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1315
13162002-03-27      Thomas.Doerfler@imd-systems.de
1317
1318        PR 144
1319        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1320        memory address 0 when called for the first time. This is done when
1321        trying to clear the variable "dhcp_hostname".
1322
13232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1324
1325        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1326        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1327        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1328        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1329        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1330        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1331        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1332        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1333        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1334        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1335        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1336        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1337        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1338        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1339        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1340        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1341        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1342        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1343        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1344        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1345        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1346        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1347        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1348        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1349        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1350        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1351        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1352        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1353        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1354        AUTOMAKE_OPTIONS.
1355        * libnetworking/configure.ac:
1356        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1357        foreign 1.6]).
1358        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1359        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1360        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1361        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1362        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1363        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1364        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1365        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1366        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1367        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1368        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1369        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1370        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1371        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1372        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1373        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1374        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1375
13762002-03-27      Ilya Alexeev <ilya@continuum.ru>
1377
1378        PR 162
1379        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1380        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1381        used in a device write routines.  Now ppp_softc structure have own
1382        character for writing to device (sc_outchar).  I think that converting
1383        local variables to static is not a right solution, because problems will
1384        occur in the case of two or more ppp instances.
1385        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1386        must be u_long, otherwise in the case of the big output packet endless
1387        loop may occur.
1388
13892002-03-21      Ilya Alexeev <ilya@continuum.ru>
1390
1391        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1392        preparations for multiple PPPD connections.
1393
13942002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1395
1396        PR 149
1397        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1398        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1399        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1400        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1401
14022002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1403
1404        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1405        * configure.ac: Modified to reflect addition.
1406
14072002-02-27      Ilya Alexeev <ilya@continuum.ru>
1408
1409        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1410        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1411        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1412        capabilities as well as eliminate some warnings.
1413
14142002-02-27      Eric Norum <eric.norum@usask.ca>
1415
1416        * libnetworking/net/radix.c: Properly handle fetching the default route
1417        when there is no route.  This was a bug in the original FreeBSD code and
1418        this fix is from an updated version of their code.
1419
14202002-02-16      Eric Norum <eric.norum@usask.ca>
1421
1422        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1423        checking.
1424
14252002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1426
1427        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1428        dodefaultroute.
1429
14302002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1431
1432        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1433        include <rtems/seterr.h>.
1434
14352002-02-01      Mike Siers <mikes@poliac.com>
1436
1437        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1438        avoid bringing the link down too fast. NOTE: Mike reports successfully
1439        running at 56K baud on a direct link.
1440
14412002-02-01      Eric Valette <valette@crf.canon.fr>
1442
1443        * librdbg/So many patches have been posted recently on the mailing list
1444        and  because we were unable to find correct solution to compile on
1445        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1446        because the coding  style of rdbg was rather inconsistant among various
1447        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1448        global coding style (using indent + manual edits), 2) incorporate/review
1449        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1450        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1451        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1452        after rdbg initialization is done, NB : the paches is huge but it is
1453        mainly due to coding styke chnages.  Only few lines of codes have been
1454        really changed and they do not impact  rdbg functionnality (AFAIKT).
1455        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1456        librdbg/include/rdbg/m68k/rdbg_f.h,
1457        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1458        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1459        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1460        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1461        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1462        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1463        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1464        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1465        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1466        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1467        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1468        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1469        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1470        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1471        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1472        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1473
14742002-01-31      Mike Siers <mikes@poliac.com>
1475
1476        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1477        * Nice Update of PPPD support which eliminates the requiremetn that
1478        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1479        and reports that it seems to be more stable and handle larger packets
1480        better.  This patch replaces the termios tasks with more general pppd
1481        network driver tasks.  The functions pppinput() and pppstart() get
1482        called from the interrupt service routine.
1483        * libnetworking/Makefile.am, libnetworking/configure.ac,
1484        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1485        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1486        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1487        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1488        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1489        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1490        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1491        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1492        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1493        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1494        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1495        libnetworking/net/route.c, libnetworking/net/route.h,
1496        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1497        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1498        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1499        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1500        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1501        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1502        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1503        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1504        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1505        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1506        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1507        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1508        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1509        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1510        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1511        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1512        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1513        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1514        libnetworking/pppd/example/README,
1515        libnetworking/pppd/example/netconfig.h,
1516        libnetworking/wrapup/Makefile.am: Modified.
1517        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1518        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1519        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1520        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1521        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1522        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1523        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1524        libnetworking/modem/pppcompress.c: Subdirectory removed.
1525
15262002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1527
1528        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1529        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1530
15312002-01-18      Till Straumann <strauman@slac.stanford.edu>
1532
1533        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1534        issues: - exception handler needs to enable MSR_FP if the interrupted
1535        thread is FP enabled. - printk message for MSR fixed and added
1536        stacktrace. NOTE: this requires the stacktrace patch to
1537        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1538        however).
1539
15402002-01-06      Joel Sherrill <joel@OARcorp.com>
1541
1542        * optman/.cvsignore: Added aclocal.m4 and configure.
1543        * optman/.cvsignore: New file.
1544
15452002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1546
1547        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1548
15492002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1550
1551        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1552        * optman/ChangeLog: New.
1553        * optman/configure.ac: New.
1554        * optman/Makefile.am: New.
1555        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1556        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1557
15582001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1559
1560        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1561
15622001-12-18      Eric Norum <eric.norum@usask.ca>
1563
1564        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1565        `directories' (path names with a / at the end) while disallowing open()
1566        operations on TFTP `directories'.
1567
15682001-12-07      Eric Norum <eric.norum@usask.ca>
1569
1570        * libnetworking/lib/tftpDriver.c: Restore write capability.
1571
15722001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1573
1574        * libchip/network/sonic.h: Fix typo.
1575        * libnetworking/arpa/Makefile.am: Remove stray lines.
1576
15772001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1578
1579        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1580
15812001-10-18      Eric Norum <eric.norum@usask.ca>
1582
1583        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1584        chdir() and open() operations within the TFTP file system.
1585
15862001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1587
1588        * librdbg/configure.ac: Fix latent bug exposed by removal of
1589        config.cache's which prevented powerpc targets librdbg from building.
1590
15912001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1592
1593        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1594        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1595        autoconf-2.52 happy.
1596
15972001-10-12      Mike Siers <mikes@poliac.com>
1598
1599        * libnetworking/Update to stable working state.  Congratulations Mike!
1600        :).
1601        * libnetworking/modem_example: Directory removed.
1602        * libnetworking/modem_example/16550.h,
1603        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
1604        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
1605        libnetworking/modem_example/ppp.h,
1606        libnetworking/modem_example/pppcompress.c: Files removed.
1607        * libnetworking/pppd/example/pppd.options: New file.
1608        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
1609        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1610        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1611        libnetworking/pppd/rtemsmain.c: Updated.
1612
16132001-10-12      Joel Sherrill <joel@OARcorp.com>
1614
1615        * libchip/serial/z85c30.c: Fixed typo.
1616
16172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1618
1619        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1620        * configure.in: Remove.
1621        * configure.ac: New file, generated from configure.in by autoupdate.
1622        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1623        * libchip/configure.in: Remove.
1624        * libchip/configure.ac: New file, generated from configure.in by
1625        autoupdate.
1626        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1627        * librdbg/configure.in: Remove.
1628        * librdbg/configure.ac: New file, generated from configure.in by
1629        autoupdate.
1630        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1631        * libnetworking/configure.in: Remove.
1632        * libnetworking/configure.ac: New file, generated from configure.in by
1633        autoupdate.
1634
16352001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1636
1637        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
1638        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
1639        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
1640
16412001-09-27      Joel Sherrill <joel@OARcorp.com>
1642
1643        * libchip/ChangeLog: Fixed typo in date.
1644
16452001-09-27      Eric Norum <eric.norum@usask.ca>
1646
1647        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
1648        TFTP  filesystem.
1649
16502001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1651
1652        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
1653        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
1654        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
1655        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
1656        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1657        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1658        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1659        'PREINSTALL_FILES ='.
1660        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
1661        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
1662        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
1663        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
1664        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
1665        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
1666        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
1667        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
1668        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
1669        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
1670        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
1671        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
1672
16732001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1674
1675        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
1676        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
1677        * librdbg/src/m68k/any/Makefile.am: Ditto.
1678        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1679        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
1680        happy.
1681
16822001-09-21      Joel Sherrill <joel@OARcorp.com>
1683
1684        * libchip/network/Makefile.am: Fixed typo on file name.
1685        * libchip/network/i82586.c: Commented out line 318 which is referencing
1686        a member of a structure that is not currently there.  This needs to be
1687        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
1688        to C style.
1689
16902001-09-19      Eric Norum <eric.norum@usask.ca>
1691
1692        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
1693
16942001-09-19      Chris Johns <ccj@acm.org>
1695
1696        * libchip/network/README.i82586, libchip/network/i82586.c,
1697        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
1698        Network driver for Intel i82586.
1699        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
1700        rtems/rtems_bsdnet_internal.h Added support for populating the initial
1701        "root" filesystem with information obtained via the DHCP response.
1702
17032001-09-14      Eric Norum <eric.norum@usask.ca>
1704
1705        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
1706        make gcc 3.x happy.
1707
17082001-08-16      Mike Siers <mikes@poliac.com>
1709
1710        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
1711        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
1712        These support callback functionality that has not even been compiled
1713        under RTEMS yet.
1714        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
1715        example application.  Mike's notes on the modifications: - renamed
1716        error() function because of namespace problems - removed calls to the
1717        exit() funciton - removed extra files from the pppd source directory -
1718        defined pppd task constant values in rtemspppd.h - modifyied example
1719        code to get actual tick per second value - placed the pppd 2.3.11 man
1720        page file (pppd.8) into the pppd directory.
1721        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1722        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
1723        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1724        libnetworking/pppd/rtems-ppp.c: Deleted.
1725        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
1726        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1727        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
1728        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
1729        libnetworking/pppd/example/init.c,
1730        libnetworking/pppd/example/netconfig.h,
1731        libnetworking/pppd/example/ppp.conf,
1732        libnetworking/pppd/example/pppdapp.c,
1733        libnetworking/pppd/example/system.h: New files.
1734        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
1735        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
1736        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
1737        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1738        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1739        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1740        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1741        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1742        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1743        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1744        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1745        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1746        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1747        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
1748        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
1749
17502001-08-16      Joel Sherrill <joel@OARcorp.com>
1751
1752        * libnetworking/pppd/example/Makefile: Removed.
1753        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
1754        to avoid bootstrap -c clobbering it.
1755        * libnetworking/rtems_telnetd/.cvsignore: New file.
1756
17572001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1758
1759        * libnetworking/Makefile.am, libnetworking/configure.in,
1760        libnetworking/rtems_servers/Makefile.am,
1761        libnetworking/rtems_servers/telnetd.c,
1762        libnetworking/rtems_servers/telnetd.h,
1763        libnetworking/rtems_telnetd/Makefile.am,
1764        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1765        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1766        libnetworking/rtems_telnetd/telnetd.c,
1767        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
1768        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
1769        effect when ftpd change. - the tcp/ip stats have been implemented into
1770        icmds.c and started when telnetd daemon is started.
1771        * libnetworking/rtems_servers/telnetd.c,
1772        libnetworking/rtems_servers/telnetd.h: Removed.
1773        * libnetworking/rtems_telnetd: New directory.
1774        * libnetworking/rtems_telnetd/Makefile.am,
1775        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1776        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1777        libnetworking/rtems_telnetd/telnetd.c,
1778        libnetworking/rtems_telnetd/telnetd.h: New files.
1779
17802001-06-14      Joel Sherrill <joel@OARcorp.com>
1781
1782        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
1783        Moved from libmisc/shell so the network stack to address network
1784        depenendency.
1785        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
1786
17872001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1788
1789        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
1790
17912001-05-15      Joel Sherrill <joel@OARcorp.com>
1792
1793        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1794        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
1795        accidentally deleted the incorrectly empty versions.
1796
17972001-05-14      Till Straumann <strauman@slac.stanford.edu>
1798
1799        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
1800        libchip/pci/Makefile.am: Per PR215 address the following issues: -
1801        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
1802        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
1803        to know the values) - the affected BSP (shared/motorola) headers have
1804        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
1805        driver (libchip/network/dec21140.c) has been fixed to use
1806        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
1807        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
1808        who is using this driver. - the DEC driver also has been fixed to use
1809        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
1810        delay_in_bus_cycles().
1811
18122001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1813
1814        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
1815
18162001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1817
1818        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
1819
18202001-04-24      Eric Norum <eric.norum@usask.ca>
1821
1822        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
1823        NTP synchronization a little more robust -- no NTP daemon yet, but at
1824        least it trys a little harder when the primary NTP server is down.
1825
18262001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
1827
1828        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
1829        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1830        libnetworking/pppd/modem_example/modem.c,
1831        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
1832        other strings into English.
1833        * libnetworking/pppd/STATUS: updated to reflect the changes.
1834
18352001-04-20      Jake Janovetz <janovetz@uiuc.edu>
1836
1837        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
1838        again.
1839
18402001-04-20      Eric Valette <valette@crf.canon.fr>
1841
1842        * mcp750 directory renamed new_exception processing as it supports many
1843        more CPU models.
1844        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
1845        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1846        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
1847        formerly in mcp750 plus modifications.
1848        * librdbg/src/powerpc/mcp750/.cvsignore,
1849        librdbg/src/powerpc/mcp750/Makefile.am,
1850        librdbg/src/powerpc/mcp750/remdeb.h,
1851        librdbg/src/powerpc/mcp750/remdeb_f.x,
1852        librdbg/src/powerpc/mcp750/remdeb_svc.c,
1853        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
1854        new_exception_processing.
1855        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
1856        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1857        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
1858        part of this effort to add support for the MPC8xx.
1859
18602001-04-19      Joel Sherrill <joel@OARcorp.com>
1861
1862        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
1863        internal include files.
1864
18652001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
1866
1867        PR 158
1868        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
1869        rcmd() library call by commenting out the parts that deal with signals.
1870        This enables RTEMS to 'rsh' command to a server connecting fd to remote
1871        stdio. The 'server-side' parts of this file which deal with
1872        authentication are disabled since they are not needed.
1873
18742001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
1875
1876        * libnetworking/include/.cvsignore: Remove dangling file.
1877
18782001-03-14      Joel Sherrill <joel@OARcorp.com>
1879
1880        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
1881        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
1882        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
1883        libchip style serial drivers can be written in libcpu or libbsp.
1884
18852001-03-01      Joel Sherrill <joel@OARcorp.com>
1886
1887        * libchip/network/cs8900.c, libchip/network/cs8900.h,
1888        libchip/network/sonic.c, libchip/network/sonic.h,
1889        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1890        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1891        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1892        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
1893        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1894        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1895        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1896        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
1897
18982001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1899
1900        * librdbg/include/rdbg/Makefile.am,
1901        librdbg/include/rdbg/i386/Makefile.am,
1902        librdbg/include/rdbg/m68k/Makefile.am,
1903        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
1904        style on include files.
1905
19062001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1907
1908        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1909        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
1910        replace ${..} with $(..).
1911        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
1912        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
1913        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
1914        libnetworking/rtems/Makefile.am, libnetworking/
1915        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
1916        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
1917        include_*HEADERS instead of H_FILES.
1918        * libnetworking/include/Makefile.am: Remove.
1919        * libnetworking/Makefile.am: Add handling of *.h files.
1920        * libnetworking/configure.in: Remove include/Makefile.
1921
19222001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1923
1924        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
1925
19262001-01-31      Sergei Organov <osv@javad.ru>
1927
1928        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
1929        current dir and root dir removed in favor of new libio support for
1930        task-local current and root directories. - Bug in `close_data_socket()'
1931        introduced by previous change fixed. - `command_pasv()' changed to set
1932        timeout on socket we are listening on and code fixed to don't close
1933        socket twice on error. - `serr()' changed to clear `errno'. -
1934        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
1935        changed to clear `errno' before processing session. -
1936        `close_data_socket()' fixed to close both active and passive sockets -
1937        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
1938        empty string  in `exec_command()'.
1939
19402001-01-25      Eric Norum <eric.norum@usask.ca>
1941
1942        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
1943        improves throughput on systems which are dropping packets.   Only the
1944        first timeout is reduced.  This keeps the number of extra packets down
1945        on networks that are very busy and dropping lots of packets.
1946
19472001-01-24      Sergei Organov <osv@javad.ru>
1948
1949        * libnetworking/rtems_servers/ftpd.c,
1950        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
1951        - Timeouts on sockets implemented. 'idle' field added to configuration.
1952        No timeout by default to keep backward compatibility. Note: SITE IDLE
1953        command not implemented yet. - Basic global access control implemented.
1954        'access' field added to configuration. No access limitations by default
1955        to keep backward compatibility. - Anchor data socket for active mode
1956        (using self IP and port 20.) - Fixed default data port support (still
1957        not tested). - Don't allow IP address different from originating host in
1958        PORT command to improve security. - Fixed bug in MDTM command. - Check
1959        for correctness of parsing of argument in command_port(). - Fixed
1960        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
1961        a directory. - Command parsing a little bit improved: command names are
1962        now converted to upper-case to be more compatible with RFC (command
1963        names are not case-sensitive.) - Reformat comments so that they have
1964        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
1965        previous changes - True ASCII mode implemented (doesn't work for hooks
1966        and /dev/null) - Passive mode implemented, PASV command added. - Default
1967        port for data connection could be used (untested, can't find ftp client
1968        that doesn't send PORT command) - SYST reply changed to UNIX, as former
1969        RTEMS isn't registered name. - Reply codes reviewed and fixed.
1970
19712001-01-18      Joel Sherrill <joel@OARcorp.com>
1972
1973        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
1974        macro using variable arguments.
1975        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
1976        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
1977        since I updated the main RTEMS development machine to RedHat 7.2 and
1978        apparently got a new version of rpcgen.
1979
19802001-01-12      Sergei Organov <osv@javad.ru>
1981
1982        * libnetworking/rtems_servers/ftpd.c,
1983        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
1984        - use pool of pre-created threads to handle sessions instead of
1985        creating/deleting threads on the fly - LIST output is now similar to
1986        what "/bin/ls -al" would output, thus FTP clients such Netscape are
1987        happy with it. - LIST NAME now works (both for files and directories) -
1988        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
1989        clients happy  - keep track of CWD for every session separately -
1990        ability to specify root directory name for FTPD in configuration table.
1991        FTPD will then create illusion for FTP clients that this is actually
1992        root directory. - ignore options sent in commands, thus LIST -al FILE
1993        works and doesn't try to list "-al" directory. - buffers are allocated
1994        on stack instead of heap where possible to eliminate malloc/free calls
1995        (avoid possible heap fragmentation troubles). - drop using of task
1996        notepad to pass parameters - use function arguments instead - use
1997        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
1998        in socket() instead of AF_INET.
1999
20002001-01-02      Joel Sherrill <joel@OARcorp.com>
2001
2002        * libnetworking/CHANGELOG: Removed.
2003        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2004
20052000-12-14      Eric Norum <eric.norum@usask.ca>
2006
2007        * libnetworking/lib/tftpDriver.c: Added write capability.
2008
20092000-12-08      Joel Sherrill <joel@OARcorp.com>
2010
2011        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2012        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2013        numerous variable declarations conditional on PPP_COMPRESS and
2014        PPP_FILTER.  Commented out variables that were not used because the code
2015        using them was commented out. Removed totally unused variables.
2016        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2017        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2018
20192000-11-30      Joel Sherrill <joel@OARcorp.com>
2020
2021        * libnetworking/modem/ppp_tty.c: Changed to include
2022        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2023        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2024        * libnetworking/Makefile.am: Modified to reflect above.
2025
20262000-11-27      Joel Sherrill <joel@OARcorp.com>
2027
2028        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2029
20302000-11-25      Eric Norum <eric.norum@usask.ca>
2031
2032        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2033        core.
2034
20352000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2036
2037        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2038        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2039        subdir.
2040        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2041        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2042        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2043        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2044        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2045        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2046        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2047        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2048        ppp_tty.c and the real pppd main is in pppmain.c.
2049
20502000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2051
2052        * libchip/network/sonic.c: Added ipalign() routine to align the received
2053        packet so that the ip header is on a 32-bit boundary. Necessary for
2054        cpu's that do not allow unaligned loads and stores and when the 32-bit
2055        DMA mode is used.
2056
20572000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2058
2059        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2060        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2061        ACLOCAL_AMFLAGS.
2062        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2063        ACLOCAL_AMFLAGS.
2064        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2065        ACLOCAL_AMFLAGS.
2066
20672000-11-03      Chris Johns <ccj@acm.org>
2068
2069        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2070        libchip/network/cs8900.h: New files.
2071
20722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2073
2074        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2075        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2076        $(RTEMS_TOPdir)/aclocal.
2077        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2078        $(RTEMS_TOPdir)/aclocal.
2079        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2080        $(RTEMS_TOPdir)/aclocal.
2081
20822000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2083
2084        * configure.in: Switch to GNU-canonicalization.
2085        * Makefile.am: Reflect changes to configure.in.
2086        * acinclude.m4: Remove.
2087
20882000-10-30      Joel Sherrill <joel@OARcorp.com>
2089
2090        * POSIX include files merged into newlib.  This resulted in some
2091        definitions moving to other files and thus some secondary effects in
2092        RTEMS source code.
2093        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2094        in sync with newlib's <machine/types.h>.
2095        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2096        definition of struct itimerval in <sys/time.h>.
2097
20982000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2099
2100        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2101        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2102        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2103        * ChangeLog: Fix typos.
2104        * configure.in: add tests to the GNU canonicalized subdirectories.
2105
21062000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2107
2108        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2109        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2110        the lib directory before configuring lib/.
2111
21122000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2113
2114        * configure.in, Makefile.am: add exec to the GNU canonicalized
2115        subdirectories.
2116        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2117        * configure.in: add libnetworking, librpc and librdb to the GNU
2118        canonicalized subdirectories.
2119        * configure.in: add libmisc and libchip to the GNU canonicalized
2120        subdirectories.
2121        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2122        Switch to GNU canonicalization.
2123        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2124        Switch to GNU canonicalization.
2125        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2126        Switch to GNU canonicalization.
2127
21282000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2129
2130        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2131        canonicalization to libfs/. The approach is currently a bit of a hack as
2132        GNU canonicalization does not support the per-BSP build some of the
2133        other directories require.  As more of the tree is converted, this will
2134        become less  of an issue.
2135
21362000-10-20      Joel Sherrill <joel@OARcorp.com>
2137
2138        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2139        parameter.
2140
21412000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2142
2143        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2144        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2145        * librdbg/configure.in: Add m68k support.
2146        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2147        subdirectory.
2148        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2149        failure.
2150        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2151        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2152        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2153        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2154        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2155        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2156        librdbg/src/m68k/.cvsignore: New files.
2157        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2158        function pointers.
2159        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2160        _after_ pointer has been checked against NULL.
2161
21622000-10-18      Joel Sherrill <joel@OARcorp.com>
2163
2164        * wrapup/Makefile.am: Added libfs.
2165
21662000-10-18      Chris Johns <ccj@acm.org>
2167
2168        * libfs created.
2169        * configure.in: Added libfs subdirectory.
2170        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2171
21722000-09-28      Joel Sherrill <joel@OARcorp.com>
2173
2174        * libnetworking/rtems_webserver/Makefile.am,
2175        libnetworking/rtems_webserver/base64.c,
2176        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2177        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2178
21792000-09-22      Joel Sherrill <joel@OARcorp.com>
2180
2181        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2182        libnetworking/rtems/rtems_bsdnet_internal.h,
2183        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2184        have included rtems.h.  It is now including precisely the  least amount
2185        of low level, yet portable .h files to get the basic RTEMS types
2186        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2187        used machine/types.h to include rtems.h.
2188
21892000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2190
2191        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2192
21932000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2194
2195        * libnetworking/ChangeLog: Cleanup.
2196
21972000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2198
2199        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2200        * libchip/ChangeLog: Fix formating.
2201
22022000-09-05      Joel Sherrill <joel@OARcorp.com>
2203
2204        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2205        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2206        confusion and to work with the converted flags.
2207
22082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2209
2210        * wrapup/Makefile.am: Include compile.am.
2211        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2212        libchip/serial/Makefile.am: Include compile.am.
2213        * librdbg/src/i386/any/Makefile.am,
2214        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2215        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2216        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2217        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2218        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2219        libnetworking/rtems_servers/Makefile.am,
2220        libnetworking/rtems_webserver/Makefile.am,
2221        libnetworking/wrapup/Makefile.am: Include compile.am.
2222
22232000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2224
2225        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2226        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2227
22282000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2229
2230        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2231
22322000-08-31      Joel Sherrill <joel@OARcorp.com>
2233
2234        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2235        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2236        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2237        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2238        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2239        * libnetworking/wbase64.c: Removed.
2240        * libnetworking/Makefile.am, libnetworking/asp.c,
2241        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2242        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2243        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2244        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2245        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2246        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2247        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2248        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2249        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2250        Modified.
2251
22522000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2253
2254        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2255
22562000-08-30      Joel Sherrill <joel@OARcorp.com>
2257
2258        * libnetworking/rtems_webserver/license.txt: New file.
2259
22602000-08-10      Joel Sherrill <joel@OARcorp.com>
2261
2262        * ChangeLog: New file.
2263        * libchip/ChangeLog: New file.
2264        * librdbg/ChangeLog: New file.
2265        * libnetworking/ChangeLog: New file.
2266
Note: See TracBrowser for help on using the repository browser.