source: rtems/c/src/ChangeLog @ b5d91ad

4.104.114.84.95
Last change on this file since b5d91ad was b5d91ad, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/03/04 at 06:21:42

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

  • libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
  • libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
  • libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
  • libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
  • Property mode set to 100644
File size: 87.1 KB
Line 
12004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
4        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
5        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
6        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
7
82004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
11        Add AM_CONDITIONAL(HAS_MP).
12        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
13        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
14        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
15        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
16        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
17        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
18        (Deprecated by autoconf 2.59).
19
202004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
23        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
24
252004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * ChangeLog: Merge-in libnetworking/ChangeLog.
28        * libnetworking/ChangeLog: Remove.
29        * ChangeLog: Merge-in librdbg/ChangeLog.
30        * librdbg/ChangeLog: Remove.
31        * ChangeLog: Merge-in libchip/ChangeLog.
32        * libchip/ChangeLog: Remove.
33        * ChangeLog: Merge-in optman/ChangeLog.
34        * optman/ChangeLog: Remove.
35
362004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Reflect changes to cpukit.
39        * wrapup/Makefile.am: Reflect changes to librdbg.
40        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
41        * libchip/Makefile.am: Add PREINSTALL_DIRS.
42        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
43        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
44        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
45        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
46        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
47        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
48        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
49
502004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * aclocal/rtems-top.m4: Remove check for version.m4.
53        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
54
552004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
58        * wrapup/Makefile.am: Reflect changes to libchip/*.
59        * support/Makefile.am: Use automake compilation rules.
60        * wrapup/Makefile.am: Reflect changes to support/*.
61        * configure.ac: Remove libnetworking/wrapup/Makefile.
62        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
63        libnetworking/*/lib*.a instead of libnetapps.a.
64        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
65        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
66        * optman/Makefile.am: Use automake compilation rules.
67        * libchip/Makefile.am: Fix typo in previous patch.
68        * libchip/Makefile.am: Use automake compilation rules.
69        * libnetworking/Makefile.am: Remove wrapup.
70        * libnetworking/pppd/Makefile.am: Build libpppd. Use
71        automake-compilation rules.
72        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
73        automake-compilation rules.
74        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
75        automake-compilation rules.
76        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
77        automake-compilation rules.
78        * libnetworking/wrapup/Makefile.am: Remove (Unused).
79
802004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
83        PRE/TMPINSTALL_FILES to CLEANFILES.
84        * automake/lib.am: Remove TMPINSTALL_FILES.
85        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
86        PRE/TMPINSTALL_FILES to CLEANFILES.
87        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
88        PRE/TMPINSTALL_FILES to CLEANFILES.
89        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
90        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
91        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
92        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
93        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
94        * librdbg/src/i386/Makefile.am: Ditto.
95        * librdbg/src/m68k/Makefile.am: Ditto.
96        * librdbg/src/powerpc/Makefile.am: Ditto.
97        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
98        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
99        * libnetworking/rtems_servers/Makefile.am: Ditto.
100        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
101        * libnetworking/rtems_webserver/Makefile.am: Ditto.
102
1032004-01-07      Joel Sherrill <joel@OARcorp.com>
104
105        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
106        more completely covers the MIPS family.
107
1082003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * wrapup/Makefile.am: Reflect changes to shmdr.
111        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
112
1132003-12-18      Joel Sherrill <joel@OARcorp.com>
114
115        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
116        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
117        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
118        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
119        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
120        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
121        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
122
1232003-12-17      Joel Sherrill <joel@OARcorp.com>
124
125        * aclocal/version.m4: Updated to rtems-20031217-test.
126
1272003-12-17     
128
129        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
130        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
131
1322003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * automake/compile.am: Remove LINK_LIBS (Unused).
135        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
136
1372003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
140        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
141        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
142        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
143        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
144
1452003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
148        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
149        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
150        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
151        * librdbg/src/i386/Makefile.am:
152        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
153        * librdbg/src/m68k/Makefile.am:
154        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
155        * librdbg/src/powerpc/Makefile.am:
156        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
157
1582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
161        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
162        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
163        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
164        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
165        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
166        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
167        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
168        * optman/Makefile.am: Remove project_libdir.
169        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
170        PRE/TMPINSTALL_FILES.
171        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
172        PRE/TMPINSTALL_FILES.
173        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
174        PRE/TMPINSTALL_FILES.
175        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
176        PRE/TMPINSTALL_FILES.
177        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
178        from PRE/TMPINSTALL_FILES.
179        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
180        PRE/TMPINSTALL_FILES.
181        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
182        PRE/TMPINSTALL_FILES.
183        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
184        PRE/TMPINSTALL_FILES.
185        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
186        PRE/TMPINSTALL_FILES.
187        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
188        PRE/TMPINSTALL_FILES.
189        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
190        PRE/TMPINSTALL_FILES.
191        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
192        from PRE/TMPINSTALL_FILES.
193
1942003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
197        * automake/lib.am: Remove project_libdir.
198        * wrapup/Makefile.am: Reworked.
199
2002003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Reflect changes to librdbg.
203        * optman/Makefile.am: Add tmpinstall dirstamp support.
204        * libchip/Makefile.am: Fix variant-tmpinstall support.
205        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
206        * librdbg/src/powerpc/Makefile.am: Merge-in former
207        new_exception_processing/Makefile.am.
208        * librdbg/src/m68k/any/Makefile.am: Remove.
209        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
210        * librdbg/src/i386/any/Makefile.am: Remove.
211        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
212        * librdbg/src/Makefile.am: Cosmetics.
213        * librdbg/include/Makefile.am: Cosmetics.
214        * librdbg/Makefile.am: Cosmetics.
215        * libnetworking/Makefile.am: Cosmetics.
216        * libnetworking/pppd/Makefile.am: Cosmetics.
217        * libnetworking/wrapup/Makefile.am: Cosmetics.
218
2192003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Cosmetics.
222        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
223        support.
224
2252003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * automake/compile.am: Remove $(ARCH):-rule.
228
2292003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Remove lib/libbsp/shared/Makefile,
232        lib/libbsp/shmdr/Makefile.
233
2342003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
237        libchip/serial/Makefile, libchip/rtc/Makefile.
238        * support/Makefile.am: Remove all-local: $(ARCH).
239        * wrapup/Makefile.am: Remove all-local: $(ARCH).
240        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
241        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
242        * optman/Makefile.am: Remove all-local: $(ARCH).
243        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
244        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
245        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
246        compilation dirstamp support.
247        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
248        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
249        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
250        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
251        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
252        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
253        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
254        all-local: $(ARCH).
255        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
256        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
257        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
258        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
259        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
260
2612003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * aclocal/lead-dot.m4: New (from automake-1.7f).
264        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
265        AC_SUBST(dirstamp).
266        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
267        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
268        libchip/serial/Makefile.am: Ditto.
269        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
270        * librdbg/include/Makefile.am: Ditto.
271        * librdbg/include/rdbg/Makefile.am: Ditto.
272        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
273        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
274        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
275        * librdbg/src/Makefile.am: Ditto.
276        * librdbg/src/i386/Makefile.am: Ditto.
277        * librdbg/src/i386/any/Makefile.am: Ditto.
278        * librdbg/src/m68k/Makefile.am: Ditto.
279        * librdbg/src/m68k/any/Makefile.am: Ditto.
280        * librdbg/src/powerpc/Makefile.am: Ditto.
281        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
282        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
283        preinstallation.
284        * libnetworking/pppd/Makefile.am: Ditto.
285        * libnetworking/rtems_servers/Makefile.am: Ditto.
286        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
287        * libnetworking/rtems_webserver/Makefile.am: Ditto.
288        * libnetworking/wrapup/Makefile.am: Ditto.
289
2902003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
293        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
294        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
295        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
296        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
297        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
298        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
299        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
300        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
301        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
302        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
303        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
304        underquoting to silence automake-1.8.
305
3062003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.ac: Reflect having moved tests to ../../testsuites.
309
3102003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
313        * aclocal/canonical-host.m4: Remove.
314        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
315        * configure.ac: Remove RTEMS_CANONICAL_HOST.
316
3172003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * aclocal/check-cpu.m4: Remove.
320        * configure.ac: Merge-in former aclocal/check-cpu.m4.
321        * aclocal/canonical-target-name.m4: Add m4-quotes.
322        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
323        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
324        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
325        * aclocal/check-networking.m4: Add m4-quotes. Require
326        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
327        * aclocal/check-posix.m4: Add m4-quotes. Require
328        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
329        * aclocal/check-rdbg.m4: Add m4-quotes. Require
330        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
331        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
332
3332003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
336        * aclocal/bsp-alias.m4: Remove.
337
3382003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: Make presence of tests/ optional.
341
3422003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * aclocal/path-perl.m4: Remove (Unused).
345
3462003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * automake/force-preinstall.am: Remove.
349
3502003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
351
352        PR 499/rtems_misc
353        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
354        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
355        Configuration (Odd was forced) - Correction of Stop Bit configuration
356        (inversed) - Correction of ISR Handler to call
357        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
358        CTS Hardware flow control Configuration.
359
3602003-09-04      Joel Sherrill <joel@OARcorp.com>
361
362        * lib/libcpu/shared/include/cache.h,
363        lib/libcpu/shared/src/cache_aligned_malloc.c,
364        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
365        license changed.
366        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
367        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
368        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
369        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
370        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
371        for license changed.
372        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
373        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
374        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
375        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
376        libchip/network/cs8900.h, libchip/network/dec21140.c,
377        libchip/network/elnk.c, libchip/network/open_eth.c,
378        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
379        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
380        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
381        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
382        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
383        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
384        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
385        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
386        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
387        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
388        libchip/serial/serial.h, libchip/serial/z85c30.c,
389        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
390        libchip/serial/z85c30_reg.c: URL for license changed.
391
3922003-09-03      Jiri Gaisler <jiri@gaisler.com>
393
394        PR 477/networking
395        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
396        * libchip/network/README.open_eth, libchip/network/open_eth.c,
397        libchip/network/open_eth.h: New files.
398
3992003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * aclocal/rtems-top.m4: Add RTEMS_API.
402        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
403
4042003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
407        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
408        @RTEMS_BSP@.cfg.
409
4102003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
413
4142003-08-20      Joel Sherrill <joel@OARcorp.com>
415
416        * libchip/network/cs8900.c: Correct copyright statements.
417
4182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * aclocal/check-itron.m4: Remove.
421        * aclocal/enable-inlines.m4: Remove.
422        * Makefile.am: Reflect having moved aclocal/.
423        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
424        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
425        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
426        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
427        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
428        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
429        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
430        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
431        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
432        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
433        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
434        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
435        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
436        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
437        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
438        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
439        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
440        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
441        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
442        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
443        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
444        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
445        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
446        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
447        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
448        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
449        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
450        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
451        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
452        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
453        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
454        * aclocal/multilib.m4: New (Copied from ../../aclocal).
455        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
456        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
457        * aclocal/ppc.m4: New (Copied from ../../aclocal).
458        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
459        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
460        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
461        * aclocal/project-root.m4: New (Copied from ../../aclocal).
462        * aclocal/quoting.m4: New (Copied from ../../aclocal).
463        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
464        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
465        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
466        * aclocal/target.m4: New (Copied from ../../aclocal).
467        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
468        * aclocal/version.m4: New (Copied from ../../aclocal).
469
4702003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * configure.ac: Remove stray comments.
473        * automake/local.am, automake/host.am: Remove "debug".
474
4752003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * Makefile.am: Reflect having moved automake/.
478        * lib/Makefile.am: Reflect having moved automake/.
479        * support/Makefile.am: Reflect having moved automake/.
480        * wrapup/Makefile.am: Reflect having moved automake/.
481        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
482        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
483        from ../../automake).
484        * optman/Makefile.am: Reflect having moved automake/.
485        * libchip/Makefile.am: Reflect having moved automake/.
486        * libchip/ide/Makefile.am: Reflect having moved automake/.
487        * libchip/network/Makefile.am: Reflect having moved automake/.
488        * libchip/rtc/Makefile.am: Reflect having moved automake/.
489        * libchip/serial/Makefile.am: Reflect having moved automake/.
490        * librdbg/Makefile.am: Reflect having moved automake/.
491        * librdbg/include/Makefile.am: Reflect having moved automake/.
492        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
493        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
494        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
495        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
496        automake/.
497        * librdbg/src/Makefile.am: Reflect having moved automake/.
498        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
499        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
500        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
501        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
502        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
503        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
504        having moved automake/.
505        * libnetworking/Makefile.am: Reflect having moved automake/.
506        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
507        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
508        automake/.
509        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
510        automake/.
511        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
512        automake/.
513        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
514
5152003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * Makefile.am: Add bsp.pc.in.
518        * bsp.pc.in: New (pkgconfig support).
519
5202003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
523
5242003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * lib/Makefile.am: New (Required by 'make dist').
527        * lib/ChangeLog: Remove.
528        * lib/.cvsignore: Cleanup.
529        * configure.ac: Reflect having added lib/Makefile.am.
530        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
531        lib/libbsp/configure.ac.
532        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
533        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
534
5352003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
538        * configure.ac: Merge-in librdbg/configure.ac.
539        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
540        librdbg/configure.ac.
541        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
542        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
543        LIBCHIP. Conditionally build include-dirs.
544        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
545        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
546        * librdbg/Makefile.am, librdbg/include/Makefile.am,
547        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
548        librdbg/include/rdbg/m68k/Makefile.am,
549        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
550        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
551        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
552        librdbg/src/powerpc/Makefile.am, librdbg/
553        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
554        configure.ac into ../configure.ac.
555        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
556        * libnetworking/.cvsignore, libnetworking/Makefile.am,
557        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
558        libnetworking/rtems_telnetd/Makefile.am,
559        libnetworking/rtems_webserver/Makefile.am,
560        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
561        into ../configure.ac.
562
5632003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        PR 427/rtems
566        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
567        * librdbg/src/servtsp.c: Ditto.
568
5692003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
570
571        PR 429/bsps
572        PR 432/bsps
573        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
574        packets are queued onto an elnk board, the ISR will deadlock the device
575        with a tx complete interrupt.  Lighter tx loads are not affected as they
576        end up submitting single packets to the device.
577
5782003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * configure.ac: Merge-in libchip/configure.ac. Merge-in
581        optman/configure.ac.
582        * optman/configure.ac: Remove (Merged into ../configure.ac).
583        * optman/Makefile.am: Reflect having merged configure.ac into
584        ../configure.ac.
585        * libchip/configure.ac: Remove (Merged into ../configure.ac).
586        * libchip/Makefile.am, libchip/ide/Makefile.am,
587        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
588        libchip/serial/Makefile.am: Reflect having merged configure.ac into
589        ../configure.ac.
590
5912003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
594
5952003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
596
597        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
598        on i386.
599
6002003-06-13      Joel Sherrill <joel@OARcorp.com>
601
602        * libnetworking/pppd/chat.c: Removed warnings.
603
6042003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
605
606        * libchip/network/README.3com: New file missed in previous commit.
607        PR 405/bsps
608        PR 393/networking
609        * libchip/network/dec21140.c: Fix leak also known as PR393.
610        * libchip/network/elnk.c, libchip/network/if_media.h,
611        libchip/network/mii.h: New files.
612        * libchip/network/Makefile.am: Reflect new files.
613
6142003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * configure.ac: Remove support for profile-variant.
617
6182003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        PR 397/pppd
621        * libnetworking/pppd/fsm.c: Make peer_mru global again.
622        * libnetworking/pppd/magic.c: Remove *rand48.
623        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
624
6252003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * wrapup/Makefile.am: Add libide.a.
628
6292003-04-15      Joel Sherrill <joel@OARcorp.com>
630
631        PR 387/rtems_misc
632        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
633        routines.
634        * libchip/ide/ata_internal.h: Added missing newline and end of file.
635
6362003-04-11      Joel Sherrill <joel@OARcorp.com>
637
638        * libnetworking/rtems_webserver/cgi.c,
639        libnetworking/rtems_webserver/sockGen.c,
640        libnetworking/rtems_webserver/umui.c,
641        libnetworking/rtems_webserver/websSSL.c,
642        libnetworking/rtems_webserver/websSSL.h,
643        libnetworking/rtems_webserver/websda.c,
644        libnetworking/rtems_webserver/websda.h: New files. Not included in
645        previous commit.
646
6472003-04-10      Joel Sherrill <joel@OARcorp.com>
648
649        PR 371/pppd
650        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
651        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
652        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
653        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
654        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
655        still global symbols in rtemspppd.h which might need to be changed or
656        converted into member of a structure which is dereferenced with a
657        pointer that is managed as a per task variable. But this patch should
658        avoid many conflicts.
659
6602003-03-27      Joel Sherrill <joel@OARcorp.com>
661
662        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
663        not allowed in the cpukit source code since it must be buildable
664        independent of any BSP. These files were moved to libchip/ide.
665        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
666        files.
667
6682003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
669
670        PR 368/filesystems
671        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
672        improvements which now work on pc386 and mbx8xx.
673        * libchip/ide/ide_controller.c: New file.
674
6752003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
678
6792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * configure.ac: Remove AC_CONFIG_AUX_DIR.
682        * configure.ac: Add support/.
683        * support/.cvsignore: New.
684        * support/Makefile.am: New.
685        * support/version.c: New.
686        * wrapup/Makefile.am: Add support/libsupport.a.
687        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
688        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
689        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
690        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
691
6922003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
693
694        * wrapup/Makefile.am: Use SRC += instead of make-vars.
695
6962003-02-20      Till Straumann <strauman@slac.stanford.edu>
697
698        PR 354/networking
699        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
700        chip against a table of supported chips. The untested ones are still
701        commented out, however.
702
7032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
704
705        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
706        * configure.ac: AC_PREREQ(2.57).
707        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
708        * optman/configure.ac: AC_PREREQ(2.57).
709        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
710        * libchip/configure.ac: AC_PREREQ(2.57).
711        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
712        * librdbg/configure.ac: AC_PREREQ(2.57).
713        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
714        * libnetworking/configure.ac: AC_PREREQ(2.57).
715
7162003-02-06      Joel Sherrill <joel@OARcorp.com>
717
718        * libnetworking/pppd/chat.c: Convert routines with common names to
719        static. This included get_char(), put_char(), and character() among
720        others.
721
7222003-02-03      Joel Sherrill <joel@OARcorp.com>
723
724        PR 338/filesystem
725        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
726        rtems_io_lookup_name() (API change).  Unused function removed.
727
7282003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
731        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
732        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
733        Eliminate *_O_FILES.
734        * libnetworking/rtems_servers/Makefile.am,
735        libnetworking/rtems_webserver/Makefile.am,
736        libnetworking/rtems_telnetd/Makefile.am: Ditto.
737
7382002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
741        Let all-local: depend on $(LIB).
742        * wrapup/Makefile.am, configure.ac: Remove libmisc.
743        * optman/Makefile.am: Apply install-data-local to install *.rels.
744
7452002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
748        %.c rules.
749        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
750        * libchip/network/Makefile.am: Eliminate C_O_FILES.
751        * libchip/rtc/Makefile.am: Ditto.
752        * libchip/serial/Makefile.am: Ditto.
753
7542002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
757        LIBC_DEFINES.
758        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
759        LIBC_DEFINES.
760        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
761        LIBC_DEFINES.
762
7632002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
766
7672002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
770        cache-checking.
771        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
772
7732002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
774
775        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
776        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
777        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
778        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
779        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
780
7812002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
782
783        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
784        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
785        Remove.
786        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
787
7882002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
789
790        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
791        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
792
7932002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
794
795        * libchip/network/cs8900.c: I don't know why we have to SelfST register
796        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
797
7982002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
801        * optman/rel.am: New.
802
8032002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
804
805        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
806        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
807        braino in comment on "exec". Extend --enable-ada handling.
808
8092002-11-04      Joel Sherrill <joel@OARcorp.com>
810
811        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
812        tasks and rolling multiple loops into 1.
813        * librdbg/src/m68k/rdbg_f.c: Removed warning.
814        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
815        Removed warnings.
816
8172002-10-31      Joel Sherrill <joel@OARcorp.com>
818
819        * libchip/network/dec21140.c: Removed warnings.
820        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
821        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
822        librdbg/src/m68k/any/remdeb_xdr.c,
823        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
824        warnings.
825        * libnetworking/rtems_webserver/socket.c,
826        libnetworking/rtems_webserver/uemf.h: Removed warnings.
827
8282002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
829
830        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
831        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
832        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
833        above.
834
8352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
836
837        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
838        * wrapup/.cvsignore: Remove autom4te.cache.
839        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
840        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
841        autom4te.cache.
842        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
843        autom4te.cache.
844        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
845        autom4te.cache.
846
8472002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
850
8512002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
852
853        * optman/.cvsignore: Add autom4te.cache.
854
8552002-09-14      Joel Sherrill <joel@OARcorp.com>
856
857        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
858
8592002-09-07      Joel Sherrill <joel@OARcorp.com>
860
861        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
862        include files to resolve warnings.
863
8642002-09-07      Chris Johns <ccj@acm.org>
865
866        * libchip/network/Makefile.am, libchip/network/README.cs8900,
867        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
868        which corrects the problem  where the cs8900.c file was actually the BSP
869        glue.  Joel did some hacking so this file will compile.  Previously it
870        required providing a target.h file to compile.
871        * libchip/network/cs8900.c.bsp: New file.
872
8732002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
874
875        * libnetworking/rtems_webserver/md5.h: Add missing newline.
876
8772002-08-31      Joel Sherrill <joel@OARcorp.com>
878
879        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
880        eliminate warning.
881
8822002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * configure.ac: Add ada-tests.
885
8862002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * Makefile.am: Add preinstall-stamp.
889
8902002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
891
892        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
893        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
894        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
895        gcc31 happy.
896        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
897        cp.
898
8992002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
900
901        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
902        make/bsp.mak.
903        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
904        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
905
9062002-08-12      Joel Sherrill <joel@OARcorp.com>
907
908        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
909        avoid error.
910
9112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
912
913        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
914        * configure.ac: Add BSP_SUBDIRS.
915        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
916        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
917        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
918        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
919        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
920        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
921        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
922        RTEMS_CHECK_BSP_CACHE.
923        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
924        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
925        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
926        .$(OBJEXT) instead of .o.
927        * libnetworking/pppd/Makefile.am,
928        libnetworking/rtems_servers/Makefile.am,
929        libnetworking/rtems_telnetd/Makefile.am,
930        libnetworking/rtems_webserver/Makefile.am,
931        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
932
9332002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
934
935        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
936        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
937        ../libchip/serial/$(ARCH)/libserialio.a.
938        * libchip/serial/Makefile.am: Don't tmp-install lib.
939        * libchip/rtc/Makefile.am: Don't tmp-install lib.
940
9412002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
942
943        * Makefile.am: Add rtems_makedir.
944        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
945        * Makefile.am: Add wrapup-SUBDIR.
946        * wrapup/ChangeLog: Remove.
947        * wrapup/configure.ac: Remove.
948        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
949        (Make the bare BSP happy).
950        * configure.ac: Ditto.
951        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
952        Create make/custom/default.cfg.
953        * configure.ac: Add creation of make/custom/*.cfg. Create
954        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
955
9562002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
957
958        * Makefile.am: Clean $(PROJECT_RELEASE).
959
9602002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
961
962        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
963        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
964        prototype mismatches.
965
9662002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
967
968        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
969        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
970
9712002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
972
973        * acinclude.m4: Add test "$multilib" != "yes".
974        * config-ml.in: Remove.
975        * acinclude.m4: Cleanups.
976        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
977        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
978        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
979        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
980        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
981
9822002-07-16      Eric Norum <eric.norum@usask.ca>
983
984        * New driver for the Intel EtherExpressPro (82559ER) chip.
985        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
986        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
987        * libchip/network/Makefile.am: Modified to reflect above.
988
9892002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
990
991        * acinclude.m4: New.
992        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
993        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
994        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
995
9962002-07-01      Joel Sherrill <joel@OARcorp.com>
997
998        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
999        _Objects_Information_table now that it is a two dimensional array based
1000        upon API and class.
1001        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1002        of strnlen().
1003
10042002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1005
1006        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1007        preinstall libnetapps.a.
1008
10092002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1010
1011        * configure.ac: Remove librpc.
1012
10132002-06-25      Joel Sherrill <joel@OARcorp.com>
1014
1015        * Per PR233, moved librpc to exec.
1016        * configure.ac, wrapup/Makefile.am: Modified.
1017        * librpc, librpc/ChangeLog: Removed.
1018
10192002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1020
1021        * optman/Makefile.am: Remove multilib support.
1022        * optman/configure.ac: Ditto.
1023        * optman/sapi/Makefile.am: Ditto.
1024
10252002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1026
1027        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1028        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1029
10302002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1031
1032        Move networking libraries to c/src/exec/libnetworking
1033        * libnetworking/configure.ac, libnetworking/Makefile.am,
1034        libnetworking/wrapup/Makefile.am: Reflect Moval.
1035
10362002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1037
1038        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1039        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1040        <rtems/bspIo.h>.
1041
10422002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1043
1044        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1045        * libnetworking/rtems/mkrootfs.h: Ditto.
1046        * libnetworking/rtems/Makefile.am: Reflect changes above.
1047
10482002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1049
1050        * configure.ac: Remove lib.
1051
10522002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1053
1054        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1055        that exception stack frames on M68K members with VBR always are 6 byte
1056        long. The incorrect assumption resulted in some gdb commands like "next"
1057        to fail on the 68360.
1058
10592002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1060
1061        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1062        PR 220
1063        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1064        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1065        CVS.
1066        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1067        libnetworking/sys/filio.h: Remove.
1068        * libnetworking/sys/Makefile.am: Reflect changes above.
1069
10702002-05-07      Chris Johns <ccj@acm.org>
1071
1072        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1073        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1074        requires it to be stripped.
1075
10762002-05-01      Eric Norum <eric.norum@usask.ca>
1077
1078        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1079        assembly  to satisfy gcc 3.1 and newer.
1080
10812002-04-26      Eric Norum <eric.norum@usask.ca>
1082
1083        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1084        agressive optimization in gcc 3.1 does not reorder things.
1085
10862002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1087
1088        * libchip/network/dec21140.c: Reflect changes to powerpc's
1089        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1090        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1091        <rtems/score/cpu.h>.
1092        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1093        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1094
10952002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1096
1097        * optman/configure.ac: Remove ENABLE_GCC28.
1098
10992002-04-11      Chris Johns <ccj@acm.org>
1100
1101        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1102        driver control block field to the ifconfig network driver structure.
1103        This field is needed by the i82586 driver which was ported from NetBSD
1104        as it had better hardware abstraction.
1105        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1106        PR59, added the drv_ctrl driver control block field to the ifconfig
1107        network driver structure. This field is needed by the i82586 driver
1108        which was ported from NetBSD as it had better hardware abstraction.
1109
11102002-04-10      Mike Siers <mikes@poliac.com>
1111
1112        * libnetworking/rtems_webserver/NOTES,
1113        libnetworking/rtems_webserver/asp.c,
1114        libnetworking/rtems_webserver/balloc.c,
1115        libnetworking/rtems_webserver/default.c,
1116        libnetworking/rtems_webserver/ej.h,
1117        libnetworking/rtems_webserver/ejIntrn.h,
1118        libnetworking/rtems_webserver/ejlex.c,
1119        libnetworking/rtems_webserver/ejparse.c,
1120        libnetworking/rtems_webserver/emfdb.c,
1121        libnetworking/rtems_webserver/emfdb.h,
1122        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1123        libnetworking/rtems_webserver/handler.c,
1124        libnetworking/rtems_webserver/license.txt,
1125        libnetworking/rtems_webserver/md5.h,
1126        libnetworking/rtems_webserver/md5c.c,
1127        libnetworking/rtems_webserver/mime.c,
1128        libnetworking/rtems_webserver/misc.c,
1129        libnetworking/rtems_webserver/ringq.c,
1130        libnetworking/rtems_webserver/rom.c,
1131        libnetworking/rtems_webserver/security.c,
1132        libnetworking/rtems_webserver/sock.c,
1133        libnetworking/rtems_webserver/sym.c,
1134        libnetworking/rtems_webserver/uemf.c,
1135        libnetworking/rtems_webserver/uemf.h,
1136        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1137        libnetworking/rtems_webserver/url.c,
1138        libnetworking/rtems_webserver/value.c,
1139        libnetworking/rtems_webserver/wbase64.c,
1140        libnetworking/rtems_webserver/webcomp.c,
1141        libnetworking/rtems_webserver/webpage.c,
1142        libnetworking/rtems_webserver/webrom.c,
1143        libnetworking/rtems_webserver/webs.c,
1144        libnetworking/rtems_webserver/webs.h,
1145        libnetworking/rtems_webserver/websuemf.c,
1146        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1147        2.1.4.
1148
11492002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1150
1151        * libchip/network/i82586.c: Include <string.h>.
1152        * libchip/network/sonic.c: Ditto.
1153
11542002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1155
1156        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1157
11582002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1159
1160        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1161
11622002-03-27      Thomas.Doerfler@imd-systems.de
1163
1164        PR 144
1165        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1166        memory address 0 when called for the first time. This is done when
1167        trying to clear the variable "dhcp_hostname".
1168
11692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1170
1171        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1172        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1173        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1174        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1175        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1176        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1177        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1178        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1179        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1180        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1181        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1182        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1183        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1184        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1185        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1186        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1187        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1188        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1189        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1190        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1191        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1192        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1193        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1194        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1195        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1196        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1197        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1198        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1199        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1200        AUTOMAKE_OPTIONS.
1201        * libnetworking/configure.ac:
1202        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1203        foreign 1.6]).
1204        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1205        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1206        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1207        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1208        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1209        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1210        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1211        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1212        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1213        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1214        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1215        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1216        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1217        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1218        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1219        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1220        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1221
12222002-03-27      Ilya Alexeev <ilya@continuum.ru>
1223
1224        PR 162
1225        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1226        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1227        used in a device write routines.  Now ppp_softc structure have own
1228        character for writing to device (sc_outchar).  I think that converting
1229        local variables to static is not a right solution, because problems will
1230        occur in the case of two or more ppp instances.
1231        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1232        must be u_long, otherwise in the case of the big output packet endless
1233        loop may occur.
1234
12352002-03-21      Ilya Alexeev <ilya@continuum.ru>
1236
1237        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1238        preparations for multiple PPPD connections.
1239
12402002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1241
1242        PR 149
1243        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1244        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1245        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1246        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1247
12482002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1249
1250        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1251        * configure.ac: Modified to reflect addition.
1252
12532002-02-27      Ilya Alexeev <ilya@continuum.ru>
1254
1255        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1256        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1257        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1258        capabilities as well as eliminate some warnings.
1259
12602002-02-27      Eric Norum <eric.norum@usask.ca>
1261
1262        * libnetworking/net/radix.c: Properly handle fetching the default route
1263        when there is no route.  This was a bug in the original FreeBSD code and
1264        this fix is from an updated version of their code.
1265
12662002-02-16      Eric Norum <eric.norum@usask.ca>
1267
1268        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1269        checking.
1270
12712002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1272
1273        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1274        dodefaultroute.
1275
12762002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1277
1278        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1279        include <rtems/seterr.h>.
1280
12812002-02-01      Mike Siers <mikes@poliac.com>
1282
1283        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1284        avoid bringing the link down too fast. NOTE: Mike reports successfully
1285        running at 56K baud on a direct link.
1286
12872002-02-01      Eric Valette <valette@crf.canon.fr>
1288
1289        * librdbg/So many patches have been posted recently on the mailing list
1290        and  because we were unable to find correct solution to compile on
1291        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1292        because the coding  style of rdbg was rather inconsistant among various
1293        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1294        global coding style (using indent + manual edits), 2) incorporate/review
1295        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1296        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1297        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1298        after rdbg initialization is done, NB : the paches is huge but it is
1299        mainly due to coding styke chnages.  Only few lines of codes have been
1300        really changed and they do not impact  rdbg functionnality (AFAIKT).
1301        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1302        librdbg/include/rdbg/m68k/rdbg_f.h,
1303        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1304        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1305        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1306        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1307        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1308        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1309        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1310        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1311        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1312        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1313        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1314        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1315        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1316        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1317        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1318        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1319
13202002-01-31      Mike Siers <mikes@poliac.com>
1321
1322        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1323        * Nice Update of PPPD support which eliminates the requiremetn that
1324        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1325        and reports that it seems to be more stable and handle larger packets
1326        better.  This patch replaces the termios tasks with more general pppd
1327        network driver tasks.  The functions pppinput() and pppstart() get
1328        called from the interrupt service routine.
1329        * libnetworking/Makefile.am, libnetworking/configure.ac,
1330        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1331        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1332        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1333        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1334        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1335        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1336        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1337        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1338        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1339        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1340        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1341        libnetworking/net/route.c, libnetworking/net/route.h,
1342        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1343        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1344        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1345        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1346        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1347        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1348        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1349        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1350        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1351        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1352        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1353        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1354        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1355        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1356        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1357        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1358        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1359        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1360        libnetworking/pppd/example/README,
1361        libnetworking/pppd/example/netconfig.h,
1362        libnetworking/wrapup/Makefile.am: Modified.
1363        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1364        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1365        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1366        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1367        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1368        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1369        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1370        libnetworking/modem/pppcompress.c: Subdirectory removed.
1371
13722002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1373
1374        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1375        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1376
13772002-01-18      Till Straumann <strauman@slac.stanford.edu>
1378
1379        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1380        issues: - exception handler needs to enable MSR_FP if the interrupted
1381        thread is FP enabled. - printk message for MSR fixed and added
1382        stacktrace. NOTE: this requires the stacktrace patch to
1383        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1384        however).
1385
13862002-01-06      Joel Sherrill <joel@OARcorp.com>
1387
1388        * optman/.cvsignore: Added aclocal.m4 and configure.
1389        * optman/.cvsignore: New file.
1390
13912002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1392
1393        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1394
13952002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1396
1397        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1398        * optman/ChangeLog: New.
1399        * optman/configure.ac: New.
1400        * optman/Makefile.am: New.
1401        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1402        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1403
14042001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1405
1406        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1407
14082001-12-18      Eric Norum <eric.norum@usask.ca>
1409
1410        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1411        `directories' (path names with a / at the end) while disallowing open()
1412        operations on TFTP `directories'.
1413
14142001-12-07      Eric Norum <eric.norum@usask.ca>
1415
1416        * libnetworking/lib/tftpDriver.c: Restore write capability.
1417
14182001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1419
1420        * libchip/network/sonic.h: Fix typo.
1421        * libnetworking/arpa/Makefile.am: Remove stray lines.
1422
14232001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1424
1425        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1426
14272001-10-18      Eric Norum <eric.norum@usask.ca>
1428
1429        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1430        chdir() and open() operations within the TFTP file system.
1431
14322001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1433
1434        * librdbg/configure.ac: Fix latent bug exposed by removal of
1435        config.cache's which prevented powerpc targets librdbg from building.
1436
14372001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1438
1439        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1440        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1441        autoconf-2.52 happy.
1442
14432001-10-12      Mike Siers <mikes@poliac.com>
1444
1445        * libnetworking/Update to stable working state.  Congratulations Mike!
1446        :).
1447        * libnetworking/modem_example: Directory removed.
1448        * libnetworking/modem_example/16550.h,
1449        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
1450        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
1451        libnetworking/modem_example/ppp.h,
1452        libnetworking/modem_example/pppcompress.c: Files removed.
1453        * libnetworking/pppd/example/pppd.options: New file.
1454        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
1455        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1456        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1457        libnetworking/pppd/rtemsmain.c: Updated.
1458
14592001-10-12      Joel Sherrill <joel@OARcorp.com>
1460
1461        * libchip/serial/z85c30.c: Fixed typo.
1462
14632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1464
1465        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1466        * configure.in: Remove.
1467        * configure.ac: New file, generated from configure.in by autoupdate.
1468        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1469        * libchip/configure.in: Remove.
1470        * libchip/configure.ac: New file, generated from configure.in by
1471        autoupdate.
1472        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1473        * librdbg/configure.in: Remove.
1474        * librdbg/configure.ac: New file, generated from configure.in by
1475        autoupdate.
1476        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1477        * libnetworking/configure.in: Remove.
1478        * libnetworking/configure.ac: New file, generated from configure.in by
1479        autoupdate.
1480
14812001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1482
1483        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
1484        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
1485        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
1486
14872001-09-27      Joel Sherrill <joel@OARcorp.com>
1488
1489        * libchip/ChangeLog: Fixed typo in date.
1490
14912001-09-27      Eric Norum <eric.norum@usask.ca>
1492
1493        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
1494        TFTP  filesystem.
1495
14962001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1497
1498        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
1499        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
1500        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
1501        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
1502        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1503        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1504        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1505        'PREINSTALL_FILES ='.
1506        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
1507        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
1508        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
1509        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
1510        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
1511        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
1512        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
1513        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
1514        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
1515        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
1516        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
1517        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
1518
15192001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1520
1521        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
1522        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
1523        * librdbg/src/m68k/any/Makefile.am: Ditto.
1524        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1525        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
1526        happy.
1527
15282001-09-21      Joel Sherrill <joel@OARcorp.com>
1529
1530        * libchip/network/Makefile.am: Fixed typo on file name.
1531        * libchip/network/i82586.c: Commented out line 318 which is referencing
1532        a member of a structure that is not currently there.  This needs to be
1533        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
1534        to C style.
1535
15362001-09-19      Eric Norum <eric.norum@usask.ca>
1537
1538        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
1539
15402001-09-19      Chris Johns <ccj@acm.org>
1541
1542        * libchip/network/README.i82586, libchip/network/i82586.c,
1543        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
1544        Network driver for Intel i82586.
1545        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
1546        rtems/rtems_bsdnet_internal.h Added support for populating the initial
1547        "root" filesystem with information obtained via the DHCP response.
1548
15492001-09-14      Eric Norum <eric.norum@usask.ca>
1550
1551        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
1552        make gcc 3.x happy.
1553
15542001-08-16      Mike Siers <mikes@poliac.com>
1555
1556        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
1557        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
1558        These support callback functionality that has not even been compiled
1559        under RTEMS yet.
1560        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
1561        example application.  Mike's notes on the modifications: - renamed
1562        error() function because of namespace problems - removed calls to the
1563        exit() funciton - removed extra files from the pppd source directory -
1564        defined pppd task constant values in rtemspppd.h - modifyied example
1565        code to get actual tick per second value - placed the pppd 2.3.11 man
1566        page file (pppd.8) into the pppd directory.
1567        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1568        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
1569        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1570        libnetworking/pppd/rtems-ppp.c: Deleted.
1571        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
1572        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1573        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
1574        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
1575        libnetworking/pppd/example/init.c,
1576        libnetworking/pppd/example/netconfig.h,
1577        libnetworking/pppd/example/ppp.conf,
1578        libnetworking/pppd/example/pppdapp.c,
1579        libnetworking/pppd/example/system.h: New files.
1580        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
1581        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
1582        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
1583        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1584        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1585        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1586        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1587        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1588        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1589        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1590        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1591        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1592        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1593        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
1594        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
1595
15962001-08-16      Joel Sherrill <joel@OARcorp.com>
1597
1598        * libnetworking/pppd/example/Makefile: Removed.
1599        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
1600        to avoid bootstrap -c clobbering it.
1601        * libnetworking/rtems_telnetd/.cvsignore: New file.
1602
16032001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1604
1605        * libnetworking/Makefile.am, libnetworking/configure.in,
1606        libnetworking/rtems_servers/Makefile.am,
1607        libnetworking/rtems_servers/telnetd.c,
1608        libnetworking/rtems_servers/telnetd.h,
1609        libnetworking/rtems_telnetd/Makefile.am,
1610        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1611        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1612        libnetworking/rtems_telnetd/telnetd.c,
1613        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
1614        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
1615        effect when ftpd change. - the tcp/ip stats have been implemented into
1616        icmds.c and started when telnetd daemon is started.
1617        * libnetworking/rtems_servers/telnetd.c,
1618        libnetworking/rtems_servers/telnetd.h: Removed.
1619        * libnetworking/rtems_telnetd: New directory.
1620        * libnetworking/rtems_telnetd/Makefile.am,
1621        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1622        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1623        libnetworking/rtems_telnetd/telnetd.c,
1624        libnetworking/rtems_telnetd/telnetd.h: New files.
1625
16262001-06-14      Joel Sherrill <joel@OARcorp.com>
1627
1628        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
1629        Moved from libmisc/shell so the network stack to address network
1630        depenendency.
1631        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
1632
16332001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1634
1635        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
1636
16372001-05-15      Joel Sherrill <joel@OARcorp.com>
1638
1639        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1640        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
1641        accidentally deleted the incorrectly empty versions.
1642
16432001-05-14      Till Straumann <strauman@slac.stanford.edu>
1644
1645        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
1646        libchip/pci/Makefile.am: Per PR215 address the following issues: -
1647        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
1648        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
1649        to know the values) - the affected BSP (shared/motorola) headers have
1650        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
1651        driver (libchip/network/dec21140.c) has been fixed to use
1652        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
1653        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
1654        who is using this driver. - the DEC driver also has been fixed to use
1655        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
1656        delay_in_bus_cycles().
1657
16582001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1659
1660        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
1661
16622001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1663
1664        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
1665
16662001-04-24      Eric Norum <eric.norum@usask.ca>
1667
1668        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
1669        NTP synchronization a little more robust -- no NTP daemon yet, but at
1670        least it trys a little harder when the primary NTP server is down.
1671
16722001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
1673
1674        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
1675        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1676        libnetworking/pppd/modem_example/modem.c,
1677        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
1678        other strings into English.
1679        * libnetworking/pppd/STATUS: updated to reflect the changes.
1680
16812001-04-20      Jake Janovetz <janovetz@uiuc.edu>
1682
1683        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
1684        again.
1685
16862001-04-20      Eric Valette <valette@crf.canon.fr>
1687
1688        * mcp750 directory renamed new_exception processing as it supports many
1689        more CPU models.
1690        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
1691        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1692        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
1693        formerly in mcp750 plus modifications.
1694        * librdbg/src/powerpc/mcp750/.cvsignore,
1695        librdbg/src/powerpc/mcp750/Makefile.am,
1696        librdbg/src/powerpc/mcp750/remdeb.h,
1697        librdbg/src/powerpc/mcp750/remdeb_f.x,
1698        librdbg/src/powerpc/mcp750/remdeb_svc.c,
1699        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
1700        new_exception_processing.
1701        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
1702        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1703        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
1704        part of this effort to add support for the MPC8xx.
1705
17062001-04-19      Joel Sherrill <joel@OARcorp.com>
1707
1708        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
1709        internal include files.
1710
17112001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
1712
1713        PR 158
1714        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
1715        rcmd() library call by commenting out the parts that deal with signals.
1716        This enables RTEMS to 'rsh' command to a server connecting fd to remote
1717        stdio. The 'server-side' parts of this file which deal with
1718        authentication are disabled since they are not needed.
1719
17202001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
1721
1722        * libnetworking/include/.cvsignore: Remove dangling file.
1723
17242001-03-14      Joel Sherrill <joel@OARcorp.com>
1725
1726        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
1727        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
1728        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
1729        libchip style serial drivers can be written in libcpu or libbsp.
1730
17312001-03-01      Joel Sherrill <joel@OARcorp.com>
1732
1733        * libchip/network/cs8900.c, libchip/network/cs8900.h,
1734        libchip/network/sonic.c, libchip/network/sonic.h,
1735        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1736        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1737        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1738        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
1739        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1740        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1741        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1742        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
1743
17442001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1745
1746        * librdbg/include/rdbg/Makefile.am,
1747        librdbg/include/rdbg/i386/Makefile.am,
1748        librdbg/include/rdbg/m68k/Makefile.am,
1749        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
1750        style on include files.
1751
17522001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1753
1754        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1755        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
1756        replace ${..} with $(..).
1757        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
1758        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
1759        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
1760        libnetworking/rtems/Makefile.am, libnetworking/
1761        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
1762        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
1763        include_*HEADERS instead of H_FILES.
1764        * libnetworking/include/Makefile.am: Remove.
1765        * libnetworking/Makefile.am: Add handling of *.h files.
1766        * libnetworking/configure.in: Remove include/Makefile.
1767
17682001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1769
1770        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
1771
17722001-01-31      Sergei Organov <osv@javad.ru>
1773
1774        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
1775        current dir and root dir removed in favor of new libio support for
1776        task-local current and root directories. - Bug in `close_data_socket()'
1777        introduced by previous change fixed. - `command_pasv()' changed to set
1778        timeout on socket we are listening on and code fixed to don't close
1779        socket twice on error. - `serr()' changed to clear `errno'. -
1780        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
1781        changed to clear `errno' before processing session. -
1782        `close_data_socket()' fixed to close both active and passive sockets -
1783        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
1784        empty string  in `exec_command()'.
1785
17862001-01-25      Eric Norum <eric.norum@usask.ca>
1787
1788        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
1789        improves throughput on systems which are dropping packets.   Only the
1790        first timeout is reduced.  This keeps the number of extra packets down
1791        on networks that are very busy and dropping lots of packets.
1792
17932001-01-24      Sergei Organov <osv@javad.ru>
1794
1795        * libnetworking/rtems_servers/ftpd.c,
1796        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
1797        - Timeouts on sockets implemented. 'idle' field added to configuration.
1798        No timeout by default to keep backward compatibility. Note: SITE IDLE
1799        command not implemented yet. - Basic global access control implemented.
1800        'access' field added to configuration. No access limitations by default
1801        to keep backward compatibility. - Anchor data socket for active mode
1802        (using self IP and port 20.) - Fixed default data port support (still
1803        not tested). - Don't allow IP address different from originating host in
1804        PORT command to improve security. - Fixed bug in MDTM command. - Check
1805        for correctness of parsing of argument in command_port(). - Fixed
1806        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
1807        a directory. - Command parsing a little bit improved: command names are
1808        now converted to upper-case to be more compatible with RFC (command
1809        names are not case-sensitive.) - Reformat comments so that they have
1810        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
1811        previous changes - True ASCII mode implemented (doesn't work for hooks
1812        and /dev/null) - Passive mode implemented, PASV command added. - Default
1813        port for data connection could be used (untested, can't find ftp client
1814        that doesn't send PORT command) - SYST reply changed to UNIX, as former
1815        RTEMS isn't registered name. - Reply codes reviewed and fixed.
1816
18172001-01-18      Joel Sherrill <joel@OARcorp.com>
1818
1819        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
1820        macro using variable arguments.
1821        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
1822        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
1823        since I updated the main RTEMS development machine to RedHat 7.2 and
1824        apparently got a new version of rpcgen.
1825
18262001-01-12      Sergei Organov <osv@javad.ru>
1827
1828        * libnetworking/rtems_servers/ftpd.c,
1829        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
1830        - use pool of pre-created threads to handle sessions instead of
1831        creating/deleting threads on the fly - LIST output is now similar to
1832        what "/bin/ls -al" would output, thus FTP clients such Netscape are
1833        happy with it. - LIST NAME now works (both for files and directories) -
1834        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
1835        clients happy  - keep track of CWD for every session separately -
1836        ability to specify root directory name for FTPD in configuration table.
1837        FTPD will then create illusion for FTP clients that this is actually
1838        root directory. - ignore options sent in commands, thus LIST -al FILE
1839        works and doesn't try to list "-al" directory. - buffers are allocated
1840        on stack instead of heap where possible to eliminate malloc/free calls
1841        (avoid possible heap fragmentation troubles). - drop using of task
1842        notepad to pass parameters - use function arguments instead - use
1843        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
1844        in socket() instead of AF_INET.
1845
18462001-01-02      Joel Sherrill <joel@OARcorp.com>
1847
1848        * libnetworking/CHANGELOG: Removed.
1849        * libnetworking/README: Merged CHANGELOG contents as initial changes.
1850
18512000-12-14      Eric Norum <eric.norum@usask.ca>
1852
1853        * libnetworking/lib/tftpDriver.c: Added write capability.
1854
18552000-12-08      Joel Sherrill <joel@OARcorp.com>
1856
1857        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
1858        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
1859        numerous variable declarations conditional on PPP_COMPRESS and
1860        PPP_FILTER.  Commented out variables that were not used because the code
1861        using them was commented out. Removed totally unused variables.
1862        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
1863        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
1864
18652000-11-30      Joel Sherrill <joel@OARcorp.com>
1866
1867        * libnetworking/modem/ppp_tty.c: Changed to include
1868        <rtems/termiostypes.h> since that is an RTEMS specific header file.
1869        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
1870        * libnetworking/Makefile.am: Modified to reflect above.
1871
18722000-11-27      Joel Sherrill <joel@OARcorp.com>
1873
1874        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
1875
18762000-11-25      Eric Norum <eric.norum@usask.ca>
1877
1878        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
1879        core.
1880
18812000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
1882
1883        * libnetworking/wrapup/Makefile.am: Added modem subdir.
1884        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
1885        subdir.
1886        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
1887        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
1888        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
1889        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
1890        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
1891        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
1892        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
1893        main.c and ppp_tty.c should be scratched. The modem subdir has the real
1894        ppp_tty.c and the real pppd main is in pppmain.c.
1895
18962000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1897
1898        * libchip/network/sonic.c: Added ipalign() routine to align the received
1899        packet so that the ip header is on a 32-bit boundary. Necessary for
1900        cpu's that do not allow unaligned loads and stores and when the 32-bit
1901        DMA mode is used.
1902
19032000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1904
1905        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1906        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
1907        ACLOCAL_AMFLAGS.
1908        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
1909        ACLOCAL_AMFLAGS.
1910        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
1911        ACLOCAL_AMFLAGS.
1912
19132000-11-03      Chris Johns <ccj@acm.org>
1914
1915        * libchip/network/README.cs8900, libchip/network/cs8900.c,
1916        libchip/network/cs8900.h: New files.
1917
19182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1919
1920        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1921        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
1922        $(RTEMS_TOPdir)/aclocal.
1923        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
1924        $(RTEMS_TOPdir)/aclocal.
1925        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
1926        $(RTEMS_TOPdir)/aclocal.
1927
19282000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1929
1930        * configure.in: Switch to GNU-canonicalization.
1931        * Makefile.am: Reflect changes to configure.in.
1932        * acinclude.m4: Remove.
1933
19342000-10-30      Joel Sherrill <joel@OARcorp.com>
1935
1936        * POSIX include files merged into newlib.  This resulted in some
1937        definitions moving to other files and thus some secondary effects in
1938        RTEMS source code.
1939        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
1940        in sync with newlib's <machine/types.h>.
1941        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
1942        definition of struct itimerval in <sys/time.h>.
1943
19442000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1945
1946        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
1947        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
1948        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
1949        * ChangeLog: Fix typos.
1950        * configure.in: add tests to the GNU canonicalized subdirectories.
1951
19522000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1953
1954        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
1955        * configure.in: add lib to the GNU canonicalized subdirectories,  make
1956        the lib directory before configuring lib/.
1957
19582000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1959
1960        * configure.in, Makefile.am: add exec to the GNU canonicalized
1961        subdirectories.
1962        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
1963        * configure.in: add libnetworking, librpc and librdb to the GNU
1964        canonicalized subdirectories.
1965        * configure.in: add libmisc and libchip to the GNU canonicalized
1966        subdirectories.
1967        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1968        Switch to GNU canonicalization.
1969        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1970        Switch to GNU canonicalization.
1971        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1972        Switch to GNU canonicalization.
1973
19742000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1975
1976        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
1977        canonicalization to libfs/. The approach is currently a bit of a hack as
1978        GNU canonicalization does not support the per-BSP build some of the
1979        other directories require.  As more of the tree is converted, this will
1980        become less  of an issue.
1981
19822000-10-20      Joel Sherrill <joel@OARcorp.com>
1983
1984        * libchip/network/dec21140.c: Corrected attach to include "int attach"
1985        parameter.
1986
19872000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
1988
1989        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
1990        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
1991        * librdbg/configure.in: Add m68k support.
1992        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
1993        subdirectory.
1994        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
1995        failure.
1996        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
1997        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1998        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
1999        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2000        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2001        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2002        librdbg/src/m68k/.cvsignore: New files.
2003        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2004        function pointers.
2005        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2006        _after_ pointer has been checked against NULL.
2007
20082000-10-18      Joel Sherrill <joel@OARcorp.com>
2009
2010        * wrapup/Makefile.am: Added libfs.
2011
20122000-10-18      Chris Johns <ccj@acm.org>
2013
2014        * libfs created.
2015        * configure.in: Added libfs subdirectory.
2016        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2017
20182000-09-28      Joel Sherrill <joel@OARcorp.com>
2019
2020        * libnetworking/rtems_webserver/Makefile.am,
2021        libnetworking/rtems_webserver/base64.c,
2022        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2023        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2024
20252000-09-22      Joel Sherrill <joel@OARcorp.com>
2026
2027        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2028        libnetworking/rtems/rtems_bsdnet_internal.h,
2029        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2030        have included rtems.h.  It is now including precisely the  least amount
2031        of low level, yet portable .h files to get the basic RTEMS types
2032        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2033        used machine/types.h to include rtems.h.
2034
20352000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2036
2037        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2038
20392000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2040
2041        * libnetworking/ChangeLog: Cleanup.
2042
20432000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2044
2045        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2046        * libchip/ChangeLog: Fix formating.
2047
20482000-09-05      Joel Sherrill <joel@OARcorp.com>
2049
2050        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2051        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2052        confusion and to work with the converted flags.
2053
20542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2055
2056        * wrapup/Makefile.am: Include compile.am.
2057        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2058        libchip/serial/Makefile.am: Include compile.am.
2059        * librdbg/src/i386/any/Makefile.am,
2060        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2061        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2062        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2063        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2064        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2065        libnetworking/rtems_servers/Makefile.am,
2066        libnetworking/rtems_webserver/Makefile.am,
2067        libnetworking/wrapup/Makefile.am: Include compile.am.
2068
20692000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2070
2071        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2072        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2073
20742000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2075
2076        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2077
20782000-08-31      Joel Sherrill <joel@OARcorp.com>
2079
2080        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2081        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2082        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2083        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2084        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2085        * libnetworking/wbase64.c: Removed.
2086        * libnetworking/Makefile.am, libnetworking/asp.c,
2087        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2088        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2089        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2090        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2091        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2092        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2093        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2094        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2095        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2096        Modified.
2097
20982000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2099
2100        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2101
21022000-08-30      Joel Sherrill <joel@OARcorp.com>
2103
2104        * libnetworking/rtems_webserver/license.txt: New file.
2105
21062000-08-10      Joel Sherrill <joel@OARcorp.com>
2107
2108        * ChangeLog: New file.
2109        * libchip/ChangeLog: New file.
2110        * librdbg/ChangeLog: New file.
2111        * libnetworking/ChangeLog: New file.
2112
Note: See TracBrowser for help on using the repository browser.