source: rtems/c/src/ChangeLog @ b6e03375

4.104.114.84.95
Last change on this file since b6e03375 was e73c249, checked in by Joel Sherrill <joel.sherrill@…>, on 03/05/04 at 18:28:38

2004-03-04 Joel Sherrill <joel@…>

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