source: rtems/c/src/ChangeLog @ b083736

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

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

  • librdbg/include/Makefile.am: Merge-in librdbg/include/rdbg/i386/Makefile.am, librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/powerpc/Makefile.am.
  • librdbg/include/rdbg/i386/Makefile.am, librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/powerpc/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 89.1 KB
RevLine 
[b083736]12004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * librdbg/include/Makefile.am: Merge-in
4        librdbg/include/rdbg/i386/Makefile.am,
5        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
6        librdbg/include/rdbg/powerpc/Makefile.am.
7        * librdbg/include/rdbg/i386/Makefile.am,
8        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
9        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
10        * configure.ac: Reflect changes above.
11
[a03c1ab]122004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Use AS_HELP_STRING(ada).
15
[3025a4a]162004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * aclocal/bspopts.m4: Use AS_HELP_STRING.
19        * aclocal/bsp-configure.m4: Require autoconf-2.59.
20        Use AC_CONFIG_HEADERS.
21        * aclocal/check-custom-bsp.m4: Add bspkit-support.
22        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
23
[5434449b]242004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: include local.am.
27
[31ffd58]282004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * aclocal/version.m4: 4.6.99.0.
31
[0724e79b]322004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Don't include host.am.
35        * automake/compile.am: Further cleanups.
36
[d158c16]372004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * automake/lib.am: Remove (Unused).
40
[11cafc0]412004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * wrapup/Makefile.am: Don't include lib.am.
44        * automake/compile.am: Use automake compilation rules.
45
[6436254a]462004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * libnetworking/pppd/Makefile.am,
49        libnetworking/rtems_servers/Makefile.am,
50        libnetworking/rtems_telnetd/Makefile.am,
51        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
52        support/Makefile.am: Don't include lib.am.
53
[97380b4]542004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * libchip/Makefile.am: Don't include lib.am.
57        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
58        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
59        unnecessary EXTRA_DISTs.
60
[12b0ada]612004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
64        hack.
65
[b5d91ad]662004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
69        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
70        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
71        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
72
[477180fa]732004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
76        Add AM_CONDITIONAL(HAS_MP).
77        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
78        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
79        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
80        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
81        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
82        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
83        (Deprecated by autoconf 2.59).
84
[171a04c]852004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
88        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
89
[d499683]902004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
[93a735b]92        * ChangeLog: Merge-in libnetworking/ChangeLog.
93        * libnetworking/ChangeLog: Remove.
[8b615cd]94        * ChangeLog: Merge-in librdbg/ChangeLog.
95        * librdbg/ChangeLog: Remove.
96        * ChangeLog: Merge-in libchip/ChangeLog.
[1d331547]97        * libchip/ChangeLog: Remove.
[d499683]98        * ChangeLog: Merge-in optman/ChangeLog.
99        * optman/ChangeLog: Remove.
100
[d844a182]1012004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Reflect changes to cpukit.
[1734d37]104        * wrapup/Makefile.am: Reflect changes to librdbg.
105        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
[1d331547]106        * libchip/Makefile.am: Add PREINSTALL_DIRS.
[8b615cd]107        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
108        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
109        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
110        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
111        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
112        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
113        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
[1734d37]114
[208aa86e]1152004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * aclocal/rtems-top.m4: Remove check for version.m4.
118        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
119
[9480bb42]1202004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
[5a80f36b]122        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
[ebff819]123        * wrapup/Makefile.am: Reflect changes to libchip/*.
[ca1531c5]124        * support/Makefile.am: Use automake compilation rules.
125        * wrapup/Makefile.am: Reflect changes to support/*.
[7c5a840]126        * configure.ac: Remove libnetworking/wrapup/Makefile.
[5a80f36b]127        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
128        libnetworking/*/lib*.a instead of libnetapps.a.
129        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
130        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
[d499683]131        * optman/Makefile.am: Use automake compilation rules.
[1d331547]132        * libchip/Makefile.am: Fix typo in previous patch.
133        * libchip/Makefile.am: Use automake compilation rules.
[93a735b]134        * libnetworking/Makefile.am: Remove wrapup.
135        * libnetworking/pppd/Makefile.am: Build libpppd. Use
136        automake-compilation rules.
137        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
138        automake-compilation rules.
139        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
140        automake-compilation rules.
141        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
142        automake-compilation rules.
143        * libnetworking/wrapup/Makefile.am: Remove (Unused).
[033f0686]144
[0724887f]1452004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
[5a80f36b]147        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
148        PRE/TMPINSTALL_FILES to CLEANFILES.
[0724887f]149        * automake/lib.am: Remove TMPINSTALL_FILES.
[d499683]150        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
151        PRE/TMPINSTALL_FILES to CLEANFILES.
[1d331547]152        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
153        PRE/TMPINSTALL_FILES to CLEANFILES.
[8b615cd]154        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
155        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
156        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
157        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
158        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
159        * librdbg/src/i386/Makefile.am: Ditto.
160        * librdbg/src/m68k/Makefile.am: Ditto.
161        * librdbg/src/powerpc/Makefile.am: Ditto.
[93a735b]162        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
163        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
164        * libnetworking/rtems_servers/Makefile.am: Ditto.
165        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
166        * libnetworking/rtems_webserver/Makefile.am: Ditto.
[0724887f]167
[6416628]1682004-01-07      Joel Sherrill <joel@OARcorp.com>
169
170        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
171        more completely covers the MIPS family.
172
[a099e9a]1732003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * wrapup/Makefile.am: Reflect changes to shmdr.
[1d331547]176        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
177
1782003-12-18      Joel Sherrill <joel@OARcorp.com>
179
180        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
181        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
182        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
183        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
184        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
185        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
186        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
[a099e9a]187
[5a80f36b]1882003-12-17      Joel Sherrill <joel@OARcorp.com>
[44652f8]189
[5a80f36b]190        * aclocal/version.m4: Updated to rtems-20031217-test.
[917a884]191
[5a80f36b]1922003-12-17     
[917a884]193
[5a80f36b]194        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
195        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
[2b2353d]196
[41fc78d]1972003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * automake/compile.am: Remove LINK_LIBS (Unused).
200        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
201
[e90cff96]2022003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
205        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
206        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
207        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
[777db82f]208        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
209
[b946613]2102003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
213        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[d499683]214        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[1d331547]215        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[8b615cd]216        * librdbg/src/i386/Makefile.am:
217        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
218        * librdbg/src/m68k/Makefile.am:
219        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
220        * librdbg/src/powerpc/Makefile.am:
221        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[b946613]222
[795d9d46]2232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
[5a80f36b]225        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
[14348a00]226        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
227        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
[5a80f36b]228        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
229        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
230        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
[810720b6]231        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
[d499683]232        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
233        * optman/Makefile.am: Remove project_libdir.
[1d331547]234        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
235        PRE/TMPINSTALL_FILES.
[8b615cd]236        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
237        PRE/TMPINSTALL_FILES.
238        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
239        PRE/TMPINSTALL_FILES.
240        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
241        PRE/TMPINSTALL_FILES.
242        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
243        from PRE/TMPINSTALL_FILES.
244        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
245        PRE/TMPINSTALL_FILES.
246        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
247        PRE/TMPINSTALL_FILES.
248        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
249        PRE/TMPINSTALL_FILES.
[93a735b]250        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
251        PRE/TMPINSTALL_FILES.
252        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
253        PRE/TMPINSTALL_FILES.
254        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
255        PRE/TMPINSTALL_FILES.
256        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
257        from PRE/TMPINSTALL_FILES.
[810720b6]258
[0e31ed7]2592003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
262        * automake/lib.am: Remove project_libdir.
263        * wrapup/Makefile.am: Reworked.
264
[109d660]2652003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: Reflect changes to librdbg.
[d499683]268        * optman/Makefile.am: Add tmpinstall dirstamp support.
[1d331547]269        * libchip/Makefile.am: Fix variant-tmpinstall support.
[8b615cd]270        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
271        * librdbg/src/powerpc/Makefile.am: Merge-in former
272        new_exception_processing/Makefile.am.
273        * librdbg/src/m68k/any/Makefile.am: Remove.
274        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
275        * librdbg/src/i386/any/Makefile.am: Remove.
276        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
277        * librdbg/src/Makefile.am: Cosmetics.
278        * librdbg/include/Makefile.am: Cosmetics.
279        * librdbg/Makefile.am: Cosmetics.
[93a735b]280        * libnetworking/Makefile.am: Cosmetics.
281        * libnetworking/pppd/Makefile.am: Cosmetics.
282        * libnetworking/wrapup/Makefile.am: Cosmetics.
[109d660]283
[91fd793d]2842003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Cosmetics.
[5a80f36b]287        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
288        support.
[91fd793d]289
[8347069]2902003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * automake/compile.am: Remove $(ARCH):-rule.
293
[184f279]2942003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: Remove lib/libbsp/shared/Makefile,
297        lib/libbsp/shmdr/Makefile.
298
[1ca7bc9]2992003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
302        libchip/serial/Makefile, libchip/rtc/Makefile.
[f2fc5cf]303        * support/Makefile.am: Remove all-local: $(ARCH).
304        * wrapup/Makefile.am: Remove all-local: $(ARCH).
[306a66e]305        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
[d499683]306        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
307        * optman/Makefile.am: Remove all-local: $(ARCH).
[1d331547]308        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
309        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
310        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
311        compilation dirstamp support.
312        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
313        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
314        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
315        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
[8b615cd]316        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
317        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
318        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
319        all-local: $(ARCH).
[93a735b]320        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
321        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
322        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
323        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
324        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
[306a66e]325
[82bdc057]3262003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * aclocal/lead-dot.m4: New (from automake-1.7f).
[5a80f36b]329        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
330        AC_SUBST(dirstamp).
[1d331547]331        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
332        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
333        libchip/serial/Makefile.am: Ditto.
[8b615cd]334        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
335        * librdbg/include/Makefile.am: Ditto.
336        * librdbg/include/rdbg/Makefile.am: Ditto.
337        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
338        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
339        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
340        * librdbg/src/Makefile.am: Ditto.
341        * librdbg/src/i386/Makefile.am: Ditto.
342        * librdbg/src/i386/any/Makefile.am: Ditto.
343        * librdbg/src/m68k/Makefile.am: Ditto.
344        * librdbg/src/m68k/any/Makefile.am: Ditto.
345        * librdbg/src/powerpc/Makefile.am: Ditto.
346        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
[93a735b]347        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
348        preinstallation.
349        * libnetworking/pppd/Makefile.am: Ditto.
350        * libnetworking/rtems_servers/Makefile.am: Ditto.
351        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
352        * libnetworking/rtems_webserver/Makefile.am: Ditto.
353        * libnetworking/wrapup/Makefile.am: Ditto.
[82bdc057]354
[9550125e]3552003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
358        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
[5a80f36b]359        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
360        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
361        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
362        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
363        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
364        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
365        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
366        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
367        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
368        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
369        underquoting to silence automake-1.8.
[9550125e]370
[e42cb8b]3712003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac: Reflect having moved tests to ../../testsuites.
374
[4f21a587]3752003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
[5a80f36b]377        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
[69decf3]378        * aclocal/canonical-host.m4: Remove.
379        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
[c44312d]380        * configure.ac: Remove RTEMS_CANONICAL_HOST.
381
[51d35b2]3822003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * aclocal/check-cpu.m4: Remove.
385        * configure.ac: Merge-in former aclocal/check-cpu.m4.
[3993b6f7]386        * aclocal/canonical-target-name.m4: Add m4-quotes.
[5a80f36b]387        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
388        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
389        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
390        * aclocal/check-networking.m4: Add m4-quotes. Require
391        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
392        * aclocal/check-posix.m4: Add m4-quotes. Require
393        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
394        * aclocal/check-rdbg.m4: Add m4-quotes. Require
395        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
[1d331547]396        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
[3993b6f7]397
[2eaee845]3982003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
401        * aclocal/bsp-alias.m4: Remove.
402
[0038885]4032003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * configure.ac: Make presence of tests/ optional.
406
[8857d525]4072003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * aclocal/path-perl.m4: Remove (Unused).
410
[15ee26f]4112003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * automake/force-preinstall.am: Remove.
414
[1d331547]4152003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
416
417        PR 499/rtems_misc
418        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
419        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
420        Configuration (Odd was forced) - Correction of Stop Bit configuration
421        (inversed) - Correction of ISR Handler to call
422        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
423        CTS Hardware flow control Configuration.
424
[e96d248]4252003-09-04      Joel Sherrill <joel@OARcorp.com>
426
427        * lib/libcpu/shared/include/cache.h,
428        lib/libcpu/shared/src/cache_aligned_malloc.c,
429        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
430        license changed.
[d499683]431        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
432        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
433        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
434        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
435        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
436        for license changed.
[1d331547]437        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
438        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
439        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
440        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
441        libchip/network/cs8900.h, libchip/network/dec21140.c,
442        libchip/network/elnk.c, libchip/network/open_eth.c,
443        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
444        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
445        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
446        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
447        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
448        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
449        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
450        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
451        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
452        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
453        libchip/serial/serial.h, libchip/serial/z85c30.c,
454        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
455        libchip/serial/z85c30_reg.c: URL for license changed.
456
4572003-09-03      Jiri Gaisler <jiri@gaisler.com>
458
459        PR 477/networking
460        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
461        * libchip/network/README.open_eth, libchip/network/open_eth.c,
462        libchip/network/open_eth.h: New files.
[e96d248]463
[ac3786b]4642003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * aclocal/rtems-top.m4: Add RTEMS_API.
467        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
468
[8b615cd]4692003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
472        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
473        @RTEMS_BSP@.cfg.
474
[1d331547]4752003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
478
4792003-08-20      Joel Sherrill <joel@OARcorp.com>
480
481        * libchip/network/cs8900.c: Correct copyright statements.
482
[161f2651]4832003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * aclocal/check-itron.m4: Remove.
486        * aclocal/enable-inlines.m4: Remove.
[fe8bc62f]487        * Makefile.am: Reflect having moved aclocal/.
[867ab080]488        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
489        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
490        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
491        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
492        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
493        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
494        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
495        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
496        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
497        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
498        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
499        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
500        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
501        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
502        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
503        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
504        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
505        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
506        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
507        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
508        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
509        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
510        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
511        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
512        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
513        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
514        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
515        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
516        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
517        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
518        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
519        * aclocal/multilib.m4: New (Copied from ../../aclocal).
520        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
521        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
522        * aclocal/ppc.m4: New (Copied from ../../aclocal).
523        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
524        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
525        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
526        * aclocal/project-root.m4: New (Copied from ../../aclocal).
527        * aclocal/quoting.m4: New (Copied from ../../aclocal).
528        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
529        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
530        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
531        * aclocal/target.m4: New (Copied from ../../aclocal).
532        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
533        * aclocal/version.m4: New (Copied from ../../aclocal).
534
[3a99e6f]5352003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * configure.ac: Remove stray comments.
538        * automake/local.am, automake/host.am: Remove "debug".
539
[514e77b7]5402003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
[c483a4e]542        * Makefile.am: Reflect having moved automake/.
543        * lib/Makefile.am: Reflect having moved automake/.
544        * support/Makefile.am: Reflect having moved automake/.
545        * wrapup/Makefile.am: Reflect having moved automake/.
[5a80f36b]546        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
547        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
548        from ../../automake).
[d499683]549        * optman/Makefile.am: Reflect having moved automake/.
[1d331547]550        * libchip/Makefile.am: Reflect having moved automake/.
551        * libchip/ide/Makefile.am: Reflect having moved automake/.
552        * libchip/network/Makefile.am: Reflect having moved automake/.
553        * libchip/rtc/Makefile.am: Reflect having moved automake/.
554        * libchip/serial/Makefile.am: Reflect having moved automake/.
[8b615cd]555        * librdbg/Makefile.am: Reflect having moved automake/.
556        * librdbg/include/Makefile.am: Reflect having moved automake/.
557        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
558        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
559        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
560        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
561        automake/.
562        * librdbg/src/Makefile.am: Reflect having moved automake/.
563        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
564        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
565        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
566        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
567        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
568        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
569        having moved automake/.
[93a735b]570        * libnetworking/Makefile.am: Reflect having moved automake/.
571        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
572        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
573        automake/.
574        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
575        automake/.
576        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
577        automake/.
578        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
[11a26b9]579
[d4b5e876]5802003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
[5a80f36b]582        * Makefile.am: Add bsp.pc.in.
[d4b5e876]583        * bsp.pc.in: New (pkgconfig support).
584
[7dcc3fe]5852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
588
[539e266e]5892003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * lib/Makefile.am: New (Required by 'make dist').
592        * lib/ChangeLog: Remove.
593        * lib/.cvsignore: Cleanup.
594        * configure.ac: Reflect having added lib/Makefile.am.
[5a80f36b]595        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
596        lib/libbsp/configure.ac.
[8b615cd]597        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
598        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
[dd984c0]599
[da499ad]6002003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
[6fcf4571]603        * configure.ac: Merge-in librdbg/configure.ac.
[5a80f36b]604        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
605        librdbg/configure.ac.
[1d331547]606        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
607        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
608        LIBCHIP. Conditionally build include-dirs.
609        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
[8b615cd]610        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
611        * librdbg/Makefile.am, librdbg/include/Makefile.am,
612        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
613        librdbg/include/rdbg/m68k/Makefile.am,
614        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
615        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
616        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
617        librdbg/src/powerpc/Makefile.am, librdbg/
618        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
619        configure.ac into ../configure.ac.
[93a735b]620        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
621        * libnetworking/.cvsignore, libnetworking/Makefile.am,
622        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
623        libnetworking/rtems_telnetd/Makefile.am,
624        libnetworking/rtems_webserver/Makefile.am,
625        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
626        into ../configure.ac.
[8b615cd]627
6282003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        PR 427/rtems
631        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
632        * librdbg/src/servtsp.c: Ditto.
[1d331547]633
6342003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
635
636        PR 429/bsps
637        PR 432/bsps
638        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
639        packets are queued onto an elnk board, the ISR will deadlock the device
640        with a tx complete interrupt.  Lighter tx loads are not affected as they
641        end up submitting single packets to the device.
[4108ae8]642
[babba25a]6432003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
[5a80f36b]645        * configure.ac: Merge-in libchip/configure.ac. Merge-in
646        optman/configure.ac.
[d499683]647        * optman/configure.ac: Remove (Merged into ../configure.ac).
648        * optman/Makefile.am: Reflect having merged configure.ac into
649        ../configure.ac.
[1d331547]650        * libchip/configure.ac: Remove (Merged into ../configure.ac).
651        * libchip/Makefile.am, libchip/ide/Makefile.am,
652        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
653        libchip/serial/Makefile.am: Reflect having merged configure.ac into
654        ../configure.ac.
[babba25a]655
[c1a72962]6562003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
[5a80f36b]658        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
[c1a72962]659
[1d331547]6602003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
661
662        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
663        on i386.
664
[93a735b]6652003-06-13      Joel Sherrill <joel@OARcorp.com>
666
667        * libnetworking/pppd/chat.c: Removed warnings.
668
[1d331547]6692003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
670
671        * libchip/network/README.3com: New file missed in previous commit.
672        PR 405/bsps
673        PR 393/networking
674        * libchip/network/dec21140.c: Fix leak also known as PR393.
675        * libchip/network/elnk.c, libchip/network/if_media.h,
676        libchip/network/mii.h: New files.
677        * libchip/network/Makefile.am: Reflect new files.
678
[581c3117]6792003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * configure.ac: Remove support for profile-variant.
682
[93a735b]6832003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685        PR 397/pppd
686        * libnetworking/pppd/fsm.c: Make peer_mru global again.
687        * libnetworking/pppd/magic.c: Remove *rand48.
688        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
689
[8a7f8c23]6902003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * wrapup/Makefile.am: Add libide.a.
693
[1d331547]6942003-04-15      Joel Sherrill <joel@OARcorp.com>
695
696        PR 387/rtems_misc
697        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
698        routines.
699        * libchip/ide/ata_internal.h: Added missing newline and end of file.
700
[93a735b]7012003-04-11      Joel Sherrill <joel@OARcorp.com>
702
703        * libnetworking/rtems_webserver/cgi.c,
704        libnetworking/rtems_webserver/sockGen.c,
705        libnetworking/rtems_webserver/umui.c,
706        libnetworking/rtems_webserver/websSSL.c,
707        libnetworking/rtems_webserver/websSSL.h,
708        libnetworking/rtems_webserver/websda.c,
709        libnetworking/rtems_webserver/websda.h: New files. Not included in
710        previous commit.
711
7122003-04-10      Joel Sherrill <joel@OARcorp.com>
713
714        PR 371/pppd
715        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
716        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
717        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
718        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
719        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
720        still global symbols in rtemspppd.h which might need to be changed or
721        converted into member of a structure which is dereferenced with a
722        pointer that is managed as a per task variable. But this patch should
723        avoid many conflicts.
724
[1d331547]7252003-03-27      Joel Sherrill <joel@OARcorp.com>
726
727        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
728        not allowed in the cpukit source code since it must be buildable
729        independent of any BSP. These files were moved to libchip/ide.
730        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
731        files.
732
7332003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
734
735        PR 368/filesystems
736        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
737        improvements which now work on pc386 and mbx8xx.
738        * libchip/ide/ide_controller.c: New file.
739
[93a735b]7402003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
743
[db3e91f2]7442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * configure.ac: Remove AC_CONFIG_AUX_DIR.
747        * configure.ac: Add support/.
748        * support/.cvsignore: New.
749        * support/Makefile.am: New.
750        * support/version.c: New.
751        * wrapup/Makefile.am: Add support/libsupport.a.
[d499683]752        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
[1d331547]753        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
[8b615cd]754        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
[93a735b]755        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
[db3e91f2]756
7572003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
758
759        * wrapup/Makefile.am: Use SRC += instead of make-vars.
760
[1d331547]7612003-02-20      Till Straumann <strauman@slac.stanford.edu>
762
763        PR 354/networking
764        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
765        chip against a table of supported chips. The untested ones are still
766        commented out, however.
767
[ccd81b60]7682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
[9b5c258]771        * configure.ac: AC_PREREQ(2.57).
[d499683]772        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
773        * optman/configure.ac: AC_PREREQ(2.57).
[1d331547]774        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
775        * libchip/configure.ac: AC_PREREQ(2.57).
[8b615cd]776        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
777        * librdbg/configure.ac: AC_PREREQ(2.57).
[93a735b]778        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
779        * libnetworking/configure.ac: AC_PREREQ(2.57).
780
7812003-02-06      Joel Sherrill <joel@OARcorp.com>
782
783        * libnetworking/pppd/chat.c: Convert routines with common names to
784        static. This included get_char(), put_char(), and character() among
785        others.
[d499683]786
7872003-02-03      Joel Sherrill <joel@OARcorp.com>
788
789        PR 338/filesystem
790        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
791        rtems_io_lookup_name() (API change).  Unused function removed.
[9b5c258]792
[17aa98d]7932003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
[93a735b]796        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
797        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
798        Eliminate *_O_FILES.
799        * libnetworking/rtems_servers/Makefile.am,
800        libnetworking/rtems_webserver/Makefile.am,
801        libnetworking/rtems_telnetd/Makefile.am: Ditto.
[17aa98d]802
[131814f]8032002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
804
805        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
806        Let all-local: depend on $(LIB).
[93a735b]807        * wrapup/Makefile.am, configure.ac: Remove libmisc.
[d499683]808        * optman/Makefile.am: Apply install-data-local to install *.rels.
809
8102002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
811
812        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
813        %.c rules.
814        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
[1d331547]815        * libchip/network/Makefile.am: Eliminate C_O_FILES.
816        * libchip/rtc/Makefile.am: Ditto.
817        * libchip/serial/Makefile.am: Ditto.
818
8192002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
822        LIBC_DEFINES.
823        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
824        LIBC_DEFINES.
825        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
826        LIBC_DEFINES.
[d499683]827
8282002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
829
830        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
[9346df0]831
[d4181d5]8322002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
[5a80f36b]834        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
835        cache-checking.
[d499683]836        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
[d4181d5]837
[028792e8]8382002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
839
840        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
[5a80f36b]841        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
842        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
[d499683]843        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
[8b615cd]844        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
[d499683]845
8462002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
847
848        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
[93a735b]849        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
850        Remove.
[d499683]851        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
[382e1eb3]852
[6184265d]8532002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
854
855        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
856        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
857
[1d331547]8582002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
859
860        * libchip/network/cs8900.c: I don't know why we have to SelfST register
861        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
862
[d499683]8632002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
864
[93a735b]865        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
[d499683]866        * optman/rel.am: New.
867
[54508fd]8682002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
869
870        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
[5a80f36b]871        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
872        braino in comment on "exec". Extend --enable-ada handling.
[54508fd]873
[8b615cd]8742002-11-04      Joel Sherrill <joel@OARcorp.com>
875
876        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
877        tasks and rolling multiple loops into 1.
878        * librdbg/src/m68k/rdbg_f.c: Removed warning.
[93a735b]879        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
880        Removed warnings.
[8b615cd]881
[1d331547]8822002-10-31      Joel Sherrill <joel@OARcorp.com>
883
884        * libchip/network/dec21140.c: Removed warnings.
[8b615cd]885        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
886        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
887        librdbg/src/m68k/any/remdeb_xdr.c,
888        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
889        warnings.
[93a735b]890        * libnetworking/rtems_webserver/socket.c,
891        libnetworking/rtems_webserver/uemf.h: Removed warnings.
[1d331547]892
8932002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
894
895        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
896        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
897        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
898        above.
899
[c22d613]9002002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
901
[5a80f36b]902        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
[c22d613]903        * wrapup/.cvsignore: Remove autom4te.cache.
[d499683]904        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
[1d331547]905        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
906        autom4te.cache.
[8b615cd]907        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
908        autom4te.cache.
[93a735b]909        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
910        autom4te.cache.
[c22d613]911
[154c99c]9122002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
913
914        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
915
[d499683]9162002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
917
918        * optman/.cvsignore: Add autom4te.cache.
919
[1d331547]9202002-09-14      Joel Sherrill <joel@OARcorp.com>
921
922        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
923
[93a735b]9242002-09-07      Joel Sherrill <joel@OARcorp.com>
925
926        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
927        include files to resolve warnings.
928
[1d331547]9292002-09-07      Chris Johns <ccj@acm.org>
930
931        * libchip/network/Makefile.am, libchip/network/README.cs8900,
932        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
933        which corrects the problem  where the cs8900.c file was actually the BSP
934        glue.  Joel did some hacking so this file will compile.  Previously it
935        required providing a target.h file to compile.
936        * libchip/network/cs8900.c.bsp: New file.
937
[93a735b]9382002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
939
940        * libnetworking/rtems_webserver/md5.h: Add missing newline.
941
9422002-08-31      Joel Sherrill <joel@OARcorp.com>
943
944        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
945        eliminate warning.
946
[a456af96]9472002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
948
949        * configure.ac: Add ada-tests.
950
[1846a62]9512002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
952
953        * Makefile.am: Add preinstall-stamp.
954
[93a735b]9552002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
956
957        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
958        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
959        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
960        gcc31 happy.
961        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
962        cp.
963
[67bfd9a6]9642002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
965
[5a80f36b]966        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
967        make/bsp.mak.
[67bfd9a6]968        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
969        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
970
[93a735b]9712002-08-12      Joel Sherrill <joel@OARcorp.com>
972
973        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
974        avoid error.
975
[55ac4e1]9762002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
977
978        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
[85a8933]979        * configure.ac: Add BSP_SUBDIRS.
980        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
[d499683]981        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
982        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
[1d331547]983        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
984        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
985        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
[8b615cd]986        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
987        RTEMS_CHECK_BSP_CACHE.
988        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
989        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
990        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
991        .$(OBJEXT) instead of .o.
[93a735b]992        * libnetworking/pppd/Makefile.am,
993        libnetworking/rtems_servers/Makefile.am,
994        libnetworking/rtems_telnetd/Makefile.am,
995        libnetworking/rtems_webserver/Makefile.am,
996        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
[85a8933]997
[4db904ec]9982002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
999
[5a80f36b]1000        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
[2b61cd06]1001        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
[5a80f36b]1002        ../libchip/serial/$(ARCH)/libserialio.a.
[1d331547]1003        * libchip/serial/Makefile.am: Don't tmp-install lib.
1004        * libchip/rtc/Makefile.am: Don't tmp-install lib.
[2b61cd06]1005
[97bfd09]10062002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1007
1008        * Makefile.am: Add rtems_makedir.
[5a80f36b]1009        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
[94f4a9ba]1010        * Makefile.am: Add wrapup-SUBDIR.
1011        * wrapup/ChangeLog: Remove.
1012        * wrapup/configure.ac: Remove.
[5a80f36b]1013        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1014        (Make the bare BSP happy).
[f21ccd2]1015        * configure.ac: Ditto.
[5a80f36b]1016        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
[f0d7515]1017        Create make/custom/default.cfg.
[5a80f36b]1018        * configure.ac: Add creation of make/custom/*.cfg. Create
1019        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
[f0d7515]1020
[d6f4c1b6]10212002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1022
1023        * Makefile.am: Clean $(PROJECT_RELEASE).
1024
[93a735b]10252002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1026
1027        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1028        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1029        prototype mismatches.
1030
[d499683]10312002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1032
1033        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1034        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1035
[dbaca2a7]10362002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1037
1038        * acinclude.m4: Add test "$multilib" != "yes".
1039        * config-ml.in: Remove.
[247874ae]1040        * acinclude.m4: Cleanups.
1041        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
[5a80f36b]1042        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
[d499683]1043        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1044        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1045        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
[247874ae]1046
[1d331547]10472002-07-16      Eric Norum <eric.norum@usask.ca>
1048
1049        * New driver for the Intel EtherExpressPro (82559ER) chip.
1050        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1051        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1052        * libchip/network/Makefile.am: Modified to reflect above.
1053
[02ccf4a]10542002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1055
1056        * acinclude.m4: New.
[5a80f36b]1057        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1058        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1059        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
[02ccf4a]1060
[8b615cd]10612002-07-01      Joel Sherrill <joel@OARcorp.com>
1062
1063        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1064        _Objects_Information_table now that it is a two dimensional array based
1065        upon API and class.
[93a735b]1066        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1067        of strnlen().
1068
10692002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1070
1071        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1072        preinstall libnetapps.a.
[8b615cd]1073
[3ebe28f]10742002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1075
1076        * configure.ac: Remove librpc.
1077
[0b2f26d]10782002-06-25      Joel Sherrill <joel@OARcorp.com>
1079
[dee3768b]1080        * Per PR233, moved librpc to exec.
[0b2f26d]1081        * configure.ac, wrapup/Makefile.am: Modified.
1082        * librpc, librpc/ChangeLog: Removed.
1083
[d499683]10842002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1085
1086        * optman/Makefile.am: Remove multilib support.
1087        * optman/configure.ac: Ditto.
1088        * optman/sapi/Makefile.am: Ditto.
1089
[93a735b]10902002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1091
1092        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1093        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1094
10952002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1096
1097        Move networking libraries to c/src/exec/libnetworking
1098        * libnetworking/configure.ac, libnetworking/Makefile.am,
1099        libnetworking/wrapup/Makefile.am: Reflect Moval.
1100
[1b092b7]11012002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1102
[dee3768b]1103        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
[93a735b]1104        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1105        <rtems/bspIo.h>.
1106
11072002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1108
1109        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1110        * libnetworking/rtems/mkrootfs.h: Ditto.
1111        * libnetworking/rtems/Makefile.am: Reflect changes above.
[1b092b7]1112
[166475a]11132002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1114
1115        * configure.ac: Remove lib.
1116
[8b615cd]11172002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1118
1119        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1120        that exception stack frames on M68K members with VBR always are 6 byte
1121        long. The incorrect assumption resulted in some gdb commands like "next"
1122        to fail on the 68360.
1123
[d9af8a8e]11242002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1125
1126        * config-ml.in: Take out arm and sh variants RTEMS does not support.
[8b615cd]1127        PR 220
1128        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1129        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1130        CVS.
[93a735b]1131        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1132        libnetworking/sys/filio.h: Remove.
1133        * libnetworking/sys/Makefile.am: Reflect changes above.
[d9af8a8e]1134
[1d331547]11352002-05-07      Chris Johns <ccj@acm.org>
1136
1137        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1138        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1139        requires it to be stripped.
1140
[93a735b]11412002-05-01      Eric Norum <eric.norum@usask.ca>
1142
1143        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1144        assembly  to satisfy gcc 3.1 and newer.
1145
11462002-04-26      Eric Norum <eric.norum@usask.ca>
1147
1148        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1149        agressive optimization in gcc 3.1 does not reorder things.
1150
[1d331547]11512002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1152
1153        * libchip/network/dec21140.c: Reflect changes to powerpc's
1154        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
[8b615cd]1155        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1156        <rtems/score/cpu.h>.
1157        * librdbg/src/powerpc/rdbg_f.c: Ditto.
[93a735b]1158        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
[1d331547]1159
[d499683]11602002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1161
1162        * optman/configure.ac: Remove ENABLE_GCC28.
1163
[1d331547]11642002-04-11      Chris Johns <ccj@acm.org>
1165
1166        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1167        driver control block field to the ifconfig network driver structure.
1168        This field is needed by the i82586 driver which was ported from NetBSD
1169        as it had better hardware abstraction.
[93a735b]1170        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1171        PR59, added the drv_ctrl driver control block field to the ifconfig
1172        network driver structure. This field is needed by the i82586 driver
1173        which was ported from NetBSD as it had better hardware abstraction.
1174
11752002-04-10      Mike Siers <mikes@poliac.com>
1176
1177        * libnetworking/rtems_webserver/NOTES,
1178        libnetworking/rtems_webserver/asp.c,
1179        libnetworking/rtems_webserver/balloc.c,
1180        libnetworking/rtems_webserver/default.c,
1181        libnetworking/rtems_webserver/ej.h,
1182        libnetworking/rtems_webserver/ejIntrn.h,
1183        libnetworking/rtems_webserver/ejlex.c,
1184        libnetworking/rtems_webserver/ejparse.c,
1185        libnetworking/rtems_webserver/emfdb.c,
1186        libnetworking/rtems_webserver/emfdb.h,
1187        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1188        libnetworking/rtems_webserver/handler.c,
1189        libnetworking/rtems_webserver/license.txt,
1190        libnetworking/rtems_webserver/md5.h,
1191        libnetworking/rtems_webserver/md5c.c,
1192        libnetworking/rtems_webserver/mime.c,
1193        libnetworking/rtems_webserver/misc.c,
1194        libnetworking/rtems_webserver/ringq.c,
1195        libnetworking/rtems_webserver/rom.c,
1196        libnetworking/rtems_webserver/security.c,
1197        libnetworking/rtems_webserver/sock.c,
1198        libnetworking/rtems_webserver/sym.c,
1199        libnetworking/rtems_webserver/uemf.c,
1200        libnetworking/rtems_webserver/uemf.h,
1201        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1202        libnetworking/rtems_webserver/url.c,
1203        libnetworking/rtems_webserver/value.c,
1204        libnetworking/rtems_webserver/wbase64.c,
1205        libnetworking/rtems_webserver/webcomp.c,
1206        libnetworking/rtems_webserver/webpage.c,
1207        libnetworking/rtems_webserver/webrom.c,
1208        libnetworking/rtems_webserver/webs.c,
1209        libnetworking/rtems_webserver/webs.h,
1210        libnetworking/rtems_webserver/websuemf.c,
1211        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1212        2.1.4.
[1d331547]1213
12142002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1215
1216        * libchip/network/i82586.c: Include <string.h>.
1217        * libchip/network/sonic.c: Ditto.
1218
12192002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1220
1221        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1222
[93a735b]12232002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1224
1225        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1226
12272002-03-27      Thomas.Doerfler@imd-systems.de
1228
1229        PR 144
1230        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1231        memory address 0 when called for the first time. This is done when
1232        trying to clear the variable "dhcp_hostname".
1233
[7273b6e]12342002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1235
[5a80f36b]1236        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
[7273b6e]1237        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1238        * Makefile.am: Remove AUTOMAKE_OPTIONS.
[d499683]1239        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1240        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1241        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1242        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1243        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
[1d331547]1244        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1245        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1246        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1247        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1248        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1249        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
[8b615cd]1250        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1251        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1252        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1253        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1254        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1255        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1256        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1257        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1258        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1259        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1260        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1261        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1262        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1263        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1264        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1265        AUTOMAKE_OPTIONS.
[93a735b]1266        * libnetworking/configure.ac:
1267        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1268        foreign 1.6]).
1269        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1270        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1271        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1272        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1273        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1274        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1275        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1276        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1277        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1278        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1279        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1280        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1281        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1282        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1283        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1284        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1285        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1286
12872002-03-27      Ilya Alexeev <ilya@continuum.ru>
1288
1289        PR 162
1290        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1291        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1292        used in a device write routines.  Now ppp_softc structure have own
1293        character for writing to device (sc_outchar).  I think that converting
1294        local variables to static is not a right solution, because problems will
1295        occur in the case of two or more ppp instances.
1296        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1297        must be u_long, otherwise in the case of the big output packet endless
1298        loop may occur.
1299
13002002-03-21      Ilya Alexeev <ilya@continuum.ru>
1301
1302        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1303        preparations for multiple PPPD connections.
[8b615cd]1304
13052002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1306
1307        PR 149
1308        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1309        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1310        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1311        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
[7273b6e]1312
[1d42dcbc]13132002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1314
1315        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1316        * configure.ac: Modified to reflect addition.
1317
[93a735b]13182002-02-27      Ilya Alexeev <ilya@continuum.ru>
1319
1320        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1321        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1322        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1323        capabilities as well as eliminate some warnings.
1324
13252002-02-27      Eric Norum <eric.norum@usask.ca>
1326
1327        * libnetworking/net/radix.c: Properly handle fetching the default route
1328        when there is no route.  This was a bug in the original FreeBSD code and
1329        this fix is from an updated version of their code.
1330
13312002-02-16      Eric Norum <eric.norum@usask.ca>
1332
1333        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1334        checking.
1335
13362002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1337
1338        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1339        dodefaultroute.
1340
13412002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1342
1343        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1344        include <rtems/seterr.h>.
1345
13462002-02-01      Mike Siers <mikes@poliac.com>
1347
1348        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1349        avoid bringing the link down too fast. NOTE: Mike reports successfully
1350        running at 56K baud on a direct link.
1351
[8b615cd]13522002-02-01      Eric Valette <valette@crf.canon.fr>
1353
1354        * librdbg/So many patches have been posted recently on the mailing list
1355        and  because we were unable to find correct solution to compile on
1356        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1357        because the coding  style of rdbg was rather inconsistant among various
1358        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1359        global coding style (using indent + manual edits), 2) incorporate/review
1360        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1361        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1362        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1363        after rdbg initialization is done, NB : the paches is huge but it is
1364        mainly due to coding styke chnages.  Only few lines of codes have been
1365        really changed and they do not impact  rdbg functionnality (AFAIKT).
1366        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1367        librdbg/include/rdbg/m68k/rdbg_f.h,
1368        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1369        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1370        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1371        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1372        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1373        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1374        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1375        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1376        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1377        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1378        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1379        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1380        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1381        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1382        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1383        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1384
[93a735b]13852002-01-31      Mike Siers <mikes@poliac.com>
1386
1387        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1388        * Nice Update of PPPD support which eliminates the requiremetn that
1389        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1390        and reports that it seems to be more stable and handle larger packets
1391        better.  This patch replaces the termios tasks with more general pppd
1392        network driver tasks.  The functions pppinput() and pppstart() get
1393        called from the interrupt service routine.
1394        * libnetworking/Makefile.am, libnetworking/configure.ac,
1395        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1396        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1397        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1398        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1399        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1400        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1401        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1402        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1403        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1404        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1405        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1406        libnetworking/net/route.c, libnetworking/net/route.h,
1407        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1408        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1409        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1410        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1411        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1412        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1413        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1414        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1415        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1416        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1417        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1418        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1419        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1420        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1421        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1422        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1423        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1424        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1425        libnetworking/pppd/example/README,
1426        libnetworking/pppd/example/netconfig.h,
1427        libnetworking/wrapup/Makefile.am: Modified.
1428        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1429        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1430        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1431        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1432        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1433        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1434        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1435        libnetworking/modem/pppcompress.c: Subdirectory removed.
1436
14372002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1438
1439        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1440        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1441
[8b615cd]14422002-01-18      Till Straumann <strauman@slac.stanford.edu>
1443
1444        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1445        issues: - exception handler needs to enable MSR_FP if the interrupted
1446        thread is FP enabled. - printk message for MSR fixed and added
1447        stacktrace. NOTE: this requires the stacktrace patch to
1448        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1449        however).
1450
[d499683]14512002-01-06      Joel Sherrill <joel@OARcorp.com>
1452
1453        * optman/.cvsignore: Added aclocal.m4 and configure.
1454        * optman/.cvsignore: New file.
1455
[1d331547]14562002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1457
1458        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1459
[e4dbf55]14602002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1461
[5a80f36b]1462        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
[d499683]1463        * optman/ChangeLog: New.
1464        * optman/configure.ac: New.
1465        * optman/Makefile.am: New.
1466        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1467        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
[e4dbf55]1468
[efcb89c]14692001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1470
1471        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1472
[93a735b]14732001-12-18      Eric Norum <eric.norum@usask.ca>
1474
1475        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1476        `directories' (path names with a / at the end) while disallowing open()
1477        operations on TFTP `directories'.
1478
14792001-12-07      Eric Norum <eric.norum@usask.ca>
1480
1481        * libnetworking/lib/tftpDriver.c: Restore write capability.
1482
[1d331547]14832001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1484
1485        * libchip/network/sonic.h: Fix typo.
[93a735b]1486        * libnetworking/arpa/Makefile.am: Remove stray lines.
[1d331547]1487
[8b615cd]14882001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1489
1490        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1491
[93a735b]14922001-10-18      Eric Norum <eric.norum@usask.ca>
1493
1494        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1495        chdir() and open() operations within the TFTP file system.
1496
[8b615cd]14972001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1498
1499        * librdbg/configure.ac: Fix latent bug exposed by removal of
1500        config.cache's which prevented powerpc targets librdbg from building.
1501
[8dc51855]15022001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1503
1504        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1505        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1506        autoconf-2.52 happy.
1507
[93a735b]15082001-10-12      Mike Siers <mikes@poliac.com>
1509
1510        * libnetworking/Update to stable working state.  Congratulations Mike!
1511        :).
1512        * libnetworking/modem_example: Directory removed.
1513        * libnetworking/modem_example/16550.h,
1514        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
1515        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
1516        libnetworking/modem_example/ppp.h,
1517        libnetworking/modem_example/pppcompress.c: Files removed.
1518        * libnetworking/pppd/example/pppd.options: New file.
1519        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
1520        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1521        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1522        libnetworking/pppd/rtemsmain.c: Updated.
1523
[1d331547]15242001-10-12      Joel Sherrill <joel@OARcorp.com>
1525
1526        * libchip/serial/z85c30.c: Fixed typo.
1527
[df25c998]15282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1529
1530        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1531        * configure.in: Remove.
1532        * configure.ac: New file, generated from configure.in by autoupdate.
[1d331547]1533        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1534        * libchip/configure.in: Remove.
1535        * libchip/configure.ac: New file, generated from configure.in by
1536        autoupdate.
[8b615cd]1537        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1538        * librdbg/configure.in: Remove.
1539        * librdbg/configure.ac: New file, generated from configure.in by
1540        autoupdate.
[93a735b]1541        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1542        * libnetworking/configure.in: Remove.
1543        * libnetworking/configure.ac: New file, generated from configure.in by
1544        autoupdate.
[1d331547]1545
15462001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1547
1548        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
1549        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
1550        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
1551
15522001-09-27      Joel Sherrill <joel@OARcorp.com>
1553
1554        * libchip/ChangeLog: Fixed typo in date.
1555
[93a735b]15562001-09-27      Eric Norum <eric.norum@usask.ca>
1557
1558        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
1559        TFTP  filesystem.
1560
[8b615cd]15612001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1562
1563        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
1564        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
1565        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
1566        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
1567        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1568        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1569        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1570        'PREINSTALL_FILES ='.
[93a735b]1571        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
1572        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
1573        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
1574        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
1575        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
1576        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
1577        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
1578        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
1579        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
1580        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
1581        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
1582        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
[8b615cd]1583
15842001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1585
1586        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
1587        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
1588        * librdbg/src/m68k/any/Makefile.am: Ditto.
1589        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
[93a735b]1590        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
1591        happy.
[8b615cd]1592
[1d331547]15932001-09-21      Joel Sherrill <joel@OARcorp.com>
1594
1595        * libchip/network/Makefile.am: Fixed typo on file name.
1596        * libchip/network/i82586.c: Commented out line 318 which is referencing
1597        a member of a structure that is not currently there.  This needs to be
1598        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
1599        to C style.
1600
[93a735b]16012001-09-19      Eric Norum <eric.norum@usask.ca>
1602
1603        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
1604
[1d331547]16052001-09-19      Chris Johns <ccj@acm.org>
1606
1607        * libchip/network/README.i82586, libchip/network/i82586.c,
1608        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
1609        Network driver for Intel i82586.
[93a735b]1610        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
1611        rtems/rtems_bsdnet_internal.h Added support for populating the initial
1612        "root" filesystem with information obtained via the DHCP response.
[1d331547]1613
[8b615cd]16142001-09-14      Eric Norum <eric.norum@usask.ca>
1615
1616        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
1617        make gcc 3.x happy.
1618
[93a735b]16192001-08-16      Mike Siers <mikes@poliac.com>
1620
1621        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
1622        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
1623        These support callback functionality that has not even been compiled
1624        under RTEMS yet.
1625        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
1626        example application.  Mike's notes on the modifications: - renamed
1627        error() function because of namespace problems - removed calls to the
1628        exit() funciton - removed extra files from the pppd source directory -
1629        defined pppd task constant values in rtemspppd.h - modifyied example
1630        code to get actual tick per second value - placed the pppd 2.3.11 man
1631        page file (pppd.8) into the pppd directory.
1632        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1633        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
1634        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1635        libnetworking/pppd/rtems-ppp.c: Deleted.
1636        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
1637        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1638        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
1639        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
1640        libnetworking/pppd/example/init.c,
1641        libnetworking/pppd/example/netconfig.h,
1642        libnetworking/pppd/example/ppp.conf,
1643        libnetworking/pppd/example/pppdapp.c,
1644        libnetworking/pppd/example/system.h: New files.
1645        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
1646        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
1647        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
1648        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1649        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1650        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1651        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1652        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1653        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1654        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1655        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1656        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1657        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1658        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
1659        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
1660
16612001-08-16      Joel Sherrill <joel@OARcorp.com>
1662
1663        * libnetworking/pppd/example/Makefile: Removed.
1664        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
1665        to avoid bootstrap -c clobbering it.
1666        * libnetworking/rtems_telnetd/.cvsignore: New file.
1667
16682001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1669
1670        * libnetworking/Makefile.am, libnetworking/configure.in,
1671        libnetworking/rtems_servers/Makefile.am,
1672        libnetworking/rtems_servers/telnetd.c,
1673        libnetworking/rtems_servers/telnetd.h,
1674        libnetworking/rtems_telnetd/Makefile.am,
1675        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1676        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1677        libnetworking/rtems_telnetd/telnetd.c,
1678        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
1679        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
1680        effect when ftpd change. - the tcp/ip stats have been implemented into
1681        icmds.c and started when telnetd daemon is started.
1682        * libnetworking/rtems_servers/telnetd.c,
1683        libnetworking/rtems_servers/telnetd.h: Removed.
1684        * libnetworking/rtems_telnetd: New directory.
1685        * libnetworking/rtems_telnetd/Makefile.am,
1686        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1687        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1688        libnetworking/rtems_telnetd/telnetd.c,
1689        libnetworking/rtems_telnetd/telnetd.h: New files.
1690
16912001-06-14      Joel Sherrill <joel@OARcorp.com>
1692
1693        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
1694        Moved from libmisc/shell so the network stack to address network
1695        depenendency.
1696        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
1697
16982001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1699
1700        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
1701
[8b615cd]17022001-05-15      Joel Sherrill <joel@OARcorp.com>
1703
1704        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1705        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
1706        accidentally deleted the incorrectly empty versions.
1707
[1d331547]17082001-05-14      Till Straumann <strauman@slac.stanford.edu>
1709
1710        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
1711        libchip/pci/Makefile.am: Per PR215 address the following issues: -
1712        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
1713        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
1714        to know the values) - the affected BSP (shared/motorola) headers have
1715        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
1716        driver (libchip/network/dec21140.c) has been fixed to use
1717        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
1718        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
1719        who is using this driver. - the DEC driver also has been fixed to use
1720        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
1721        delay_in_bus_cycles().
1722
[93a735b]17232001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1724
1725        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
1726
[1d331547]17272001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1728
1729        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
1730
[93a735b]17312001-04-24      Eric Norum <eric.norum@usask.ca>
1732
1733        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
1734        NTP synchronization a little more robust -- no NTP daemon yet, but at
1735        least it trys a little harder when the primary NTP server is down.
1736
17372001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
1738
1739        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
1740        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1741        libnetworking/pppd/modem_example/modem.c,
1742        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
1743        other strings into English.
1744        * libnetworking/pppd/STATUS: updated to reflect the changes.
1745
17462001-04-20      Jake Janovetz <janovetz@uiuc.edu>
1747
1748        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
1749        again.
1750
[8b615cd]17512001-04-20      Eric Valette <valette@crf.canon.fr>
1752
1753        * mcp750 directory renamed new_exception processing as it supports many
1754        more CPU models.
1755        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
1756        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1757        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
1758        formerly in mcp750 plus modifications.
1759        * librdbg/src/powerpc/mcp750/.cvsignore,
1760        librdbg/src/powerpc/mcp750/Makefile.am,
1761        librdbg/src/powerpc/mcp750/remdeb.h,
1762        librdbg/src/powerpc/mcp750/remdeb_f.x,
1763        librdbg/src/powerpc/mcp750/remdeb_svc.c,
1764        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
1765        new_exception_processing.
1766        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
1767        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1768        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
1769        part of this effort to add support for the MPC8xx.
1770
17712001-04-19      Joel Sherrill <joel@OARcorp.com>
1772
1773        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
1774        internal include files.
1775
[93a735b]17762001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
1777
1778        PR 158
1779        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
1780        rcmd() library call by commenting out the parts that deal with signals.
1781        This enables RTEMS to 'rsh' command to a server connecting fd to remote
1782        stdio. The 'server-side' parts of this file which deal with
1783        authentication are disabled since they are not needed.
1784
17852001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
1786
1787        * libnetworking/include/.cvsignore: Remove dangling file.
1788
[1d331547]17892001-03-14      Joel Sherrill <joel@OARcorp.com>
1790
1791        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
1792        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
1793        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
1794        libchip style serial drivers can be written in libcpu or libbsp.
1795
17962001-03-01      Joel Sherrill <joel@OARcorp.com>
1797
1798        * libchip/network/cs8900.c, libchip/network/cs8900.h,
1799        libchip/network/sonic.c, libchip/network/sonic.h,
1800        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1801        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1802        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1803        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
1804        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1805        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1806        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1807        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
1808
[8b615cd]18092001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1810
1811        * librdbg/include/rdbg/Makefile.am,
1812        librdbg/include/rdbg/i386/Makefile.am,
1813        librdbg/include/rdbg/m68k/Makefile.am,
1814        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
1815        style on include files.
1816
[1d331547]18172001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1818
1819        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1820        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
1821        replace ${..} with $(..).
[93a735b]1822        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
1823        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
1824        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
1825        libnetworking/rtems/Makefile.am, libnetworking/
1826        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
1827        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
1828        include_*HEADERS instead of H_FILES.
1829        * libnetworking/include/Makefile.am: Remove.
1830        * libnetworking/Makefile.am: Add handling of *.h files.
1831        * libnetworking/configure.in: Remove include/Makefile.
[df25c998]1832
[6e6f0f06]18332001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1834
1835        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
1836
[93a735b]18372001-01-31      Sergei Organov <osv@javad.ru>
1838
1839        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
1840        current dir and root dir removed in favor of new libio support for
1841        task-local current and root directories. - Bug in `close_data_socket()'
1842        introduced by previous change fixed. - `command_pasv()' changed to set
1843        timeout on socket we are listening on and code fixed to don't close
1844        socket twice on error. - `serr()' changed to clear `errno'. -
1845        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
1846        changed to clear `errno' before processing session. -
1847        `close_data_socket()' fixed to close both active and passive sockets -
1848        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
1849        empty string  in `exec_command()'.
1850
18512001-01-25      Eric Norum <eric.norum@usask.ca>
1852
1853        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
1854        improves throughput on systems which are dropping packets.   Only the
1855        first timeout is reduced.  This keeps the number of extra packets down
1856        on networks that are very busy and dropping lots of packets.
1857
18582001-01-24      Sergei Organov <osv@javad.ru>
1859
1860        * libnetworking/rtems_servers/ftpd.c,
1861        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
1862        - Timeouts on sockets implemented. 'idle' field added to configuration.
1863        No timeout by default to keep backward compatibility. Note: SITE IDLE
1864        command not implemented yet. - Basic global access control implemented.
1865        'access' field added to configuration. No access limitations by default
1866        to keep backward compatibility. - Anchor data socket for active mode
1867        (using self IP and port 20.) - Fixed default data port support (still
1868        not tested). - Don't allow IP address different from originating host in
1869        PORT command to improve security. - Fixed bug in MDTM command. - Check
1870        for correctness of parsing of argument in command_port(). - Fixed
1871        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
1872        a directory. - Command parsing a little bit improved: command names are
1873        now converted to upper-case to be more compatible with RFC (command
1874        names are not case-sensitive.) - Reformat comments so that they have
1875        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
1876        previous changes - True ASCII mode implemented (doesn't work for hooks
1877        and /dev/null) - Passive mode implemented, PASV command added. - Default
1878        port for data connection could be used (untested, can't find ftp client
1879        that doesn't send PORT command) - SYST reply changed to UNIX, as former
1880        RTEMS isn't registered name. - Reply codes reviewed and fixed.
1881
[8b615cd]18822001-01-18      Joel Sherrill <joel@OARcorp.com>
1883
1884        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
1885        macro using variable arguments.
1886        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
1887        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
1888        since I updated the main RTEMS development machine to RedHat 7.2 and
1889        apparently got a new version of rpcgen.
1890
[93a735b]18912001-01-12      Sergei Organov <osv@javad.ru>
1892
1893        * libnetworking/rtems_servers/ftpd.c,
1894        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
1895        - use pool of pre-created threads to handle sessions instead of
1896        creating/deleting threads on the fly - LIST output is now similar to
1897        what "/bin/ls -al" would output, thus FTP clients such Netscape are
1898        happy with it. - LIST NAME now works (both for files and directories) -
1899        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
1900        clients happy  - keep track of CWD for every session separately -
1901        ability to specify root directory name for FTPD in configuration table.
1902        FTPD will then create illusion for FTP clients that this is actually
1903        root directory. - ignore options sent in commands, thus LIST -al FILE
1904        works and doesn't try to list "-al" directory. - buffers are allocated
1905        on stack instead of heap where possible to eliminate malloc/free calls
1906        (avoid possible heap fragmentation troubles). - drop using of task
1907        notepad to pass parameters - use function arguments instead - use
1908        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
1909        in socket() instead of AF_INET.
1910
19112001-01-02      Joel Sherrill <joel@OARcorp.com>
1912
1913        * libnetworking/CHANGELOG: Removed.
1914        * libnetworking/README: Merged CHANGELOG contents as initial changes.
1915
19162000-12-14      Eric Norum <eric.norum@usask.ca>
1917
1918        * libnetworking/lib/tftpDriver.c: Added write capability.
1919
19202000-12-08      Joel Sherrill <joel@OARcorp.com>
1921
1922        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
1923        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
1924        numerous variable declarations conditional on PPP_COMPRESS and
1925        PPP_FILTER.  Commented out variables that were not used because the code
1926        using them was commented out. Removed totally unused variables.
1927        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
1928        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
1929
19302000-11-30      Joel Sherrill <joel@OARcorp.com>
1931
1932        * libnetworking/modem/ppp_tty.c: Changed to include
1933        <rtems/termiostypes.h> since that is an RTEMS specific header file.
1934        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
1935        * libnetworking/Makefile.am: Modified to reflect above.
1936
19372000-11-27      Joel Sherrill <joel@OARcorp.com>
1938
1939        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
1940
19412000-11-25      Eric Norum <eric.norum@usask.ca>
1942
1943        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
1944        core.
1945
19462000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
1947
1948        * libnetworking/wrapup/Makefile.am: Added modem subdir.
1949        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
1950        subdir.
1951        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
1952        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
1953        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
1954        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
1955        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
1956        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
1957        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
1958        main.c and ppp_tty.c should be scratched. The modem subdir has the real
1959        ppp_tty.c and the real pppd main is in pppmain.c.
1960
[1d331547]19612000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1962
1963        * libchip/network/sonic.c: Added ipalign() routine to align the received
1964        packet so that the ip header is on a 32-bit boundary. Necessary for
1965        cpu's that do not allow unaligned loads and stores and when the 32-bit
1966        DMA mode is used.
1967
[feead226]19682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1969
1970        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
[1d331547]1971        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
1972        ACLOCAL_AMFLAGS.
[8b615cd]1973        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
1974        ACLOCAL_AMFLAGS.
[93a735b]1975        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
1976        ACLOCAL_AMFLAGS.
[1d331547]1977
19782000-11-03      Chris Johns <ccj@acm.org>
1979
1980        * libchip/network/README.cs8900, libchip/network/cs8900.c,
1981        libchip/network/cs8900.h: New files.
[feead226]1982
[a314d3b4]19832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1984
1985        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
[1d331547]1986        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
1987        $(RTEMS_TOPdir)/aclocal.
[8b615cd]1988        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
1989        $(RTEMS_TOPdir)/aclocal.
[93a735b]1990        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
1991        $(RTEMS_TOPdir)/aclocal.
[a314d3b4]1992
[846027b]19932000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1994
1995        * configure.in: Switch to GNU-canonicalization.
1996        * Makefile.am: Reflect changes to configure.in.
1997        * acinclude.m4: Remove.
1998
[93a735b]19992000-10-30      Joel Sherrill <joel@OARcorp.com>
2000
2001        * POSIX include files merged into newlib.  This resulted in some
2002        definitions moving to other files and thus some secondary effects in
2003        RTEMS source code.
2004        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2005        in sync with newlib's <machine/types.h>.
2006        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2007        definition of struct itimerval in <sys/time.h>.
2008
[1c31722]20092000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2010
[5a80f36b]2011        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2012        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
[d16ca93]2013        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2014        * ChangeLog: Fix typos.
2015        * configure.in: add tests to the GNU canonicalized subdirectories.
[1c31722]2016
[a6eabdb6]20172000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2018
[5a80f36b]2019        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2020        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2021        the lib directory before configuring lib/.
[c05edee]2022
[e590416a]20232000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2024
[5a80f36b]2025        * configure.in, Makefile.am: add exec to the GNU canonicalized
2026        subdirectories.
2027        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2028        * configure.in: add libnetworking, librpc and librdb to the GNU
2029        canonicalized subdirectories.
[fa60c5b]2030        * configure.in: add libmisc and libchip to the GNU canonicalized
2031        subdirectories.
[1d331547]2032        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2033        Switch to GNU canonicalization.
[8b615cd]2034        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2035        Switch to GNU canonicalization.
[93a735b]2036        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2037        Switch to GNU canonicalization.
[fa60c5b]2038
[4a2faa7c]20392000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2040
2041        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
[5a80f36b]2042        canonicalization to libfs/. The approach is currently a bit of a hack as
2043        GNU canonicalization does not support the per-BSP build some of the
2044        other directories require.  As more of the tree is converted, this will
2045        become less  of an issue.
[4a2faa7c]2046
[1d331547]20472000-10-20      Joel Sherrill <joel@OARcorp.com>
2048
2049        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2050        parameter.
2051
[8b615cd]20522000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2053
2054        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2055        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2056        * librdbg/configure.in: Add m68k support.
2057        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2058        subdirectory.
2059        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2060        failure.
2061        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2062        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2063        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2064        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2065        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2066        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2067        librdbg/src/m68k/.cvsignore: New files.
[93a735b]2068        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2069        function pointers.
2070        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2071        _after_ pointer has been checked against NULL.
[8b615cd]2072
[10c6e903]20732000-10-18      Joel Sherrill <joel@OARcorp.com>
2074
2075        * wrapup/Makefile.am: Added libfs.
2076
[5a80f36b]20772000-10-18      Chris Johns <ccj@acm.org>
[ee419f3]2078
2079        * libfs created.
2080        * configure.in: Added libfs subdirectory.
[93a735b]2081        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2082
20832000-09-28      Joel Sherrill <joel@OARcorp.com>
2084
2085        * libnetworking/rtems_webserver/Makefile.am,
2086        libnetworking/rtems_webserver/base64.c,
2087        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2088        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2089
20902000-09-22      Joel Sherrill <joel@OARcorp.com>
2091
2092        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2093        libnetworking/rtems/rtems_bsdnet_internal.h,
2094        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2095        have included rtems.h.  It is now including precisely the  least amount
2096        of low level, yet portable .h files to get the basic RTEMS types
2097        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2098        used machine/types.h to include rtems.h.
[ee419f3]2099
[00438014]21002000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2101
[5a80f36b]2102        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
[00438014]2103
[93a735b]21042000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2105
2106        * libnetworking/ChangeLog: Cleanup.
2107
[1d331547]21082000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2109
2110        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2111        * libchip/ChangeLog: Fix formating.
2112
[93a735b]21132000-09-05      Joel Sherrill <joel@OARcorp.com>
2114
2115        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2116        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2117        confusion and to work with the converted flags.
2118
[19530ab5]21192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2120
2121        * wrapup/Makefile.am: Include compile.am.
[1d331547]2122        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2123        libchip/serial/Makefile.am: Include compile.am.
[8b615cd]2124        * librdbg/src/i386/any/Makefile.am,
2125        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
[93a735b]2126        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2127        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2128        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2129        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2130        libnetworking/rtems_servers/Makefile.am,
2131        libnetworking/rtems_webserver/Makefile.am,
2132        libnetworking/wrapup/Makefile.am: Include compile.am.
2133
21342000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2135
2136        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2137        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2138
21392000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2140
2141        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2142
21432000-08-31      Joel Sherrill <joel@OARcorp.com>
2144
2145        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2146        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2147        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2148        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2149        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2150        * libnetworking/wbase64.c: Removed.
2151        * libnetworking/Makefile.am, libnetworking/asp.c,
2152        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2153        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2154        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2155        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2156        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2157        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2158        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2159        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2160        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2161        Modified.
[19530ab5]2162
[00966ba]21632000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2164
[19530ab5]2165        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
[00966ba]2166
[93a735b]21672000-08-30      Joel Sherrill <joel@OARcorp.com>
2168
2169        * libnetworking/rtems_webserver/license.txt: New file.
2170
[e94ad1fe]21712000-08-10      Joel Sherrill <joel@OARcorp.com>
2172
2173        * ChangeLog: New file.
[1d331547]2174        * libchip/ChangeLog: New file.
[8b615cd]2175        * librdbg/ChangeLog: New file.
[93a735b]2176        * libnetworking/ChangeLog: New file.
[5a80f36b]2177
Note: See TracBrowser for help on using the repository browser.