source: rtems/c/src/ChangeLog @ 6436254a

4.104.114.84.95
Last change on this file since 6436254a was 6436254a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/09/04 at 14:57:18

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

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