source: rtems/c/src/ChangeLog @ 8ae203e3

4.104.114.84.95
Last change on this file since 8ae203e3 was 8ae203e3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/25/04 at 11:09:19

2004-03-25 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Reflect changes to testsuites's configuration.
  • Property mode set to 100644
File size: 94.3 KB
Line 
12004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Reflect changes to testsuites's configuration.
4
52004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        PR/589 rtems
8        * libchip/network/pci.h: Remove (Moved to cpukit).
9
102004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
13        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
14        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
15        libchip/network/dec21140.c, libchip/network/elnk.c,
16        libchip/network/if_fxp.c, libchip/network/open_eth.c,
17        libchip/network/open_eth.h, libchip/network/sonic.c,
18        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
19        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
20        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
21        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
22        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
23        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
24        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
25        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
26        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
27        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
28        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
29        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
30        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
31        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
32        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
33        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
34        fixed-size types.
35
362004-03-14      Chris Johns  <chrisj@rtems.org>
37
38        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
39        the BSP example code.
40        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
41        support the DIMMPC. This is a pc386 target with IO port support. Minor
42        formating clean up. Add documentation to the header file.
43        * libchip/network/README.cs8900: The CS8900 driver is documented in the
44        cs8900.h header file.
45
462004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
49        Cosmetics.
50
512004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
54        There are no application level Makefiles in here.
55
562004-03-04      Joel Sherrill <joel@OARcorp.com>
57
58        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
59        they can be used in application level makefiles.
60
612004-03-05      Joel Sherrill <joel@OARcorp.com>
62
63        * libnetworking/rtems_webserver/ejparse.c,
64        libnetworking/rtems_webserver/emfdb.c,
65        libnetworking/rtems_webserver/sock.c,
66        libnetworking/rtems_webserver/socket.c,
67        libnetworking/rtems_webserver/sym.c,
68        libnetworking/rtems_webserver/webs.c,
69        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
702004-03-05      Joel Sherrill <joel@OARcorp.com>
71
72        * libchipnetwork/open_eth.c: Remove warnings by conditionally
73        compiling this file only only those CPU families with supported
74        exception models.
75
762004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * acinclude.m4: Fix loosing arguments when configuring cpukit and
79        testsuites (Was exposed with --enable-multilib, only).
80        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
81         Add RTEMS_BSP_CONFIG_SUBDIR.
82        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
83        testsuites's configure.
84        * aclocal/rtems-top.m4: Remove ENDIF hack.
85        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
86
872004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
90        wrapup/Makefile.am: Fix automake problems having been introduced
91        in previous patch.
92
932004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
96        Preinstall dirs.
97        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
98        * aclocal/check-multiprocessing.m4: Cosmetics.
99        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
100        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
101
1022004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
105        librdbg/src/Makefile.am.
106        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
107        * configure.ac: Reflect changes above.
108        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
109        * wrapup/Makefile.am: Reflect changes above.
110        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
111
1122004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
115
1162004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
119
1202004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * wrapup/Makefile.am: Reflect new location of librdbg.a.
123
1242004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
127        librdbg/src/powerpc/Makefile.am: Remove.
128        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
129        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
130        * configure.ac: Reflect changes above.
131
1322004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134
1352004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
138        STRIP.
139
1402004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * librdbg/include/Makefile.am: Merge-in
143        librdbg/include/rdbg/i386/Makefile.am,
144        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
145        librdbg/include/rdbg/powerpc/Makefile.am.
146        * librdbg/include/rdbg/i386/Makefile.am,
147        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
148        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
149        * configure.ac: Reflect changes above.
150
1512004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Use AS_HELP_STRING(ada).
154
1552004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * aclocal/bspopts.m4: Use AS_HELP_STRING.
158        * aclocal/bsp-configure.m4: Require autoconf-2.59.
159        Use AC_CONFIG_HEADERS.
160        * aclocal/check-custom-bsp.m4: Add bspkit-support.
161        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
162
1632004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: include local.am.
166
1672004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * aclocal/version.m4: 4.6.99.0.
170
1712004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Don't include host.am.
174        * automake/compile.am: Further cleanups.
175
1762004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * automake/lib.am: Remove (Unused).
179
1802004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * wrapup/Makefile.am: Don't include lib.am.
183        * automake/compile.am: Use automake compilation rules.
184
1852004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * libnetworking/pppd/Makefile.am,
188        libnetworking/rtems_servers/Makefile.am,
189        libnetworking/rtems_telnetd/Makefile.am,
190        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
191        support/Makefile.am: Don't include lib.am.
192
1932004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * libchip/Makefile.am: Don't include lib.am.
196        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
197        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
198        unnecessary EXTRA_DISTs.
199
2002004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
203        hack.
204
2052004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
208        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
209        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
210        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
211
2122004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
215        Add AM_CONDITIONAL(HAS_MP).
216        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
217        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
218        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
219        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
220        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
221        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
222        (Deprecated by autoconf 2.59).
223
2242004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
227        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
228
2292004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * ChangeLog: Merge-in libnetworking/ChangeLog.
232        * libnetworking/ChangeLog: Remove.
233        * ChangeLog: Merge-in librdbg/ChangeLog.
234        * librdbg/ChangeLog: Remove.
235        * ChangeLog: Merge-in libchip/ChangeLog.
236        * libchip/ChangeLog: Remove.
237        * ChangeLog: Merge-in optman/ChangeLog.
238        * optman/ChangeLog: Remove.
239
2402004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: Reflect changes to cpukit.
243        * wrapup/Makefile.am: Reflect changes to librdbg.
244        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
245        * libchip/Makefile.am: Add PREINSTALL_DIRS.
246        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
247        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
248        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
249        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
250        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
251        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
252        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
253
2542004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * aclocal/rtems-top.m4: Remove check for version.m4.
257        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
258
2592004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
262        * wrapup/Makefile.am: Reflect changes to libchip/*.
263        * support/Makefile.am: Use automake compilation rules.
264        * wrapup/Makefile.am: Reflect changes to support/*.
265        * configure.ac: Remove libnetworking/wrapup/Makefile.
266        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
267        libnetworking/*/lib*.a instead of libnetapps.a.
268        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
269        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
270        * optman/Makefile.am: Use automake compilation rules.
271        * libchip/Makefile.am: Fix typo in previous patch.
272        * libchip/Makefile.am: Use automake compilation rules.
273        * libnetworking/Makefile.am: Remove wrapup.
274        * libnetworking/pppd/Makefile.am: Build libpppd. Use
275        automake-compilation rules.
276        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
277        automake-compilation rules.
278        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
279        automake-compilation rules.
280        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
281        automake-compilation rules.
282        * libnetworking/wrapup/Makefile.am: Remove (Unused).
283
2842004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
287        PRE/TMPINSTALL_FILES to CLEANFILES.
288        * automake/lib.am: Remove TMPINSTALL_FILES.
289        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
290        PRE/TMPINSTALL_FILES to CLEANFILES.
291        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
292        PRE/TMPINSTALL_FILES to CLEANFILES.
293        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
294        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
295        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
296        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
297        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
298        * librdbg/src/i386/Makefile.am: Ditto.
299        * librdbg/src/m68k/Makefile.am: Ditto.
300        * librdbg/src/powerpc/Makefile.am: Ditto.
301        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
302        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
303        * libnetworking/rtems_servers/Makefile.am: Ditto.
304        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
305        * libnetworking/rtems_webserver/Makefile.am: Ditto.
306
3072004-01-07      Joel Sherrill <joel@OARcorp.com>
308
309        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
310        more completely covers the MIPS family.
311
3122003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * wrapup/Makefile.am: Reflect changes to shmdr.
315        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
316
3172003-12-18      Joel Sherrill <joel@OARcorp.com>
318
319        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
320        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
321        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
322        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
323        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
324        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
325        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
326
3272003-12-17      Joel Sherrill <joel@OARcorp.com>
328
329        * aclocal/version.m4: Updated to rtems-20031217-test.
330
3312003-12-17     
332
333        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
334        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
335
3362003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * automake/compile.am: Remove LINK_LIBS (Unused).
339        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
340
3412003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
344        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
345        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
346        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
347        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
348
3492003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
352        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
353        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
354        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
355        * librdbg/src/i386/Makefile.am:
356        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
357        * librdbg/src/m68k/Makefile.am:
358        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
359        * librdbg/src/powerpc/Makefile.am:
360        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
361
3622003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
365        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
366        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
367        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
368        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
369        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
370        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
371        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
372        * optman/Makefile.am: Remove project_libdir.
373        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
374        PRE/TMPINSTALL_FILES.
375        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
376        PRE/TMPINSTALL_FILES.
377        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
378        PRE/TMPINSTALL_FILES.
379        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
380        PRE/TMPINSTALL_FILES.
381        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
382        from PRE/TMPINSTALL_FILES.
383        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
384        PRE/TMPINSTALL_FILES.
385        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
386        PRE/TMPINSTALL_FILES.
387        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
388        PRE/TMPINSTALL_FILES.
389        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
390        PRE/TMPINSTALL_FILES.
391        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
392        PRE/TMPINSTALL_FILES.
393        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
394        PRE/TMPINSTALL_FILES.
395        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
396        from PRE/TMPINSTALL_FILES.
397
3982003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
401        * automake/lib.am: Remove project_libdir.
402        * wrapup/Makefile.am: Reworked.
403
4042003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac: Reflect changes to librdbg.
407        * optman/Makefile.am: Add tmpinstall dirstamp support.
408        * libchip/Makefile.am: Fix variant-tmpinstall support.
409        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
410        * librdbg/src/powerpc/Makefile.am: Merge-in former
411        new_exception_processing/Makefile.am.
412        * librdbg/src/m68k/any/Makefile.am: Remove.
413        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
414        * librdbg/src/i386/any/Makefile.am: Remove.
415        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
416        * librdbg/src/Makefile.am: Cosmetics.
417        * librdbg/include/Makefile.am: Cosmetics.
418        * librdbg/Makefile.am: Cosmetics.
419        * libnetworking/Makefile.am: Cosmetics.
420        * libnetworking/pppd/Makefile.am: Cosmetics.
421        * libnetworking/wrapup/Makefile.am: Cosmetics.
422
4232003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * Makefile.am: Cosmetics.
426        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
427        support.
428
4292003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * automake/compile.am: Remove $(ARCH):-rule.
432
4332003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * configure.ac: Remove lib/libbsp/shared/Makefile,
436        lib/libbsp/shmdr/Makefile.
437
4382003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
441        libchip/serial/Makefile, libchip/rtc/Makefile.
442        * support/Makefile.am: Remove all-local: $(ARCH).
443        * wrapup/Makefile.am: Remove all-local: $(ARCH).
444        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
445        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
446        * optman/Makefile.am: Remove all-local: $(ARCH).
447        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
448        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
449        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
450        compilation dirstamp support.
451        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
452        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
453        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
454        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
455        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
456        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
457        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
458        all-local: $(ARCH).
459        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
460        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
461        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
462        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
463        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
464
4652003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * aclocal/lead-dot.m4: New (from automake-1.7f).
468        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
469        AC_SUBST(dirstamp).
470        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
471        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
472        libchip/serial/Makefile.am: Ditto.
473        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
474        * librdbg/include/Makefile.am: Ditto.
475        * librdbg/include/rdbg/Makefile.am: Ditto.
476        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
477        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
478        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
479        * librdbg/src/Makefile.am: Ditto.
480        * librdbg/src/i386/Makefile.am: Ditto.
481        * librdbg/src/i386/any/Makefile.am: Ditto.
482        * librdbg/src/m68k/Makefile.am: Ditto.
483        * librdbg/src/m68k/any/Makefile.am: Ditto.
484        * librdbg/src/powerpc/Makefile.am: Ditto.
485        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
486        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
487        preinstallation.
488        * libnetworking/pppd/Makefile.am: Ditto.
489        * libnetworking/rtems_servers/Makefile.am: Ditto.
490        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
491        * libnetworking/rtems_webserver/Makefile.am: Ditto.
492        * libnetworking/wrapup/Makefile.am: Ditto.
493
4942003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
497        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
498        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
499        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
500        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
501        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
502        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
503        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
504        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
505        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
506        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
507        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
508        underquoting to silence automake-1.8.
509
5102003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * configure.ac: Reflect having moved tests to ../../testsuites.
513
5142003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
517        * aclocal/canonical-host.m4: Remove.
518        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
519        * configure.ac: Remove RTEMS_CANONICAL_HOST.
520
5212003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * aclocal/check-cpu.m4: Remove.
524        * configure.ac: Merge-in former aclocal/check-cpu.m4.
525        * aclocal/canonical-target-name.m4: Add m4-quotes.
526        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
527        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
528        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
529        * aclocal/check-networking.m4: Add m4-quotes. Require
530        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
531        * aclocal/check-posix.m4: Add m4-quotes. Require
532        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
533        * aclocal/check-rdbg.m4: Add m4-quotes. Require
534        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
535        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
536
5372003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
540        * aclocal/bsp-alias.m4: Remove.
541
5422003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * configure.ac: Make presence of tests/ optional.
545
5462003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * aclocal/path-perl.m4: Remove (Unused).
549
5502003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * automake/force-preinstall.am: Remove.
553
5542003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
555
556        PR 499/rtems_misc
557        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
558        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
559        Configuration (Odd was forced) - Correction of Stop Bit configuration
560        (inversed) - Correction of ISR Handler to call
561        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
562        CTS Hardware flow control Configuration.
563
5642003-09-04      Joel Sherrill <joel@OARcorp.com>
565
566        * lib/libcpu/shared/include/cache.h,
567        lib/libcpu/shared/src/cache_aligned_malloc.c,
568        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
569        license changed.
570        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
571        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
572        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
573        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
574        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
575        for license changed.
576        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
577        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
578        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
579        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
580        libchip/network/cs8900.h, libchip/network/dec21140.c,
581        libchip/network/elnk.c, libchip/network/open_eth.c,
582        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
583        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
584        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
585        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
586        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
587        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
588        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
589        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
590        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
591        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
592        libchip/serial/serial.h, libchip/serial/z85c30.c,
593        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
594        libchip/serial/z85c30_reg.c: URL for license changed.
595
5962003-09-03      Jiri Gaisler <jiri@gaisler.com>
597
598        PR 477/networking
599        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
600        * libchip/network/README.open_eth, libchip/network/open_eth.c,
601        libchip/network/open_eth.h: New files.
602
6032003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * aclocal/rtems-top.m4: Add RTEMS_API.
606        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
607
6082003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
611        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
612        @RTEMS_BSP@.cfg.
613
6142003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
617
6182003-08-20      Joel Sherrill <joel@OARcorp.com>
619
620        * libchip/network/cs8900.c: Correct copyright statements.
621
6222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * aclocal/check-itron.m4: Remove.
625        * aclocal/enable-inlines.m4: Remove.
626        * Makefile.am: Reflect having moved aclocal/.
627        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
628        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
629        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
630        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
631        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
632        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
633        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
634        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
635        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
636        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
637        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
638        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
639        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
640        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
641        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
642        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
643        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
644        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
645        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
646        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
647        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
648        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
649        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
650        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
651        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
652        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
653        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
654        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
655        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
656        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
657        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
658        * aclocal/multilib.m4: New (Copied from ../../aclocal).
659        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
660        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
661        * aclocal/ppc.m4: New (Copied from ../../aclocal).
662        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
663        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
664        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
665        * aclocal/project-root.m4: New (Copied from ../../aclocal).
666        * aclocal/quoting.m4: New (Copied from ../../aclocal).
667        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
668        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
669        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
670        * aclocal/target.m4: New (Copied from ../../aclocal).
671        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
672        * aclocal/version.m4: New (Copied from ../../aclocal).
673
6742003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * configure.ac: Remove stray comments.
677        * automake/local.am, automake/host.am: Remove "debug".
678
6792003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * Makefile.am: Reflect having moved automake/.
682        * lib/Makefile.am: Reflect having moved automake/.
683        * support/Makefile.am: Reflect having moved automake/.
684        * wrapup/Makefile.am: Reflect having moved automake/.
685        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
686        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
687        from ../../automake).
688        * optman/Makefile.am: Reflect having moved automake/.
689        * libchip/Makefile.am: Reflect having moved automake/.
690        * libchip/ide/Makefile.am: Reflect having moved automake/.
691        * libchip/network/Makefile.am: Reflect having moved automake/.
692        * libchip/rtc/Makefile.am: Reflect having moved automake/.
693        * libchip/serial/Makefile.am: Reflect having moved automake/.
694        * librdbg/Makefile.am: Reflect having moved automake/.
695        * librdbg/include/Makefile.am: Reflect having moved automake/.
696        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
697        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
698        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
699        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
700        automake/.
701        * librdbg/src/Makefile.am: Reflect having moved automake/.
702        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
703        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
704        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
705        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
706        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
707        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
708        having moved automake/.
709        * libnetworking/Makefile.am: Reflect having moved automake/.
710        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
711        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
712        automake/.
713        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
714        automake/.
715        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
716        automake/.
717        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
718
7192003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
720
721        * Makefile.am: Add bsp.pc.in.
722        * bsp.pc.in: New (pkgconfig support).
723
7242003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
727
7282003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * lib/Makefile.am: New (Required by 'make dist').
731        * lib/ChangeLog: Remove.
732        * lib/.cvsignore: Cleanup.
733        * configure.ac: Reflect having added lib/Makefile.am.
734        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
735        lib/libbsp/configure.ac.
736        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
737        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
738
7392003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
740
741        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
742        * configure.ac: Merge-in librdbg/configure.ac.
743        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
744        librdbg/configure.ac.
745        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
746        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
747        LIBCHIP. Conditionally build include-dirs.
748        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
749        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
750        * librdbg/Makefile.am, librdbg/include/Makefile.am,
751        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
752        librdbg/include/rdbg/m68k/Makefile.am,
753        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
754        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
755        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
756        librdbg/src/powerpc/Makefile.am, librdbg/
757        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
758        configure.ac into ../configure.ac.
759        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
760        * libnetworking/.cvsignore, libnetworking/Makefile.am,
761        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
762        libnetworking/rtems_telnetd/Makefile.am,
763        libnetworking/rtems_webserver/Makefile.am,
764        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
765        into ../configure.ac.
766
7672003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        PR 427/rtems
770        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
771        * librdbg/src/servtsp.c: Ditto.
772
7732003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
774
775        PR 429/bsps
776        PR 432/bsps
777        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
778        packets are queued onto an elnk board, the ISR will deadlock the device
779        with a tx complete interrupt.  Lighter tx loads are not affected as they
780        end up submitting single packets to the device.
781
7822003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
783
784        * configure.ac: Merge-in libchip/configure.ac. Merge-in
785        optman/configure.ac.
786        * optman/configure.ac: Remove (Merged into ../configure.ac).
787        * optman/Makefile.am: Reflect having merged configure.ac into
788        ../configure.ac.
789        * libchip/configure.ac: Remove (Merged into ../configure.ac).
790        * libchip/Makefile.am, libchip/ide/Makefile.am,
791        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
792        libchip/serial/Makefile.am: Reflect having merged configure.ac into
793        ../configure.ac.
794
7952003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
796
797        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
798
7992003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
800
801        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
802        on i386.
803
8042003-06-13      Joel Sherrill <joel@OARcorp.com>
805
806        * libnetworking/pppd/chat.c: Removed warnings.
807
8082003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
809
810        * libchip/network/README.3com: New file missed in previous commit.
811        PR 405/bsps
812        PR 393/networking
813        * libchip/network/dec21140.c: Fix leak also known as PR393.
814        * libchip/network/elnk.c, libchip/network/if_media.h,
815        libchip/network/mii.h: New files.
816        * libchip/network/Makefile.am: Reflect new files.
817
8182003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * configure.ac: Remove support for profile-variant.
821
8222003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
823
824        PR 397/pppd
825        * libnetworking/pppd/fsm.c: Make peer_mru global again.
826        * libnetworking/pppd/magic.c: Remove *rand48.
827        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
828
8292003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
830
831        * wrapup/Makefile.am: Add libide.a.
832
8332003-04-15      Joel Sherrill <joel@OARcorp.com>
834
835        PR 387/rtems_misc
836        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
837        routines.
838        * libchip/ide/ata_internal.h: Added missing newline and end of file.
839
8402003-04-11      Joel Sherrill <joel@OARcorp.com>
841
842        * libnetworking/rtems_webserver/cgi.c,
843        libnetworking/rtems_webserver/sockGen.c,
844        libnetworking/rtems_webserver/umui.c,
845        libnetworking/rtems_webserver/websSSL.c,
846        libnetworking/rtems_webserver/websSSL.h,
847        libnetworking/rtems_webserver/websda.c,
848        libnetworking/rtems_webserver/websda.h: New files. Not included in
849        previous commit.
850
8512003-04-10      Joel Sherrill <joel@OARcorp.com>
852
853        PR 371/pppd
854        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
855        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
856        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
857        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
858        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
859        still global symbols in rtemspppd.h which might need to be changed or
860        converted into member of a structure which is dereferenced with a
861        pointer that is managed as a per task variable. But this patch should
862        avoid many conflicts.
863
8642003-03-27      Joel Sherrill <joel@OARcorp.com>
865
866        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
867        not allowed in the cpukit source code since it must be buildable
868        independent of any BSP. These files were moved to libchip/ide.
869        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
870        files.
871
8722003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
873
874        PR 368/filesystems
875        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
876        improvements which now work on pc386 and mbx8xx.
877        * libchip/ide/ide_controller.c: New file.
878
8792003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
880
881        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
882
8832003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
884
885        * configure.ac: Remove AC_CONFIG_AUX_DIR.
886        * configure.ac: Add support/.
887        * support/.cvsignore: New.
888        * support/Makefile.am: New.
889        * support/version.c: New.
890        * wrapup/Makefile.am: Add support/libsupport.a.
891        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
892        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
893        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
894        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
895
8962003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
897
898        * wrapup/Makefile.am: Use SRC += instead of make-vars.
899
9002003-02-20      Till Straumann <strauman@slac.stanford.edu>
901
902        PR 354/networking
903        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
904        chip against a table of supported chips. The untested ones are still
905        commented out, however.
906
9072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
908
909        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
910        * configure.ac: AC_PREREQ(2.57).
911        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
912        * optman/configure.ac: AC_PREREQ(2.57).
913        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
914        * libchip/configure.ac: AC_PREREQ(2.57).
915        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
916        * librdbg/configure.ac: AC_PREREQ(2.57).
917        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
918        * libnetworking/configure.ac: AC_PREREQ(2.57).
919
9202003-02-06      Joel Sherrill <joel@OARcorp.com>
921
922        * libnetworking/pppd/chat.c: Convert routines with common names to
923        static. This included get_char(), put_char(), and character() among
924        others.
925
9262003-02-03      Joel Sherrill <joel@OARcorp.com>
927
928        PR 338/filesystem
929        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
930        rtems_io_lookup_name() (API change).  Unused function removed.
931
9322003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
933
934        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
935        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
936        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
937        Eliminate *_O_FILES.
938        * libnetworking/rtems_servers/Makefile.am,
939        libnetworking/rtems_webserver/Makefile.am,
940        libnetworking/rtems_telnetd/Makefile.am: Ditto.
941
9422002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
943
944        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
945        Let all-local: depend on $(LIB).
946        * wrapup/Makefile.am, configure.ac: Remove libmisc.
947        * optman/Makefile.am: Apply install-data-local to install *.rels.
948
9492002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
950
951        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
952        %.c rules.
953        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
954        * libchip/network/Makefile.am: Eliminate C_O_FILES.
955        * libchip/rtc/Makefile.am: Ditto.
956        * libchip/serial/Makefile.am: Ditto.
957
9582002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
959
960        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
961        LIBC_DEFINES.
962        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
963        LIBC_DEFINES.
964        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
965        LIBC_DEFINES.
966
9672002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
968
969        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
970
9712002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
972
973        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
974        cache-checking.
975        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
976
9772002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
978
979        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
980        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
981        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
982        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
983        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
984
9852002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
986
987        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
988        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
989        Remove.
990        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
991
9922002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
993
994        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
995        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
996
9972002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
998
999        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1000        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1001
10022002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1003
1004        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1005        * optman/rel.am: New.
1006
10072002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1008
1009        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1010        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1011        braino in comment on "exec". Extend --enable-ada handling.
1012
10132002-11-04      Joel Sherrill <joel@OARcorp.com>
1014
1015        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1016        tasks and rolling multiple loops into 1.
1017        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1018        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1019        Removed warnings.
1020
10212002-10-31      Joel Sherrill <joel@OARcorp.com>
1022
1023        * libchip/network/dec21140.c: Removed warnings.
1024        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1025        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1026        librdbg/src/m68k/any/remdeb_xdr.c,
1027        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1028        warnings.
1029        * libnetworking/rtems_webserver/socket.c,
1030        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1031
10322002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1033
1034        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1035        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1036        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1037        above.
1038
10392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1040
1041        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1042        * wrapup/.cvsignore: Remove autom4te.cache.
1043        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1044        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1045        autom4te.cache.
1046        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1047        autom4te.cache.
1048        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1049        autom4te.cache.
1050
10512002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1052
1053        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1054
10552002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1056
1057        * optman/.cvsignore: Add autom4te.cache.
1058
10592002-09-14      Joel Sherrill <joel@OARcorp.com>
1060
1061        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1062
10632002-09-07      Joel Sherrill <joel@OARcorp.com>
1064
1065        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1066        include files to resolve warnings.
1067
10682002-09-07      Chris Johns <ccj@acm.org>
1069
1070        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1071        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1072        which corrects the problem  where the cs8900.c file was actually the BSP
1073        glue.  Joel did some hacking so this file will compile.  Previously it
1074        required providing a target.h file to compile.
1075        * libchip/network/cs8900.c.bsp: New file.
1076
10772002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1078
1079        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1080
10812002-08-31      Joel Sherrill <joel@OARcorp.com>
1082
1083        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1084        eliminate warning.
1085
10862002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1087
1088        * configure.ac: Add ada-tests.
1089
10902002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1091
1092        * Makefile.am: Add preinstall-stamp.
1093
10942002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1095
1096        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1097        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1098        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1099        gcc31 happy.
1100        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1101        cp.
1102
11032002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1104
1105        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1106        make/bsp.mak.
1107        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1108        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1109
11102002-08-12      Joel Sherrill <joel@OARcorp.com>
1111
1112        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1113        avoid error.
1114
11152002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1116
1117        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1118        * configure.ac: Add BSP_SUBDIRS.
1119        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1120        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1121        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1122        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1123        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1124        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1125        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1126        RTEMS_CHECK_BSP_CACHE.
1127        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1128        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1129        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1130        .$(OBJEXT) instead of .o.
1131        * libnetworking/pppd/Makefile.am,
1132        libnetworking/rtems_servers/Makefile.am,
1133        libnetworking/rtems_telnetd/Makefile.am,
1134        libnetworking/rtems_webserver/Makefile.am,
1135        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1136
11372002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1138
1139        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1140        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1141        ../libchip/serial/$(ARCH)/libserialio.a.
1142        * libchip/serial/Makefile.am: Don't tmp-install lib.
1143        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1144
11452002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1146
1147        * Makefile.am: Add rtems_makedir.
1148        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1149        * Makefile.am: Add wrapup-SUBDIR.
1150        * wrapup/ChangeLog: Remove.
1151        * wrapup/configure.ac: Remove.
1152        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1153        (Make the bare BSP happy).
1154        * configure.ac: Ditto.
1155        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1156        Create make/custom/default.cfg.
1157        * configure.ac: Add creation of make/custom/*.cfg. Create
1158        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1159
11602002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1161
1162        * Makefile.am: Clean $(PROJECT_RELEASE).
1163
11642002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1165
1166        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1167        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1168        prototype mismatches.
1169
11702002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1171
1172        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1173        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1174
11752002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1176
1177        * acinclude.m4: Add test "$multilib" != "yes".
1178        * config-ml.in: Remove.
1179        * acinclude.m4: Cleanups.
1180        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1181        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1182        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1183        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1184        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1185
11862002-07-16      Eric Norum <eric.norum@usask.ca>
1187
1188        * New driver for the Intel EtherExpressPro (82559ER) chip.
1189        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1190        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1191        * libchip/network/Makefile.am: Modified to reflect above.
1192
11932002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1194
1195        * acinclude.m4: New.
1196        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1197        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1198        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1199
12002002-07-01      Joel Sherrill <joel@OARcorp.com>
1201
1202        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1203        _Objects_Information_table now that it is a two dimensional array based
1204        upon API and class.
1205        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1206        of strnlen().
1207
12082002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1209
1210        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1211        preinstall libnetapps.a.
1212
12132002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1214
1215        * configure.ac: Remove librpc.
1216
12172002-06-25      Joel Sherrill <joel@OARcorp.com>
1218
1219        * Per PR233, moved librpc to exec.
1220        * configure.ac, wrapup/Makefile.am: Modified.
1221        * librpc, librpc/ChangeLog: Removed.
1222
12232002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1224
1225        * optman/Makefile.am: Remove multilib support.
1226        * optman/configure.ac: Ditto.
1227        * optman/sapi/Makefile.am: Ditto.
1228
12292002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1230
1231        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1232        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1233
12342002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1235
1236        Move networking libraries to c/src/exec/libnetworking
1237        * libnetworking/configure.ac, libnetworking/Makefile.am,
1238        libnetworking/wrapup/Makefile.am: Reflect Moval.
1239
12402002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1241
1242        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1243        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1244        <rtems/bspIo.h>.
1245
12462002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1247
1248        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1249        * libnetworking/rtems/mkrootfs.h: Ditto.
1250        * libnetworking/rtems/Makefile.am: Reflect changes above.
1251
12522002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1253
1254        * configure.ac: Remove lib.
1255
12562002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1257
1258        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1259        that exception stack frames on M68K members with VBR always are 6 byte
1260        long. The incorrect assumption resulted in some gdb commands like "next"
1261        to fail on the 68360.
1262
12632002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1264
1265        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1266        PR 220
1267        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1268        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1269        CVS.
1270        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1271        libnetworking/sys/filio.h: Remove.
1272        * libnetworking/sys/Makefile.am: Reflect changes above.
1273
12742002-05-07      Chris Johns <ccj@acm.org>
1275
1276        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1277        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1278        requires it to be stripped.
1279
12802002-05-01      Eric Norum <eric.norum@usask.ca>
1281
1282        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1283        assembly  to satisfy gcc 3.1 and newer.
1284
12852002-04-26      Eric Norum <eric.norum@usask.ca>
1286
1287        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1288        agressive optimization in gcc 3.1 does not reorder things.
1289
12902002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1291
1292        * libchip/network/dec21140.c: Reflect changes to powerpc's
1293        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1294        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1295        <rtems/score/cpu.h>.
1296        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1297        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1298
12992002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1300
1301        * optman/configure.ac: Remove ENABLE_GCC28.
1302
13032002-04-11      Chris Johns <ccj@acm.org>
1304
1305        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1306        driver control block field to the ifconfig network driver structure.
1307        This field is needed by the i82586 driver which was ported from NetBSD
1308        as it had better hardware abstraction.
1309        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1310        PR59, added the drv_ctrl driver control block field to the ifconfig
1311        network driver structure. This field is needed by the i82586 driver
1312        which was ported from NetBSD as it had better hardware abstraction.
1313
13142002-04-10      Mike Siers <mikes@poliac.com>
1315
1316        * libnetworking/rtems_webserver/NOTES,
1317        libnetworking/rtems_webserver/asp.c,
1318        libnetworking/rtems_webserver/balloc.c,
1319        libnetworking/rtems_webserver/default.c,
1320        libnetworking/rtems_webserver/ej.h,
1321        libnetworking/rtems_webserver/ejIntrn.h,
1322        libnetworking/rtems_webserver/ejlex.c,
1323        libnetworking/rtems_webserver/ejparse.c,
1324        libnetworking/rtems_webserver/emfdb.c,
1325        libnetworking/rtems_webserver/emfdb.h,
1326        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1327        libnetworking/rtems_webserver/handler.c,
1328        libnetworking/rtems_webserver/license.txt,
1329        libnetworking/rtems_webserver/md5.h,
1330        libnetworking/rtems_webserver/md5c.c,
1331        libnetworking/rtems_webserver/mime.c,
1332        libnetworking/rtems_webserver/misc.c,
1333        libnetworking/rtems_webserver/ringq.c,
1334        libnetworking/rtems_webserver/rom.c,
1335        libnetworking/rtems_webserver/security.c,
1336        libnetworking/rtems_webserver/sock.c,
1337        libnetworking/rtems_webserver/sym.c,
1338        libnetworking/rtems_webserver/uemf.c,
1339        libnetworking/rtems_webserver/uemf.h,
1340        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1341        libnetworking/rtems_webserver/url.c,
1342        libnetworking/rtems_webserver/value.c,
1343        libnetworking/rtems_webserver/wbase64.c,
1344        libnetworking/rtems_webserver/webcomp.c,
1345        libnetworking/rtems_webserver/webpage.c,
1346        libnetworking/rtems_webserver/webrom.c,
1347        libnetworking/rtems_webserver/webs.c,
1348        libnetworking/rtems_webserver/webs.h,
1349        libnetworking/rtems_webserver/websuemf.c,
1350        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1351        2.1.4.
1352
13532002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1354
1355        * libchip/network/i82586.c: Include <string.h>.
1356        * libchip/network/sonic.c: Ditto.
1357
13582002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1359
1360        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1361
13622002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1363
1364        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1365
13662002-03-27      Thomas.Doerfler@imd-systems.de
1367
1368        PR 144
1369        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1370        memory address 0 when called for the first time. This is done when
1371        trying to clear the variable "dhcp_hostname".
1372
13732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1374
1375        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1376        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1377        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1378        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1379        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1380        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1381        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1382        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1383        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1384        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1385        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1386        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1387        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1388        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1389        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1390        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1391        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1392        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1393        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1394        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1395        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1396        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1397        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1398        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1399        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1400        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1401        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1402        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1403        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1404        AUTOMAKE_OPTIONS.
1405        * libnetworking/configure.ac:
1406        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1407        foreign 1.6]).
1408        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1409        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1410        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1411        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1412        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1413        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1414        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1415        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1416        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1417        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1418        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1419        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1420        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1421        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1422        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1423        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1424        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1425
14262002-03-27      Ilya Alexeev <ilya@continuum.ru>
1427
1428        PR 162
1429        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1430        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1431        used in a device write routines.  Now ppp_softc structure have own
1432        character for writing to device (sc_outchar).  I think that converting
1433        local variables to static is not a right solution, because problems will
1434        occur in the case of two or more ppp instances.
1435        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1436        must be u_long, otherwise in the case of the big output packet endless
1437        loop may occur.
1438
14392002-03-21      Ilya Alexeev <ilya@continuum.ru>
1440
1441        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1442        preparations for multiple PPPD connections.
1443
14442002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1445
1446        PR 149
1447        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1448        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1449        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1450        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1451
14522002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1453
1454        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1455        * configure.ac: Modified to reflect addition.
1456
14572002-02-27      Ilya Alexeev <ilya@continuum.ru>
1458
1459        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1460        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1461        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1462        capabilities as well as eliminate some warnings.
1463
14642002-02-27      Eric Norum <eric.norum@usask.ca>
1465
1466        * libnetworking/net/radix.c: Properly handle fetching the default route
1467        when there is no route.  This was a bug in the original FreeBSD code and
1468        this fix is from an updated version of their code.
1469
14702002-02-16      Eric Norum <eric.norum@usask.ca>
1471
1472        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1473        checking.
1474
14752002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1476
1477        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1478        dodefaultroute.
1479
14802002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1481
1482        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1483        include <rtems/seterr.h>.
1484
14852002-02-01      Mike Siers <mikes@poliac.com>
1486
1487        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1488        avoid bringing the link down too fast. NOTE: Mike reports successfully
1489        running at 56K baud on a direct link.
1490
14912002-02-01      Eric Valette <valette@crf.canon.fr>
1492
1493        * librdbg/So many patches have been posted recently on the mailing list
1494        and  because we were unable to find correct solution to compile on
1495        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1496        because the coding  style of rdbg was rather inconsistant among various
1497        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1498        global coding style (using indent + manual edits), 2) incorporate/review
1499        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1500        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1501        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1502        after rdbg initialization is done, NB : the paches is huge but it is
1503        mainly due to coding styke chnages.  Only few lines of codes have been
1504        really changed and they do not impact  rdbg functionnality (AFAIKT).
1505        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1506        librdbg/include/rdbg/m68k/rdbg_f.h,
1507        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1508        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1509        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1510        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1511        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1512        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1513        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1514        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1515        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1516        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1517        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1518        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1519        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1520        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1521        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1522        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1523
15242002-01-31      Mike Siers <mikes@poliac.com>
1525
1526        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1527        * Nice Update of PPPD support which eliminates the requiremetn that
1528        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1529        and reports that it seems to be more stable and handle larger packets
1530        better.  This patch replaces the termios tasks with more general pppd
1531        network driver tasks.  The functions pppinput() and pppstart() get
1532        called from the interrupt service routine.
1533        * libnetworking/Makefile.am, libnetworking/configure.ac,
1534        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1535        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1536        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1537        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1538        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1539        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1540        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1541        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1542        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1543        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1544        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1545        libnetworking/net/route.c, libnetworking/net/route.h,
1546        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1547        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1548        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1549        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1550        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1551        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1552        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1553        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1554        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1555        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1556        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1557        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1558        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1559        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1560        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1561        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1562        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1563        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1564        libnetworking/pppd/example/README,
1565        libnetworking/pppd/example/netconfig.h,
1566        libnetworking/wrapup/Makefile.am: Modified.
1567        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1568        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1569        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1570        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1571        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1572        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1573        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1574        libnetworking/modem/pppcompress.c: Subdirectory removed.
1575
15762002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1577
1578        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1579        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1580
15812002-01-18      Till Straumann <strauman@slac.stanford.edu>
1582
1583        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1584        issues: - exception handler needs to enable MSR_FP if the interrupted
1585        thread is FP enabled. - printk message for MSR fixed and added
1586        stacktrace. NOTE: this requires the stacktrace patch to
1587        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1588        however).
1589
15902002-01-06      Joel Sherrill <joel@OARcorp.com>
1591
1592        * optman/.cvsignore: Added aclocal.m4 and configure.
1593        * optman/.cvsignore: New file.
1594
15952002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1596
1597        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1598
15992002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1600
1601        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1602        * optman/ChangeLog: New.
1603        * optman/configure.ac: New.
1604        * optman/Makefile.am: New.
1605        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1606        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1607
16082001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1609
1610        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1611
16122001-12-18      Eric Norum <eric.norum@usask.ca>
1613
1614        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1615        `directories' (path names with a / at the end) while disallowing open()
1616        operations on TFTP `directories'.
1617
16182001-12-07      Eric Norum <eric.norum@usask.ca>
1619
1620        * libnetworking/lib/tftpDriver.c: Restore write capability.
1621
16222001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1623
1624        * libchip/network/sonic.h: Fix typo.
1625        * libnetworking/arpa/Makefile.am: Remove stray lines.
1626
16272001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1628
1629        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1630
16312001-10-18      Eric Norum <eric.norum@usask.ca>
1632
1633        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1634        chdir() and open() operations within the TFTP file system.
1635
16362001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1637
1638        * librdbg/configure.ac: Fix latent bug exposed by removal of
1639        config.cache's which prevented powerpc targets librdbg from building.
1640
16412001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1642
1643        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1644        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1645        autoconf-2.52 happy.
1646
16472001-10-12      Mike Siers <mikes@poliac.com>
1648
1649        * libnetworking/Update to stable working state.  Congratulations Mike!
1650        :).
1651        * libnetworking/modem_example: Directory removed.
1652        * libnetworking/modem_example/16550.h,
1653        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
1654        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
1655        libnetworking/modem_example/ppp.h,
1656        libnetworking/modem_example/pppcompress.c: Files removed.
1657        * libnetworking/pppd/example/pppd.options: New file.
1658        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
1659        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1660        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1661        libnetworking/pppd/rtemsmain.c: Updated.
1662
16632001-10-12      Joel Sherrill <joel@OARcorp.com>
1664
1665        * libchip/serial/z85c30.c: Fixed typo.
1666
16672001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1668
1669        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1670        * configure.in: Remove.
1671        * configure.ac: New file, generated from configure.in by autoupdate.
1672        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1673        * libchip/configure.in: Remove.
1674        * libchip/configure.ac: New file, generated from configure.in by
1675        autoupdate.
1676        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1677        * librdbg/configure.in: Remove.
1678        * librdbg/configure.ac: New file, generated from configure.in by
1679        autoupdate.
1680        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1681        * libnetworking/configure.in: Remove.
1682        * libnetworking/configure.ac: New file, generated from configure.in by
1683        autoupdate.
1684
16852001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1686
1687        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
1688        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
1689        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
1690
16912001-09-27      Joel Sherrill <joel@OARcorp.com>
1692
1693        * libchip/ChangeLog: Fixed typo in date.
1694
16952001-09-27      Eric Norum <eric.norum@usask.ca>
1696
1697        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
1698        TFTP  filesystem.
1699
17002001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1701
1702        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
1703        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
1704        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
1705        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
1706        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1707        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1708        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1709        'PREINSTALL_FILES ='.
1710        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
1711        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
1712        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
1713        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
1714        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
1715        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
1716        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
1717        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
1718        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
1719        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
1720        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
1721        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
1722
17232001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1724
1725        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
1726        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
1727        * librdbg/src/m68k/any/Makefile.am: Ditto.
1728        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1729        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
1730        happy.
1731
17322001-09-21      Joel Sherrill <joel@OARcorp.com>
1733
1734        * libchip/network/Makefile.am: Fixed typo on file name.
1735        * libchip/network/i82586.c: Commented out line 318 which is referencing
1736        a member of a structure that is not currently there.  This needs to be
1737        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
1738        to C style.
1739
17402001-09-19      Eric Norum <eric.norum@usask.ca>
1741
1742        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
1743
17442001-09-19      Chris Johns <ccj@acm.org>
1745
1746        * libchip/network/README.i82586, libchip/network/i82586.c,
1747        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
1748        Network driver for Intel i82586.
1749        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
1750        rtems/rtems_bsdnet_internal.h Added support for populating the initial
1751        "root" filesystem with information obtained via the DHCP response.
1752
17532001-09-14      Eric Norum <eric.norum@usask.ca>
1754
1755        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
1756        make gcc 3.x happy.
1757
17582001-08-16      Mike Siers <mikes@poliac.com>
1759
1760        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
1761        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
1762        These support callback functionality that has not even been compiled
1763        under RTEMS yet.
1764        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
1765        example application.  Mike's notes on the modifications: - renamed
1766        error() function because of namespace problems - removed calls to the
1767        exit() funciton - removed extra files from the pppd source directory -
1768        defined pppd task constant values in rtemspppd.h - modifyied example
1769        code to get actual tick per second value - placed the pppd 2.3.11 man
1770        page file (pppd.8) into the pppd directory.
1771        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1772        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
1773        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1774        libnetworking/pppd/rtems-ppp.c: Deleted.
1775        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
1776        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1777        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
1778        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
1779        libnetworking/pppd/example/init.c,
1780        libnetworking/pppd/example/netconfig.h,
1781        libnetworking/pppd/example/ppp.conf,
1782        libnetworking/pppd/example/pppdapp.c,
1783        libnetworking/pppd/example/system.h: New files.
1784        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
1785        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
1786        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
1787        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1788        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1789        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1790        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1791        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1792        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1793        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1794        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1795        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1796        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1797        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
1798        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
1799
18002001-08-16      Joel Sherrill <joel@OARcorp.com>
1801
1802        * libnetworking/pppd/example/Makefile: Removed.
1803        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
1804        to avoid bootstrap -c clobbering it.
1805        * libnetworking/rtems_telnetd/.cvsignore: New file.
1806
18072001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1808
1809        * libnetworking/Makefile.am, libnetworking/configure.in,
1810        libnetworking/rtems_servers/Makefile.am,
1811        libnetworking/rtems_servers/telnetd.c,
1812        libnetworking/rtems_servers/telnetd.h,
1813        libnetworking/rtems_telnetd/Makefile.am,
1814        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1815        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1816        libnetworking/rtems_telnetd/telnetd.c,
1817        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
1818        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
1819        effect when ftpd change. - the tcp/ip stats have been implemented into
1820        icmds.c and started when telnetd daemon is started.
1821        * libnetworking/rtems_servers/telnetd.c,
1822        libnetworking/rtems_servers/telnetd.h: Removed.
1823        * libnetworking/rtems_telnetd: New directory.
1824        * libnetworking/rtems_telnetd/Makefile.am,
1825        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1826        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1827        libnetworking/rtems_telnetd/telnetd.c,
1828        libnetworking/rtems_telnetd/telnetd.h: New files.
1829
18302001-06-14      Joel Sherrill <joel@OARcorp.com>
1831
1832        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
1833        Moved from libmisc/shell so the network stack to address network
1834        depenendency.
1835        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
1836
18372001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1838
1839        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
1840
18412001-05-15      Joel Sherrill <joel@OARcorp.com>
1842
1843        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1844        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
1845        accidentally deleted the incorrectly empty versions.
1846
18472001-05-14      Till Straumann <strauman@slac.stanford.edu>
1848
1849        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
1850        libchip/pci/Makefile.am: Per PR215 address the following issues: -
1851        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
1852        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
1853        to know the values) - the affected BSP (shared/motorola) headers have
1854        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
1855        driver (libchip/network/dec21140.c) has been fixed to use
1856        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
1857        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
1858        who is using this driver. - the DEC driver also has been fixed to use
1859        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
1860        delay_in_bus_cycles().
1861
18622001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1863
1864        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
1865
18662001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1867
1868        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
1869
18702001-04-24      Eric Norum <eric.norum@usask.ca>
1871
1872        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
1873        NTP synchronization a little more robust -- no NTP daemon yet, but at
1874        least it trys a little harder when the primary NTP server is down.
1875
18762001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
1877
1878        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
1879        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1880        libnetworking/pppd/modem_example/modem.c,
1881        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
1882        other strings into English.
1883        * libnetworking/pppd/STATUS: updated to reflect the changes.
1884
18852001-04-20      Jake Janovetz <janovetz@uiuc.edu>
1886
1887        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
1888        again.
1889
18902001-04-20      Eric Valette <valette@crf.canon.fr>
1891
1892        * mcp750 directory renamed new_exception processing as it supports many
1893        more CPU models.
1894        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
1895        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1896        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
1897        formerly in mcp750 plus modifications.
1898        * librdbg/src/powerpc/mcp750/.cvsignore,
1899        librdbg/src/powerpc/mcp750/Makefile.am,
1900        librdbg/src/powerpc/mcp750/remdeb.h,
1901        librdbg/src/powerpc/mcp750/remdeb_f.x,
1902        librdbg/src/powerpc/mcp750/remdeb_svc.c,
1903        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
1904        new_exception_processing.
1905        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
1906        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1907        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
1908        part of this effort to add support for the MPC8xx.
1909
19102001-04-19      Joel Sherrill <joel@OARcorp.com>
1911
1912        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
1913        internal include files.
1914
19152001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
1916
1917        PR 158
1918        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
1919        rcmd() library call by commenting out the parts that deal with signals.
1920        This enables RTEMS to 'rsh' command to a server connecting fd to remote
1921        stdio. The 'server-side' parts of this file which deal with
1922        authentication are disabled since they are not needed.
1923
19242001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
1925
1926        * libnetworking/include/.cvsignore: Remove dangling file.
1927
19282001-03-14      Joel Sherrill <joel@OARcorp.com>
1929
1930        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
1931        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
1932        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
1933        libchip style serial drivers can be written in libcpu or libbsp.
1934
19352001-03-01      Joel Sherrill <joel@OARcorp.com>
1936
1937        * libchip/network/cs8900.c, libchip/network/cs8900.h,
1938        libchip/network/sonic.c, libchip/network/sonic.h,
1939        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1940        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1941        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1942        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
1943        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1944        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1945        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1946        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
1947
19482001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1949
1950        * librdbg/include/rdbg/Makefile.am,
1951        librdbg/include/rdbg/i386/Makefile.am,
1952        librdbg/include/rdbg/m68k/Makefile.am,
1953        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
1954        style on include files.
1955
19562001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1957
1958        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1959        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
1960        replace ${..} with $(..).
1961        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
1962        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
1963        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
1964        libnetworking/rtems/Makefile.am, libnetworking/
1965        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
1966        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
1967        include_*HEADERS instead of H_FILES.
1968        * libnetworking/include/Makefile.am: Remove.
1969        * libnetworking/Makefile.am: Add handling of *.h files.
1970        * libnetworking/configure.in: Remove include/Makefile.
1971
19722001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1973
1974        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
1975
19762001-01-31      Sergei Organov <osv@javad.ru>
1977
1978        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
1979        current dir and root dir removed in favor of new libio support for
1980        task-local current and root directories. - Bug in `close_data_socket()'
1981        introduced by previous change fixed. - `command_pasv()' changed to set
1982        timeout on socket we are listening on and code fixed to don't close
1983        socket twice on error. - `serr()' changed to clear `errno'. -
1984        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
1985        changed to clear `errno' before processing session. -
1986        `close_data_socket()' fixed to close both active and passive sockets -
1987        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
1988        empty string  in `exec_command()'.
1989
19902001-01-25      Eric Norum <eric.norum@usask.ca>
1991
1992        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
1993        improves throughput on systems which are dropping packets.   Only the
1994        first timeout is reduced.  This keeps the number of extra packets down
1995        on networks that are very busy and dropping lots of packets.
1996
19972001-01-24      Sergei Organov <osv@javad.ru>
1998
1999        * libnetworking/rtems_servers/ftpd.c,
2000        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2001        - Timeouts on sockets implemented. 'idle' field added to configuration.
2002        No timeout by default to keep backward compatibility. Note: SITE IDLE
2003        command not implemented yet. - Basic global access control implemented.
2004        'access' field added to configuration. No access limitations by default
2005        to keep backward compatibility. - Anchor data socket for active mode
2006        (using self IP and port 20.) - Fixed default data port support (still
2007        not tested). - Don't allow IP address different from originating host in
2008        PORT command to improve security. - Fixed bug in MDTM command. - Check
2009        for correctness of parsing of argument in command_port(). - Fixed
2010        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2011        a directory. - Command parsing a little bit improved: command names are
2012        now converted to upper-case to be more compatible with RFC (command
2013        names are not case-sensitive.) - Reformat comments so that they have
2014        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2015        previous changes - True ASCII mode implemented (doesn't work for hooks
2016        and /dev/null) - Passive mode implemented, PASV command added. - Default
2017        port for data connection could be used (untested, can't find ftp client
2018        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2019        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2020
20212001-01-18      Joel Sherrill <joel@OARcorp.com>
2022
2023        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2024        macro using variable arguments.
2025        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2026        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2027        since I updated the main RTEMS development machine to RedHat 7.2 and
2028        apparently got a new version of rpcgen.
2029
20302001-01-12      Sergei Organov <osv@javad.ru>
2031
2032        * libnetworking/rtems_servers/ftpd.c,
2033        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2034        - use pool of pre-created threads to handle sessions instead of
2035        creating/deleting threads on the fly - LIST output is now similar to
2036        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2037        happy with it. - LIST NAME now works (both for files and directories) -
2038        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2039        clients happy  - keep track of CWD for every session separately -
2040        ability to specify root directory name for FTPD in configuration table.
2041        FTPD will then create illusion for FTP clients that this is actually
2042        root directory. - ignore options sent in commands, thus LIST -al FILE
2043        works and doesn't try to list "-al" directory. - buffers are allocated
2044        on stack instead of heap where possible to eliminate malloc/free calls
2045        (avoid possible heap fragmentation troubles). - drop using of task
2046        notepad to pass parameters - use function arguments instead - use
2047        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2048        in socket() instead of AF_INET.
2049
20502001-01-02      Joel Sherrill <joel@OARcorp.com>
2051
2052        * libnetworking/CHANGELOG: Removed.
2053        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2054
20552000-12-14      Eric Norum <eric.norum@usask.ca>
2056
2057        * libnetworking/lib/tftpDriver.c: Added write capability.
2058
20592000-12-08      Joel Sherrill <joel@OARcorp.com>
2060
2061        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2062        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2063        numerous variable declarations conditional on PPP_COMPRESS and
2064        PPP_FILTER.  Commented out variables that were not used because the code
2065        using them was commented out. Removed totally unused variables.
2066        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2067        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2068
20692000-11-30      Joel Sherrill <joel@OARcorp.com>
2070
2071        * libnetworking/modem/ppp_tty.c: Changed to include
2072        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2073        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2074        * libnetworking/Makefile.am: Modified to reflect above.
2075
20762000-11-27      Joel Sherrill <joel@OARcorp.com>
2077
2078        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2079
20802000-11-25      Eric Norum <eric.norum@usask.ca>
2081
2082        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2083        core.
2084
20852000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2086
2087        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2088        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2089        subdir.
2090        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2091        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2092        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2093        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2094        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2095        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2096        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2097        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2098        ppp_tty.c and the real pppd main is in pppmain.c.
2099
21002000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2101
2102        * libchip/network/sonic.c: Added ipalign() routine to align the received
2103        packet so that the ip header is on a 32-bit boundary. Necessary for
2104        cpu's that do not allow unaligned loads and stores and when the 32-bit
2105        DMA mode is used.
2106
21072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2108
2109        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2110        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2111        ACLOCAL_AMFLAGS.
2112        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2113        ACLOCAL_AMFLAGS.
2114        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2115        ACLOCAL_AMFLAGS.
2116
21172000-11-03      Chris Johns <ccj@acm.org>
2118
2119        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2120        libchip/network/cs8900.h: New files.
2121
21222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2123
2124        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2125        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2126        $(RTEMS_TOPdir)/aclocal.
2127        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2128        $(RTEMS_TOPdir)/aclocal.
2129        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2130        $(RTEMS_TOPdir)/aclocal.
2131
21322000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2133
2134        * configure.in: Switch to GNU-canonicalization.
2135        * Makefile.am: Reflect changes to configure.in.
2136        * acinclude.m4: Remove.
2137
21382000-10-30      Joel Sherrill <joel@OARcorp.com>
2139
2140        * POSIX include files merged into newlib.  This resulted in some
2141        definitions moving to other files and thus some secondary effects in
2142        RTEMS source code.
2143        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2144        in sync with newlib's <machine/types.h>.
2145        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2146        definition of struct itimerval in <sys/time.h>.
2147
21482000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2149
2150        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2151        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2152        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2153        * ChangeLog: Fix typos.
2154        * configure.in: add tests to the GNU canonicalized subdirectories.
2155
21562000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2157
2158        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2159        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2160        the lib directory before configuring lib/.
2161
21622000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2163
2164        * configure.in, Makefile.am: add exec to the GNU canonicalized
2165        subdirectories.
2166        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2167        * configure.in: add libnetworking, librpc and librdb to the GNU
2168        canonicalized subdirectories.
2169        * configure.in: add libmisc and libchip to the GNU canonicalized
2170        subdirectories.
2171        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2172        Switch to GNU canonicalization.
2173        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2174        Switch to GNU canonicalization.
2175        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2176        Switch to GNU canonicalization.
2177
21782000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2179
2180        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2181        canonicalization to libfs/. The approach is currently a bit of a hack as
2182        GNU canonicalization does not support the per-BSP build some of the
2183        other directories require.  As more of the tree is converted, this will
2184        become less  of an issue.
2185
21862000-10-20      Joel Sherrill <joel@OARcorp.com>
2187
2188        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2189        parameter.
2190
21912000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2192
2193        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2194        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2195        * librdbg/configure.in: Add m68k support.
2196        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2197        subdirectory.
2198        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2199        failure.
2200        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2201        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2202        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2203        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2204        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2205        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2206        librdbg/src/m68k/.cvsignore: New files.
2207        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2208        function pointers.
2209        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2210        _after_ pointer has been checked against NULL.
2211
22122000-10-18      Joel Sherrill <joel@OARcorp.com>
2213
2214        * wrapup/Makefile.am: Added libfs.
2215
22162000-10-18      Chris Johns <ccj@acm.org>
2217
2218        * libfs created.
2219        * configure.in: Added libfs subdirectory.
2220        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2221
22222000-09-28      Joel Sherrill <joel@OARcorp.com>
2223
2224        * libnetworking/rtems_webserver/Makefile.am,
2225        libnetworking/rtems_webserver/base64.c,
2226        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2227        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2228
22292000-09-22      Joel Sherrill <joel@OARcorp.com>
2230
2231        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2232        libnetworking/rtems/rtems_bsdnet_internal.h,
2233        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2234        have included rtems.h.  It is now including precisely the  least amount
2235        of low level, yet portable .h files to get the basic RTEMS types
2236        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2237        used machine/types.h to include rtems.h.
2238
22392000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2240
2241        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2242
22432000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2244
2245        * libnetworking/ChangeLog: Cleanup.
2246
22472000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2248
2249        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2250        * libchip/ChangeLog: Fix formating.
2251
22522000-09-05      Joel Sherrill <joel@OARcorp.com>
2253
2254        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2255        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2256        confusion and to work with the converted flags.
2257
22582000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2259
2260        * wrapup/Makefile.am: Include compile.am.
2261        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2262        libchip/serial/Makefile.am: Include compile.am.
2263        * librdbg/src/i386/any/Makefile.am,
2264        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2265        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2266        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2267        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2268        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2269        libnetworking/rtems_servers/Makefile.am,
2270        libnetworking/rtems_webserver/Makefile.am,
2271        libnetworking/wrapup/Makefile.am: Include compile.am.
2272
22732000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2274
2275        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2276        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2277
22782000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2279
2280        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2281
22822000-08-31      Joel Sherrill <joel@OARcorp.com>
2283
2284        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2285        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2286        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2287        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2288        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2289        * libnetworking/wbase64.c: Removed.
2290        * libnetworking/Makefile.am, libnetworking/asp.c,
2291        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2292        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2293        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2294        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2295        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2296        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2297        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2298        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2299        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2300        Modified.
2301
23022000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2303
2304        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2305
23062000-08-30      Joel Sherrill <joel@OARcorp.com>
2307
2308        * libnetworking/rtems_webserver/license.txt: New file.
2309
23102000-08-10      Joel Sherrill <joel@OARcorp.com>
2311
2312        * ChangeLog: New file.
2313        * libchip/ChangeLog: New file.
2314        * librdbg/ChangeLog: New file.
2315        * libnetworking/ChangeLog: New file.
2316
Note: See TracBrowser for help on using the repository browser.