source: rtems/c/src/ChangeLog @ 789694a1

4.104.114.84.95
Last change on this file since 789694a1 was 789694a1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/20/04 at 01:22:04

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

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