source: rtems/c/src/ChangeLog @ d158c16

4.104.114.84.95
Last change on this file since d158c16 was d158c16, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/12/04 at 13:02:50

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

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