source: rtems/c/src/ChangeLog @ a4365e4

4.104.114.84.95
Last change on this file since a4365e4 was cdcef7e6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/23/04 at 12:24:54

2004-03-23 Ralf Corsepius <ralf_corsepius@…>

PR/589 rtems

  • libchip/network/pci.h: Remove (Moved to cpukit).
  • Property mode set to 100644
File size: 94.2 KB
Line 
12004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR/589 rtems
4        * libchip/network/pci.h: Remove (Moved to cpukit).
5
62004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
9        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
10        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
11        libchip/network/dec21140.c, libchip/network/elnk.c,
12        libchip/network/if_fxp.c, libchip/network/open_eth.c,
13        libchip/network/open_eth.h, libchip/network/sonic.c,
14        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
15        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
16        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
17        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
18        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
19        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
20        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
21        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
22        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
23        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
24        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
25        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
26        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
27        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
28        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
29        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
30        fixed-size types.
31
322004-03-14      Chris Johns  <chrisj@rtems.org>
33
34        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
35        the BSP example code.
36        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
37        support the DIMMPC. This is a pc386 target with IO port support. Minor
38        formating clean up. Add documentation to the header file.
39        * libchip/network/README.cs8900: The CS8900 driver is documented in the
40        cs8900.h header file.
41
422004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
45        Cosmetics.
46
472004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
50        There are no application level Makefiles in here.
51
522004-03-04      Joel Sherrill <joel@OARcorp.com>
53
54        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
55        they can be used in application level makefiles.
56
572004-03-05      Joel Sherrill <joel@OARcorp.com>
58
59        * libnetworking/rtems_webserver/ejparse.c,
60        libnetworking/rtems_webserver/emfdb.c,
61        libnetworking/rtems_webserver/sock.c,
62        libnetworking/rtems_webserver/socket.c,
63        libnetworking/rtems_webserver/sym.c,
64        libnetworking/rtems_webserver/webs.c,
65        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
662004-03-05      Joel Sherrill <joel@OARcorp.com>
67
68        * libchipnetwork/open_eth.c: Remove warnings by conditionally
69        compiling this file only only those CPU families with supported
70        exception models.
71
722004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * acinclude.m4: Fix loosing arguments when configuring cpukit and
75        testsuites (Was exposed with --enable-multilib, only).
76        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
77         Add RTEMS_BSP_CONFIG_SUBDIR.
78        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
79        testsuites's configure.
80        * aclocal/rtems-top.m4: Remove ENDIF hack.
81        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
82
832004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
86        wrapup/Makefile.am: Fix automake problems having been introduced
87        in previous patch.
88
892004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
92        Preinstall dirs.
93        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
94        * aclocal/check-multiprocessing.m4: Cosmetics.
95        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
96        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
97
982004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
101        librdbg/src/Makefile.am.
102        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
103        * configure.ac: Reflect changes above.
104        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
105        * wrapup/Makefile.am: Reflect changes above.
106        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
107
1082004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
111
1122004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
115
1162004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * wrapup/Makefile.am: Reflect new location of librdbg.a.
119
1202004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
123        librdbg/src/powerpc/Makefile.am: Remove.
124        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
125        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
126        * configure.ac: Reflect changes above.
127
1282004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130
1312004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
134        STRIP.
135
1362004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * librdbg/include/Makefile.am: Merge-in
139        librdbg/include/rdbg/i386/Makefile.am,
140        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
141        librdbg/include/rdbg/powerpc/Makefile.am.
142        * librdbg/include/rdbg/i386/Makefile.am,
143        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
144        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
145        * configure.ac: Reflect changes above.
146
1472004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Use AS_HELP_STRING(ada).
150
1512004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * aclocal/bspopts.m4: Use AS_HELP_STRING.
154        * aclocal/bsp-configure.m4: Require autoconf-2.59.
155        Use AC_CONFIG_HEADERS.
156        * aclocal/check-custom-bsp.m4: Add bspkit-support.
157        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
158
1592004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: include local.am.
162
1632004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * aclocal/version.m4: 4.6.99.0.
166
1672004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Don't include host.am.
170        * automake/compile.am: Further cleanups.
171
1722004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * automake/lib.am: Remove (Unused).
175
1762004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * wrapup/Makefile.am: Don't include lib.am.
179        * automake/compile.am: Use automake compilation rules.
180
1812004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * libnetworking/pppd/Makefile.am,
184        libnetworking/rtems_servers/Makefile.am,
185        libnetworking/rtems_telnetd/Makefile.am,
186        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
187        support/Makefile.am: Don't include lib.am.
188
1892004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * libchip/Makefile.am: Don't include lib.am.
192        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
193        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
194        unnecessary EXTRA_DISTs.
195
1962004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
199        hack.
200
2012004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
204        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
205        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
206        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
207
2082004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
211        Add AM_CONDITIONAL(HAS_MP).
212        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
213        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
214        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
215        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
216        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
217        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
218        (Deprecated by autoconf 2.59).
219
2202004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
223        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
224
2252004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * ChangeLog: Merge-in libnetworking/ChangeLog.
228        * libnetworking/ChangeLog: Remove.
229        * ChangeLog: Merge-in librdbg/ChangeLog.
230        * librdbg/ChangeLog: Remove.
231        * ChangeLog: Merge-in libchip/ChangeLog.
232        * libchip/ChangeLog: Remove.
233        * ChangeLog: Merge-in optman/ChangeLog.
234        * optman/ChangeLog: Remove.
235
2362004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: Reflect changes to cpukit.
239        * wrapup/Makefile.am: Reflect changes to librdbg.
240        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
241        * libchip/Makefile.am: Add PREINSTALL_DIRS.
242        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
243        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
244        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
245        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
246        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
247        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
248        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
249
2502004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * aclocal/rtems-top.m4: Remove check for version.m4.
253        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
254
2552004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
258        * wrapup/Makefile.am: Reflect changes to libchip/*.
259        * support/Makefile.am: Use automake compilation rules.
260        * wrapup/Makefile.am: Reflect changes to support/*.
261        * configure.ac: Remove libnetworking/wrapup/Makefile.
262        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
263        libnetworking/*/lib*.a instead of libnetapps.a.
264        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
265        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
266        * optman/Makefile.am: Use automake compilation rules.
267        * libchip/Makefile.am: Fix typo in previous patch.
268        * libchip/Makefile.am: Use automake compilation rules.
269        * libnetworking/Makefile.am: Remove wrapup.
270        * libnetworking/pppd/Makefile.am: Build libpppd. Use
271        automake-compilation rules.
272        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
273        automake-compilation rules.
274        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
275        automake-compilation rules.
276        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
277        automake-compilation rules.
278        * libnetworking/wrapup/Makefile.am: Remove (Unused).
279
2802004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
283        PRE/TMPINSTALL_FILES to CLEANFILES.
284        * automake/lib.am: Remove TMPINSTALL_FILES.
285        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
286        PRE/TMPINSTALL_FILES to CLEANFILES.
287        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
288        PRE/TMPINSTALL_FILES to CLEANFILES.
289        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
290        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
291        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
292        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
293        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
294        * librdbg/src/i386/Makefile.am: Ditto.
295        * librdbg/src/m68k/Makefile.am: Ditto.
296        * librdbg/src/powerpc/Makefile.am: Ditto.
297        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
298        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
299        * libnetworking/rtems_servers/Makefile.am: Ditto.
300        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
301        * libnetworking/rtems_webserver/Makefile.am: Ditto.
302
3032004-01-07      Joel Sherrill <joel@OARcorp.com>
304
305        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
306        more completely covers the MIPS family.
307
3082003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * wrapup/Makefile.am: Reflect changes to shmdr.
311        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
312
3132003-12-18      Joel Sherrill <joel@OARcorp.com>
314
315        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
316        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
317        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
318        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
319        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
320        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
321        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
322
3232003-12-17      Joel Sherrill <joel@OARcorp.com>
324
325        * aclocal/version.m4: Updated to rtems-20031217-test.
326
3272003-12-17     
328
329        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
330        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
331
3322003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * automake/compile.am: Remove LINK_LIBS (Unused).
335        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
336
3372003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
340        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
341        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
342        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
343        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
344
3452003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
348        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
349        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
350        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
351        * librdbg/src/i386/Makefile.am:
352        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
353        * librdbg/src/m68k/Makefile.am:
354        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
355        * librdbg/src/powerpc/Makefile.am:
356        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
357
3582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
361        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
362        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
363        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
364        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
365        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
366        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
367        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
368        * optman/Makefile.am: Remove project_libdir.
369        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
370        PRE/TMPINSTALL_FILES.
371        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
372        PRE/TMPINSTALL_FILES.
373        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
374        PRE/TMPINSTALL_FILES.
375        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
376        PRE/TMPINSTALL_FILES.
377        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
378        from PRE/TMPINSTALL_FILES.
379        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
380        PRE/TMPINSTALL_FILES.
381        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
382        PRE/TMPINSTALL_FILES.
383        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
384        PRE/TMPINSTALL_FILES.
385        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
386        PRE/TMPINSTALL_FILES.
387        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
388        PRE/TMPINSTALL_FILES.
389        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
390        PRE/TMPINSTALL_FILES.
391        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
392        from PRE/TMPINSTALL_FILES.
393
3942003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
397        * automake/lib.am: Remove project_libdir.
398        * wrapup/Makefile.am: Reworked.
399
4002003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * configure.ac: Reflect changes to librdbg.
403        * optman/Makefile.am: Add tmpinstall dirstamp support.
404        * libchip/Makefile.am: Fix variant-tmpinstall support.
405        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
406        * librdbg/src/powerpc/Makefile.am: Merge-in former
407        new_exception_processing/Makefile.am.
408        * librdbg/src/m68k/any/Makefile.am: Remove.
409        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
410        * librdbg/src/i386/any/Makefile.am: Remove.
411        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
412        * librdbg/src/Makefile.am: Cosmetics.
413        * librdbg/include/Makefile.am: Cosmetics.
414        * librdbg/Makefile.am: Cosmetics.
415        * libnetworking/Makefile.am: Cosmetics.
416        * libnetworking/pppd/Makefile.am: Cosmetics.
417        * libnetworking/wrapup/Makefile.am: Cosmetics.
418
4192003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * Makefile.am: Cosmetics.
422        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
423        support.
424
4252003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * automake/compile.am: Remove $(ARCH):-rule.
428
4292003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac: Remove lib/libbsp/shared/Makefile,
432        lib/libbsp/shmdr/Makefile.
433
4342003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
437        libchip/serial/Makefile, libchip/rtc/Makefile.
438        * support/Makefile.am: Remove all-local: $(ARCH).
439        * wrapup/Makefile.am: Remove all-local: $(ARCH).
440        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
441        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
442        * optman/Makefile.am: Remove all-local: $(ARCH).
443        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
444        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
445        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
446        compilation dirstamp support.
447        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
448        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
449        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
450        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
451        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
452        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
453        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
454        all-local: $(ARCH).
455        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
456        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
457        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
458        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
459        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
460
4612003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * aclocal/lead-dot.m4: New (from automake-1.7f).
464        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
465        AC_SUBST(dirstamp).
466        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
467        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
468        libchip/serial/Makefile.am: Ditto.
469        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
470        * librdbg/include/Makefile.am: Ditto.
471        * librdbg/include/rdbg/Makefile.am: Ditto.
472        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
473        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
474        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
475        * librdbg/src/Makefile.am: Ditto.
476        * librdbg/src/i386/Makefile.am: Ditto.
477        * librdbg/src/i386/any/Makefile.am: Ditto.
478        * librdbg/src/m68k/Makefile.am: Ditto.
479        * librdbg/src/m68k/any/Makefile.am: Ditto.
480        * librdbg/src/powerpc/Makefile.am: Ditto.
481        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
482        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
483        preinstallation.
484        * libnetworking/pppd/Makefile.am: Ditto.
485        * libnetworking/rtems_servers/Makefile.am: Ditto.
486        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
487        * libnetworking/rtems_webserver/Makefile.am: Ditto.
488        * libnetworking/wrapup/Makefile.am: Ditto.
489
4902003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
493        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
494        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
495        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
496        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
497        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
498        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
499        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
500        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
501        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
502        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
503        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
504        underquoting to silence automake-1.8.
505
5062003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * configure.ac: Reflect having moved tests to ../../testsuites.
509
5102003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
513        * aclocal/canonical-host.m4: Remove.
514        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
515        * configure.ac: Remove RTEMS_CANONICAL_HOST.
516
5172003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * aclocal/check-cpu.m4: Remove.
520        * configure.ac: Merge-in former aclocal/check-cpu.m4.
521        * aclocal/canonical-target-name.m4: Add m4-quotes.
522        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
523        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
524        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
525        * aclocal/check-networking.m4: Add m4-quotes. Require
526        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
527        * aclocal/check-posix.m4: Add m4-quotes. Require
528        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
529        * aclocal/check-rdbg.m4: Add m4-quotes. Require
530        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
531        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
532
5332003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
536        * aclocal/bsp-alias.m4: Remove.
537
5382003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.ac: Make presence of tests/ optional.
541
5422003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * aclocal/path-perl.m4: Remove (Unused).
545
5462003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * automake/force-preinstall.am: Remove.
549
5502003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
551
552        PR 499/rtems_misc
553        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
554        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
555        Configuration (Odd was forced) - Correction of Stop Bit configuration
556        (inversed) - Correction of ISR Handler to call
557        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
558        CTS Hardware flow control Configuration.
559
5602003-09-04      Joel Sherrill <joel@OARcorp.com>
561
562        * lib/libcpu/shared/include/cache.h,
563        lib/libcpu/shared/src/cache_aligned_malloc.c,
564        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
565        license changed.
566        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
567        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
568        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
569        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
570        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
571        for license changed.
572        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
573        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
574        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
575        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
576        libchip/network/cs8900.h, libchip/network/dec21140.c,
577        libchip/network/elnk.c, libchip/network/open_eth.c,
578        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
579        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
580        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
581        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
582        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
583        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
584        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
585        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
586        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
587        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
588        libchip/serial/serial.h, libchip/serial/z85c30.c,
589        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
590        libchip/serial/z85c30_reg.c: URL for license changed.
591
5922003-09-03      Jiri Gaisler <jiri@gaisler.com>
593
594        PR 477/networking
595        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
596        * libchip/network/README.open_eth, libchip/network/open_eth.c,
597        libchip/network/open_eth.h: New files.
598
5992003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * aclocal/rtems-top.m4: Add RTEMS_API.
602        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
603
6042003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
607        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
608        @RTEMS_BSP@.cfg.
609
6102003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
613
6142003-08-20      Joel Sherrill <joel@OARcorp.com>
615
616        * libchip/network/cs8900.c: Correct copyright statements.
617
6182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * aclocal/check-itron.m4: Remove.
621        * aclocal/enable-inlines.m4: Remove.
622        * Makefile.am: Reflect having moved aclocal/.
623        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
624        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
625        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
626        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
627        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
628        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
629        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
630        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
631        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
632        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
633        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
634        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
635        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
636        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
637        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
638        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
639        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
640        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
641        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
642        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
643        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
644        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
645        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
646        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
647        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
648        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
649        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
650        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
651        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
652        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
653        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
654        * aclocal/multilib.m4: New (Copied from ../../aclocal).
655        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
656        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
657        * aclocal/ppc.m4: New (Copied from ../../aclocal).
658        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
659        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
660        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
661        * aclocal/project-root.m4: New (Copied from ../../aclocal).
662        * aclocal/quoting.m4: New (Copied from ../../aclocal).
663        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
664        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
665        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
666        * aclocal/target.m4: New (Copied from ../../aclocal).
667        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
668        * aclocal/version.m4: New (Copied from ../../aclocal).
669
6702003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * configure.ac: Remove stray comments.
673        * automake/local.am, automake/host.am: Remove "debug".
674
6752003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * Makefile.am: Reflect having moved automake/.
678        * lib/Makefile.am: Reflect having moved automake/.
679        * support/Makefile.am: Reflect having moved automake/.
680        * wrapup/Makefile.am: Reflect having moved automake/.
681        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
682        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
683        from ../../automake).
684        * optman/Makefile.am: Reflect having moved automake/.
685        * libchip/Makefile.am: Reflect having moved automake/.
686        * libchip/ide/Makefile.am: Reflect having moved automake/.
687        * libchip/network/Makefile.am: Reflect having moved automake/.
688        * libchip/rtc/Makefile.am: Reflect having moved automake/.
689        * libchip/serial/Makefile.am: Reflect having moved automake/.
690        * librdbg/Makefile.am: Reflect having moved automake/.
691        * librdbg/include/Makefile.am: Reflect having moved automake/.
692        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
693        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
694        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
695        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
696        automake/.
697        * librdbg/src/Makefile.am: Reflect having moved automake/.
698        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
699        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
700        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
701        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
702        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
703        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
704        having moved automake/.
705        * libnetworking/Makefile.am: Reflect having moved automake/.
706        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
707        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
708        automake/.
709        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
710        automake/.
711        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
712        automake/.
713        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
714
7152003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
716
717        * Makefile.am: Add bsp.pc.in.
718        * bsp.pc.in: New (pkgconfig support).
719
7202003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
721
722        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
723
7242003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * lib/Makefile.am: New (Required by 'make dist').
727        * lib/ChangeLog: Remove.
728        * lib/.cvsignore: Cleanup.
729        * configure.ac: Reflect having added lib/Makefile.am.
730        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
731        lib/libbsp/configure.ac.
732        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
733        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
734
7352003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
736
737        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
738        * configure.ac: Merge-in librdbg/configure.ac.
739        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
740        librdbg/configure.ac.
741        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
742        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
743        LIBCHIP. Conditionally build include-dirs.
744        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
745        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
746        * librdbg/Makefile.am, librdbg/include/Makefile.am,
747        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
748        librdbg/include/rdbg/m68k/Makefile.am,
749        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
750        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
751        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
752        librdbg/src/powerpc/Makefile.am, librdbg/
753        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
754        configure.ac into ../configure.ac.
755        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
756        * libnetworking/.cvsignore, libnetworking/Makefile.am,
757        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
758        libnetworking/rtems_telnetd/Makefile.am,
759        libnetworking/rtems_webserver/Makefile.am,
760        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
761        into ../configure.ac.
762
7632003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        PR 427/rtems
766        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
767        * librdbg/src/servtsp.c: Ditto.
768
7692003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
770
771        PR 429/bsps
772        PR 432/bsps
773        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
774        packets are queued onto an elnk board, the ISR will deadlock the device
775        with a tx complete interrupt.  Lighter tx loads are not affected as they
776        end up submitting single packets to the device.
777
7782003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * configure.ac: Merge-in libchip/configure.ac. Merge-in
781        optman/configure.ac.
782        * optman/configure.ac: Remove (Merged into ../configure.ac).
783        * optman/Makefile.am: Reflect having merged configure.ac into
784        ../configure.ac.
785        * libchip/configure.ac: Remove (Merged into ../configure.ac).
786        * libchip/Makefile.am, libchip/ide/Makefile.am,
787        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
788        libchip/serial/Makefile.am: Reflect having merged configure.ac into
789        ../configure.ac.
790
7912003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
792
793        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
794
7952003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
796
797        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
798        on i386.
799
8002003-06-13      Joel Sherrill <joel@OARcorp.com>
801
802        * libnetworking/pppd/chat.c: Removed warnings.
803
8042003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
805
806        * libchip/network/README.3com: New file missed in previous commit.
807        PR 405/bsps
808        PR 393/networking
809        * libchip/network/dec21140.c: Fix leak also known as PR393.
810        * libchip/network/elnk.c, libchip/network/if_media.h,
811        libchip/network/mii.h: New files.
812        * libchip/network/Makefile.am: Reflect new files.
813
8142003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
815
816        * configure.ac: Remove support for profile-variant.
817
8182003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        PR 397/pppd
821        * libnetworking/pppd/fsm.c: Make peer_mru global again.
822        * libnetworking/pppd/magic.c: Remove *rand48.
823        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
824
8252003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
826
827        * wrapup/Makefile.am: Add libide.a.
828
8292003-04-15      Joel Sherrill <joel@OARcorp.com>
830
831        PR 387/rtems_misc
832        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
833        routines.
834        * libchip/ide/ata_internal.h: Added missing newline and end of file.
835
8362003-04-11      Joel Sherrill <joel@OARcorp.com>
837
838        * libnetworking/rtems_webserver/cgi.c,
839        libnetworking/rtems_webserver/sockGen.c,
840        libnetworking/rtems_webserver/umui.c,
841        libnetworking/rtems_webserver/websSSL.c,
842        libnetworking/rtems_webserver/websSSL.h,
843        libnetworking/rtems_webserver/websda.c,
844        libnetworking/rtems_webserver/websda.h: New files. Not included in
845        previous commit.
846
8472003-04-10      Joel Sherrill <joel@OARcorp.com>
848
849        PR 371/pppd
850        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
851        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
852        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
853        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
854        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
855        still global symbols in rtemspppd.h which might need to be changed or
856        converted into member of a structure which is dereferenced with a
857        pointer that is managed as a per task variable. But this patch should
858        avoid many conflicts.
859
8602003-03-27      Joel Sherrill <joel@OARcorp.com>
861
862        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
863        not allowed in the cpukit source code since it must be buildable
864        independent of any BSP. These files were moved to libchip/ide.
865        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
866        files.
867
8682003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
869
870        PR 368/filesystems
871        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
872        improvements which now work on pc386 and mbx8xx.
873        * libchip/ide/ide_controller.c: New file.
874
8752003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
876
877        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
878
8792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
880
881        * configure.ac: Remove AC_CONFIG_AUX_DIR.
882        * configure.ac: Add support/.
883        * support/.cvsignore: New.
884        * support/Makefile.am: New.
885        * support/version.c: New.
886        * wrapup/Makefile.am: Add support/libsupport.a.
887        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
888        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
889        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
890        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
891
8922003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
893
894        * wrapup/Makefile.am: Use SRC += instead of make-vars.
895
8962003-02-20      Till Straumann <strauman@slac.stanford.edu>
897
898        PR 354/networking
899        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
900        chip against a table of supported chips. The untested ones are still
901        commented out, however.
902
9032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
904
905        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
906        * configure.ac: AC_PREREQ(2.57).
907        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
908        * optman/configure.ac: AC_PREREQ(2.57).
909        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
910        * libchip/configure.ac: AC_PREREQ(2.57).
911        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
912        * librdbg/configure.ac: AC_PREREQ(2.57).
913        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
914        * libnetworking/configure.ac: AC_PREREQ(2.57).
915
9162003-02-06      Joel Sherrill <joel@OARcorp.com>
917
918        * libnetworking/pppd/chat.c: Convert routines with common names to
919        static. This included get_char(), put_char(), and character() among
920        others.
921
9222003-02-03      Joel Sherrill <joel@OARcorp.com>
923
924        PR 338/filesystem
925        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
926        rtems_io_lookup_name() (API change).  Unused function removed.
927
9282003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
929
930        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
931        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
932        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
933        Eliminate *_O_FILES.
934        * libnetworking/rtems_servers/Makefile.am,
935        libnetworking/rtems_webserver/Makefile.am,
936        libnetworking/rtems_telnetd/Makefile.am: Ditto.
937
9382002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
939
940        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
941        Let all-local: depend on $(LIB).
942        * wrapup/Makefile.am, configure.ac: Remove libmisc.
943        * optman/Makefile.am: Apply install-data-local to install *.rels.
944
9452002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
946
947        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
948        %.c rules.
949        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
950        * libchip/network/Makefile.am: Eliminate C_O_FILES.
951        * libchip/rtc/Makefile.am: Ditto.
952        * libchip/serial/Makefile.am: Ditto.
953
9542002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
955
956        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
957        LIBC_DEFINES.
958        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
959        LIBC_DEFINES.
960        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
961        LIBC_DEFINES.
962
9632002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
964
965        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
966
9672002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
968
969        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
970        cache-checking.
971        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
972
9732002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
974
975        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
976        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
977        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
978        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
979        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
980
9812002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
982
983        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
984        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
985        Remove.
986        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
987
9882002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
989
990        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
991        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
992
9932002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
994
995        * libchip/network/cs8900.c: I don't know why we have to SelfST register
996        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
997
9982002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
999
1000        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1001        * optman/rel.am: New.
1002
10032002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1004
1005        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1006        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1007        braino in comment on "exec". Extend --enable-ada handling.
1008
10092002-11-04      Joel Sherrill <joel@OARcorp.com>
1010
1011        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1012        tasks and rolling multiple loops into 1.
1013        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1014        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1015        Removed warnings.
1016
10172002-10-31      Joel Sherrill <joel@OARcorp.com>
1018
1019        * libchip/network/dec21140.c: Removed warnings.
1020        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1021        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1022        librdbg/src/m68k/any/remdeb_xdr.c,
1023        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1024        warnings.
1025        * libnetworking/rtems_webserver/socket.c,
1026        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1027
10282002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1029
1030        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1031        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1032        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1033        above.
1034
10352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1036
1037        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1038        * wrapup/.cvsignore: Remove autom4te.cache.
1039        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1040        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1041        autom4te.cache.
1042        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1043        autom4te.cache.
1044        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1045        autom4te.cache.
1046
10472002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1048
1049        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1050
10512002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1052
1053        * optman/.cvsignore: Add autom4te.cache.
1054
10552002-09-14      Joel Sherrill <joel@OARcorp.com>
1056
1057        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1058
10592002-09-07      Joel Sherrill <joel@OARcorp.com>
1060
1061        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1062        include files to resolve warnings.
1063
10642002-09-07      Chris Johns <ccj@acm.org>
1065
1066        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1067        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1068        which corrects the problem  where the cs8900.c file was actually the BSP
1069        glue.  Joel did some hacking so this file will compile.  Previously it
1070        required providing a target.h file to compile.
1071        * libchip/network/cs8900.c.bsp: New file.
1072
10732002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1074
1075        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1076
10772002-08-31      Joel Sherrill <joel@OARcorp.com>
1078
1079        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1080        eliminate warning.
1081
10822002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1083
1084        * configure.ac: Add ada-tests.
1085
10862002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1087
1088        * Makefile.am: Add preinstall-stamp.
1089
10902002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1091
1092        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1093        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1094        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1095        gcc31 happy.
1096        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1097        cp.
1098
10992002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1100
1101        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1102        make/bsp.mak.
1103        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1104        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1105
11062002-08-12      Joel Sherrill <joel@OARcorp.com>
1107
1108        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1109        avoid error.
1110
11112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1112
1113        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1114        * configure.ac: Add BSP_SUBDIRS.
1115        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1116        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1117        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1118        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1119        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1120        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1121        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1122        RTEMS_CHECK_BSP_CACHE.
1123        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1124        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1125        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1126        .$(OBJEXT) instead of .o.
1127        * libnetworking/pppd/Makefile.am,
1128        libnetworking/rtems_servers/Makefile.am,
1129        libnetworking/rtems_telnetd/Makefile.am,
1130        libnetworking/rtems_webserver/Makefile.am,
1131        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1132
11332002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1134
1135        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1136        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1137        ../libchip/serial/$(ARCH)/libserialio.a.
1138        * libchip/serial/Makefile.am: Don't tmp-install lib.
1139        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1140
11412002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1142
1143        * Makefile.am: Add rtems_makedir.
1144        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1145        * Makefile.am: Add wrapup-SUBDIR.
1146        * wrapup/ChangeLog: Remove.
1147        * wrapup/configure.ac: Remove.
1148        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1149        (Make the bare BSP happy).
1150        * configure.ac: Ditto.
1151        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1152        Create make/custom/default.cfg.
1153        * configure.ac: Add creation of make/custom/*.cfg. Create
1154        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1155
11562002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1157
1158        * Makefile.am: Clean $(PROJECT_RELEASE).
1159
11602002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1161
1162        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1163        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1164        prototype mismatches.
1165
11662002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1167
1168        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1169        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1170
11712002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1172
1173        * acinclude.m4: Add test "$multilib" != "yes".
1174        * config-ml.in: Remove.
1175        * acinclude.m4: Cleanups.
1176        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1177        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1178        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1179        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1180        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1181
11822002-07-16      Eric Norum <eric.norum@usask.ca>
1183
1184        * New driver for the Intel EtherExpressPro (82559ER) chip.
1185        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1186        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1187        * libchip/network/Makefile.am: Modified to reflect above.
1188
11892002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1190
1191        * acinclude.m4: New.
1192        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1193        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1194        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1195
11962002-07-01      Joel Sherrill <joel@OARcorp.com>
1197
1198        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1199        _Objects_Information_table now that it is a two dimensional array based
1200        upon API and class.
1201        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1202        of strnlen().
1203
12042002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1205
1206        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1207        preinstall libnetapps.a.
1208
12092002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1210
1211        * configure.ac: Remove librpc.
1212
12132002-06-25      Joel Sherrill <joel@OARcorp.com>
1214
1215        * Per PR233, moved librpc to exec.
1216        * configure.ac, wrapup/Makefile.am: Modified.
1217        * librpc, librpc/ChangeLog: Removed.
1218
12192002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1220
1221        * optman/Makefile.am: Remove multilib support.
1222        * optman/configure.ac: Ditto.
1223        * optman/sapi/Makefile.am: Ditto.
1224
12252002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1226
1227        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1228        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1229
12302002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1231
1232        Move networking libraries to c/src/exec/libnetworking
1233        * libnetworking/configure.ac, libnetworking/Makefile.am,
1234        libnetworking/wrapup/Makefile.am: Reflect Moval.
1235
12362002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1237
1238        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1239        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1240        <rtems/bspIo.h>.
1241
12422002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1243
1244        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1245        * libnetworking/rtems/mkrootfs.h: Ditto.
1246        * libnetworking/rtems/Makefile.am: Reflect changes above.
1247
12482002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1249
1250        * configure.ac: Remove lib.
1251
12522002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1253
1254        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1255        that exception stack frames on M68K members with VBR always are 6 byte
1256        long. The incorrect assumption resulted in some gdb commands like "next"
1257        to fail on the 68360.
1258
12592002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1260
1261        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1262        PR 220
1263        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1264        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1265        CVS.
1266        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1267        libnetworking/sys/filio.h: Remove.
1268        * libnetworking/sys/Makefile.am: Reflect changes above.
1269
12702002-05-07      Chris Johns <ccj@acm.org>
1271
1272        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1273        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1274        requires it to be stripped.
1275
12762002-05-01      Eric Norum <eric.norum@usask.ca>
1277
1278        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1279        assembly  to satisfy gcc 3.1 and newer.
1280
12812002-04-26      Eric Norum <eric.norum@usask.ca>
1282
1283        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1284        agressive optimization in gcc 3.1 does not reorder things.
1285
12862002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1287
1288        * libchip/network/dec21140.c: Reflect changes to powerpc's
1289        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1290        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1291        <rtems/score/cpu.h>.
1292        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1293        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1294
12952002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1296
1297        * optman/configure.ac: Remove ENABLE_GCC28.
1298
12992002-04-11      Chris Johns <ccj@acm.org>
1300
1301        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1302        driver control block field to the ifconfig network driver structure.
1303        This field is needed by the i82586 driver which was ported from NetBSD
1304        as it had better hardware abstraction.
1305        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1306        PR59, added the drv_ctrl driver control block field to the ifconfig
1307        network driver structure. This field is needed by the i82586 driver
1308        which was ported from NetBSD as it had better hardware abstraction.
1309
13102002-04-10      Mike Siers <mikes@poliac.com>
1311
1312        * libnetworking/rtems_webserver/NOTES,
1313        libnetworking/rtems_webserver/asp.c,
1314        libnetworking/rtems_webserver/balloc.c,
1315        libnetworking/rtems_webserver/default.c,
1316        libnetworking/rtems_webserver/ej.h,
1317        libnetworking/rtems_webserver/ejIntrn.h,
1318        libnetworking/rtems_webserver/ejlex.c,
1319        libnetworking/rtems_webserver/ejparse.c,
1320        libnetworking/rtems_webserver/emfdb.c,
1321        libnetworking/rtems_webserver/emfdb.h,
1322        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1323        libnetworking/rtems_webserver/handler.c,
1324        libnetworking/rtems_webserver/license.txt,
1325        libnetworking/rtems_webserver/md5.h,
1326        libnetworking/rtems_webserver/md5c.c,
1327        libnetworking/rtems_webserver/mime.c,
1328        libnetworking/rtems_webserver/misc.c,
1329        libnetworking/rtems_webserver/ringq.c,
1330        libnetworking/rtems_webserver/rom.c,
1331        libnetworking/rtems_webserver/security.c,
1332        libnetworking/rtems_webserver/sock.c,
1333        libnetworking/rtems_webserver/sym.c,
1334        libnetworking/rtems_webserver/uemf.c,
1335        libnetworking/rtems_webserver/uemf.h,
1336        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1337        libnetworking/rtems_webserver/url.c,
1338        libnetworking/rtems_webserver/value.c,
1339        libnetworking/rtems_webserver/wbase64.c,
1340        libnetworking/rtems_webserver/webcomp.c,
1341        libnetworking/rtems_webserver/webpage.c,
1342        libnetworking/rtems_webserver/webrom.c,
1343        libnetworking/rtems_webserver/webs.c,
1344        libnetworking/rtems_webserver/webs.h,
1345        libnetworking/rtems_webserver/websuemf.c,
1346        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1347        2.1.4.
1348
13492002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1350
1351        * libchip/network/i82586.c: Include <string.h>.
1352        * libchip/network/sonic.c: Ditto.
1353
13542002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1355
1356        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1357
13582002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1359
1360        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1361
13622002-03-27      Thomas.Doerfler@imd-systems.de
1363
1364        PR 144
1365        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1366        memory address 0 when called for the first time. This is done when
1367        trying to clear the variable "dhcp_hostname".
1368
13692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1370
1371        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1372        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1373        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1374        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1375        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1376        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1377        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1378        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1379        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1380        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1381        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1382        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1383        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1384        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1385        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1386        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1387        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1388        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1389        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1390        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1391        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1392        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1393        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1394        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1395        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1396        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1397        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1398        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1399        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1400        AUTOMAKE_OPTIONS.
1401        * libnetworking/configure.ac:
1402        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1403        foreign 1.6]).
1404        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1405        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1406        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1407        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1408        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1409        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1410        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1411        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1412        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1413        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1414        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1415        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1416        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1417        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1418        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1419        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1420        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1421
14222002-03-27      Ilya Alexeev <ilya@continuum.ru>
1423
1424        PR 162
1425        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1426        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1427        used in a device write routines.  Now ppp_softc structure have own
1428        character for writing to device (sc_outchar).  I think that converting
1429        local variables to static is not a right solution, because problems will
1430        occur in the case of two or more ppp instances.
1431        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1432        must be u_long, otherwise in the case of the big output packet endless
1433        loop may occur.
1434
14352002-03-21      Ilya Alexeev <ilya@continuum.ru>
1436
1437        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1438        preparations for multiple PPPD connections.
1439
14402002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1441
1442        PR 149
1443        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1444        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1445        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1446        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1447
14482002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1449
1450        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1451        * configure.ac: Modified to reflect addition.
1452
14532002-02-27      Ilya Alexeev <ilya@continuum.ru>
1454
1455        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1456        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1457        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1458        capabilities as well as eliminate some warnings.
1459
14602002-02-27      Eric Norum <eric.norum@usask.ca>
1461
1462        * libnetworking/net/radix.c: Properly handle fetching the default route
1463        when there is no route.  This was a bug in the original FreeBSD code and
1464        this fix is from an updated version of their code.
1465
14662002-02-16      Eric Norum <eric.norum@usask.ca>
1467
1468        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1469        checking.
1470
14712002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1472
1473        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1474        dodefaultroute.
1475
14762002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1477
1478        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1479        include <rtems/seterr.h>.
1480
14812002-02-01      Mike Siers <mikes@poliac.com>
1482
1483        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1484        avoid bringing the link down too fast. NOTE: Mike reports successfully
1485        running at 56K baud on a direct link.
1486
14872002-02-01      Eric Valette <valette@crf.canon.fr>
1488
1489        * librdbg/So many patches have been posted recently on the mailing list
1490        and  because we were unable to find correct solution to compile on
1491        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1492        because the coding  style of rdbg was rather inconsistant among various
1493        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1494        global coding style (using indent + manual edits), 2) incorporate/review
1495        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1496        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1497        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1498        after rdbg initialization is done, NB : the paches is huge but it is
1499        mainly due to coding styke chnages.  Only few lines of codes have been
1500        really changed and they do not impact  rdbg functionnality (AFAIKT).
1501        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1502        librdbg/include/rdbg/m68k/rdbg_f.h,
1503        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1504        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1505        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1506        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1507        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1508        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1509        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1510        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1511        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1512        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1513        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1514        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1515        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1516        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1517        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1518        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1519
15202002-01-31      Mike Siers <mikes@poliac.com>
1521
1522        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1523        * Nice Update of PPPD support which eliminates the requiremetn that
1524        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1525        and reports that it seems to be more stable and handle larger packets
1526        better.  This patch replaces the termios tasks with more general pppd
1527        network driver tasks.  The functions pppinput() and pppstart() get
1528        called from the interrupt service routine.
1529        * libnetworking/Makefile.am, libnetworking/configure.ac,
1530        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1531        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1532        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1533        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1534        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1535        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1536        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1537        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1538        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1539        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1540        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1541        libnetworking/net/route.c, libnetworking/net/route.h,
1542        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1543        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1544        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1545        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1546        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1547        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1548        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1549        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1550        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1551        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1552        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1553        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1554        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1555        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1556        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1557        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1558        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1559        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1560        libnetworking/pppd/example/README,
1561        libnetworking/pppd/example/netconfig.h,
1562        libnetworking/wrapup/Makefile.am: Modified.
1563        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1564        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1565        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1566        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1567        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1568        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1569        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1570        libnetworking/modem/pppcompress.c: Subdirectory removed.
1571
15722002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1573
1574        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1575        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1576
15772002-01-18      Till Straumann <strauman@slac.stanford.edu>
1578
1579        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1580        issues: - exception handler needs to enable MSR_FP if the interrupted
1581        thread is FP enabled. - printk message for MSR fixed and added
1582        stacktrace. NOTE: this requires the stacktrace patch to
1583        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1584        however).
1585
15862002-01-06      Joel Sherrill <joel@OARcorp.com>
1587
1588        * optman/.cvsignore: Added aclocal.m4 and configure.
1589        * optman/.cvsignore: New file.
1590
15912002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1592
1593        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1594
15952002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1596
1597        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1598        * optman/ChangeLog: New.
1599        * optman/configure.ac: New.
1600        * optman/Makefile.am: New.
1601        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1602        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1603
16042001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1605
1606        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1607
16082001-12-18      Eric Norum <eric.norum@usask.ca>
1609
1610        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1611        `directories' (path names with a / at the end) while disallowing open()
1612        operations on TFTP `directories'.
1613
16142001-12-07      Eric Norum <eric.norum@usask.ca>
1615
1616        * libnetworking/lib/tftpDriver.c: Restore write capability.
1617
16182001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1619
1620        * libchip/network/sonic.h: Fix typo.
1621        * libnetworking/arpa/Makefile.am: Remove stray lines.
1622
16232001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1624
1625        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1626
16272001-10-18      Eric Norum <eric.norum@usask.ca>
1628
1629        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1630        chdir() and open() operations within the TFTP file system.
1631
16322001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1633
1634        * librdbg/configure.ac: Fix latent bug exposed by removal of
1635        config.cache's which prevented powerpc targets librdbg from building.
1636
16372001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1638
1639        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1640        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1641        autoconf-2.52 happy.
1642
16432001-10-12      Mike Siers <mikes@poliac.com>
1644
1645        * libnetworking/Update to stable working state.  Congratulations Mike!
1646        :).
1647        * libnetworking/modem_example: Directory removed.
1648        * libnetworking/modem_example/16550.h,
1649        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
1650        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
1651        libnetworking/modem_example/ppp.h,
1652        libnetworking/modem_example/pppcompress.c: Files removed.
1653        * libnetworking/pppd/example/pppd.options: New file.
1654        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
1655        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1656        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1657        libnetworking/pppd/rtemsmain.c: Updated.
1658
16592001-10-12      Joel Sherrill <joel@OARcorp.com>
1660
1661        * libchip/serial/z85c30.c: Fixed typo.
1662
16632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1664
1665        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1666        * configure.in: Remove.
1667        * configure.ac: New file, generated from configure.in by autoupdate.
1668        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1669        * libchip/configure.in: Remove.
1670        * libchip/configure.ac: New file, generated from configure.in by
1671        autoupdate.
1672        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1673        * librdbg/configure.in: Remove.
1674        * librdbg/configure.ac: New file, generated from configure.in by
1675        autoupdate.
1676        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1677        * libnetworking/configure.in: Remove.
1678        * libnetworking/configure.ac: New file, generated from configure.in by
1679        autoupdate.
1680
16812001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1682
1683        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
1684        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
1685        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
1686
16872001-09-27      Joel Sherrill <joel@OARcorp.com>
1688
1689        * libchip/ChangeLog: Fixed typo in date.
1690
16912001-09-27      Eric Norum <eric.norum@usask.ca>
1692
1693        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
1694        TFTP  filesystem.
1695
16962001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1697
1698        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
1699        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
1700        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
1701        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
1702        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1703        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1704        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1705        'PREINSTALL_FILES ='.
1706        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
1707        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
1708        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
1709        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
1710        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
1711        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
1712        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
1713        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
1714        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
1715        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
1716        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
1717        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
1718
17192001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1720
1721        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
1722        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
1723        * librdbg/src/m68k/any/Makefile.am: Ditto.
1724        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1725        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
1726        happy.
1727
17282001-09-21      Joel Sherrill <joel@OARcorp.com>
1729
1730        * libchip/network/Makefile.am: Fixed typo on file name.
1731        * libchip/network/i82586.c: Commented out line 318 which is referencing
1732        a member of a structure that is not currently there.  This needs to be
1733        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
1734        to C style.
1735
17362001-09-19      Eric Norum <eric.norum@usask.ca>
1737
1738        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
1739
17402001-09-19      Chris Johns <ccj@acm.org>
1741
1742        * libchip/network/README.i82586, libchip/network/i82586.c,
1743        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
1744        Network driver for Intel i82586.
1745        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
1746        rtems/rtems_bsdnet_internal.h Added support for populating the initial
1747        "root" filesystem with information obtained via the DHCP response.
1748
17492001-09-14      Eric Norum <eric.norum@usask.ca>
1750
1751        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
1752        make gcc 3.x happy.
1753
17542001-08-16      Mike Siers <mikes@poliac.com>
1755
1756        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
1757        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
1758        These support callback functionality that has not even been compiled
1759        under RTEMS yet.
1760        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
1761        example application.  Mike's notes on the modifications: - renamed
1762        error() function because of namespace problems - removed calls to the
1763        exit() funciton - removed extra files from the pppd source directory -
1764        defined pppd task constant values in rtemspppd.h - modifyied example
1765        code to get actual tick per second value - placed the pppd 2.3.11 man
1766        page file (pppd.8) into the pppd directory.
1767        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1768        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
1769        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1770        libnetworking/pppd/rtems-ppp.c: Deleted.
1771        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
1772        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1773        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
1774        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
1775        libnetworking/pppd/example/init.c,
1776        libnetworking/pppd/example/netconfig.h,
1777        libnetworking/pppd/example/ppp.conf,
1778        libnetworking/pppd/example/pppdapp.c,
1779        libnetworking/pppd/example/system.h: New files.
1780        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
1781        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
1782        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
1783        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1784        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1785        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1786        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1787        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1788        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1789        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1790        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1791        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1792        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1793        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
1794        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
1795
17962001-08-16      Joel Sherrill <joel@OARcorp.com>
1797
1798        * libnetworking/pppd/example/Makefile: Removed.
1799        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
1800        to avoid bootstrap -c clobbering it.
1801        * libnetworking/rtems_telnetd/.cvsignore: New file.
1802
18032001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1804
1805        * libnetworking/Makefile.am, libnetworking/configure.in,
1806        libnetworking/rtems_servers/Makefile.am,
1807        libnetworking/rtems_servers/telnetd.c,
1808        libnetworking/rtems_servers/telnetd.h,
1809        libnetworking/rtems_telnetd/Makefile.am,
1810        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1811        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1812        libnetworking/rtems_telnetd/telnetd.c,
1813        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
1814        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
1815        effect when ftpd change. - the tcp/ip stats have been implemented into
1816        icmds.c and started when telnetd daemon is started.
1817        * libnetworking/rtems_servers/telnetd.c,
1818        libnetworking/rtems_servers/telnetd.h: Removed.
1819        * libnetworking/rtems_telnetd: New directory.
1820        * libnetworking/rtems_telnetd/Makefile.am,
1821        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1822        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1823        libnetworking/rtems_telnetd/telnetd.c,
1824        libnetworking/rtems_telnetd/telnetd.h: New files.
1825
18262001-06-14      Joel Sherrill <joel@OARcorp.com>
1827
1828        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
1829        Moved from libmisc/shell so the network stack to address network
1830        depenendency.
1831        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
1832
18332001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1834
1835        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
1836
18372001-05-15      Joel Sherrill <joel@OARcorp.com>
1838
1839        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1840        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
1841        accidentally deleted the incorrectly empty versions.
1842
18432001-05-14      Till Straumann <strauman@slac.stanford.edu>
1844
1845        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
1846        libchip/pci/Makefile.am: Per PR215 address the following issues: -
1847        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
1848        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
1849        to know the values) - the affected BSP (shared/motorola) headers have
1850        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
1851        driver (libchip/network/dec21140.c) has been fixed to use
1852        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
1853        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
1854        who is using this driver. - the DEC driver also has been fixed to use
1855        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
1856        delay_in_bus_cycles().
1857
18582001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1859
1860        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
1861
18622001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1863
1864        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
1865
18662001-04-24      Eric Norum <eric.norum@usask.ca>
1867
1868        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
1869        NTP synchronization a little more robust -- no NTP daemon yet, but at
1870        least it trys a little harder when the primary NTP server is down.
1871
18722001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
1873
1874        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
1875        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1876        libnetworking/pppd/modem_example/modem.c,
1877        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
1878        other strings into English.
1879        * libnetworking/pppd/STATUS: updated to reflect the changes.
1880
18812001-04-20      Jake Janovetz <janovetz@uiuc.edu>
1882
1883        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
1884        again.
1885
18862001-04-20      Eric Valette <valette@crf.canon.fr>
1887
1888        * mcp750 directory renamed new_exception processing as it supports many
1889        more CPU models.
1890        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
1891        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1892        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
1893        formerly in mcp750 plus modifications.
1894        * librdbg/src/powerpc/mcp750/.cvsignore,
1895        librdbg/src/powerpc/mcp750/Makefile.am,
1896        librdbg/src/powerpc/mcp750/remdeb.h,
1897        librdbg/src/powerpc/mcp750/remdeb_f.x,
1898        librdbg/src/powerpc/mcp750/remdeb_svc.c,
1899        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
1900        new_exception_processing.
1901        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
1902        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1903        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
1904        part of this effort to add support for the MPC8xx.
1905
19062001-04-19      Joel Sherrill <joel@OARcorp.com>
1907
1908        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
1909        internal include files.
1910
19112001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
1912
1913        PR 158
1914        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
1915        rcmd() library call by commenting out the parts that deal with signals.
1916        This enables RTEMS to 'rsh' command to a server connecting fd to remote
1917        stdio. The 'server-side' parts of this file which deal with
1918        authentication are disabled since they are not needed.
1919
19202001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
1921
1922        * libnetworking/include/.cvsignore: Remove dangling file.
1923
19242001-03-14      Joel Sherrill <joel@OARcorp.com>
1925
1926        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
1927        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
1928        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
1929        libchip style serial drivers can be written in libcpu or libbsp.
1930
19312001-03-01      Joel Sherrill <joel@OARcorp.com>
1932
1933        * libchip/network/cs8900.c, libchip/network/cs8900.h,
1934        libchip/network/sonic.c, libchip/network/sonic.h,
1935        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1936        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1937        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1938        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
1939        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1940        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1941        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1942        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
1943
19442001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1945
1946        * librdbg/include/rdbg/Makefile.am,
1947        librdbg/include/rdbg/i386/Makefile.am,
1948        librdbg/include/rdbg/m68k/Makefile.am,
1949        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
1950        style on include files.
1951
19522001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1953
1954        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1955        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
1956        replace ${..} with $(..).
1957        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
1958        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
1959        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
1960        libnetworking/rtems/Makefile.am, libnetworking/
1961        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
1962        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
1963        include_*HEADERS instead of H_FILES.
1964        * libnetworking/include/Makefile.am: Remove.
1965        * libnetworking/Makefile.am: Add handling of *.h files.
1966        * libnetworking/configure.in: Remove include/Makefile.
1967
19682001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1969
1970        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
1971
19722001-01-31      Sergei Organov <osv@javad.ru>
1973
1974        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
1975        current dir and root dir removed in favor of new libio support for
1976        task-local current and root directories. - Bug in `close_data_socket()'
1977        introduced by previous change fixed. - `command_pasv()' changed to set
1978        timeout on socket we are listening on and code fixed to don't close
1979        socket twice on error. - `serr()' changed to clear `errno'. -
1980        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
1981        changed to clear `errno' before processing session. -
1982        `close_data_socket()' fixed to close both active and passive sockets -
1983        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
1984        empty string  in `exec_command()'.
1985
19862001-01-25      Eric Norum <eric.norum@usask.ca>
1987
1988        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
1989        improves throughput on systems which are dropping packets.   Only the
1990        first timeout is reduced.  This keeps the number of extra packets down
1991        on networks that are very busy and dropping lots of packets.
1992
19932001-01-24      Sergei Organov <osv@javad.ru>
1994
1995        * libnetworking/rtems_servers/ftpd.c,
1996        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
1997        - Timeouts on sockets implemented. 'idle' field added to configuration.
1998        No timeout by default to keep backward compatibility. Note: SITE IDLE
1999        command not implemented yet. - Basic global access control implemented.
2000        'access' field added to configuration. No access limitations by default
2001        to keep backward compatibility. - Anchor data socket for active mode
2002        (using self IP and port 20.) - Fixed default data port support (still
2003        not tested). - Don't allow IP address different from originating host in
2004        PORT command to improve security. - Fixed bug in MDTM command. - Check
2005        for correctness of parsing of argument in command_port(). - Fixed
2006        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2007        a directory. - Command parsing a little bit improved: command names are
2008        now converted to upper-case to be more compatible with RFC (command
2009        names are not case-sensitive.) - Reformat comments so that they have
2010        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2011        previous changes - True ASCII mode implemented (doesn't work for hooks
2012        and /dev/null) - Passive mode implemented, PASV command added. - Default
2013        port for data connection could be used (untested, can't find ftp client
2014        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2015        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2016
20172001-01-18      Joel Sherrill <joel@OARcorp.com>
2018
2019        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2020        macro using variable arguments.
2021        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2022        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2023        since I updated the main RTEMS development machine to RedHat 7.2 and
2024        apparently got a new version of rpcgen.
2025
20262001-01-12      Sergei Organov <osv@javad.ru>
2027
2028        * libnetworking/rtems_servers/ftpd.c,
2029        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2030        - use pool of pre-created threads to handle sessions instead of
2031        creating/deleting threads on the fly - LIST output is now similar to
2032        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2033        happy with it. - LIST NAME now works (both for files and directories) -
2034        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2035        clients happy  - keep track of CWD for every session separately -
2036        ability to specify root directory name for FTPD in configuration table.
2037        FTPD will then create illusion for FTP clients that this is actually
2038        root directory. - ignore options sent in commands, thus LIST -al FILE
2039        works and doesn't try to list "-al" directory. - buffers are allocated
2040        on stack instead of heap where possible to eliminate malloc/free calls
2041        (avoid possible heap fragmentation troubles). - drop using of task
2042        notepad to pass parameters - use function arguments instead - use
2043        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2044        in socket() instead of AF_INET.
2045
20462001-01-02      Joel Sherrill <joel@OARcorp.com>
2047
2048        * libnetworking/CHANGELOG: Removed.
2049        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2050
20512000-12-14      Eric Norum <eric.norum@usask.ca>
2052
2053        * libnetworking/lib/tftpDriver.c: Added write capability.
2054
20552000-12-08      Joel Sherrill <joel@OARcorp.com>
2056
2057        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2058        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2059        numerous variable declarations conditional on PPP_COMPRESS and
2060        PPP_FILTER.  Commented out variables that were not used because the code
2061        using them was commented out. Removed totally unused variables.
2062        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2063        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2064
20652000-11-30      Joel Sherrill <joel@OARcorp.com>
2066
2067        * libnetworking/modem/ppp_tty.c: Changed to include
2068        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2069        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2070        * libnetworking/Makefile.am: Modified to reflect above.
2071
20722000-11-27      Joel Sherrill <joel@OARcorp.com>
2073
2074        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2075
20762000-11-25      Eric Norum <eric.norum@usask.ca>
2077
2078        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2079        core.
2080
20812000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2082
2083        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2084        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2085        subdir.
2086        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2087        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2088        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2089        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2090        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2091        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2092        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2093        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2094        ppp_tty.c and the real pppd main is in pppmain.c.
2095
20962000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2097
2098        * libchip/network/sonic.c: Added ipalign() routine to align the received
2099        packet so that the ip header is on a 32-bit boundary. Necessary for
2100        cpu's that do not allow unaligned loads and stores and when the 32-bit
2101        DMA mode is used.
2102
21032000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2104
2105        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2106        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2107        ACLOCAL_AMFLAGS.
2108        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2109        ACLOCAL_AMFLAGS.
2110        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2111        ACLOCAL_AMFLAGS.
2112
21132000-11-03      Chris Johns <ccj@acm.org>
2114
2115        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2116        libchip/network/cs8900.h: New files.
2117
21182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2119
2120        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2121        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2122        $(RTEMS_TOPdir)/aclocal.
2123        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2124        $(RTEMS_TOPdir)/aclocal.
2125        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2126        $(RTEMS_TOPdir)/aclocal.
2127
21282000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2129
2130        * configure.in: Switch to GNU-canonicalization.
2131        * Makefile.am: Reflect changes to configure.in.
2132        * acinclude.m4: Remove.
2133
21342000-10-30      Joel Sherrill <joel@OARcorp.com>
2135
2136        * POSIX include files merged into newlib.  This resulted in some
2137        definitions moving to other files and thus some secondary effects in
2138        RTEMS source code.
2139        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2140        in sync with newlib's <machine/types.h>.
2141        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2142        definition of struct itimerval in <sys/time.h>.
2143
21442000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2145
2146        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2147        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2148        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2149        * ChangeLog: Fix typos.
2150        * configure.in: add tests to the GNU canonicalized subdirectories.
2151
21522000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2153
2154        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2155        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2156        the lib directory before configuring lib/.
2157
21582000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2159
2160        * configure.in, Makefile.am: add exec to the GNU canonicalized
2161        subdirectories.
2162        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2163        * configure.in: add libnetworking, librpc and librdb to the GNU
2164        canonicalized subdirectories.
2165        * configure.in: add libmisc and libchip to the GNU canonicalized
2166        subdirectories.
2167        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2168        Switch to GNU canonicalization.
2169        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2170        Switch to GNU canonicalization.
2171        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2172        Switch to GNU canonicalization.
2173
21742000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2175
2176        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2177        canonicalization to libfs/. The approach is currently a bit of a hack as
2178        GNU canonicalization does not support the per-BSP build some of the
2179        other directories require.  As more of the tree is converted, this will
2180        become less  of an issue.
2181
21822000-10-20      Joel Sherrill <joel@OARcorp.com>
2183
2184        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2185        parameter.
2186
21872000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2188
2189        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2190        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2191        * librdbg/configure.in: Add m68k support.
2192        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2193        subdirectory.
2194        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2195        failure.
2196        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2197        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2198        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2199        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2200        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2201        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2202        librdbg/src/m68k/.cvsignore: New files.
2203        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2204        function pointers.
2205        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2206        _after_ pointer has been checked against NULL.
2207
22082000-10-18      Joel Sherrill <joel@OARcorp.com>
2209
2210        * wrapup/Makefile.am: Added libfs.
2211
22122000-10-18      Chris Johns <ccj@acm.org>
2213
2214        * libfs created.
2215        * configure.in: Added libfs subdirectory.
2216        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2217
22182000-09-28      Joel Sherrill <joel@OARcorp.com>
2219
2220        * libnetworking/rtems_webserver/Makefile.am,
2221        libnetworking/rtems_webserver/base64.c,
2222        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2223        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2224
22252000-09-22      Joel Sherrill <joel@OARcorp.com>
2226
2227        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2228        libnetworking/rtems/rtems_bsdnet_internal.h,
2229        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2230        have included rtems.h.  It is now including precisely the  least amount
2231        of low level, yet portable .h files to get the basic RTEMS types
2232        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2233        used machine/types.h to include rtems.h.
2234
22352000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2236
2237        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2238
22392000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2240
2241        * libnetworking/ChangeLog: Cleanup.
2242
22432000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2244
2245        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2246        * libchip/ChangeLog: Fix formating.
2247
22482000-09-05      Joel Sherrill <joel@OARcorp.com>
2249
2250        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2251        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2252        confusion and to work with the converted flags.
2253
22542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2255
2256        * wrapup/Makefile.am: Include compile.am.
2257        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2258        libchip/serial/Makefile.am: Include compile.am.
2259        * librdbg/src/i386/any/Makefile.am,
2260        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2261        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2262        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2263        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2264        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2265        libnetworking/rtems_servers/Makefile.am,
2266        libnetworking/rtems_webserver/Makefile.am,
2267        libnetworking/wrapup/Makefile.am: Include compile.am.
2268
22692000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2270
2271        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2272        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2273
22742000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2275
2276        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2277
22782000-08-31      Joel Sherrill <joel@OARcorp.com>
2279
2280        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2281        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2282        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2283        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2284        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2285        * libnetworking/wbase64.c: Removed.
2286        * libnetworking/Makefile.am, libnetworking/asp.c,
2287        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2288        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2289        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2290        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2291        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2292        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2293        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2294        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2295        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2296        Modified.
2297
22982000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2299
2300        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2301
23022000-08-30      Joel Sherrill <joel@OARcorp.com>
2303
2304        * libnetworking/rtems_webserver/license.txt: New file.
2305
23062000-08-10      Joel Sherrill <joel@OARcorp.com>
2307
2308        * ChangeLog: New file.
2309        * libchip/ChangeLog: New file.
2310        * librdbg/ChangeLog: New file.
2311        * libnetworking/ChangeLog: New file.
2312
Note: See TracBrowser for help on using the repository browser.