source: rtems/c/src/ChangeLog @ 6debefee

4.104.114.84.95
Last change on this file since 6debefee was bfb4c547, checked in by Joel Sherrill <joel.sherrill@…>, on 03/05/04 at 18:14:27

2004-03-05 Joel Sherrill <joel@…>

  • libnetworking/rtems_webserver/ejparse.c, libnetworking/rtems_webserver/emfdb.c, libnetworking/rtems_webserver/sock.c, libnetworking/rtems_webserver/socket.c, libnetworking/rtems_webserver/sym.c, libnetworking/rtems_webserver/webs.c, libnetworking/rtems_webserver/websuemf.c: Remove warnings.
  • Property mode set to 100644
File size: 91.8 KB
Line 
12004-03-05      Joel Sherrill <joel@OARcorp.com>
2
3        * libnetworking/rtems_webserver/ejparse.c,
4        libnetworking/rtems_webserver/emfdb.c,
5        libnetworking/rtems_webserver/sock.c,
6        libnetworking/rtems_webserver/socket.c,
7        libnetworking/rtems_webserver/sym.c,
8        libnetworking/rtems_webserver/webs.c,
9        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
102004-03-05      Joel Sherrill <joel@OARcorp.com>
11
12        * libchipnetwork/open_eth.c: Remove warnings by conditionally
13        compiling this file only only those CPU families with supported
14        exception models.
15
162004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * acinclude.m4: Fix loosing arguments when configuring cpukit and
19        testsuites (Was exposed with --enable-multilib, only).
20        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
21         Add RTEMS_BSP_CONFIG_SUBDIR.
22        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
23        testsuites's configure.
24        * aclocal/rtems-top.m4: Remove ENDIF hack.
25        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
26
272004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
30        wrapup/Makefile.am: Fix automake problems having been introduced
31        in previous patch.
32
332004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
36        Preinstall dirs.
37        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
38        * aclocal/check-multiprocessing.m4: Cosmetics.
39        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
40        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
41
422004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
45        librdbg/src/Makefile.am.
46        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
47        * configure.ac: Reflect changes above.
48        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
49        * wrapup/Makefile.am: Reflect changes above.
50        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
51
522004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
55
562004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
59
602004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Reflect new location of librdbg.a.
63
642004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
67        librdbg/src/powerpc/Makefile.am: Remove.
68        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
69        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
70        * configure.ac: Reflect changes above.
71
722004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74
752004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
78        STRIP.
79
802004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * librdbg/include/Makefile.am: Merge-in
83        librdbg/include/rdbg/i386/Makefile.am,
84        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
85        librdbg/include/rdbg/powerpc/Makefile.am.
86        * librdbg/include/rdbg/i386/Makefile.am,
87        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
88        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
89        * configure.ac: Reflect changes above.
90
912004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Use AS_HELP_STRING(ada).
94
952004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * aclocal/bspopts.m4: Use AS_HELP_STRING.
98        * aclocal/bsp-configure.m4: Require autoconf-2.59.
99        Use AC_CONFIG_HEADERS.
100        * aclocal/check-custom-bsp.m4: Add bspkit-support.
101        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
102
1032004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: include local.am.
106
1072004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * aclocal/version.m4: 4.6.99.0.
110
1112004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Don't include host.am.
114        * automake/compile.am: Further cleanups.
115
1162004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * automake/lib.am: Remove (Unused).
119
1202004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * wrapup/Makefile.am: Don't include lib.am.
123        * automake/compile.am: Use automake compilation rules.
124
1252004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * libnetworking/pppd/Makefile.am,
128        libnetworking/rtems_servers/Makefile.am,
129        libnetworking/rtems_telnetd/Makefile.am,
130        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
131        support/Makefile.am: Don't include lib.am.
132
1332004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * libchip/Makefile.am: Don't include lib.am.
136        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
137        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
138        unnecessary EXTRA_DISTs.
139
1402004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
143        hack.
144
1452004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
148        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
149        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
150        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
151
1522004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
155        Add AM_CONDITIONAL(HAS_MP).
156        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
157        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
158        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
159        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
160        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
161        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
162        (Deprecated by autoconf 2.59).
163
1642004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
167        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
168
1692004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * ChangeLog: Merge-in libnetworking/ChangeLog.
172        * libnetworking/ChangeLog: Remove.
173        * ChangeLog: Merge-in librdbg/ChangeLog.
174        * librdbg/ChangeLog: Remove.
175        * ChangeLog: Merge-in libchip/ChangeLog.
176        * libchip/ChangeLog: Remove.
177        * ChangeLog: Merge-in optman/ChangeLog.
178        * optman/ChangeLog: Remove.
179
1802004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Reflect changes to cpukit.
183        * wrapup/Makefile.am: Reflect changes to librdbg.
184        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
185        * libchip/Makefile.am: Add PREINSTALL_DIRS.
186        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
187        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
188        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
189        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
190        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
191        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
192        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
193
1942004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * aclocal/rtems-top.m4: Remove check for version.m4.
197        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
198
1992004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
202        * wrapup/Makefile.am: Reflect changes to libchip/*.
203        * support/Makefile.am: Use automake compilation rules.
204        * wrapup/Makefile.am: Reflect changes to support/*.
205        * configure.ac: Remove libnetworking/wrapup/Makefile.
206        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
207        libnetworking/*/lib*.a instead of libnetapps.a.
208        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
209        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
210        * optman/Makefile.am: Use automake compilation rules.
211        * libchip/Makefile.am: Fix typo in previous patch.
212        * libchip/Makefile.am: Use automake compilation rules.
213        * libnetworking/Makefile.am: Remove wrapup.
214        * libnetworking/pppd/Makefile.am: Build libpppd. Use
215        automake-compilation rules.
216        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
217        automake-compilation rules.
218        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
219        automake-compilation rules.
220        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
221        automake-compilation rules.
222        * libnetworking/wrapup/Makefile.am: Remove (Unused).
223
2242004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
227        PRE/TMPINSTALL_FILES to CLEANFILES.
228        * automake/lib.am: Remove TMPINSTALL_FILES.
229        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
230        PRE/TMPINSTALL_FILES to CLEANFILES.
231        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
232        PRE/TMPINSTALL_FILES to CLEANFILES.
233        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
234        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
235        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
236        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
237        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
238        * librdbg/src/i386/Makefile.am: Ditto.
239        * librdbg/src/m68k/Makefile.am: Ditto.
240        * librdbg/src/powerpc/Makefile.am: Ditto.
241        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
242        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
243        * libnetworking/rtems_servers/Makefile.am: Ditto.
244        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
245        * libnetworking/rtems_webserver/Makefile.am: Ditto.
246
2472004-01-07      Joel Sherrill <joel@OARcorp.com>
248
249        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
250        more completely covers the MIPS family.
251
2522003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * wrapup/Makefile.am: Reflect changes to shmdr.
255        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
256
2572003-12-18      Joel Sherrill <joel@OARcorp.com>
258
259        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
260        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
261        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
262        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
263        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
264        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
265        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
266
2672003-12-17      Joel Sherrill <joel@OARcorp.com>
268
269        * aclocal/version.m4: Updated to rtems-20031217-test.
270
2712003-12-17     
272
273        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
274        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
275
2762003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * automake/compile.am: Remove LINK_LIBS (Unused).
279        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
280
2812003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
284        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
285        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
286        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
287        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
288
2892003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
292        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
293        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
294        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
295        * librdbg/src/i386/Makefile.am:
296        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
297        * librdbg/src/m68k/Makefile.am:
298        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
299        * librdbg/src/powerpc/Makefile.am:
300        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
301
3022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
305        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
306        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
307        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
308        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
309        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
310        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
311        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
312        * optman/Makefile.am: Remove project_libdir.
313        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
314        PRE/TMPINSTALL_FILES.
315        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
316        PRE/TMPINSTALL_FILES.
317        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
318        PRE/TMPINSTALL_FILES.
319        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
320        PRE/TMPINSTALL_FILES.
321        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
322        from PRE/TMPINSTALL_FILES.
323        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
324        PRE/TMPINSTALL_FILES.
325        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
326        PRE/TMPINSTALL_FILES.
327        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
328        PRE/TMPINSTALL_FILES.
329        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
330        PRE/TMPINSTALL_FILES.
331        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
332        PRE/TMPINSTALL_FILES.
333        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
334        PRE/TMPINSTALL_FILES.
335        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
336        from PRE/TMPINSTALL_FILES.
337
3382003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
341        * automake/lib.am: Remove project_libdir.
342        * wrapup/Makefile.am: Reworked.
343
3442003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: Reflect changes to librdbg.
347        * optman/Makefile.am: Add tmpinstall dirstamp support.
348        * libchip/Makefile.am: Fix variant-tmpinstall support.
349        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
350        * librdbg/src/powerpc/Makefile.am: Merge-in former
351        new_exception_processing/Makefile.am.
352        * librdbg/src/m68k/any/Makefile.am: Remove.
353        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
354        * librdbg/src/i386/any/Makefile.am: Remove.
355        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
356        * librdbg/src/Makefile.am: Cosmetics.
357        * librdbg/include/Makefile.am: Cosmetics.
358        * librdbg/Makefile.am: Cosmetics.
359        * libnetworking/Makefile.am: Cosmetics.
360        * libnetworking/pppd/Makefile.am: Cosmetics.
361        * libnetworking/wrapup/Makefile.am: Cosmetics.
362
3632003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * Makefile.am: Cosmetics.
366        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
367        support.
368
3692003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * automake/compile.am: Remove $(ARCH):-rule.
372
3732003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.ac: Remove lib/libbsp/shared/Makefile,
376        lib/libbsp/shmdr/Makefile.
377
3782003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
381        libchip/serial/Makefile, libchip/rtc/Makefile.
382        * support/Makefile.am: Remove all-local: $(ARCH).
383        * wrapup/Makefile.am: Remove all-local: $(ARCH).
384        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
385        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
386        * optman/Makefile.am: Remove all-local: $(ARCH).
387        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
388        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
389        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
390        compilation dirstamp support.
391        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
392        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
393        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
394        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
395        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
396        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
397        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
398        all-local: $(ARCH).
399        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
400        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
401        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
402        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
403        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
404
4052003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * aclocal/lead-dot.m4: New (from automake-1.7f).
408        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
409        AC_SUBST(dirstamp).
410        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
411        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
412        libchip/serial/Makefile.am: Ditto.
413        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
414        * librdbg/include/Makefile.am: Ditto.
415        * librdbg/include/rdbg/Makefile.am: Ditto.
416        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
417        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
418        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
419        * librdbg/src/Makefile.am: Ditto.
420        * librdbg/src/i386/Makefile.am: Ditto.
421        * librdbg/src/i386/any/Makefile.am: Ditto.
422        * librdbg/src/m68k/Makefile.am: Ditto.
423        * librdbg/src/m68k/any/Makefile.am: Ditto.
424        * librdbg/src/powerpc/Makefile.am: Ditto.
425        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
426        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
427        preinstallation.
428        * libnetworking/pppd/Makefile.am: Ditto.
429        * libnetworking/rtems_servers/Makefile.am: Ditto.
430        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
431        * libnetworking/rtems_webserver/Makefile.am: Ditto.
432        * libnetworking/wrapup/Makefile.am: Ditto.
433
4342003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
437        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
438        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
439        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
440        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
441        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
442        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
443        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
444        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
445        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
446        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
447        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
448        underquoting to silence automake-1.8.
449
4502003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * configure.ac: Reflect having moved tests to ../../testsuites.
453
4542003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
457        * aclocal/canonical-host.m4: Remove.
458        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
459        * configure.ac: Remove RTEMS_CANONICAL_HOST.
460
4612003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * aclocal/check-cpu.m4: Remove.
464        * configure.ac: Merge-in former aclocal/check-cpu.m4.
465        * aclocal/canonical-target-name.m4: Add m4-quotes.
466        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
467        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
468        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
469        * aclocal/check-networking.m4: Add m4-quotes. Require
470        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
471        * aclocal/check-posix.m4: Add m4-quotes. Require
472        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
473        * aclocal/check-rdbg.m4: Add m4-quotes. Require
474        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
475        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
476
4772003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
480        * aclocal/bsp-alias.m4: Remove.
481
4822003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * configure.ac: Make presence of tests/ optional.
485
4862003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * aclocal/path-perl.m4: Remove (Unused).
489
4902003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * automake/force-preinstall.am: Remove.
493
4942003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
495
496        PR 499/rtems_misc
497        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
498        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
499        Configuration (Odd was forced) - Correction of Stop Bit configuration
500        (inversed) - Correction of ISR Handler to call
501        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
502        CTS Hardware flow control Configuration.
503
5042003-09-04      Joel Sherrill <joel@OARcorp.com>
505
506        * lib/libcpu/shared/include/cache.h,
507        lib/libcpu/shared/src/cache_aligned_malloc.c,
508        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
509        license changed.
510        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
511        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
512        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
513        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
514        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
515        for license changed.
516        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
517        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
518        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
519        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
520        libchip/network/cs8900.h, libchip/network/dec21140.c,
521        libchip/network/elnk.c, libchip/network/open_eth.c,
522        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
523        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
524        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
525        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
526        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
527        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
528        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
529        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
530        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
531        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
532        libchip/serial/serial.h, libchip/serial/z85c30.c,
533        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
534        libchip/serial/z85c30_reg.c: URL for license changed.
535
5362003-09-03      Jiri Gaisler <jiri@gaisler.com>
537
538        PR 477/networking
539        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
540        * libchip/network/README.open_eth, libchip/network/open_eth.c,
541        libchip/network/open_eth.h: New files.
542
5432003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * aclocal/rtems-top.m4: Add RTEMS_API.
546        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
547
5482003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
551        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
552        @RTEMS_BSP@.cfg.
553
5542003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
557
5582003-08-20      Joel Sherrill <joel@OARcorp.com>
559
560        * libchip/network/cs8900.c: Correct copyright statements.
561
5622003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * aclocal/check-itron.m4: Remove.
565        * aclocal/enable-inlines.m4: Remove.
566        * Makefile.am: Reflect having moved aclocal/.
567        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
568        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
569        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
570        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
571        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
572        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
573        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
574        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
575        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
576        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
577        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
578        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
579        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
580        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
581        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
582        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
583        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
584        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
585        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
586        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
587        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
588        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
589        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
590        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
591        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
592        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
593        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
594        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
595        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
596        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
597        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
598        * aclocal/multilib.m4: New (Copied from ../../aclocal).
599        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
600        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
601        * aclocal/ppc.m4: New (Copied from ../../aclocal).
602        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
603        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
604        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
605        * aclocal/project-root.m4: New (Copied from ../../aclocal).
606        * aclocal/quoting.m4: New (Copied from ../../aclocal).
607        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
608        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
609        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
610        * aclocal/target.m4: New (Copied from ../../aclocal).
611        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
612        * aclocal/version.m4: New (Copied from ../../aclocal).
613
6142003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * configure.ac: Remove stray comments.
617        * automake/local.am, automake/host.am: Remove "debug".
618
6192003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * Makefile.am: Reflect having moved automake/.
622        * lib/Makefile.am: Reflect having moved automake/.
623        * support/Makefile.am: Reflect having moved automake/.
624        * wrapup/Makefile.am: Reflect having moved automake/.
625        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
626        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
627        from ../../automake).
628        * optman/Makefile.am: Reflect having moved automake/.
629        * libchip/Makefile.am: Reflect having moved automake/.
630        * libchip/ide/Makefile.am: Reflect having moved automake/.
631        * libchip/network/Makefile.am: Reflect having moved automake/.
632        * libchip/rtc/Makefile.am: Reflect having moved automake/.
633        * libchip/serial/Makefile.am: Reflect having moved automake/.
634        * librdbg/Makefile.am: Reflect having moved automake/.
635        * librdbg/include/Makefile.am: Reflect having moved automake/.
636        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
637        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
638        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
639        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
640        automake/.
641        * librdbg/src/Makefile.am: Reflect having moved automake/.
642        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
643        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
644        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
645        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
646        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
647        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
648        having moved automake/.
649        * libnetworking/Makefile.am: Reflect having moved automake/.
650        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
651        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
652        automake/.
653        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
654        automake/.
655        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
656        automake/.
657        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
658
6592003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * Makefile.am: Add bsp.pc.in.
662        * bsp.pc.in: New (pkgconfig support).
663
6642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
667
6682003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * lib/Makefile.am: New (Required by 'make dist').
671        * lib/ChangeLog: Remove.
672        * lib/.cvsignore: Cleanup.
673        * configure.ac: Reflect having added lib/Makefile.am.
674        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
675        lib/libbsp/configure.ac.
676        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
677        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
678
6792003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
682        * configure.ac: Merge-in librdbg/configure.ac.
683        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
684        librdbg/configure.ac.
685        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
686        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
687        LIBCHIP. Conditionally build include-dirs.
688        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
689        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
690        * librdbg/Makefile.am, librdbg/include/Makefile.am,
691        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
692        librdbg/include/rdbg/m68k/Makefile.am,
693        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
694        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
695        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
696        librdbg/src/powerpc/Makefile.am, librdbg/
697        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
698        configure.ac into ../configure.ac.
699        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
700        * libnetworking/.cvsignore, libnetworking/Makefile.am,
701        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
702        libnetworking/rtems_telnetd/Makefile.am,
703        libnetworking/rtems_webserver/Makefile.am,
704        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
705        into ../configure.ac.
706
7072003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
708
709        PR 427/rtems
710        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
711        * librdbg/src/servtsp.c: Ditto.
712
7132003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
714
715        PR 429/bsps
716        PR 432/bsps
717        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
718        packets are queued onto an elnk board, the ISR will deadlock the device
719        with a tx complete interrupt.  Lighter tx loads are not affected as they
720        end up submitting single packets to the device.
721
7222003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * configure.ac: Merge-in libchip/configure.ac. Merge-in
725        optman/configure.ac.
726        * optman/configure.ac: Remove (Merged into ../configure.ac).
727        * optman/Makefile.am: Reflect having merged configure.ac into
728        ../configure.ac.
729        * libchip/configure.ac: Remove (Merged into ../configure.ac).
730        * libchip/Makefile.am, libchip/ide/Makefile.am,
731        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
732        libchip/serial/Makefile.am: Reflect having merged configure.ac into
733        ../configure.ac.
734
7352003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
736
737        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
738
7392003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
740
741        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
742        on i386.
743
7442003-06-13      Joel Sherrill <joel@OARcorp.com>
745
746        * libnetworking/pppd/chat.c: Removed warnings.
747
7482003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
749
750        * libchip/network/README.3com: New file missed in previous commit.
751        PR 405/bsps
752        PR 393/networking
753        * libchip/network/dec21140.c: Fix leak also known as PR393.
754        * libchip/network/elnk.c, libchip/network/if_media.h,
755        libchip/network/mii.h: New files.
756        * libchip/network/Makefile.am: Reflect new files.
757
7582003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
759
760        * configure.ac: Remove support for profile-variant.
761
7622003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
763
764        PR 397/pppd
765        * libnetworking/pppd/fsm.c: Make peer_mru global again.
766        * libnetworking/pppd/magic.c: Remove *rand48.
767        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
768
7692003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * wrapup/Makefile.am: Add libide.a.
772
7732003-04-15      Joel Sherrill <joel@OARcorp.com>
774
775        PR 387/rtems_misc
776        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
777        routines.
778        * libchip/ide/ata_internal.h: Added missing newline and end of file.
779
7802003-04-11      Joel Sherrill <joel@OARcorp.com>
781
782        * libnetworking/rtems_webserver/cgi.c,
783        libnetworking/rtems_webserver/sockGen.c,
784        libnetworking/rtems_webserver/umui.c,
785        libnetworking/rtems_webserver/websSSL.c,
786        libnetworking/rtems_webserver/websSSL.h,
787        libnetworking/rtems_webserver/websda.c,
788        libnetworking/rtems_webserver/websda.h: New files. Not included in
789        previous commit.
790
7912003-04-10      Joel Sherrill <joel@OARcorp.com>
792
793        PR 371/pppd
794        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
795        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
796        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
797        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
798        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
799        still global symbols in rtemspppd.h which might need to be changed or
800        converted into member of a structure which is dereferenced with a
801        pointer that is managed as a per task variable. But this patch should
802        avoid many conflicts.
803
8042003-03-27      Joel Sherrill <joel@OARcorp.com>
805
806        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
807        not allowed in the cpukit source code since it must be buildable
808        independent of any BSP. These files were moved to libchip/ide.
809        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
810        files.
811
8122003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
813
814        PR 368/filesystems
815        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
816        improvements which now work on pc386 and mbx8xx.
817        * libchip/ide/ide_controller.c: New file.
818
8192003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
822
8232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * configure.ac: Remove AC_CONFIG_AUX_DIR.
826        * configure.ac: Add support/.
827        * support/.cvsignore: New.
828        * support/Makefile.am: New.
829        * support/version.c: New.
830        * wrapup/Makefile.am: Add support/libsupport.a.
831        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
832        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
833        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
834        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
835
8362003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * wrapup/Makefile.am: Use SRC += instead of make-vars.
839
8402003-02-20      Till Straumann <strauman@slac.stanford.edu>
841
842        PR 354/networking
843        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
844        chip against a table of supported chips. The untested ones are still
845        commented out, however.
846
8472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
850        * configure.ac: AC_PREREQ(2.57).
851        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
852        * optman/configure.ac: AC_PREREQ(2.57).
853        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
854        * libchip/configure.ac: AC_PREREQ(2.57).
855        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
856        * librdbg/configure.ac: AC_PREREQ(2.57).
857        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
858        * libnetworking/configure.ac: AC_PREREQ(2.57).
859
8602003-02-06      Joel Sherrill <joel@OARcorp.com>
861
862        * libnetworking/pppd/chat.c: Convert routines with common names to
863        static. This included get_char(), put_char(), and character() among
864        others.
865
8662003-02-03      Joel Sherrill <joel@OARcorp.com>
867
868        PR 338/filesystem
869        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
870        rtems_io_lookup_name() (API change).  Unused function removed.
871
8722003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
873
874        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
875        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
876        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
877        Eliminate *_O_FILES.
878        * libnetworking/rtems_servers/Makefile.am,
879        libnetworking/rtems_webserver/Makefile.am,
880        libnetworking/rtems_telnetd/Makefile.am: Ditto.
881
8822002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
885        Let all-local: depend on $(LIB).
886        * wrapup/Makefile.am, configure.ac: Remove libmisc.
887        * optman/Makefile.am: Apply install-data-local to install *.rels.
888
8892002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
890
891        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
892        %.c rules.
893        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
894        * libchip/network/Makefile.am: Eliminate C_O_FILES.
895        * libchip/rtc/Makefile.am: Ditto.
896        * libchip/serial/Makefile.am: Ditto.
897
8982002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
899
900        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
901        LIBC_DEFINES.
902        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
903        LIBC_DEFINES.
904        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
905        LIBC_DEFINES.
906
9072002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
908
909        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
910
9112002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
912
913        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
914        cache-checking.
915        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
916
9172002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
918
919        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
920        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
921        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
922        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
923        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
924
9252002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
926
927        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
928        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
929        Remove.
930        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
931
9322002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
933
934        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
935        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
936
9372002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
938
939        * libchip/network/cs8900.c: I don't know why we have to SelfST register
940        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
941
9422002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
943
944        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
945        * optman/rel.am: New.
946
9472002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
948
949        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
950        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
951        braino in comment on "exec". Extend --enable-ada handling.
952
9532002-11-04      Joel Sherrill <joel@OARcorp.com>
954
955        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
956        tasks and rolling multiple loops into 1.
957        * librdbg/src/m68k/rdbg_f.c: Removed warning.
958        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
959        Removed warnings.
960
9612002-10-31      Joel Sherrill <joel@OARcorp.com>
962
963        * libchip/network/dec21140.c: Removed warnings.
964        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
965        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
966        librdbg/src/m68k/any/remdeb_xdr.c,
967        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
968        warnings.
969        * libnetworking/rtems_webserver/socket.c,
970        libnetworking/rtems_webserver/uemf.h: Removed warnings.
971
9722002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
973
974        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
975        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
976        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
977        above.
978
9792002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
980
981        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
982        * wrapup/.cvsignore: Remove autom4te.cache.
983        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
984        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
985        autom4te.cache.
986        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
987        autom4te.cache.
988        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
989        autom4te.cache.
990
9912002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
992
993        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
994
9952002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
996
997        * optman/.cvsignore: Add autom4te.cache.
998
9992002-09-14      Joel Sherrill <joel@OARcorp.com>
1000
1001        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1002
10032002-09-07      Joel Sherrill <joel@OARcorp.com>
1004
1005        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1006        include files to resolve warnings.
1007
10082002-09-07      Chris Johns <ccj@acm.org>
1009
1010        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1011        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1012        which corrects the problem  where the cs8900.c file was actually the BSP
1013        glue.  Joel did some hacking so this file will compile.  Previously it
1014        required providing a target.h file to compile.
1015        * libchip/network/cs8900.c.bsp: New file.
1016
10172002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1018
1019        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1020
10212002-08-31      Joel Sherrill <joel@OARcorp.com>
1022
1023        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1024        eliminate warning.
1025
10262002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1027
1028        * configure.ac: Add ada-tests.
1029
10302002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1031
1032        * Makefile.am: Add preinstall-stamp.
1033
10342002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1035
1036        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1037        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1038        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1039        gcc31 happy.
1040        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1041        cp.
1042
10432002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1044
1045        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1046        make/bsp.mak.
1047        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1048        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1049
10502002-08-12      Joel Sherrill <joel@OARcorp.com>
1051
1052        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1053        avoid error.
1054
10552002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1056
1057        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1058        * configure.ac: Add BSP_SUBDIRS.
1059        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1060        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1061        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1062        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1063        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1064        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1065        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1066        RTEMS_CHECK_BSP_CACHE.
1067        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1068        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1069        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1070        .$(OBJEXT) instead of .o.
1071        * libnetworking/pppd/Makefile.am,
1072        libnetworking/rtems_servers/Makefile.am,
1073        libnetworking/rtems_telnetd/Makefile.am,
1074        libnetworking/rtems_webserver/Makefile.am,
1075        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1076
10772002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1078
1079        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1080        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1081        ../libchip/serial/$(ARCH)/libserialio.a.
1082        * libchip/serial/Makefile.am: Don't tmp-install lib.
1083        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1084
10852002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1086
1087        * Makefile.am: Add rtems_makedir.
1088        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1089        * Makefile.am: Add wrapup-SUBDIR.
1090        * wrapup/ChangeLog: Remove.
1091        * wrapup/configure.ac: Remove.
1092        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1093        (Make the bare BSP happy).
1094        * configure.ac: Ditto.
1095        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1096        Create make/custom/default.cfg.
1097        * configure.ac: Add creation of make/custom/*.cfg. Create
1098        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1099
11002002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1101
1102        * Makefile.am: Clean $(PROJECT_RELEASE).
1103
11042002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1105
1106        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1107        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1108        prototype mismatches.
1109
11102002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1111
1112        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1113        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1114
11152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1116
1117        * acinclude.m4: Add test "$multilib" != "yes".
1118        * config-ml.in: Remove.
1119        * acinclude.m4: Cleanups.
1120        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1121        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1122        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1123        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1124        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1125
11262002-07-16      Eric Norum <eric.norum@usask.ca>
1127
1128        * New driver for the Intel EtherExpressPro (82559ER) chip.
1129        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1130        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1131        * libchip/network/Makefile.am: Modified to reflect above.
1132
11332002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1134
1135        * acinclude.m4: New.
1136        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1137        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1138        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1139
11402002-07-01      Joel Sherrill <joel@OARcorp.com>
1141
1142        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1143        _Objects_Information_table now that it is a two dimensional array based
1144        upon API and class.
1145        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1146        of strnlen().
1147
11482002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1149
1150        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1151        preinstall libnetapps.a.
1152
11532002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1154
1155        * configure.ac: Remove librpc.
1156
11572002-06-25      Joel Sherrill <joel@OARcorp.com>
1158
1159        * Per PR233, moved librpc to exec.
1160        * configure.ac, wrapup/Makefile.am: Modified.
1161        * librpc, librpc/ChangeLog: Removed.
1162
11632002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1164
1165        * optman/Makefile.am: Remove multilib support.
1166        * optman/configure.ac: Ditto.
1167        * optman/sapi/Makefile.am: Ditto.
1168
11692002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1170
1171        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1172        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1173
11742002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1175
1176        Move networking libraries to c/src/exec/libnetworking
1177        * libnetworking/configure.ac, libnetworking/Makefile.am,
1178        libnetworking/wrapup/Makefile.am: Reflect Moval.
1179
11802002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1181
1182        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1183        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1184        <rtems/bspIo.h>.
1185
11862002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1187
1188        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1189        * libnetworking/rtems/mkrootfs.h: Ditto.
1190        * libnetworking/rtems/Makefile.am: Reflect changes above.
1191
11922002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1193
1194        * configure.ac: Remove lib.
1195
11962002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1197
1198        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1199        that exception stack frames on M68K members with VBR always are 6 byte
1200        long. The incorrect assumption resulted in some gdb commands like "next"
1201        to fail on the 68360.
1202
12032002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1204
1205        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1206        PR 220
1207        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1208        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1209        CVS.
1210        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1211        libnetworking/sys/filio.h: Remove.
1212        * libnetworking/sys/Makefile.am: Reflect changes above.
1213
12142002-05-07      Chris Johns <ccj@acm.org>
1215
1216        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1217        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1218        requires it to be stripped.
1219
12202002-05-01      Eric Norum <eric.norum@usask.ca>
1221
1222        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1223        assembly  to satisfy gcc 3.1 and newer.
1224
12252002-04-26      Eric Norum <eric.norum@usask.ca>
1226
1227        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1228        agressive optimization in gcc 3.1 does not reorder things.
1229
12302002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1231
1232        * libchip/network/dec21140.c: Reflect changes to powerpc's
1233        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1234        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1235        <rtems/score/cpu.h>.
1236        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1237        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1238
12392002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1240
1241        * optman/configure.ac: Remove ENABLE_GCC28.
1242
12432002-04-11      Chris Johns <ccj@acm.org>
1244
1245        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1246        driver control block field to the ifconfig network driver structure.
1247        This field is needed by the i82586 driver which was ported from NetBSD
1248        as it had better hardware abstraction.
1249        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1250        PR59, added the drv_ctrl driver control block field to the ifconfig
1251        network driver structure. This field is needed by the i82586 driver
1252        which was ported from NetBSD as it had better hardware abstraction.
1253
12542002-04-10      Mike Siers <mikes@poliac.com>
1255
1256        * libnetworking/rtems_webserver/NOTES,
1257        libnetworking/rtems_webserver/asp.c,
1258        libnetworking/rtems_webserver/balloc.c,
1259        libnetworking/rtems_webserver/default.c,
1260        libnetworking/rtems_webserver/ej.h,
1261        libnetworking/rtems_webserver/ejIntrn.h,
1262        libnetworking/rtems_webserver/ejlex.c,
1263        libnetworking/rtems_webserver/ejparse.c,
1264        libnetworking/rtems_webserver/emfdb.c,
1265        libnetworking/rtems_webserver/emfdb.h,
1266        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1267        libnetworking/rtems_webserver/handler.c,
1268        libnetworking/rtems_webserver/license.txt,
1269        libnetworking/rtems_webserver/md5.h,
1270        libnetworking/rtems_webserver/md5c.c,
1271        libnetworking/rtems_webserver/mime.c,
1272        libnetworking/rtems_webserver/misc.c,
1273        libnetworking/rtems_webserver/ringq.c,
1274        libnetworking/rtems_webserver/rom.c,
1275        libnetworking/rtems_webserver/security.c,
1276        libnetworking/rtems_webserver/sock.c,
1277        libnetworking/rtems_webserver/sym.c,
1278        libnetworking/rtems_webserver/uemf.c,
1279        libnetworking/rtems_webserver/uemf.h,
1280        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1281        libnetworking/rtems_webserver/url.c,
1282        libnetworking/rtems_webserver/value.c,
1283        libnetworking/rtems_webserver/wbase64.c,
1284        libnetworking/rtems_webserver/webcomp.c,
1285        libnetworking/rtems_webserver/webpage.c,
1286        libnetworking/rtems_webserver/webrom.c,
1287        libnetworking/rtems_webserver/webs.c,
1288        libnetworking/rtems_webserver/webs.h,
1289        libnetworking/rtems_webserver/websuemf.c,
1290        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1291        2.1.4.
1292
12932002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1294
1295        * libchip/network/i82586.c: Include <string.h>.
1296        * libchip/network/sonic.c: Ditto.
1297
12982002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1299
1300        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1301
13022002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1303
1304        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1305
13062002-03-27      Thomas.Doerfler@imd-systems.de
1307
1308        PR 144
1309        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1310        memory address 0 when called for the first time. This is done when
1311        trying to clear the variable "dhcp_hostname".
1312
13132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1314
1315        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1316        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1317        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1318        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1319        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1320        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1321        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1322        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1323        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1324        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1325        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1326        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1327        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1328        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1329        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1330        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1331        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1332        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1333        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1334        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1335        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1336        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1337        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1338        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1339        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1340        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1341        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1342        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1343        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1344        AUTOMAKE_OPTIONS.
1345        * libnetworking/configure.ac:
1346        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1347        foreign 1.6]).
1348        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1349        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1350        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1351        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1352        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1353        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1354        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1355        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1356        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1357        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1358        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1359        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1360        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1361        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1362        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1363        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1364        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1365
13662002-03-27      Ilya Alexeev <ilya@continuum.ru>
1367
1368        PR 162
1369        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1370        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1371        used in a device write routines.  Now ppp_softc structure have own
1372        character for writing to device (sc_outchar).  I think that converting
1373        local variables to static is not a right solution, because problems will
1374        occur in the case of two or more ppp instances.
1375        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1376        must be u_long, otherwise in the case of the big output packet endless
1377        loop may occur.
1378
13792002-03-21      Ilya Alexeev <ilya@continuum.ru>
1380
1381        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1382        preparations for multiple PPPD connections.
1383
13842002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1385
1386        PR 149
1387        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1388        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1389        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1390        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1391
13922002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1393
1394        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1395        * configure.ac: Modified to reflect addition.
1396
13972002-02-27      Ilya Alexeev <ilya@continuum.ru>
1398
1399        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1400        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1401        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1402        capabilities as well as eliminate some warnings.
1403
14042002-02-27      Eric Norum <eric.norum@usask.ca>
1405
1406        * libnetworking/net/radix.c: Properly handle fetching the default route
1407        when there is no route.  This was a bug in the original FreeBSD code and
1408        this fix is from an updated version of their code.
1409
14102002-02-16      Eric Norum <eric.norum@usask.ca>
1411
1412        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1413        checking.
1414
14152002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1416
1417        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1418        dodefaultroute.
1419
14202002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1421
1422        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1423        include <rtems/seterr.h>.
1424
14252002-02-01      Mike Siers <mikes@poliac.com>
1426
1427        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1428        avoid bringing the link down too fast. NOTE: Mike reports successfully
1429        running at 56K baud on a direct link.
1430
14312002-02-01      Eric Valette <valette@crf.canon.fr>
1432
1433        * librdbg/So many patches have been posted recently on the mailing list
1434        and  because we were unable to find correct solution to compile on
1435        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1436        because the coding  style of rdbg was rather inconsistant among various
1437        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1438        global coding style (using indent + manual edits), 2) incorporate/review
1439        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1440        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1441        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1442        after rdbg initialization is done, NB : the paches is huge but it is
1443        mainly due to coding styke chnages.  Only few lines of codes have been
1444        really changed and they do not impact  rdbg functionnality (AFAIKT).
1445        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1446        librdbg/include/rdbg/m68k/rdbg_f.h,
1447        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1448        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1449        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1450        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1451        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1452        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1453        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1454        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1455        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1456        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1457        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1458        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1459        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1460        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1461        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1462        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1463
14642002-01-31      Mike Siers <mikes@poliac.com>
1465
1466        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1467        * Nice Update of PPPD support which eliminates the requiremetn that
1468        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1469        and reports that it seems to be more stable and handle larger packets
1470        better.  This patch replaces the termios tasks with more general pppd
1471        network driver tasks.  The functions pppinput() and pppstart() get
1472        called from the interrupt service routine.
1473        * libnetworking/Makefile.am, libnetworking/configure.ac,
1474        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1475        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1476        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1477        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1478        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1479        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1480        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1481        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1482        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1483        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1484        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1485        libnetworking/net/route.c, libnetworking/net/route.h,
1486        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1487        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1488        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1489        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1490        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1491        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1492        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1493        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1494        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1495        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1496        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1497        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1498        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1499        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1500        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1501        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1502        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1503        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1504        libnetworking/pppd/example/README,
1505        libnetworking/pppd/example/netconfig.h,
1506        libnetworking/wrapup/Makefile.am: Modified.
1507        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1508        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1509        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1510        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1511        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1512        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1513        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1514        libnetworking/modem/pppcompress.c: Subdirectory removed.
1515
15162002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1517
1518        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1519        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1520
15212002-01-18      Till Straumann <strauman@slac.stanford.edu>
1522
1523        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1524        issues: - exception handler needs to enable MSR_FP if the interrupted
1525        thread is FP enabled. - printk message for MSR fixed and added
1526        stacktrace. NOTE: this requires the stacktrace patch to
1527        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1528        however).
1529
15302002-01-06      Joel Sherrill <joel@OARcorp.com>
1531
1532        * optman/.cvsignore: Added aclocal.m4 and configure.
1533        * optman/.cvsignore: New file.
1534
15352002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1536
1537        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1538
15392002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1540
1541        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1542        * optman/ChangeLog: New.
1543        * optman/configure.ac: New.
1544        * optman/Makefile.am: New.
1545        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1546        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1547
15482001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1549
1550        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1551
15522001-12-18      Eric Norum <eric.norum@usask.ca>
1553
1554        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1555        `directories' (path names with a / at the end) while disallowing open()
1556        operations on TFTP `directories'.
1557
15582001-12-07      Eric Norum <eric.norum@usask.ca>
1559
1560        * libnetworking/lib/tftpDriver.c: Restore write capability.
1561
15622001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1563
1564        * libchip/network/sonic.h: Fix typo.
1565        * libnetworking/arpa/Makefile.am: Remove stray lines.
1566
15672001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1568
1569        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1570
15712001-10-18      Eric Norum <eric.norum@usask.ca>
1572
1573        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1574        chdir() and open() operations within the TFTP file system.
1575
15762001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1577
1578        * librdbg/configure.ac: Fix latent bug exposed by removal of
1579        config.cache's which prevented powerpc targets librdbg from building.
1580
15812001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1582
1583        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1584        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1585        autoconf-2.52 happy.
1586
15872001-10-12      Mike Siers <mikes@poliac.com>
1588
1589        * libnetworking/Update to stable working state.  Congratulations Mike!
1590        :).
1591        * libnetworking/modem_example: Directory removed.
1592        * libnetworking/modem_example/16550.h,
1593        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
1594        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
1595        libnetworking/modem_example/ppp.h,
1596        libnetworking/modem_example/pppcompress.c: Files removed.
1597        * libnetworking/pppd/example/pppd.options: New file.
1598        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
1599        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1600        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1601        libnetworking/pppd/rtemsmain.c: Updated.
1602
16032001-10-12      Joel Sherrill <joel@OARcorp.com>
1604
1605        * libchip/serial/z85c30.c: Fixed typo.
1606
16072001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1608
1609        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1610        * configure.in: Remove.
1611        * configure.ac: New file, generated from configure.in by autoupdate.
1612        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1613        * libchip/configure.in: Remove.
1614        * libchip/configure.ac: New file, generated from configure.in by
1615        autoupdate.
1616        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1617        * librdbg/configure.in: Remove.
1618        * librdbg/configure.ac: New file, generated from configure.in by
1619        autoupdate.
1620        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1621        * libnetworking/configure.in: Remove.
1622        * libnetworking/configure.ac: New file, generated from configure.in by
1623        autoupdate.
1624
16252001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1626
1627        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
1628        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
1629        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
1630
16312001-09-27      Joel Sherrill <joel@OARcorp.com>
1632
1633        * libchip/ChangeLog: Fixed typo in date.
1634
16352001-09-27      Eric Norum <eric.norum@usask.ca>
1636
1637        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
1638        TFTP  filesystem.
1639
16402001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1641
1642        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
1643        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
1644        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
1645        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
1646        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1647        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1648        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1649        'PREINSTALL_FILES ='.
1650        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
1651        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
1652        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
1653        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
1654        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
1655        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
1656        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
1657        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
1658        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
1659        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
1660        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
1661        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
1662
16632001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1664
1665        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
1666        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
1667        * librdbg/src/m68k/any/Makefile.am: Ditto.
1668        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1669        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
1670        happy.
1671
16722001-09-21      Joel Sherrill <joel@OARcorp.com>
1673
1674        * libchip/network/Makefile.am: Fixed typo on file name.
1675        * libchip/network/i82586.c: Commented out line 318 which is referencing
1676        a member of a structure that is not currently there.  This needs to be
1677        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
1678        to C style.
1679
16802001-09-19      Eric Norum <eric.norum@usask.ca>
1681
1682        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
1683
16842001-09-19      Chris Johns <ccj@acm.org>
1685
1686        * libchip/network/README.i82586, libchip/network/i82586.c,
1687        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
1688        Network driver for Intel i82586.
1689        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
1690        rtems/rtems_bsdnet_internal.h Added support for populating the initial
1691        "root" filesystem with information obtained via the DHCP response.
1692
16932001-09-14      Eric Norum <eric.norum@usask.ca>
1694
1695        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
1696        make gcc 3.x happy.
1697
16982001-08-16      Mike Siers <mikes@poliac.com>
1699
1700        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
1701        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
1702        These support callback functionality that has not even been compiled
1703        under RTEMS yet.
1704        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
1705        example application.  Mike's notes on the modifications: - renamed
1706        error() function because of namespace problems - removed calls to the
1707        exit() funciton - removed extra files from the pppd source directory -
1708        defined pppd task constant values in rtemspppd.h - modifyied example
1709        code to get actual tick per second value - placed the pppd 2.3.11 man
1710        page file (pppd.8) into the pppd directory.
1711        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1712        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
1713        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1714        libnetworking/pppd/rtems-ppp.c: Deleted.
1715        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
1716        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1717        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
1718        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
1719        libnetworking/pppd/example/init.c,
1720        libnetworking/pppd/example/netconfig.h,
1721        libnetworking/pppd/example/ppp.conf,
1722        libnetworking/pppd/example/pppdapp.c,
1723        libnetworking/pppd/example/system.h: New files.
1724        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
1725        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
1726        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
1727        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1728        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1729        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1730        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1731        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1732        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1733        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1734        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1735        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1736        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1737        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
1738        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
1739
17402001-08-16      Joel Sherrill <joel@OARcorp.com>
1741
1742        * libnetworking/pppd/example/Makefile: Removed.
1743        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
1744        to avoid bootstrap -c clobbering it.
1745        * libnetworking/rtems_telnetd/.cvsignore: New file.
1746
17472001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1748
1749        * libnetworking/Makefile.am, libnetworking/configure.in,
1750        libnetworking/rtems_servers/Makefile.am,
1751        libnetworking/rtems_servers/telnetd.c,
1752        libnetworking/rtems_servers/telnetd.h,
1753        libnetworking/rtems_telnetd/Makefile.am,
1754        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1755        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1756        libnetworking/rtems_telnetd/telnetd.c,
1757        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
1758        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
1759        effect when ftpd change. - the tcp/ip stats have been implemented into
1760        icmds.c and started when telnetd daemon is started.
1761        * libnetworking/rtems_servers/telnetd.c,
1762        libnetworking/rtems_servers/telnetd.h: Removed.
1763        * libnetworking/rtems_telnetd: New directory.
1764        * libnetworking/rtems_telnetd/Makefile.am,
1765        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1766        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1767        libnetworking/rtems_telnetd/telnetd.c,
1768        libnetworking/rtems_telnetd/telnetd.h: New files.
1769
17702001-06-14      Joel Sherrill <joel@OARcorp.com>
1771
1772        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
1773        Moved from libmisc/shell so the network stack to address network
1774        depenendency.
1775        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
1776
17772001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1778
1779        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
1780
17812001-05-15      Joel Sherrill <joel@OARcorp.com>
1782
1783        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1784        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
1785        accidentally deleted the incorrectly empty versions.
1786
17872001-05-14      Till Straumann <strauman@slac.stanford.edu>
1788
1789        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
1790        libchip/pci/Makefile.am: Per PR215 address the following issues: -
1791        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
1792        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
1793        to know the values) - the affected BSP (shared/motorola) headers have
1794        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
1795        driver (libchip/network/dec21140.c) has been fixed to use
1796        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
1797        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
1798        who is using this driver. - the DEC driver also has been fixed to use
1799        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
1800        delay_in_bus_cycles().
1801
18022001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1803
1804        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
1805
18062001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1807
1808        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
1809
18102001-04-24      Eric Norum <eric.norum@usask.ca>
1811
1812        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
1813        NTP synchronization a little more robust -- no NTP daemon yet, but at
1814        least it trys a little harder when the primary NTP server is down.
1815
18162001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
1817
1818        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
1819        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1820        libnetworking/pppd/modem_example/modem.c,
1821        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
1822        other strings into English.
1823        * libnetworking/pppd/STATUS: updated to reflect the changes.
1824
18252001-04-20      Jake Janovetz <janovetz@uiuc.edu>
1826
1827        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
1828        again.
1829
18302001-04-20      Eric Valette <valette@crf.canon.fr>
1831
1832        * mcp750 directory renamed new_exception processing as it supports many
1833        more CPU models.
1834        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
1835        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1836        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
1837        formerly in mcp750 plus modifications.
1838        * librdbg/src/powerpc/mcp750/.cvsignore,
1839        librdbg/src/powerpc/mcp750/Makefile.am,
1840        librdbg/src/powerpc/mcp750/remdeb.h,
1841        librdbg/src/powerpc/mcp750/remdeb_f.x,
1842        librdbg/src/powerpc/mcp750/remdeb_svc.c,
1843        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
1844        new_exception_processing.
1845        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
1846        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1847        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
1848        part of this effort to add support for the MPC8xx.
1849
18502001-04-19      Joel Sherrill <joel@OARcorp.com>
1851
1852        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
1853        internal include files.
1854
18552001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
1856
1857        PR 158
1858        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
1859        rcmd() library call by commenting out the parts that deal with signals.
1860        This enables RTEMS to 'rsh' command to a server connecting fd to remote
1861        stdio. The 'server-side' parts of this file which deal with
1862        authentication are disabled since they are not needed.
1863
18642001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
1865
1866        * libnetworking/include/.cvsignore: Remove dangling file.
1867
18682001-03-14      Joel Sherrill <joel@OARcorp.com>
1869
1870        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
1871        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
1872        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
1873        libchip style serial drivers can be written in libcpu or libbsp.
1874
18752001-03-01      Joel Sherrill <joel@OARcorp.com>
1876
1877        * libchip/network/cs8900.c, libchip/network/cs8900.h,
1878        libchip/network/sonic.c, libchip/network/sonic.h,
1879        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1880        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1881        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1882        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
1883        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1884        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1885        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1886        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
1887
18882001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1889
1890        * librdbg/include/rdbg/Makefile.am,
1891        librdbg/include/rdbg/i386/Makefile.am,
1892        librdbg/include/rdbg/m68k/Makefile.am,
1893        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
1894        style on include files.
1895
18962001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1897
1898        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1899        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
1900        replace ${..} with $(..).
1901        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
1902        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
1903        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
1904        libnetworking/rtems/Makefile.am, libnetworking/
1905        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
1906        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
1907        include_*HEADERS instead of H_FILES.
1908        * libnetworking/include/Makefile.am: Remove.
1909        * libnetworking/Makefile.am: Add handling of *.h files.
1910        * libnetworking/configure.in: Remove include/Makefile.
1911
19122001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1913
1914        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
1915
19162001-01-31      Sergei Organov <osv@javad.ru>
1917
1918        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
1919        current dir and root dir removed in favor of new libio support for
1920        task-local current and root directories. - Bug in `close_data_socket()'
1921        introduced by previous change fixed. - `command_pasv()' changed to set
1922        timeout on socket we are listening on and code fixed to don't close
1923        socket twice on error. - `serr()' changed to clear `errno'. -
1924        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
1925        changed to clear `errno' before processing session. -
1926        `close_data_socket()' fixed to close both active and passive sockets -
1927        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
1928        empty string  in `exec_command()'.
1929
19302001-01-25      Eric Norum <eric.norum@usask.ca>
1931
1932        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
1933        improves throughput on systems which are dropping packets.   Only the
1934        first timeout is reduced.  This keeps the number of extra packets down
1935        on networks that are very busy and dropping lots of packets.
1936
19372001-01-24      Sergei Organov <osv@javad.ru>
1938
1939        * libnetworking/rtems_servers/ftpd.c,
1940        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
1941        - Timeouts on sockets implemented. 'idle' field added to configuration.
1942        No timeout by default to keep backward compatibility. Note: SITE IDLE
1943        command not implemented yet. - Basic global access control implemented.
1944        'access' field added to configuration. No access limitations by default
1945        to keep backward compatibility. - Anchor data socket for active mode
1946        (using self IP and port 20.) - Fixed default data port support (still
1947        not tested). - Don't allow IP address different from originating host in
1948        PORT command to improve security. - Fixed bug in MDTM command. - Check
1949        for correctness of parsing of argument in command_port(). - Fixed
1950        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
1951        a directory. - Command parsing a little bit improved: command names are
1952        now converted to upper-case to be more compatible with RFC (command
1953        names are not case-sensitive.) - Reformat comments so that they have
1954        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
1955        previous changes - True ASCII mode implemented (doesn't work for hooks
1956        and /dev/null) - Passive mode implemented, PASV command added. - Default
1957        port for data connection could be used (untested, can't find ftp client
1958        that doesn't send PORT command) - SYST reply changed to UNIX, as former
1959        RTEMS isn't registered name. - Reply codes reviewed and fixed.
1960
19612001-01-18      Joel Sherrill <joel@OARcorp.com>
1962
1963        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
1964        macro using variable arguments.
1965        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
1966        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
1967        since I updated the main RTEMS development machine to RedHat 7.2 and
1968        apparently got a new version of rpcgen.
1969
19702001-01-12      Sergei Organov <osv@javad.ru>
1971
1972        * libnetworking/rtems_servers/ftpd.c,
1973        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
1974        - use pool of pre-created threads to handle sessions instead of
1975        creating/deleting threads on the fly - LIST output is now similar to
1976        what "/bin/ls -al" would output, thus FTP clients such Netscape are
1977        happy with it. - LIST NAME now works (both for files and directories) -
1978        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
1979        clients happy  - keep track of CWD for every session separately -
1980        ability to specify root directory name for FTPD in configuration table.
1981        FTPD will then create illusion for FTP clients that this is actually
1982        root directory. - ignore options sent in commands, thus LIST -al FILE
1983        works and doesn't try to list "-al" directory. - buffers are allocated
1984        on stack instead of heap where possible to eliminate malloc/free calls
1985        (avoid possible heap fragmentation troubles). - drop using of task
1986        notepad to pass parameters - use function arguments instead - use
1987        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
1988        in socket() instead of AF_INET.
1989
19902001-01-02      Joel Sherrill <joel@OARcorp.com>
1991
1992        * libnetworking/CHANGELOG: Removed.
1993        * libnetworking/README: Merged CHANGELOG contents as initial changes.
1994
19952000-12-14      Eric Norum <eric.norum@usask.ca>
1996
1997        * libnetworking/lib/tftpDriver.c: Added write capability.
1998
19992000-12-08      Joel Sherrill <joel@OARcorp.com>
2000
2001        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2002        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2003        numerous variable declarations conditional on PPP_COMPRESS and
2004        PPP_FILTER.  Commented out variables that were not used because the code
2005        using them was commented out. Removed totally unused variables.
2006        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2007        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2008
20092000-11-30      Joel Sherrill <joel@OARcorp.com>
2010
2011        * libnetworking/modem/ppp_tty.c: Changed to include
2012        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2013        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2014        * libnetworking/Makefile.am: Modified to reflect above.
2015
20162000-11-27      Joel Sherrill <joel@OARcorp.com>
2017
2018        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2019
20202000-11-25      Eric Norum <eric.norum@usask.ca>
2021
2022        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2023        core.
2024
20252000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2026
2027        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2028        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2029        subdir.
2030        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2031        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2032        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2033        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2034        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2035        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2036        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2037        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2038        ppp_tty.c and the real pppd main is in pppmain.c.
2039
20402000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2041
2042        * libchip/network/sonic.c: Added ipalign() routine to align the received
2043        packet so that the ip header is on a 32-bit boundary. Necessary for
2044        cpu's that do not allow unaligned loads and stores and when the 32-bit
2045        DMA mode is used.
2046
20472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2048
2049        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2050        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2051        ACLOCAL_AMFLAGS.
2052        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2053        ACLOCAL_AMFLAGS.
2054        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2055        ACLOCAL_AMFLAGS.
2056
20572000-11-03      Chris Johns <ccj@acm.org>
2058
2059        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2060        libchip/network/cs8900.h: New files.
2061
20622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2063
2064        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2065        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2066        $(RTEMS_TOPdir)/aclocal.
2067        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2068        $(RTEMS_TOPdir)/aclocal.
2069        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2070        $(RTEMS_TOPdir)/aclocal.
2071
20722000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2073
2074        * configure.in: Switch to GNU-canonicalization.
2075        * Makefile.am: Reflect changes to configure.in.
2076        * acinclude.m4: Remove.
2077
20782000-10-30      Joel Sherrill <joel@OARcorp.com>
2079
2080        * POSIX include files merged into newlib.  This resulted in some
2081        definitions moving to other files and thus some secondary effects in
2082        RTEMS source code.
2083        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2084        in sync with newlib's <machine/types.h>.
2085        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2086        definition of struct itimerval in <sys/time.h>.
2087
20882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2089
2090        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2091        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2092        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2093        * ChangeLog: Fix typos.
2094        * configure.in: add tests to the GNU canonicalized subdirectories.
2095
20962000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2097
2098        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2099        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2100        the lib directory before configuring lib/.
2101
21022000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2103
2104        * configure.in, Makefile.am: add exec to the GNU canonicalized
2105        subdirectories.
2106        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2107        * configure.in: add libnetworking, librpc and librdb to the GNU
2108        canonicalized subdirectories.
2109        * configure.in: add libmisc and libchip to the GNU canonicalized
2110        subdirectories.
2111        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2112        Switch to GNU canonicalization.
2113        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2114        Switch to GNU canonicalization.
2115        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2116        Switch to GNU canonicalization.
2117
21182000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2119
2120        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2121        canonicalization to libfs/. The approach is currently a bit of a hack as
2122        GNU canonicalization does not support the per-BSP build some of the
2123        other directories require.  As more of the tree is converted, this will
2124        become less  of an issue.
2125
21262000-10-20      Joel Sherrill <joel@OARcorp.com>
2127
2128        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2129        parameter.
2130
21312000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2132
2133        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2134        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2135        * librdbg/configure.in: Add m68k support.
2136        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2137        subdirectory.
2138        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2139        failure.
2140        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2141        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2142        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2143        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2144        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2145        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2146        librdbg/src/m68k/.cvsignore: New files.
2147        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2148        function pointers.
2149        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2150        _after_ pointer has been checked against NULL.
2151
21522000-10-18      Joel Sherrill <joel@OARcorp.com>
2153
2154        * wrapup/Makefile.am: Added libfs.
2155
21562000-10-18      Chris Johns <ccj@acm.org>
2157
2158        * libfs created.
2159        * configure.in: Added libfs subdirectory.
2160        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2161
21622000-09-28      Joel Sherrill <joel@OARcorp.com>
2163
2164        * libnetworking/rtems_webserver/Makefile.am,
2165        libnetworking/rtems_webserver/base64.c,
2166        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2167        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2168
21692000-09-22      Joel Sherrill <joel@OARcorp.com>
2170
2171        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2172        libnetworking/rtems/rtems_bsdnet_internal.h,
2173        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2174        have included rtems.h.  It is now including precisely the  least amount
2175        of low level, yet portable .h files to get the basic RTEMS types
2176        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2177        used machine/types.h to include rtems.h.
2178
21792000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2180
2181        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2182
21832000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2184
2185        * libnetworking/ChangeLog: Cleanup.
2186
21872000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2188
2189        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2190        * libchip/ChangeLog: Fix formating.
2191
21922000-09-05      Joel Sherrill <joel@OARcorp.com>
2193
2194        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2195        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2196        confusion and to work with the converted flags.
2197
21982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2199
2200        * wrapup/Makefile.am: Include compile.am.
2201        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2202        libchip/serial/Makefile.am: Include compile.am.
2203        * librdbg/src/i386/any/Makefile.am,
2204        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2205        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2206        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2207        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2208        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2209        libnetworking/rtems_servers/Makefile.am,
2210        libnetworking/rtems_webserver/Makefile.am,
2211        libnetworking/wrapup/Makefile.am: Include compile.am.
2212
22132000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2214
2215        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2216        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2217
22182000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2219
2220        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2221
22222000-08-31      Joel Sherrill <joel@OARcorp.com>
2223
2224        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2225        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2226        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2227        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2228        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2229        * libnetworking/wbase64.c: Removed.
2230        * libnetworking/Makefile.am, libnetworking/asp.c,
2231        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2232        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2233        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2234        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2235        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2236        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2237        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2238        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2239        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2240        Modified.
2241
22422000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2243
2244        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2245
22462000-08-30      Joel Sherrill <joel@OARcorp.com>
2247
2248        * libnetworking/rtems_webserver/license.txt: New file.
2249
22502000-08-10      Joel Sherrill <joel@OARcorp.com>
2251
2252        * ChangeLog: New file.
2253        * libchip/ChangeLog: New file.
2254        * librdbg/ChangeLog: New file.
2255        * libnetworking/ChangeLog: New file.
2256
Note: See TracBrowser for help on using the repository browser.