source: rtems/c/src/ChangeLog @ 1402d56a

4.104.114.84.95
Last change on this file since 1402d56a was 1402d56a, checked in by Joel Sherrill <joel.sherrill@…>, on 05/21/04 at 15:18:14

2004-05-21 Till Strauman <strauman@…>

  • PR/625/networking
  • libchip/network/dec21140.c, ... : Prevent name clashes by making 'ld_le32()' etc. static inlines. Let dec21140 attach routine return an error rather than panic if no chip is detected (thus allowing for probing).
  • libchip/network/elnk.c: Let elnk bail out if autoneg never completes instead of looping forever. Avoid divide by zero (crashed my PC).
  • libchip/network/if_fxp.c: Enable more fxp chip variants but warn that they are UNTESTED.
  • Property mode set to 100644
File size: 98.0 KB
Line 
12004-05-21  Till Strauman <strauman@slac.stanford.edu>
2
3        * PR/625/networking
4        * libchip/network/dec21140.c, ... : Prevent name clashes by making
5        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
6        an error rather than panic if no chip is detected (thus allowing
7        for probing).
8        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
9        instead of looping forever.  Avoid divide by zero (crashed my PC).
10        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
11        they are UNTESTED.
12
132004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
16
172004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * libchip/network/dec21140.c, libchip/network/elnk.c:
20        #include <errno.h>.
21
222004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * libchip/network/if_media.h: Update from FreeBSD.
25        * libchip/network/open_eth.c, libchip/network/cs8900.c,
26        libchip/network/i82586.c: #include <errno.h>.
27
282004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
29
30        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
31
322004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
33
34        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
35
362004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
39        automake).
40
412004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
42
43        PR 599/pppd
44        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
45
462004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        * optman/rtems/no-region.c: Reflect having changed
49        rtems_region_get_segment_size.
50
512004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
54        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
55        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
56        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
57        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
58        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
59        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
60
612004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        * libchip/ide/ata.c, libchip/network/dec21140.c,
64        libchip/network/elnk.c, libchip/network/i82586.c,
65        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
66        libchip/network/open_eth.c, libchip/network/sonic.c,
67        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
68        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
69        libchip/shmdr/init.c, libchip/shmdr/intr.c,
70        libchip/shmdr/shm_driver.h: Cosmetics.
71
722004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
75        optman/rtems/no-msg.c, optman/rtems/no-part.c,
76        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
77        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
78        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
79        fixed size types.
80
812004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
82
83        * configure.ac: Explicitly pass --includedir and --libdir to
84        cpukit/configure.
85
862004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        * librdbg/Makefile.am: Fix rpcgen rules.
89        * librdbg/src/i386/any/remdeb_xdr.c,
90        librdbg/src/m68k/any/remdeb_xdr.c,
91        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
92        Reflect changes to librdbg/Makefile.am.
93
942004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
95
96        * configure.ac: Reflect changes testsuites/configure.ac and
97        cpukit/configure.ac.
98
992004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
100
101        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
102        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
103
1042004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
105
106        * configure.ac: Reflect changes to testsuites's configuration.
107
1082004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
109
110        PR/589 rtems
111        * libchip/network/pci.h: Remove (Moved to cpukit).
112
1132004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
114
115        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
116        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
117        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
118        libchip/network/dec21140.c, libchip/network/elnk.c,
119        libchip/network/if_fxp.c, libchip/network/open_eth.c,
120        libchip/network/open_eth.h, libchip/network/sonic.c,
121        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
122        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
123        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
124        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
125        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
126        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
127        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
128        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
129        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
130        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
131        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
132        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
133        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
134        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
135        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
136        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
137        fixed-size types.
138
1392004-03-14      Chris Johns  <chrisj@rtems.org>
140
141        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
142        the BSP example code.
143        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
144        support the DIMMPC. This is a pc386 target with IO port support. Minor
145        formating clean up. Add documentation to the header file.
146        * libchip/network/README.cs8900: The CS8900 driver is documented in the
147        cs8900.h header file.
148
1492004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
152        Cosmetics.
153
1542004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
157        There are no application level Makefiles in here.
158
1592004-03-04      Joel Sherrill <joel@OARcorp.com>
160
161        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
162        they can be used in application level makefiles.
163
1642004-03-05      Joel Sherrill <joel@OARcorp.com>
165
166        * libnetworking/rtems_webserver/ejparse.c,
167        libnetworking/rtems_webserver/emfdb.c,
168        libnetworking/rtems_webserver/sock.c,
169        libnetworking/rtems_webserver/socket.c,
170        libnetworking/rtems_webserver/sym.c,
171        libnetworking/rtems_webserver/webs.c,
172        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
1732004-03-05      Joel Sherrill <joel@OARcorp.com>
174
175        * libchipnetwork/open_eth.c: Remove warnings by conditionally
176        compiling this file only only those CPU families with supported
177        exception models.
178
1792004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * acinclude.m4: Fix loosing arguments when configuring cpukit and
182        testsuites (Was exposed with --enable-multilib, only).
183        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
184         Add RTEMS_BSP_CONFIG_SUBDIR.
185        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
186        testsuites's configure.
187        * aclocal/rtems-top.m4: Remove ENDIF hack.
188        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
189
1902004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
193        wrapup/Makefile.am: Fix automake problems having been introduced
194        in previous patch.
195
1962004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
199        Preinstall dirs.
200        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
201        * aclocal/check-multiprocessing.m4: Cosmetics.
202        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
203        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
204
2052004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
208        librdbg/src/Makefile.am.
209        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
210        * configure.ac: Reflect changes above.
211        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
212        * wrapup/Makefile.am: Reflect changes above.
213        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
214
2152004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
218
2192004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
222
2232004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * wrapup/Makefile.am: Reflect new location of librdbg.a.
226
2272004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
230        librdbg/src/powerpc/Makefile.am: Remove.
231        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
232        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
233        * configure.ac: Reflect changes above.
234
2352004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237
2382004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
241        STRIP.
242
2432004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * librdbg/include/Makefile.am: Merge-in
246        librdbg/include/rdbg/i386/Makefile.am,
247        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
248        librdbg/include/rdbg/powerpc/Makefile.am.
249        * librdbg/include/rdbg/i386/Makefile.am,
250        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
251        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
252        * configure.ac: Reflect changes above.
253
2542004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Use AS_HELP_STRING(ada).
257
2582004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * aclocal/bspopts.m4: Use AS_HELP_STRING.
261        * aclocal/bsp-configure.m4: Require autoconf-2.59.
262        Use AC_CONFIG_HEADERS.
263        * aclocal/check-custom-bsp.m4: Add bspkit-support.
264        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
265
2662004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: include local.am.
269
2702004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * aclocal/version.m4: 4.6.99.0.
273
2742004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: Don't include host.am.
277        * automake/compile.am: Further cleanups.
278
2792004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * automake/lib.am: Remove (Unused).
282
2832004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * wrapup/Makefile.am: Don't include lib.am.
286        * automake/compile.am: Use automake compilation rules.
287
2882004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * libnetworking/pppd/Makefile.am,
291        libnetworking/rtems_servers/Makefile.am,
292        libnetworking/rtems_telnetd/Makefile.am,
293        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
294        support/Makefile.am: Don't include lib.am.
295
2962004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * libchip/Makefile.am: Don't include lib.am.
299        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
300        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
301        unnecessary EXTRA_DISTs.
302
3032004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
306        hack.
307
3082004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
311        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
312        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
313        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
314
3152004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
318        Add AM_CONDITIONAL(HAS_MP).
319        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
320        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
321        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
322        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
323        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
324        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
325        (Deprecated by autoconf 2.59).
326
3272004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
330        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
331
3322004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * ChangeLog: Merge-in libnetworking/ChangeLog.
335        * libnetworking/ChangeLog: Remove.
336        * ChangeLog: Merge-in librdbg/ChangeLog.
337        * librdbg/ChangeLog: Remove.
338        * ChangeLog: Merge-in libchip/ChangeLog.
339        * libchip/ChangeLog: Remove.
340        * ChangeLog: Merge-in optman/ChangeLog.
341        * optman/ChangeLog: Remove.
342
3432004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.ac: Reflect changes to cpukit.
346        * wrapup/Makefile.am: Reflect changes to librdbg.
347        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
348        * libchip/Makefile.am: Add PREINSTALL_DIRS.
349        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
350        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
351        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
352        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
353        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
354        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
355        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
356
3572004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * aclocal/rtems-top.m4: Remove check for version.m4.
360        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
361
3622004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
365        * wrapup/Makefile.am: Reflect changes to libchip/*.
366        * support/Makefile.am: Use automake compilation rules.
367        * wrapup/Makefile.am: Reflect changes to support/*.
368        * configure.ac: Remove libnetworking/wrapup/Makefile.
369        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
370        libnetworking/*/lib*.a instead of libnetapps.a.
371        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
372        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
373        * optman/Makefile.am: Use automake compilation rules.
374        * libchip/Makefile.am: Fix typo in previous patch.
375        * libchip/Makefile.am: Use automake compilation rules.
376        * libnetworking/Makefile.am: Remove wrapup.
377        * libnetworking/pppd/Makefile.am: Build libpppd. Use
378        automake-compilation rules.
379        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
380        automake-compilation rules.
381        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
382        automake-compilation rules.
383        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
384        automake-compilation rules.
385        * libnetworking/wrapup/Makefile.am: Remove (Unused).
386
3872004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
390        PRE/TMPINSTALL_FILES to CLEANFILES.
391        * automake/lib.am: Remove TMPINSTALL_FILES.
392        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
393        PRE/TMPINSTALL_FILES to CLEANFILES.
394        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
395        PRE/TMPINSTALL_FILES to CLEANFILES.
396        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
397        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
398        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
399        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
400        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
401        * librdbg/src/i386/Makefile.am: Ditto.
402        * librdbg/src/m68k/Makefile.am: Ditto.
403        * librdbg/src/powerpc/Makefile.am: Ditto.
404        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
405        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
406        * libnetworking/rtems_servers/Makefile.am: Ditto.
407        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
408        * libnetworking/rtems_webserver/Makefile.am: Ditto.
409
4102004-01-07      Joel Sherrill <joel@OARcorp.com>
411
412        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
413        more completely covers the MIPS family.
414
4152003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * wrapup/Makefile.am: Reflect changes to shmdr.
418        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
419
4202003-12-18      Joel Sherrill <joel@OARcorp.com>
421
422        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
423        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
424        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
425        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
426        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
427        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
428        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
429
4302003-12-17      Joel Sherrill <joel@OARcorp.com>
431
432        * aclocal/version.m4: Updated to rtems-20031217-test.
433
4342003-12-17     
435
436        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
437        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
438
4392003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * automake/compile.am: Remove LINK_LIBS (Unused).
442        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
443
4442003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
447        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
448        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
449        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
450        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
451
4522003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
455        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
456        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
457        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
458        * librdbg/src/i386/Makefile.am:
459        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
460        * librdbg/src/m68k/Makefile.am:
461        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
462        * librdbg/src/powerpc/Makefile.am:
463        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
464
4652003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
468        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
469        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
470        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
471        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
472        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
473        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
474        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
475        * optman/Makefile.am: Remove project_libdir.
476        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
477        PRE/TMPINSTALL_FILES.
478        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
479        PRE/TMPINSTALL_FILES.
480        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
481        PRE/TMPINSTALL_FILES.
482        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
483        PRE/TMPINSTALL_FILES.
484        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
485        from PRE/TMPINSTALL_FILES.
486        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
487        PRE/TMPINSTALL_FILES.
488        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
489        PRE/TMPINSTALL_FILES.
490        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
491        PRE/TMPINSTALL_FILES.
492        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
493        PRE/TMPINSTALL_FILES.
494        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
495        PRE/TMPINSTALL_FILES.
496        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
497        PRE/TMPINSTALL_FILES.
498        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
499        from PRE/TMPINSTALL_FILES.
500
5012003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
504        * automake/lib.am: Remove project_libdir.
505        * wrapup/Makefile.am: Reworked.
506
5072003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * configure.ac: Reflect changes to librdbg.
510        * optman/Makefile.am: Add tmpinstall dirstamp support.
511        * libchip/Makefile.am: Fix variant-tmpinstall support.
512        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
513        * librdbg/src/powerpc/Makefile.am: Merge-in former
514        new_exception_processing/Makefile.am.
515        * librdbg/src/m68k/any/Makefile.am: Remove.
516        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
517        * librdbg/src/i386/any/Makefile.am: Remove.
518        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
519        * librdbg/src/Makefile.am: Cosmetics.
520        * librdbg/include/Makefile.am: Cosmetics.
521        * librdbg/Makefile.am: Cosmetics.
522        * libnetworking/Makefile.am: Cosmetics.
523        * libnetworking/pppd/Makefile.am: Cosmetics.
524        * libnetworking/wrapup/Makefile.am: Cosmetics.
525
5262003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * Makefile.am: Cosmetics.
529        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
530        support.
531
5322003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * automake/compile.am: Remove $(ARCH):-rule.
535
5362003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * configure.ac: Remove lib/libbsp/shared/Makefile,
539        lib/libbsp/shmdr/Makefile.
540
5412003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
544        libchip/serial/Makefile, libchip/rtc/Makefile.
545        * support/Makefile.am: Remove all-local: $(ARCH).
546        * wrapup/Makefile.am: Remove all-local: $(ARCH).
547        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
548        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
549        * optman/Makefile.am: Remove all-local: $(ARCH).
550        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
551        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
552        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
553        compilation dirstamp support.
554        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
555        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
556        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
557        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
558        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
559        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
560        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
561        all-local: $(ARCH).
562        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
563        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
564        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
565        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
566        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
567
5682003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * aclocal/lead-dot.m4: New (from automake-1.7f).
571        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
572        AC_SUBST(dirstamp).
573        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
574        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
575        libchip/serial/Makefile.am: Ditto.
576        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
577        * librdbg/include/Makefile.am: Ditto.
578        * librdbg/include/rdbg/Makefile.am: Ditto.
579        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
580        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
581        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
582        * librdbg/src/Makefile.am: Ditto.
583        * librdbg/src/i386/Makefile.am: Ditto.
584        * librdbg/src/i386/any/Makefile.am: Ditto.
585        * librdbg/src/m68k/Makefile.am: Ditto.
586        * librdbg/src/m68k/any/Makefile.am: Ditto.
587        * librdbg/src/powerpc/Makefile.am: Ditto.
588        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
589        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
590        preinstallation.
591        * libnetworking/pppd/Makefile.am: Ditto.
592        * libnetworking/rtems_servers/Makefile.am: Ditto.
593        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
594        * libnetworking/rtems_webserver/Makefile.am: Ditto.
595        * libnetworking/wrapup/Makefile.am: Ditto.
596
5972003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
600        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
601        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
602        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
603        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
604        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
605        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
606        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
607        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
608        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
609        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
610        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
611        underquoting to silence automake-1.8.
612
6132003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * configure.ac: Reflect having moved tests to ../../testsuites.
616
6172003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
620        * aclocal/canonical-host.m4: Remove.
621        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
622        * configure.ac: Remove RTEMS_CANONICAL_HOST.
623
6242003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * aclocal/check-cpu.m4: Remove.
627        * configure.ac: Merge-in former aclocal/check-cpu.m4.
628        * aclocal/canonical-target-name.m4: Add m4-quotes.
629        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
630        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
631        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
632        * aclocal/check-networking.m4: Add m4-quotes. Require
633        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
634        * aclocal/check-posix.m4: Add m4-quotes. Require
635        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
636        * aclocal/check-rdbg.m4: Add m4-quotes. Require
637        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
638        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
639
6402003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
643        * aclocal/bsp-alias.m4: Remove.
644
6452003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * configure.ac: Make presence of tests/ optional.
648
6492003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * aclocal/path-perl.m4: Remove (Unused).
652
6532003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * automake/force-preinstall.am: Remove.
656
6572003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
658
659        PR 499/rtems_misc
660        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
661        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
662        Configuration (Odd was forced) - Correction of Stop Bit configuration
663        (inversed) - Correction of ISR Handler to call
664        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
665        CTS Hardware flow control Configuration.
666
6672003-09-04      Joel Sherrill <joel@OARcorp.com>
668
669        * lib/libcpu/shared/include/cache.h,
670        lib/libcpu/shared/src/cache_aligned_malloc.c,
671        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
672        license changed.
673        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
674        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
675        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
676        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
677        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
678        for license changed.
679        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
680        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
681        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
682        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
683        libchip/network/cs8900.h, libchip/network/dec21140.c,
684        libchip/network/elnk.c, libchip/network/open_eth.c,
685        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
686        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
687        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
688        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
689        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
690        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
691        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
692        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
693        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
694        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
695        libchip/serial/serial.h, libchip/serial/z85c30.c,
696        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
697        libchip/serial/z85c30_reg.c: URL for license changed.
698
6992003-09-03      Jiri Gaisler <jiri@gaisler.com>
700
701        PR 477/networking
702        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
703        * libchip/network/README.open_eth, libchip/network/open_eth.c,
704        libchip/network/open_eth.h: New files.
705
7062003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * aclocal/rtems-top.m4: Add RTEMS_API.
709        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
710
7112003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712
713        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
714        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
715        @RTEMS_BSP@.cfg.
716
7172003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
720
7212003-08-20      Joel Sherrill <joel@OARcorp.com>
722
723        * libchip/network/cs8900.c: Correct copyright statements.
724
7252003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * aclocal/check-itron.m4: Remove.
728        * aclocal/enable-inlines.m4: Remove.
729        * Makefile.am: Reflect having moved aclocal/.
730        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
731        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
732        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
733        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
734        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
735        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
736        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
737        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
738        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
739        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
740        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
741        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
742        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
743        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
744        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
745        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
746        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
747        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
748        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
749        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
750        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
751        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
752        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
753        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
754        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
755        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
756        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
757        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
758        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
759        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
760        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
761        * aclocal/multilib.m4: New (Copied from ../../aclocal).
762        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
763        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
764        * aclocal/ppc.m4: New (Copied from ../../aclocal).
765        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
766        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
767        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
768        * aclocal/project-root.m4: New (Copied from ../../aclocal).
769        * aclocal/quoting.m4: New (Copied from ../../aclocal).
770        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
771        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
772        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
773        * aclocal/target.m4: New (Copied from ../../aclocal).
774        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
775        * aclocal/version.m4: New (Copied from ../../aclocal).
776
7772003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
778
779        * configure.ac: Remove stray comments.
780        * automake/local.am, automake/host.am: Remove "debug".
781
7822003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
783
784        * Makefile.am: Reflect having moved automake/.
785        * lib/Makefile.am: Reflect having moved automake/.
786        * support/Makefile.am: Reflect having moved automake/.
787        * wrapup/Makefile.am: Reflect having moved automake/.
788        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
789        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
790        from ../../automake).
791        * optman/Makefile.am: Reflect having moved automake/.
792        * libchip/Makefile.am: Reflect having moved automake/.
793        * libchip/ide/Makefile.am: Reflect having moved automake/.
794        * libchip/network/Makefile.am: Reflect having moved automake/.
795        * libchip/rtc/Makefile.am: Reflect having moved automake/.
796        * libchip/serial/Makefile.am: Reflect having moved automake/.
797        * librdbg/Makefile.am: Reflect having moved automake/.
798        * librdbg/include/Makefile.am: Reflect having moved automake/.
799        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
800        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
801        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
802        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
803        automake/.
804        * librdbg/src/Makefile.am: Reflect having moved automake/.
805        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
806        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
807        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
808        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
809        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
810        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
811        having moved automake/.
812        * libnetworking/Makefile.am: Reflect having moved automake/.
813        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
814        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
815        automake/.
816        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
817        automake/.
818        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
819        automake/.
820        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
821
8222003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
823
824        * Makefile.am: Add bsp.pc.in.
825        * bsp.pc.in: New (pkgconfig support).
826
8272003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
830
8312003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
832
833        * lib/Makefile.am: New (Required by 'make dist').
834        * lib/ChangeLog: Remove.
835        * lib/.cvsignore: Cleanup.
836        * configure.ac: Reflect having added lib/Makefile.am.
837        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
838        lib/libbsp/configure.ac.
839        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
840        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
841
8422003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
843
844        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
845        * configure.ac: Merge-in librdbg/configure.ac.
846        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
847        librdbg/configure.ac.
848        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
849        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
850        LIBCHIP. Conditionally build include-dirs.
851        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
852        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
853        * librdbg/Makefile.am, librdbg/include/Makefile.am,
854        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
855        librdbg/include/rdbg/m68k/Makefile.am,
856        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
857        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
858        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
859        librdbg/src/powerpc/Makefile.am, librdbg/
860        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
861        configure.ac into ../configure.ac.
862        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
863        * libnetworking/.cvsignore, libnetworking/Makefile.am,
864        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
865        libnetworking/rtems_telnetd/Makefile.am,
866        libnetworking/rtems_webserver/Makefile.am,
867        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
868        into ../configure.ac.
869
8702003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
871
872        PR 427/rtems
873        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
874        * librdbg/src/servtsp.c: Ditto.
875
8762003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
877
878        PR 429/bsps
879        PR 432/bsps
880        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
881        packets are queued onto an elnk board, the ISR will deadlock the device
882        with a tx complete interrupt.  Lighter tx loads are not affected as they
883        end up submitting single packets to the device.
884
8852003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
886
887        * configure.ac: Merge-in libchip/configure.ac. Merge-in
888        optman/configure.ac.
889        * optman/configure.ac: Remove (Merged into ../configure.ac).
890        * optman/Makefile.am: Reflect having merged configure.ac into
891        ../configure.ac.
892        * libchip/configure.ac: Remove (Merged into ../configure.ac).
893        * libchip/Makefile.am, libchip/ide/Makefile.am,
894        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
895        libchip/serial/Makefile.am: Reflect having merged configure.ac into
896        ../configure.ac.
897
8982003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
899
900        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
901
9022003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
903
904        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
905        on i386.
906
9072003-06-13      Joel Sherrill <joel@OARcorp.com>
908
909        * libnetworking/pppd/chat.c: Removed warnings.
910
9112003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
912
913        * libchip/network/README.3com: New file missed in previous commit.
914        PR 405/bsps
915        PR 393/networking
916        * libchip/network/dec21140.c: Fix leak also known as PR393.
917        * libchip/network/elnk.c, libchip/network/if_media.h,
918        libchip/network/mii.h: New files.
919        * libchip/network/Makefile.am: Reflect new files.
920
9212003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
922
923        * configure.ac: Remove support for profile-variant.
924
9252003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
926
927        PR 397/pppd
928        * libnetworking/pppd/fsm.c: Make peer_mru global again.
929        * libnetworking/pppd/magic.c: Remove *rand48.
930        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
931
9322003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
933
934        * wrapup/Makefile.am: Add libide.a.
935
9362003-04-15      Joel Sherrill <joel@OARcorp.com>
937
938        PR 387/rtems_misc
939        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
940        routines.
941        * libchip/ide/ata_internal.h: Added missing newline and end of file.
942
9432003-04-11      Joel Sherrill <joel@OARcorp.com>
944
945        * libnetworking/rtems_webserver/cgi.c,
946        libnetworking/rtems_webserver/sockGen.c,
947        libnetworking/rtems_webserver/umui.c,
948        libnetworking/rtems_webserver/websSSL.c,
949        libnetworking/rtems_webserver/websSSL.h,
950        libnetworking/rtems_webserver/websda.c,
951        libnetworking/rtems_webserver/websda.h: New files. Not included in
952        previous commit.
953
9542003-04-10      Joel Sherrill <joel@OARcorp.com>
955
956        PR 371/pppd
957        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
958        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
959        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
960        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
961        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
962        still global symbols in rtemspppd.h which might need to be changed or
963        converted into member of a structure which is dereferenced with a
964        pointer that is managed as a per task variable. But this patch should
965        avoid many conflicts.
966
9672003-03-27      Joel Sherrill <joel@OARcorp.com>
968
969        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
970        not allowed in the cpukit source code since it must be buildable
971        independent of any BSP. These files were moved to libchip/ide.
972        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
973        files.
974
9752003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
976
977        PR 368/filesystems
978        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
979        improvements which now work on pc386 and mbx8xx.
980        * libchip/ide/ide_controller.c: New file.
981
9822003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
983
984        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
985
9862003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
987
988        * configure.ac: Remove AC_CONFIG_AUX_DIR.
989        * configure.ac: Add support/.
990        * support/.cvsignore: New.
991        * support/Makefile.am: New.
992        * support/version.c: New.
993        * wrapup/Makefile.am: Add support/libsupport.a.
994        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
995        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
996        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
997        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
998
9992003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1000
1001        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1002
10032003-02-20      Till Straumann <strauman@slac.stanford.edu>
1004
1005        PR 354/networking
1006        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1007        chip against a table of supported chips. The untested ones are still
1008        commented out, however.
1009
10102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1011
1012        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1013        * configure.ac: AC_PREREQ(2.57).
1014        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1015        * optman/configure.ac: AC_PREREQ(2.57).
1016        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1017        * libchip/configure.ac: AC_PREREQ(2.57).
1018        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1019        * librdbg/configure.ac: AC_PREREQ(2.57).
1020        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1021        * libnetworking/configure.ac: AC_PREREQ(2.57).
1022
10232003-02-06      Joel Sherrill <joel@OARcorp.com>
1024
1025        * libnetworking/pppd/chat.c: Convert routines with common names to
1026        static. This included get_char(), put_char(), and character() among
1027        others.
1028
10292003-02-03      Joel Sherrill <joel@OARcorp.com>
1030
1031        PR 338/filesystem
1032        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1033        rtems_io_lookup_name() (API change).  Unused function removed.
1034
10352003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1036
1037        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1038        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1039        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1040        Eliminate *_O_FILES.
1041        * libnetworking/rtems_servers/Makefile.am,
1042        libnetworking/rtems_webserver/Makefile.am,
1043        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1044
10452002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1046
1047        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1048        Let all-local: depend on $(LIB).
1049        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1050        * optman/Makefile.am: Apply install-data-local to install *.rels.
1051
10522002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1053
1054        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1055        %.c rules.
1056        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1057        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1058        * libchip/rtc/Makefile.am: Ditto.
1059        * libchip/serial/Makefile.am: Ditto.
1060
10612002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1062
1063        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1064        LIBC_DEFINES.
1065        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1066        LIBC_DEFINES.
1067        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1068        LIBC_DEFINES.
1069
10702002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1071
1072        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1073
10742002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1075
1076        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1077        cache-checking.
1078        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1079
10802002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1081
1082        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1083        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1084        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1085        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1086        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1087
10882002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1089
1090        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1091        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1092        Remove.
1093        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1094
10952002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1096
1097        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1098        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1099
11002002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1101
1102        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1103        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1104
11052002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1106
1107        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1108        * optman/rel.am: New.
1109
11102002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1111
1112        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1113        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1114        braino in comment on "exec". Extend --enable-ada handling.
1115
11162002-11-04      Joel Sherrill <joel@OARcorp.com>
1117
1118        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1119        tasks and rolling multiple loops into 1.
1120        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1121        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1122        Removed warnings.
1123
11242002-10-31      Joel Sherrill <joel@OARcorp.com>
1125
1126        * libchip/network/dec21140.c: Removed warnings.
1127        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1128        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1129        librdbg/src/m68k/any/remdeb_xdr.c,
1130        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1131        warnings.
1132        * libnetworking/rtems_webserver/socket.c,
1133        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1134
11352002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1136
1137        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1138        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1139        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1140        above.
1141
11422002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1143
1144        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1145        * wrapup/.cvsignore: Remove autom4te.cache.
1146        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1147        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1148        autom4te.cache.
1149        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1150        autom4te.cache.
1151        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1152        autom4te.cache.
1153
11542002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1155
1156        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1157
11582002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1159
1160        * optman/.cvsignore: Add autom4te.cache.
1161
11622002-09-14      Joel Sherrill <joel@OARcorp.com>
1163
1164        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1165
11662002-09-07      Joel Sherrill <joel@OARcorp.com>
1167
1168        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1169        include files to resolve warnings.
1170
11712002-09-07      Chris Johns <ccj@acm.org>
1172
1173        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1174        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1175        which corrects the problem  where the cs8900.c file was actually the BSP
1176        glue.  Joel did some hacking so this file will compile.  Previously it
1177        required providing a target.h file to compile.
1178        * libchip/network/cs8900.c.bsp: New file.
1179
11802002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1181
1182        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1183
11842002-08-31      Joel Sherrill <joel@OARcorp.com>
1185
1186        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1187        eliminate warning.
1188
11892002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1190
1191        * configure.ac: Add ada-tests.
1192
11932002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1194
1195        * Makefile.am: Add preinstall-stamp.
1196
11972002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1198
1199        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1200        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1201        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1202        gcc31 happy.
1203        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1204        cp.
1205
12062002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1207
1208        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1209        make/bsp.mak.
1210        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1211        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1212
12132002-08-12      Joel Sherrill <joel@OARcorp.com>
1214
1215        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1216        avoid error.
1217
12182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1219
1220        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1221        * configure.ac: Add BSP_SUBDIRS.
1222        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1223        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1224        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1225        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1226        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1227        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1228        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1229        RTEMS_CHECK_BSP_CACHE.
1230        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1231        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1232        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1233        .$(OBJEXT) instead of .o.
1234        * libnetworking/pppd/Makefile.am,
1235        libnetworking/rtems_servers/Makefile.am,
1236        libnetworking/rtems_telnetd/Makefile.am,
1237        libnetworking/rtems_webserver/Makefile.am,
1238        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1239
12402002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1241
1242        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1243        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1244        ../libchip/serial/$(ARCH)/libserialio.a.
1245        * libchip/serial/Makefile.am: Don't tmp-install lib.
1246        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1247
12482002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1249
1250        * Makefile.am: Add rtems_makedir.
1251        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1252        * Makefile.am: Add wrapup-SUBDIR.
1253        * wrapup/ChangeLog: Remove.
1254        * wrapup/configure.ac: Remove.
1255        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1256        (Make the bare BSP happy).
1257        * configure.ac: Ditto.
1258        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1259        Create make/custom/default.cfg.
1260        * configure.ac: Add creation of make/custom/*.cfg. Create
1261        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1262
12632002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1264
1265        * Makefile.am: Clean $(PROJECT_RELEASE).
1266
12672002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1268
1269        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1270        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1271        prototype mismatches.
1272
12732002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1274
1275        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1276        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1277
12782002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1279
1280        * acinclude.m4: Add test "$multilib" != "yes".
1281        * config-ml.in: Remove.
1282        * acinclude.m4: Cleanups.
1283        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1284        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1285        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1286        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1287        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1288
12892002-07-16      Eric Norum <eric.norum@usask.ca>
1290
1291        * New driver for the Intel EtherExpressPro (82559ER) chip.
1292        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1293        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1294        * libchip/network/Makefile.am: Modified to reflect above.
1295
12962002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1297
1298        * acinclude.m4: New.
1299        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1300        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1301        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1302
13032002-07-01      Joel Sherrill <joel@OARcorp.com>
1304
1305        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1306        _Objects_Information_table now that it is a two dimensional array based
1307        upon API and class.
1308        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1309        of strnlen().
1310
13112002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1312
1313        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1314        preinstall libnetapps.a.
1315
13162002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1317
1318        * configure.ac: Remove librpc.
1319
13202002-06-25      Joel Sherrill <joel@OARcorp.com>
1321
1322        * Per PR233, moved librpc to exec.
1323        * configure.ac, wrapup/Makefile.am: Modified.
1324        * librpc, librpc/ChangeLog: Removed.
1325
13262002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1327
1328        * optman/Makefile.am: Remove multilib support.
1329        * optman/configure.ac: Ditto.
1330        * optman/sapi/Makefile.am: Ditto.
1331
13322002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1333
1334        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1335        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1336
13372002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1338
1339        Move networking libraries to c/src/exec/libnetworking
1340        * libnetworking/configure.ac, libnetworking/Makefile.am,
1341        libnetworking/wrapup/Makefile.am: Reflect Moval.
1342
13432002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1344
1345        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1346        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1347        <rtems/bspIo.h>.
1348
13492002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1350
1351        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1352        * libnetworking/rtems/mkrootfs.h: Ditto.
1353        * libnetworking/rtems/Makefile.am: Reflect changes above.
1354
13552002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1356
1357        * configure.ac: Remove lib.
1358
13592002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1360
1361        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1362        that exception stack frames on M68K members with VBR always are 6 byte
1363        long. The incorrect assumption resulted in some gdb commands like "next"
1364        to fail on the 68360.
1365
13662002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1367
1368        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1369        PR 220
1370        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1371        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1372        CVS.
1373        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1374        libnetworking/sys/filio.h: Remove.
1375        * libnetworking/sys/Makefile.am: Reflect changes above.
1376
13772002-05-07      Chris Johns <ccj@acm.org>
1378
1379        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1380        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1381        requires it to be stripped.
1382
13832002-05-01      Eric Norum <eric.norum@usask.ca>
1384
1385        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1386        assembly  to satisfy gcc 3.1 and newer.
1387
13882002-04-26      Eric Norum <eric.norum@usask.ca>
1389
1390        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1391        agressive optimization in gcc 3.1 does not reorder things.
1392
13932002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1394
1395        * libchip/network/dec21140.c: Reflect changes to powerpc's
1396        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1397        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1398        <rtems/score/cpu.h>.
1399        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1400        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1401
14022002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1403
1404        * optman/configure.ac: Remove ENABLE_GCC28.
1405
14062002-04-11      Chris Johns <ccj@acm.org>
1407
1408        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1409        driver control block field to the ifconfig network driver structure.
1410        This field is needed by the i82586 driver which was ported from NetBSD
1411        as it had better hardware abstraction.
1412        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1413        PR59, added the drv_ctrl driver control block field to the ifconfig
1414        network driver structure. This field is needed by the i82586 driver
1415        which was ported from NetBSD as it had better hardware abstraction.
1416
14172002-04-10      Mike Siers <mikes@poliac.com>
1418
1419        * libnetworking/rtems_webserver/NOTES,
1420        libnetworking/rtems_webserver/asp.c,
1421        libnetworking/rtems_webserver/balloc.c,
1422        libnetworking/rtems_webserver/default.c,
1423        libnetworking/rtems_webserver/ej.h,
1424        libnetworking/rtems_webserver/ejIntrn.h,
1425        libnetworking/rtems_webserver/ejlex.c,
1426        libnetworking/rtems_webserver/ejparse.c,
1427        libnetworking/rtems_webserver/emfdb.c,
1428        libnetworking/rtems_webserver/emfdb.h,
1429        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1430        libnetworking/rtems_webserver/handler.c,
1431        libnetworking/rtems_webserver/license.txt,
1432        libnetworking/rtems_webserver/md5.h,
1433        libnetworking/rtems_webserver/md5c.c,
1434        libnetworking/rtems_webserver/mime.c,
1435        libnetworking/rtems_webserver/misc.c,
1436        libnetworking/rtems_webserver/ringq.c,
1437        libnetworking/rtems_webserver/rom.c,
1438        libnetworking/rtems_webserver/security.c,
1439        libnetworking/rtems_webserver/sock.c,
1440        libnetworking/rtems_webserver/sym.c,
1441        libnetworking/rtems_webserver/uemf.c,
1442        libnetworking/rtems_webserver/uemf.h,
1443        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1444        libnetworking/rtems_webserver/url.c,
1445        libnetworking/rtems_webserver/value.c,
1446        libnetworking/rtems_webserver/wbase64.c,
1447        libnetworking/rtems_webserver/webcomp.c,
1448        libnetworking/rtems_webserver/webpage.c,
1449        libnetworking/rtems_webserver/webrom.c,
1450        libnetworking/rtems_webserver/webs.c,
1451        libnetworking/rtems_webserver/webs.h,
1452        libnetworking/rtems_webserver/websuemf.c,
1453        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1454        2.1.4.
1455
14562002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1457
1458        * libchip/network/i82586.c: Include <string.h>.
1459        * libchip/network/sonic.c: Ditto.
1460
14612002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1462
1463        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1464
14652002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1466
1467        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1468
14692002-03-27      Thomas.Doerfler@imd-systems.de
1470
1471        PR 144
1472        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1473        memory address 0 when called for the first time. This is done when
1474        trying to clear the variable "dhcp_hostname".
1475
14762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1477
1478        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1479        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1480        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1481        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1482        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1483        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1484        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1485        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1486        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1487        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1488        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1489        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1490        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1491        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1492        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1493        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1494        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1495        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1496        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1497        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1498        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1499        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1500        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1501        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1502        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1503        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1504        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1505        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1506        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1507        AUTOMAKE_OPTIONS.
1508        * libnetworking/configure.ac:
1509        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1510        foreign 1.6]).
1511        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1512        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1513        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1514        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1515        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1516        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1517        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1518        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1519        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1520        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1521        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1522        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1523        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1524        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1525        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1526        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1527        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1528
15292002-03-27      Ilya Alexeev <ilya@continuum.ru>
1530
1531        PR 162
1532        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1533        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1534        used in a device write routines.  Now ppp_softc structure have own
1535        character for writing to device (sc_outchar).  I think that converting
1536        local variables to static is not a right solution, because problems will
1537        occur in the case of two or more ppp instances.
1538        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1539        must be u_long, otherwise in the case of the big output packet endless
1540        loop may occur.
1541
15422002-03-21      Ilya Alexeev <ilya@continuum.ru>
1543
1544        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1545        preparations for multiple PPPD connections.
1546
15472002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1548
1549        PR 149
1550        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1551        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1552        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1553        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1554
15552002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1556
1557        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1558        * configure.ac: Modified to reflect addition.
1559
15602002-02-27      Ilya Alexeev <ilya@continuum.ru>
1561
1562        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1563        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1564        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1565        capabilities as well as eliminate some warnings.
1566
15672002-02-27      Eric Norum <eric.norum@usask.ca>
1568
1569        * libnetworking/net/radix.c: Properly handle fetching the default route
1570        when there is no route.  This was a bug in the original FreeBSD code and
1571        this fix is from an updated version of their code.
1572
15732002-02-16      Eric Norum <eric.norum@usask.ca>
1574
1575        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1576        checking.
1577
15782002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1579
1580        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1581        dodefaultroute.
1582
15832002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1584
1585        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1586        include <rtems/seterr.h>.
1587
15882002-02-01      Mike Siers <mikes@poliac.com>
1589
1590        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1591        avoid bringing the link down too fast. NOTE: Mike reports successfully
1592        running at 56K baud on a direct link.
1593
15942002-02-01      Eric Valette <valette@crf.canon.fr>
1595
1596        * librdbg/So many patches have been posted recently on the mailing list
1597        and  because we were unable to find correct solution to compile on
1598        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1599        because the coding  style of rdbg was rather inconsistant among various
1600        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1601        global coding style (using indent + manual edits), 2) incorporate/review
1602        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1603        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1604        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1605        after rdbg initialization is done, NB : the paches is huge but it is
1606        mainly due to coding styke chnages.  Only few lines of codes have been
1607        really changed and they do not impact  rdbg functionnality (AFAIKT).
1608        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1609        librdbg/include/rdbg/m68k/rdbg_f.h,
1610        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1611        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1612        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1613        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1614        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1615        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1616        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1617        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1618        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1619        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1620        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1621        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1622        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1623        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1624        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1625        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1626
16272002-01-31      Mike Siers <mikes@poliac.com>
1628
1629        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1630        * Nice Update of PPPD support which eliminates the requiremetn that
1631        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1632        and reports that it seems to be more stable and handle larger packets
1633        better.  This patch replaces the termios tasks with more general pppd
1634        network driver tasks.  The functions pppinput() and pppstart() get
1635        called from the interrupt service routine.
1636        * libnetworking/Makefile.am, libnetworking/configure.ac,
1637        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1638        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1639        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1640        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1641        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1642        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1643        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1644        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1645        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1646        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1647        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1648        libnetworking/net/route.c, libnetworking/net/route.h,
1649        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1650        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1651        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1652        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1653        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1654        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1655        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1656        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1657        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1658        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1659        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1660        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1661        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1662        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1663        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1664        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1665        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1666        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1667        libnetworking/pppd/example/README,
1668        libnetworking/pppd/example/netconfig.h,
1669        libnetworking/wrapup/Makefile.am: Modified.
1670        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1671        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1672        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1673        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1674        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1675        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1676        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1677        libnetworking/modem/pppcompress.c: Subdirectory removed.
1678
16792002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1680
1681        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1682        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1683
16842002-01-18      Till Straumann <strauman@slac.stanford.edu>
1685
1686        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1687        issues: - exception handler needs to enable MSR_FP if the interrupted
1688        thread is FP enabled. - printk message for MSR fixed and added
1689        stacktrace. NOTE: this requires the stacktrace patch to
1690        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1691        however).
1692
16932002-01-06      Joel Sherrill <joel@OARcorp.com>
1694
1695        * optman/.cvsignore: Added aclocal.m4 and configure.
1696        * optman/.cvsignore: New file.
1697
16982002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1699
1700        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1701
17022002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1703
1704        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1705        * optman/ChangeLog: New.
1706        * optman/configure.ac: New.
1707        * optman/Makefile.am: New.
1708        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1709        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1710
17112001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1712
1713        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1714
17152001-12-18      Eric Norum <eric.norum@usask.ca>
1716
1717        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1718        `directories' (path names with a / at the end) while disallowing open()
1719        operations on TFTP `directories'.
1720
17212001-12-07      Eric Norum <eric.norum@usask.ca>
1722
1723        * libnetworking/lib/tftpDriver.c: Restore write capability.
1724
17252001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1726
1727        * libchip/network/sonic.h: Fix typo.
1728        * libnetworking/arpa/Makefile.am: Remove stray lines.
1729
17302001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1731
1732        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1733
17342001-10-18      Eric Norum <eric.norum@usask.ca>
1735
1736        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1737        chdir() and open() operations within the TFTP file system.
1738
17392001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1740
1741        * librdbg/configure.ac: Fix latent bug exposed by removal of
1742        config.cache's which prevented powerpc targets librdbg from building.
1743
17442001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1745
1746        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1747        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1748        autoconf-2.52 happy.
1749
17502001-10-12      Mike Siers <mikes@poliac.com>
1751
1752        * libnetworking/Update to stable working state.  Congratulations Mike!
1753        :).
1754        * libnetworking/modem_example: Directory removed.
1755        * libnetworking/modem_example/16550.h,
1756        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
1757        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
1758        libnetworking/modem_example/ppp.h,
1759        libnetworking/modem_example/pppcompress.c: Files removed.
1760        * libnetworking/pppd/example/pppd.options: New file.
1761        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
1762        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1763        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1764        libnetworking/pppd/rtemsmain.c: Updated.
1765
17662001-10-12      Joel Sherrill <joel@OARcorp.com>
1767
1768        * libchip/serial/z85c30.c: Fixed typo.
1769
17702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1771
1772        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1773        * configure.in: Remove.
1774        * configure.ac: New file, generated from configure.in by autoupdate.
1775        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1776        * libchip/configure.in: Remove.
1777        * libchip/configure.ac: New file, generated from configure.in by
1778        autoupdate.
1779        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1780        * librdbg/configure.in: Remove.
1781        * librdbg/configure.ac: New file, generated from configure.in by
1782        autoupdate.
1783        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1784        * libnetworking/configure.in: Remove.
1785        * libnetworking/configure.ac: New file, generated from configure.in by
1786        autoupdate.
1787
17882001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1789
1790        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
1791        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
1792        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
1793
17942001-09-27      Joel Sherrill <joel@OARcorp.com>
1795
1796        * libchip/ChangeLog: Fixed typo in date.
1797
17982001-09-27      Eric Norum <eric.norum@usask.ca>
1799
1800        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
1801        TFTP  filesystem.
1802
18032001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1804
1805        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
1806        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
1807        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
1808        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
1809        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1810        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1811        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1812        'PREINSTALL_FILES ='.
1813        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
1814        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
1815        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
1816        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
1817        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
1818        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
1819        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
1820        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
1821        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
1822        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
1823        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
1824        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
1825
18262001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1827
1828        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
1829        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
1830        * librdbg/src/m68k/any/Makefile.am: Ditto.
1831        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1832        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
1833        happy.
1834
18352001-09-21      Joel Sherrill <joel@OARcorp.com>
1836
1837        * libchip/network/Makefile.am: Fixed typo on file name.
1838        * libchip/network/i82586.c: Commented out line 318 which is referencing
1839        a member of a structure that is not currently there.  This needs to be
1840        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
1841        to C style.
1842
18432001-09-19      Eric Norum <eric.norum@usask.ca>
1844
1845        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
1846
18472001-09-19      Chris Johns <ccj@acm.org>
1848
1849        * libchip/network/README.i82586, libchip/network/i82586.c,
1850        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
1851        Network driver for Intel i82586.
1852        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
1853        rtems/rtems_bsdnet_internal.h Added support for populating the initial
1854        "root" filesystem with information obtained via the DHCP response.
1855
18562001-09-14      Eric Norum <eric.norum@usask.ca>
1857
1858        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
1859        make gcc 3.x happy.
1860
18612001-08-16      Mike Siers <mikes@poliac.com>
1862
1863        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
1864        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
1865        These support callback functionality that has not even been compiled
1866        under RTEMS yet.
1867        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
1868        example application.  Mike's notes on the modifications: - renamed
1869        error() function because of namespace problems - removed calls to the
1870        exit() funciton - removed extra files from the pppd source directory -
1871        defined pppd task constant values in rtemspppd.h - modifyied example
1872        code to get actual tick per second value - placed the pppd 2.3.11 man
1873        page file (pppd.8) into the pppd directory.
1874        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1875        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
1876        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1877        libnetworking/pppd/rtems-ppp.c: Deleted.
1878        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
1879        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1880        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
1881        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
1882        libnetworking/pppd/example/init.c,
1883        libnetworking/pppd/example/netconfig.h,
1884        libnetworking/pppd/example/ppp.conf,
1885        libnetworking/pppd/example/pppdapp.c,
1886        libnetworking/pppd/example/system.h: New files.
1887        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
1888        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
1889        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
1890        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1891        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1892        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1893        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1894        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1895        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1896        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1897        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1898        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1899        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1900        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
1901        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
1902
19032001-08-16      Joel Sherrill <joel@OARcorp.com>
1904
1905        * libnetworking/pppd/example/Makefile: Removed.
1906        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
1907        to avoid bootstrap -c clobbering it.
1908        * libnetworking/rtems_telnetd/.cvsignore: New file.
1909
19102001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1911
1912        * libnetworking/Makefile.am, libnetworking/configure.in,
1913        libnetworking/rtems_servers/Makefile.am,
1914        libnetworking/rtems_servers/telnetd.c,
1915        libnetworking/rtems_servers/telnetd.h,
1916        libnetworking/rtems_telnetd/Makefile.am,
1917        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1918        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1919        libnetworking/rtems_telnetd/telnetd.c,
1920        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
1921        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
1922        effect when ftpd change. - the tcp/ip stats have been implemented into
1923        icmds.c and started when telnetd daemon is started.
1924        * libnetworking/rtems_servers/telnetd.c,
1925        libnetworking/rtems_servers/telnetd.h: Removed.
1926        * libnetworking/rtems_telnetd: New directory.
1927        * libnetworking/rtems_telnetd/Makefile.am,
1928        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1929        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1930        libnetworking/rtems_telnetd/telnetd.c,
1931        libnetworking/rtems_telnetd/telnetd.h: New files.
1932
19332001-06-14      Joel Sherrill <joel@OARcorp.com>
1934
1935        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
1936        Moved from libmisc/shell so the network stack to address network
1937        depenendency.
1938        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
1939
19402001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1941
1942        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
1943
19442001-05-15      Joel Sherrill <joel@OARcorp.com>
1945
1946        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1947        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
1948        accidentally deleted the incorrectly empty versions.
1949
19502001-05-14      Till Straumann <strauman@slac.stanford.edu>
1951
1952        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
1953        libchip/pci/Makefile.am: Per PR215 address the following issues: -
1954        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
1955        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
1956        to know the values) - the affected BSP (shared/motorola) headers have
1957        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
1958        driver (libchip/network/dec21140.c) has been fixed to use
1959        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
1960        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
1961        who is using this driver. - the DEC driver also has been fixed to use
1962        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
1963        delay_in_bus_cycles().
1964
19652001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1966
1967        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
1968
19692001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1970
1971        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
1972
19732001-04-24      Eric Norum <eric.norum@usask.ca>
1974
1975        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
1976        NTP synchronization a little more robust -- no NTP daemon yet, but at
1977        least it trys a little harder when the primary NTP server is down.
1978
19792001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
1980
1981        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
1982        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1983        libnetworking/pppd/modem_example/modem.c,
1984        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
1985        other strings into English.
1986        * libnetworking/pppd/STATUS: updated to reflect the changes.
1987
19882001-04-20      Jake Janovetz <janovetz@uiuc.edu>
1989
1990        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
1991        again.
1992
19932001-04-20      Eric Valette <valette@crf.canon.fr>
1994
1995        * mcp750 directory renamed new_exception processing as it supports many
1996        more CPU models.
1997        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
1998        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1999        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2000        formerly in mcp750 plus modifications.
2001        * librdbg/src/powerpc/mcp750/.cvsignore,
2002        librdbg/src/powerpc/mcp750/Makefile.am,
2003        librdbg/src/powerpc/mcp750/remdeb.h,
2004        librdbg/src/powerpc/mcp750/remdeb_f.x,
2005        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2006        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2007        new_exception_processing.
2008        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2009        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2010        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2011        part of this effort to add support for the MPC8xx.
2012
20132001-04-19      Joel Sherrill <joel@OARcorp.com>
2014
2015        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2016        internal include files.
2017
20182001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2019
2020        PR 158
2021        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2022        rcmd() library call by commenting out the parts that deal with signals.
2023        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2024        stdio. The 'server-side' parts of this file which deal with
2025        authentication are disabled since they are not needed.
2026
20272001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2028
2029        * libnetworking/include/.cvsignore: Remove dangling file.
2030
20312001-03-14      Joel Sherrill <joel@OARcorp.com>
2032
2033        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2034        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2035        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2036        libchip style serial drivers can be written in libcpu or libbsp.
2037
20382001-03-01      Joel Sherrill <joel@OARcorp.com>
2039
2040        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2041        libchip/network/sonic.c, libchip/network/sonic.h,
2042        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2043        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2044        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2045        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2046        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2047        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2048        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2049        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2050
20512001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2052
2053        * librdbg/include/rdbg/Makefile.am,
2054        librdbg/include/rdbg/i386/Makefile.am,
2055        librdbg/include/rdbg/m68k/Makefile.am,
2056        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2057        style on include files.
2058
20592001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2060
2061        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2062        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2063        replace ${..} with $(..).
2064        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2065        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2066        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2067        libnetworking/rtems/Makefile.am, libnetworking/
2068        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2069        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2070        include_*HEADERS instead of H_FILES.
2071        * libnetworking/include/Makefile.am: Remove.
2072        * libnetworking/Makefile.am: Add handling of *.h files.
2073        * libnetworking/configure.in: Remove include/Makefile.
2074
20752001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2076
2077        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2078
20792001-01-31      Sergei Organov <osv@javad.ru>
2080
2081        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2082        current dir and root dir removed in favor of new libio support for
2083        task-local current and root directories. - Bug in `close_data_socket()'
2084        introduced by previous change fixed. - `command_pasv()' changed to set
2085        timeout on socket we are listening on and code fixed to don't close
2086        socket twice on error. - `serr()' changed to clear `errno'. -
2087        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2088        changed to clear `errno' before processing session. -
2089        `close_data_socket()' fixed to close both active and passive sockets -
2090        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2091        empty string  in `exec_command()'.
2092
20932001-01-25      Eric Norum <eric.norum@usask.ca>
2094
2095        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2096        improves throughput on systems which are dropping packets.   Only the
2097        first timeout is reduced.  This keeps the number of extra packets down
2098        on networks that are very busy and dropping lots of packets.
2099
21002001-01-24      Sergei Organov <osv@javad.ru>
2101
2102        * libnetworking/rtems_servers/ftpd.c,
2103        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2104        - Timeouts on sockets implemented. 'idle' field added to configuration.
2105        No timeout by default to keep backward compatibility. Note: SITE IDLE
2106        command not implemented yet. - Basic global access control implemented.
2107        'access' field added to configuration. No access limitations by default
2108        to keep backward compatibility. - Anchor data socket for active mode
2109        (using self IP and port 20.) - Fixed default data port support (still
2110        not tested). - Don't allow IP address different from originating host in
2111        PORT command to improve security. - Fixed bug in MDTM command. - Check
2112        for correctness of parsing of argument in command_port(). - Fixed
2113        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2114        a directory. - Command parsing a little bit improved: command names are
2115        now converted to upper-case to be more compatible with RFC (command
2116        names are not case-sensitive.) - Reformat comments so that they have
2117        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2118        previous changes - True ASCII mode implemented (doesn't work for hooks
2119        and /dev/null) - Passive mode implemented, PASV command added. - Default
2120        port for data connection could be used (untested, can't find ftp client
2121        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2122        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2123
21242001-01-18      Joel Sherrill <joel@OARcorp.com>
2125
2126        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2127        macro using variable arguments.
2128        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2129        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2130        since I updated the main RTEMS development machine to RedHat 7.2 and
2131        apparently got a new version of rpcgen.
2132
21332001-01-12      Sergei Organov <osv@javad.ru>
2134
2135        * libnetworking/rtems_servers/ftpd.c,
2136        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2137        - use pool of pre-created threads to handle sessions instead of
2138        creating/deleting threads on the fly - LIST output is now similar to
2139        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2140        happy with it. - LIST NAME now works (both for files and directories) -
2141        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2142        clients happy  - keep track of CWD for every session separately -
2143        ability to specify root directory name for FTPD in configuration table.
2144        FTPD will then create illusion for FTP clients that this is actually
2145        root directory. - ignore options sent in commands, thus LIST -al FILE
2146        works and doesn't try to list "-al" directory. - buffers are allocated
2147        on stack instead of heap where possible to eliminate malloc/free calls
2148        (avoid possible heap fragmentation troubles). - drop using of task
2149        notepad to pass parameters - use function arguments instead - use
2150        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2151        in socket() instead of AF_INET.
2152
21532001-01-02      Joel Sherrill <joel@OARcorp.com>
2154
2155        * libnetworking/CHANGELOG: Removed.
2156        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2157
21582000-12-14      Eric Norum <eric.norum@usask.ca>
2159
2160        * libnetworking/lib/tftpDriver.c: Added write capability.
2161
21622000-12-08      Joel Sherrill <joel@OARcorp.com>
2163
2164        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2165        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2166        numerous variable declarations conditional on PPP_COMPRESS and
2167        PPP_FILTER.  Commented out variables that were not used because the code
2168        using them was commented out. Removed totally unused variables.
2169        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2170        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2171
21722000-11-30      Joel Sherrill <joel@OARcorp.com>
2173
2174        * libnetworking/modem/ppp_tty.c: Changed to include
2175        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2176        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2177        * libnetworking/Makefile.am: Modified to reflect above.
2178
21792000-11-27      Joel Sherrill <joel@OARcorp.com>
2180
2181        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2182
21832000-11-25      Eric Norum <eric.norum@usask.ca>
2184
2185        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2186        core.
2187
21882000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2189
2190        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2191        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2192        subdir.
2193        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2194        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2195        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2196        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2197        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2198        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2199        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2200        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2201        ppp_tty.c and the real pppd main is in pppmain.c.
2202
22032000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2204
2205        * libchip/network/sonic.c: Added ipalign() routine to align the received
2206        packet so that the ip header is on a 32-bit boundary. Necessary for
2207        cpu's that do not allow unaligned loads and stores and when the 32-bit
2208        DMA mode is used.
2209
22102000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2211
2212        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2213        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2214        ACLOCAL_AMFLAGS.
2215        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2216        ACLOCAL_AMFLAGS.
2217        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2218        ACLOCAL_AMFLAGS.
2219
22202000-11-03      Chris Johns <ccj@acm.org>
2221
2222        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2223        libchip/network/cs8900.h: New files.
2224
22252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2226
2227        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2228        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2229        $(RTEMS_TOPdir)/aclocal.
2230        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2231        $(RTEMS_TOPdir)/aclocal.
2232        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2233        $(RTEMS_TOPdir)/aclocal.
2234
22352000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2236
2237        * configure.in: Switch to GNU-canonicalization.
2238        * Makefile.am: Reflect changes to configure.in.
2239        * acinclude.m4: Remove.
2240
22412000-10-30      Joel Sherrill <joel@OARcorp.com>
2242
2243        * POSIX include files merged into newlib.  This resulted in some
2244        definitions moving to other files and thus some secondary effects in
2245        RTEMS source code.
2246        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2247        in sync with newlib's <machine/types.h>.
2248        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2249        definition of struct itimerval in <sys/time.h>.
2250
22512000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2252
2253        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2254        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2255        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2256        * ChangeLog: Fix typos.
2257        * configure.in: add tests to the GNU canonicalized subdirectories.
2258
22592000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2260
2261        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2262        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2263        the lib directory before configuring lib/.
2264
22652000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2266
2267        * configure.in, Makefile.am: add exec to the GNU canonicalized
2268        subdirectories.
2269        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2270        * configure.in: add libnetworking, librpc and librdb to the GNU
2271        canonicalized subdirectories.
2272        * configure.in: add libmisc and libchip to the GNU canonicalized
2273        subdirectories.
2274        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2275        Switch to GNU canonicalization.
2276        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2277        Switch to GNU canonicalization.
2278        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2279        Switch to GNU canonicalization.
2280
22812000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2282
2283        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2284        canonicalization to libfs/. The approach is currently a bit of a hack as
2285        GNU canonicalization does not support the per-BSP build some of the
2286        other directories require.  As more of the tree is converted, this will
2287        become less  of an issue.
2288
22892000-10-20      Joel Sherrill <joel@OARcorp.com>
2290
2291        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2292        parameter.
2293
22942000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2295
2296        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2297        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2298        * librdbg/configure.in: Add m68k support.
2299        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2300        subdirectory.
2301        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2302        failure.
2303        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2304        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2305        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2306        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2307        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2308        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2309        librdbg/src/m68k/.cvsignore: New files.
2310        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2311        function pointers.
2312        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2313        _after_ pointer has been checked against NULL.
2314
23152000-10-18      Joel Sherrill <joel@OARcorp.com>
2316
2317        * wrapup/Makefile.am: Added libfs.
2318
23192000-10-18      Chris Johns <ccj@acm.org>
2320
2321        * libfs created.
2322        * configure.in: Added libfs subdirectory.
2323        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2324
23252000-09-28      Joel Sherrill <joel@OARcorp.com>
2326
2327        * libnetworking/rtems_webserver/Makefile.am,
2328        libnetworking/rtems_webserver/base64.c,
2329        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2330        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2331
23322000-09-22      Joel Sherrill <joel@OARcorp.com>
2333
2334        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2335        libnetworking/rtems/rtems_bsdnet_internal.h,
2336        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2337        have included rtems.h.  It is now including precisely the  least amount
2338        of low level, yet portable .h files to get the basic RTEMS types
2339        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2340        used machine/types.h to include rtems.h.
2341
23422000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2343
2344        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2345
23462000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2347
2348        * libnetworking/ChangeLog: Cleanup.
2349
23502000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2351
2352        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2353        * libchip/ChangeLog: Fix formating.
2354
23552000-09-05      Joel Sherrill <joel@OARcorp.com>
2356
2357        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2358        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2359        confusion and to work with the converted flags.
2360
23612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2362
2363        * wrapup/Makefile.am: Include compile.am.
2364        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2365        libchip/serial/Makefile.am: Include compile.am.
2366        * librdbg/src/i386/any/Makefile.am,
2367        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2368        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2369        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2370        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2371        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2372        libnetworking/rtems_servers/Makefile.am,
2373        libnetworking/rtems_webserver/Makefile.am,
2374        libnetworking/wrapup/Makefile.am: Include compile.am.
2375
23762000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2377
2378        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2379        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2380
23812000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2382
2383        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2384
23852000-08-31      Joel Sherrill <joel@OARcorp.com>
2386
2387        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2388        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2389        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2390        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2391        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2392        * libnetworking/wbase64.c: Removed.
2393        * libnetworking/Makefile.am, libnetworking/asp.c,
2394        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2395        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2396        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2397        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2398        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2399        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2400        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2401        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2402        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2403        Modified.
2404
24052000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2406
2407        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2408
24092000-08-30      Joel Sherrill <joel@OARcorp.com>
2410
2411        * libnetworking/rtems_webserver/license.txt: New file.
2412
24132000-08-10      Joel Sherrill <joel@OARcorp.com>
2414
2415        * ChangeLog: New file.
2416        * libchip/ChangeLog: New file.
2417        * librdbg/ChangeLog: New file.
2418        * libnetworking/ChangeLog: New file.
2419
Note: See TracBrowser for help on using the repository browser.