source: rtems/c/src/ChangeLog @ 60f9088

4.104.114.84.95
Last change on this file since 60f9088 was 60f9088, checked in by Chris Johns <chrisj@…>, on 03/14/04 at 01:38:54

CS8900 driver updates.

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