source: rtems/c/src/ChangeLog @ ac200c1

4.104.114.84.95
Last change on this file since ac200c1 was cd38196f, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/04 at 17:34:00

2004-04-09 Greg Menke <gregory.menke@…>

PR 607/networking

  • libchip/network/dec21140.c: Made PCI configuration minimum sane instead of fully specifying unused PCI features.
  • Property mode set to 100644
File size: 99.0 KB
Line 
12004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
2
3        PR 607/networking
4        * libchip/network/dec21140.c: Made PCI configuration minimum sane
5        instead of fully specifying unused PCI features.
6
72004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * configure.ac: Require automake > 1.9.
10
112004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * aclocal/rtems-cpu-subdirs.m4: Add avr.
14
152004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
16
17        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
18        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
19
202004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
23        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
24
252004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
28
292004-07-28  Joel Sherrill <joel@OARcorp.com>
30
31    * aclocal/version.m4: Updated to rtems-4.6.99.1.
32
332004-07-25      Joel Sherrill <joel@OARcorp.com>
34
35        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
36
372004-05-21  Till Strauman <strauman@slac.stanford.edu>
38
39        PR 625/networking
40        * libchip/network/dec21140.c, ... : Prevent name clashes by making
41        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
42        an error rather than panic if no chip is detected (thus allowing
43        for probing).
44        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
45        instead of looping forever.  Avoid divide by zero (crashed my PC).
46        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
47        they are UNTESTED.
48
492004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
52
532004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        * libchip/network/dec21140.c, libchip/network/elnk.c:
56        #include <errno.h>.
57
582004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        * libchip/network/if_media.h: Update from FreeBSD.
61        * libchip/network/open_eth.c, libchip/network/cs8900.c,
62        libchip/network/i82586.c: #include <errno.h>.
63
642004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
67
682004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
71
722004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
75        automake).
76
772004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
78
79        PR 599/pppd
80        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
81
822004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * optman/rtems/no-region.c: Reflect having changed
85        rtems_region_get_segment_size.
86
872004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
88
89        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
90        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
91        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
92        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
93        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
94        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
95        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
96
972004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
98
99        * libchip/ide/ata.c, libchip/network/dec21140.c,
100        libchip/network/elnk.c, libchip/network/i82586.c,
101        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
102        libchip/network/open_eth.c, libchip/network/sonic.c,
103        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
104        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
105        libchip/shmdr/init.c, libchip/shmdr/intr.c,
106        libchip/shmdr/shm_driver.h: Cosmetics.
107
1082004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
109
110        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
111        optman/rtems/no-msg.c, optman/rtems/no-part.c,
112        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
113        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
114        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
115        fixed size types.
116
1172004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
118
119        * configure.ac: Explicitly pass --includedir and --libdir to
120        cpukit/configure.
121
1222004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
123
124        * librdbg/Makefile.am: Fix rpcgen rules.
125        * librdbg/src/i386/any/remdeb_xdr.c,
126        librdbg/src/m68k/any/remdeb_xdr.c,
127        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
128        Reflect changes to librdbg/Makefile.am.
129
1302004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        * configure.ac: Reflect changes testsuites/configure.ac and
133        cpukit/configure.ac.
134
1352004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
138        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
139
1402004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
141
142        * configure.ac: Reflect changes to testsuites's configuration.
143
1442004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
145
146        PR/589 rtems
147        * libchip/network/pci.h: Remove (Moved to cpukit).
148
1492004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
152        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
153        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
154        libchip/network/dec21140.c, libchip/network/elnk.c,
155        libchip/network/if_fxp.c, libchip/network/open_eth.c,
156        libchip/network/open_eth.h, libchip/network/sonic.c,
157        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
158        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
159        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
160        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
161        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
162        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
163        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
164        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
165        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
166        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
167        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
168        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
169        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
170        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
171        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
172        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
173        fixed-size types.
174
1752004-03-14      Chris Johns  <chrisj@rtems.org>
176
177        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
178        the BSP example code.
179        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
180        support the DIMMPC. This is a pc386 target with IO port support. Minor
181        formating clean up. Add documentation to the header file.
182        * libchip/network/README.cs8900: The CS8900 driver is documented in the
183        cs8900.h header file.
184
1852004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
188        Cosmetics.
189
1902004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
193        There are no application level Makefiles in here.
194
1952004-03-04      Joel Sherrill <joel@OARcorp.com>
196
197        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
198        they can be used in application level makefiles.
199
2002004-03-05      Joel Sherrill <joel@OARcorp.com>
201
202        * libnetworking/rtems_webserver/ejparse.c,
203        libnetworking/rtems_webserver/emfdb.c,
204        libnetworking/rtems_webserver/sock.c,
205        libnetworking/rtems_webserver/socket.c,
206        libnetworking/rtems_webserver/sym.c,
207        libnetworking/rtems_webserver/webs.c,
208        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
2092004-03-05      Joel Sherrill <joel@OARcorp.com>
210
211        * libchipnetwork/open_eth.c: Remove warnings by conditionally
212        compiling this file only only those CPU families with supported
213        exception models.
214
2152004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * acinclude.m4: Fix loosing arguments when configuring cpukit and
218        testsuites (Was exposed with --enable-multilib, only).
219        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
220         Add RTEMS_BSP_CONFIG_SUBDIR.
221        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
222        testsuites's configure.
223        * aclocal/rtems-top.m4: Remove ENDIF hack.
224        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
225
2262004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
229        wrapup/Makefile.am: Fix automake problems having been introduced
230        in previous patch.
231
2322004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
235        Preinstall dirs.
236        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
237        * aclocal/check-multiprocessing.m4: Cosmetics.
238        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
239        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
240
2412004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
244        librdbg/src/Makefile.am.
245        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
246        * configure.ac: Reflect changes above.
247        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
248        * wrapup/Makefile.am: Reflect changes above.
249        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
250
2512004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
254
2552004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
258
2592004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * wrapup/Makefile.am: Reflect new location of librdbg.a.
262
2632004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
266        librdbg/src/powerpc/Makefile.am: Remove.
267        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
268        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
269        * configure.ac: Reflect changes above.
270
2712004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273
2742004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
277        STRIP.
278
2792004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * librdbg/include/Makefile.am: Merge-in
282        librdbg/include/rdbg/i386/Makefile.am,
283        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
284        librdbg/include/rdbg/powerpc/Makefile.am.
285        * librdbg/include/rdbg/i386/Makefile.am,
286        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
287        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
288        * configure.ac: Reflect changes above.
289
2902004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Use AS_HELP_STRING(ada).
293
2942004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * aclocal/bspopts.m4: Use AS_HELP_STRING.
297        * aclocal/bsp-configure.m4: Require autoconf-2.59.
298        Use AC_CONFIG_HEADERS.
299        * aclocal/check-custom-bsp.m4: Add bspkit-support.
300        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
301
3022004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: include local.am.
305
3062004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * aclocal/version.m4: 4.6.99.0.
309
3102004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Don't include host.am.
313        * automake/compile.am: Further cleanups.
314
3152004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * automake/lib.am: Remove (Unused).
318
3192004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * wrapup/Makefile.am: Don't include lib.am.
322        * automake/compile.am: Use automake compilation rules.
323
3242004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * libnetworking/pppd/Makefile.am,
327        libnetworking/rtems_servers/Makefile.am,
328        libnetworking/rtems_telnetd/Makefile.am,
329        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
330        support/Makefile.am: Don't include lib.am.
331
3322004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * libchip/Makefile.am: Don't include lib.am.
335        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
336        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
337        unnecessary EXTRA_DISTs.
338
3392004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
342        hack.
343
3442004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
347        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
348        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
349        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
350
3512004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
354        Add AM_CONDITIONAL(HAS_MP).
355        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
356        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
357        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
358        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
359        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
360        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
361        (Deprecated by autoconf 2.59).
362
3632004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
366        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
367
3682004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * ChangeLog: Merge-in libnetworking/ChangeLog.
371        * libnetworking/ChangeLog: Remove.
372        * ChangeLog: Merge-in librdbg/ChangeLog.
373        * librdbg/ChangeLog: Remove.
374        * ChangeLog: Merge-in libchip/ChangeLog.
375        * libchip/ChangeLog: Remove.
376        * ChangeLog: Merge-in optman/ChangeLog.
377        * optman/ChangeLog: Remove.
378
3792004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * configure.ac: Reflect changes to cpukit.
382        * wrapup/Makefile.am: Reflect changes to librdbg.
383        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
384        * libchip/Makefile.am: Add PREINSTALL_DIRS.
385        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
386        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
387        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
388        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
389        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
390        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
391        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
392
3932004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * aclocal/rtems-top.m4: Remove check for version.m4.
396        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
397
3982004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
401        * wrapup/Makefile.am: Reflect changes to libchip/*.
402        * support/Makefile.am: Use automake compilation rules.
403        * wrapup/Makefile.am: Reflect changes to support/*.
404        * configure.ac: Remove libnetworking/wrapup/Makefile.
405        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
406        libnetworking/*/lib*.a instead of libnetapps.a.
407        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
408        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
409        * optman/Makefile.am: Use automake compilation rules.
410        * libchip/Makefile.am: Fix typo in previous patch.
411        * libchip/Makefile.am: Use automake compilation rules.
412        * libnetworking/Makefile.am: Remove wrapup.
413        * libnetworking/pppd/Makefile.am: Build libpppd. Use
414        automake-compilation rules.
415        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
416        automake-compilation rules.
417        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
418        automake-compilation rules.
419        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
420        automake-compilation rules.
421        * libnetworking/wrapup/Makefile.am: Remove (Unused).
422
4232004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
426        PRE/TMPINSTALL_FILES to CLEANFILES.
427        * automake/lib.am: Remove TMPINSTALL_FILES.
428        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
429        PRE/TMPINSTALL_FILES to CLEANFILES.
430        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
431        PRE/TMPINSTALL_FILES to CLEANFILES.
432        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
433        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
434        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
435        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
436        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
437        * librdbg/src/i386/Makefile.am: Ditto.
438        * librdbg/src/m68k/Makefile.am: Ditto.
439        * librdbg/src/powerpc/Makefile.am: Ditto.
440        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
441        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
442        * libnetworking/rtems_servers/Makefile.am: Ditto.
443        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
444        * libnetworking/rtems_webserver/Makefile.am: Ditto.
445
4462004-01-07      Joel Sherrill <joel@OARcorp.com>
447
448        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
449        more completely covers the MIPS family.
450
4512003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * wrapup/Makefile.am: Reflect changes to shmdr.
454        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
455
4562003-12-18      Joel Sherrill <joel@OARcorp.com>
457
458        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
459        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
460        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
461        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
462        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
463        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
464        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
465
4662003-12-17      Joel Sherrill <joel@OARcorp.com>
467
468        * aclocal/version.m4: Updated to rtems-20031217-test.
469
4702003-12-17     
471
472        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
473        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
474
4752003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * automake/compile.am: Remove LINK_LIBS (Unused).
478        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
479
4802003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
483        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
484        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
485        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
486        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
487
4882003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
491        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
492        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
493        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
494        * librdbg/src/i386/Makefile.am:
495        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
496        * librdbg/src/m68k/Makefile.am:
497        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
498        * librdbg/src/powerpc/Makefile.am:
499        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
500
5012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
504        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
505        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
506        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
507        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
508        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
509        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
510        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
511        * optman/Makefile.am: Remove project_libdir.
512        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
513        PRE/TMPINSTALL_FILES.
514        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
515        PRE/TMPINSTALL_FILES.
516        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
517        PRE/TMPINSTALL_FILES.
518        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
519        PRE/TMPINSTALL_FILES.
520        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
521        from PRE/TMPINSTALL_FILES.
522        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
523        PRE/TMPINSTALL_FILES.
524        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
525        PRE/TMPINSTALL_FILES.
526        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
527        PRE/TMPINSTALL_FILES.
528        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
529        PRE/TMPINSTALL_FILES.
530        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
531        PRE/TMPINSTALL_FILES.
532        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
533        PRE/TMPINSTALL_FILES.
534        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
535        from PRE/TMPINSTALL_FILES.
536
5372003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
540        * automake/lib.am: Remove project_libdir.
541        * wrapup/Makefile.am: Reworked.
542
5432003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * configure.ac: Reflect changes to librdbg.
546        * optman/Makefile.am: Add tmpinstall dirstamp support.
547        * libchip/Makefile.am: Fix variant-tmpinstall support.
548        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
549        * librdbg/src/powerpc/Makefile.am: Merge-in former
550        new_exception_processing/Makefile.am.
551        * librdbg/src/m68k/any/Makefile.am: Remove.
552        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
553        * librdbg/src/i386/any/Makefile.am: Remove.
554        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
555        * librdbg/src/Makefile.am: Cosmetics.
556        * librdbg/include/Makefile.am: Cosmetics.
557        * librdbg/Makefile.am: Cosmetics.
558        * libnetworking/Makefile.am: Cosmetics.
559        * libnetworking/pppd/Makefile.am: Cosmetics.
560        * libnetworking/wrapup/Makefile.am: Cosmetics.
561
5622003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * Makefile.am: Cosmetics.
565        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
566        support.
567
5682003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * automake/compile.am: Remove $(ARCH):-rule.
571
5722003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * configure.ac: Remove lib/libbsp/shared/Makefile,
575        lib/libbsp/shmdr/Makefile.
576
5772003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
580        libchip/serial/Makefile, libchip/rtc/Makefile.
581        * support/Makefile.am: Remove all-local: $(ARCH).
582        * wrapup/Makefile.am: Remove all-local: $(ARCH).
583        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
584        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
585        * optman/Makefile.am: Remove all-local: $(ARCH).
586        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
587        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
588        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
589        compilation dirstamp support.
590        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
591        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
592        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
593        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
594        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
595        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
596        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
597        all-local: $(ARCH).
598        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
599        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
600        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
601        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
602        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
603
6042003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * aclocal/lead-dot.m4: New (from automake-1.7f).
607        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
608        AC_SUBST(dirstamp).
609        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
610        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
611        libchip/serial/Makefile.am: Ditto.
612        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
613        * librdbg/include/Makefile.am: Ditto.
614        * librdbg/include/rdbg/Makefile.am: Ditto.
615        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
616        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
617        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
618        * librdbg/src/Makefile.am: Ditto.
619        * librdbg/src/i386/Makefile.am: Ditto.
620        * librdbg/src/i386/any/Makefile.am: Ditto.
621        * librdbg/src/m68k/Makefile.am: Ditto.
622        * librdbg/src/m68k/any/Makefile.am: Ditto.
623        * librdbg/src/powerpc/Makefile.am: Ditto.
624        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
625        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
626        preinstallation.
627        * libnetworking/pppd/Makefile.am: Ditto.
628        * libnetworking/rtems_servers/Makefile.am: Ditto.
629        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
630        * libnetworking/rtems_webserver/Makefile.am: Ditto.
631        * libnetworking/wrapup/Makefile.am: Ditto.
632
6332003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
636        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
637        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
638        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
639        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
640        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
641        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
642        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
643        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
644        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
645        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
646        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
647        underquoting to silence automake-1.8.
648
6492003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * configure.ac: Reflect having moved tests to ../../testsuites.
652
6532003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
656        * aclocal/canonical-host.m4: Remove.
657        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
658        * configure.ac: Remove RTEMS_CANONICAL_HOST.
659
6602003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * aclocal/check-cpu.m4: Remove.
663        * configure.ac: Merge-in former aclocal/check-cpu.m4.
664        * aclocal/canonical-target-name.m4: Add m4-quotes.
665        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
666        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
667        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
668        * aclocal/check-networking.m4: Add m4-quotes. Require
669        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
670        * aclocal/check-posix.m4: Add m4-quotes. Require
671        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
672        * aclocal/check-rdbg.m4: Add m4-quotes. Require
673        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
674        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
675
6762003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
679        * aclocal/bsp-alias.m4: Remove.
680
6812003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * configure.ac: Make presence of tests/ optional.
684
6852003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * aclocal/path-perl.m4: Remove (Unused).
688
6892003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * automake/force-preinstall.am: Remove.
692
6932003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
694
695        PR 499/rtems_misc
696        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
697        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
698        Configuration (Odd was forced) - Correction of Stop Bit configuration
699        (inversed) - Correction of ISR Handler to call
700        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
701        CTS Hardware flow control Configuration.
702
7032003-09-04      Joel Sherrill <joel@OARcorp.com>
704
705        * lib/libcpu/shared/include/cache.h,
706        lib/libcpu/shared/src/cache_aligned_malloc.c,
707        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
708        license changed.
709        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
710        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
711        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
712        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
713        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
714        for license changed.
715        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
716        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
717        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
718        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
719        libchip/network/cs8900.h, libchip/network/dec21140.c,
720        libchip/network/elnk.c, libchip/network/open_eth.c,
721        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
722        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
723        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
724        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
725        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
726        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
727        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
728        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
729        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
730        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
731        libchip/serial/serial.h, libchip/serial/z85c30.c,
732        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
733        libchip/serial/z85c30_reg.c: URL for license changed.
734
7352003-09-03      Jiri Gaisler <jiri@gaisler.com>
736
737        PR 477/networking
738        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
739        * libchip/network/README.open_eth, libchip/network/open_eth.c,
740        libchip/network/open_eth.h: New files.
741
7422003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * aclocal/rtems-top.m4: Add RTEMS_API.
745        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
746
7472003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
750        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
751        @RTEMS_BSP@.cfg.
752
7532003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
754
755        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
756
7572003-08-20      Joel Sherrill <joel@OARcorp.com>
758
759        * libchip/network/cs8900.c: Correct copyright statements.
760
7612003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * aclocal/check-itron.m4: Remove.
764        * aclocal/enable-inlines.m4: Remove.
765        * Makefile.am: Reflect having moved aclocal/.
766        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
767        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
768        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
769        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
770        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
771        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
772        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
773        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
774        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
775        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
776        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
777        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
778        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
779        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
780        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
781        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
782        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
783        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
784        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
785        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
786        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
787        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
788        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
789        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
790        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
791        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
792        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
793        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
794        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
795        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
796        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
797        * aclocal/multilib.m4: New (Copied from ../../aclocal).
798        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
799        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
800        * aclocal/ppc.m4: New (Copied from ../../aclocal).
801        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
802        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
803        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
804        * aclocal/project-root.m4: New (Copied from ../../aclocal).
805        * aclocal/quoting.m4: New (Copied from ../../aclocal).
806        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
807        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
808        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
809        * aclocal/target.m4: New (Copied from ../../aclocal).
810        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
811        * aclocal/version.m4: New (Copied from ../../aclocal).
812
8132003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
814
815        * configure.ac: Remove stray comments.
816        * automake/local.am, automake/host.am: Remove "debug".
817
8182003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * Makefile.am: Reflect having moved automake/.
821        * lib/Makefile.am: Reflect having moved automake/.
822        * support/Makefile.am: Reflect having moved automake/.
823        * wrapup/Makefile.am: Reflect having moved automake/.
824        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
825        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
826        from ../../automake).
827        * optman/Makefile.am: Reflect having moved automake/.
828        * libchip/Makefile.am: Reflect having moved automake/.
829        * libchip/ide/Makefile.am: Reflect having moved automake/.
830        * libchip/network/Makefile.am: Reflect having moved automake/.
831        * libchip/rtc/Makefile.am: Reflect having moved automake/.
832        * libchip/serial/Makefile.am: Reflect having moved automake/.
833        * librdbg/Makefile.am: Reflect having moved automake/.
834        * librdbg/include/Makefile.am: Reflect having moved automake/.
835        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
836        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
837        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
838        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
839        automake/.
840        * librdbg/src/Makefile.am: Reflect having moved automake/.
841        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
842        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
843        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
844        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
845        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
846        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
847        having moved automake/.
848        * libnetworking/Makefile.am: Reflect having moved automake/.
849        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
850        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
851        automake/.
852        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
853        automake/.
854        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
855        automake/.
856        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
857
8582003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
859
860        * Makefile.am: Add bsp.pc.in.
861        * bsp.pc.in: New (pkgconfig support).
862
8632003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
864
865        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
866
8672003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
868
869        * lib/Makefile.am: New (Required by 'make dist').
870        * lib/ChangeLog: Remove.
871        * lib/.cvsignore: Cleanup.
872        * configure.ac: Reflect having added lib/Makefile.am.
873        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
874        lib/libbsp/configure.ac.
875        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
876        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
877
8782003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
879
880        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
881        * configure.ac: Merge-in librdbg/configure.ac.
882        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
883        librdbg/configure.ac.
884        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
885        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
886        LIBCHIP. Conditionally build include-dirs.
887        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
888        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
889        * librdbg/Makefile.am, librdbg/include/Makefile.am,
890        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
891        librdbg/include/rdbg/m68k/Makefile.am,
892        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
893        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
894        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
895        librdbg/src/powerpc/Makefile.am, librdbg/
896        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
897        configure.ac into ../configure.ac.
898        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
899        * libnetworking/.cvsignore, libnetworking/Makefile.am,
900        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
901        libnetworking/rtems_telnetd/Makefile.am,
902        libnetworking/rtems_webserver/Makefile.am,
903        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
904        into ../configure.ac.
905
9062003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
907
908        PR 427/rtems
909        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
910        * librdbg/src/servtsp.c: Ditto.
911
9122003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
913
914        PR 429/bsps
915        PR 432/bsps
916        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
917        packets are queued onto an elnk board, the ISR will deadlock the device
918        with a tx complete interrupt.  Lighter tx loads are not affected as they
919        end up submitting single packets to the device.
920
9212003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
922
923        * configure.ac: Merge-in libchip/configure.ac. Merge-in
924        optman/configure.ac.
925        * optman/configure.ac: Remove (Merged into ../configure.ac).
926        * optman/Makefile.am: Reflect having merged configure.ac into
927        ../configure.ac.
928        * libchip/configure.ac: Remove (Merged into ../configure.ac).
929        * libchip/Makefile.am, libchip/ide/Makefile.am,
930        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
931        libchip/serial/Makefile.am: Reflect having merged configure.ac into
932        ../configure.ac.
933
9342003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
935
936        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
937
9382003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
939
940        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
941        on i386.
942
9432003-06-13      Joel Sherrill <joel@OARcorp.com>
944
945        * libnetworking/pppd/chat.c: Removed warnings.
946
9472003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
948
949        * libchip/network/README.3com: New file missed in previous commit.
950        PR 405/bsps
951        PR 393/networking
952        * libchip/network/dec21140.c: Fix leak also known as PR393.
953        * libchip/network/elnk.c, libchip/network/if_media.h,
954        libchip/network/mii.h: New files.
955        * libchip/network/Makefile.am: Reflect new files.
956
9572003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * configure.ac: Remove support for profile-variant.
960
9612003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
962
963        PR 397/pppd
964        * libnetworking/pppd/fsm.c: Make peer_mru global again.
965        * libnetworking/pppd/magic.c: Remove *rand48.
966        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
967
9682003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
969
970        * wrapup/Makefile.am: Add libide.a.
971
9722003-04-15      Joel Sherrill <joel@OARcorp.com>
973
974        PR 387/rtems_misc
975        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
976        routines.
977        * libchip/ide/ata_internal.h: Added missing newline and end of file.
978
9792003-04-11      Joel Sherrill <joel@OARcorp.com>
980
981        * libnetworking/rtems_webserver/cgi.c,
982        libnetworking/rtems_webserver/sockGen.c,
983        libnetworking/rtems_webserver/umui.c,
984        libnetworking/rtems_webserver/websSSL.c,
985        libnetworking/rtems_webserver/websSSL.h,
986        libnetworking/rtems_webserver/websda.c,
987        libnetworking/rtems_webserver/websda.h: New files. Not included in
988        previous commit.
989
9902003-04-10      Joel Sherrill <joel@OARcorp.com>
991
992        PR 371/pppd
993        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
994        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
995        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
996        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
997        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
998        still global symbols in rtemspppd.h which might need to be changed or
999        converted into member of a structure which is dereferenced with a
1000        pointer that is managed as a per task variable. But this patch should
1001        avoid many conflicts.
1002
10032003-03-27      Joel Sherrill <joel@OARcorp.com>
1004
1005        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1006        not allowed in the cpukit source code since it must be buildable
1007        independent of any BSP. These files were moved to libchip/ide.
1008        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1009        files.
1010
10112003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1012
1013        PR 368/filesystems
1014        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1015        improvements which now work on pc386 and mbx8xx.
1016        * libchip/ide/ide_controller.c: New file.
1017
10182003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1019
1020        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1021
10222003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1023
1024        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1025        * configure.ac: Add support/.
1026        * support/.cvsignore: New.
1027        * support/Makefile.am: New.
1028        * support/version.c: New.
1029        * wrapup/Makefile.am: Add support/libsupport.a.
1030        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1031        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1032        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1033        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1034
10352003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1036
1037        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1038
10392003-02-20      Till Straumann <strauman@slac.stanford.edu>
1040
1041        PR 354/networking
1042        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1043        chip against a table of supported chips. The untested ones are still
1044        commented out, however.
1045
10462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1047
1048        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1049        * configure.ac: AC_PREREQ(2.57).
1050        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1051        * optman/configure.ac: AC_PREREQ(2.57).
1052        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1053        * libchip/configure.ac: AC_PREREQ(2.57).
1054        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1055        * librdbg/configure.ac: AC_PREREQ(2.57).
1056        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1057        * libnetworking/configure.ac: AC_PREREQ(2.57).
1058
10592003-02-06      Joel Sherrill <joel@OARcorp.com>
1060
1061        * libnetworking/pppd/chat.c: Convert routines with common names to
1062        static. This included get_char(), put_char(), and character() among
1063        others.
1064
10652003-02-03      Joel Sherrill <joel@OARcorp.com>
1066
1067        PR 338/filesystem
1068        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1069        rtems_io_lookup_name() (API change).  Unused function removed.
1070
10712003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1072
1073        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1074        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1075        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1076        Eliminate *_O_FILES.
1077        * libnetworking/rtems_servers/Makefile.am,
1078        libnetworking/rtems_webserver/Makefile.am,
1079        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1080
10812002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1082
1083        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1084        Let all-local: depend on $(LIB).
1085        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1086        * optman/Makefile.am: Apply install-data-local to install *.rels.
1087
10882002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1089
1090        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1091        %.c rules.
1092        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1093        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1094        * libchip/rtc/Makefile.am: Ditto.
1095        * libchip/serial/Makefile.am: Ditto.
1096
10972002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1098
1099        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1100        LIBC_DEFINES.
1101        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1102        LIBC_DEFINES.
1103        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1104        LIBC_DEFINES.
1105
11062002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1107
1108        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1109
11102002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1111
1112        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1113        cache-checking.
1114        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1115
11162002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1117
1118        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1119        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1120        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1121        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1122        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1123
11242002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1125
1126        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1127        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1128        Remove.
1129        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1130
11312002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1132
1133        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1134        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1135
11362002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1137
1138        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1139        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1140
11412002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1142
1143        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1144        * optman/rel.am: New.
1145
11462002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1147
1148        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1149        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1150        braino in comment on "exec". Extend --enable-ada handling.
1151
11522002-11-04      Joel Sherrill <joel@OARcorp.com>
1153
1154        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1155        tasks and rolling multiple loops into 1.
1156        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1157        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1158        Removed warnings.
1159
11602002-10-31      Joel Sherrill <joel@OARcorp.com>
1161
1162        * libchip/network/dec21140.c: Removed warnings.
1163        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1164        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1165        librdbg/src/m68k/any/remdeb_xdr.c,
1166        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1167        warnings.
1168        * libnetworking/rtems_webserver/socket.c,
1169        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1170
11712002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1172
1173        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1174        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1175        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1176        above.
1177
11782002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1179
1180        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1181        * wrapup/.cvsignore: Remove autom4te.cache.
1182        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1183        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1184        autom4te.cache.
1185        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1186        autom4te.cache.
1187        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1188        autom4te.cache.
1189
11902002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1191
1192        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1193
11942002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1195
1196        * optman/.cvsignore: Add autom4te.cache.
1197
11982002-09-14      Joel Sherrill <joel@OARcorp.com>
1199
1200        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1201
12022002-09-07      Joel Sherrill <joel@OARcorp.com>
1203
1204        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1205        include files to resolve warnings.
1206
12072002-09-07      Chris Johns <ccj@acm.org>
1208
1209        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1210        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1211        which corrects the problem  where the cs8900.c file was actually the BSP
1212        glue.  Joel did some hacking so this file will compile.  Previously it
1213        required providing a target.h file to compile.
1214        * libchip/network/cs8900.c.bsp: New file.
1215
12162002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1217
1218        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1219
12202002-08-31      Joel Sherrill <joel@OARcorp.com>
1221
1222        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1223        eliminate warning.
1224
12252002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1226
1227        * configure.ac: Add ada-tests.
1228
12292002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1230
1231        * Makefile.am: Add preinstall-stamp.
1232
12332002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1234
1235        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1236        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1237        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1238        gcc31 happy.
1239        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1240        cp.
1241
12422002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1243
1244        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1245        make/bsp.mak.
1246        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1247        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1248
12492002-08-12      Joel Sherrill <joel@OARcorp.com>
1250
1251        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1252        avoid error.
1253
12542002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1255
1256        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1257        * configure.ac: Add BSP_SUBDIRS.
1258        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1259        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1260        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1261        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1262        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1263        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1264        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1265        RTEMS_CHECK_BSP_CACHE.
1266        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1267        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1268        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1269        .$(OBJEXT) instead of .o.
1270        * libnetworking/pppd/Makefile.am,
1271        libnetworking/rtems_servers/Makefile.am,
1272        libnetworking/rtems_telnetd/Makefile.am,
1273        libnetworking/rtems_webserver/Makefile.am,
1274        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1275
12762002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1277
1278        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1279        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1280        ../libchip/serial/$(ARCH)/libserialio.a.
1281        * libchip/serial/Makefile.am: Don't tmp-install lib.
1282        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1283
12842002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1285
1286        * Makefile.am: Add rtems_makedir.
1287        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1288        * Makefile.am: Add wrapup-SUBDIR.
1289        * wrapup/ChangeLog: Remove.
1290        * wrapup/configure.ac: Remove.
1291        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1292        (Make the bare BSP happy).
1293        * configure.ac: Ditto.
1294        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1295        Create make/custom/default.cfg.
1296        * configure.ac: Add creation of make/custom/*.cfg. Create
1297        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1298
12992002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1300
1301        * Makefile.am: Clean $(PROJECT_RELEASE).
1302
13032002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1304
1305        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1306        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1307        prototype mismatches.
1308
13092002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1310
1311        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1312        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1313
13142002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1315
1316        * acinclude.m4: Add test "$multilib" != "yes".
1317        * config-ml.in: Remove.
1318        * acinclude.m4: Cleanups.
1319        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1320        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1321        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1322        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1323        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1324
13252002-07-16      Eric Norum <eric.norum@usask.ca>
1326
1327        * New driver for the Intel EtherExpressPro (82559ER) chip.
1328        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1329        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1330        * libchip/network/Makefile.am: Modified to reflect above.
1331
13322002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1333
1334        * acinclude.m4: New.
1335        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1336        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1337        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1338
13392002-07-01      Joel Sherrill <joel@OARcorp.com>
1340
1341        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1342        _Objects_Information_table now that it is a two dimensional array based
1343        upon API and class.
1344        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1345        of strnlen().
1346
13472002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1348
1349        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1350        preinstall libnetapps.a.
1351
13522002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1353
1354        * configure.ac: Remove librpc.
1355
13562002-06-25      Joel Sherrill <joel@OARcorp.com>
1357
1358        * Per PR233, moved librpc to exec.
1359        * configure.ac, wrapup/Makefile.am: Modified.
1360        * librpc, librpc/ChangeLog: Removed.
1361
13622002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1363
1364        * optman/Makefile.am: Remove multilib support.
1365        * optman/configure.ac: Ditto.
1366        * optman/sapi/Makefile.am: Ditto.
1367
13682002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1369
1370        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1371        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1372
13732002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1374
1375        Move networking libraries to c/src/exec/libnetworking
1376        * libnetworking/configure.ac, libnetworking/Makefile.am,
1377        libnetworking/wrapup/Makefile.am: Reflect Moval.
1378
13792002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1380
1381        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1382        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1383        <rtems/bspIo.h>.
1384
13852002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1386
1387        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1388        * libnetworking/rtems/mkrootfs.h: Ditto.
1389        * libnetworking/rtems/Makefile.am: Reflect changes above.
1390
13912002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1392
1393        * configure.ac: Remove lib.
1394
13952002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1396
1397        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1398        that exception stack frames on M68K members with VBR always are 6 byte
1399        long. The incorrect assumption resulted in some gdb commands like "next"
1400        to fail on the 68360.
1401
14022002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1403
1404        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1405        PR 220
1406        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1407        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1408        CVS.
1409        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1410        libnetworking/sys/filio.h: Remove.
1411        * libnetworking/sys/Makefile.am: Reflect changes above.
1412
14132002-05-07      Chris Johns <ccj@acm.org>
1414
1415        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1416        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1417        requires it to be stripped.
1418
14192002-05-01      Eric Norum <eric.norum@usask.ca>
1420
1421        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1422        assembly  to satisfy gcc 3.1 and newer.
1423
14242002-04-26      Eric Norum <eric.norum@usask.ca>
1425
1426        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1427        agressive optimization in gcc 3.1 does not reorder things.
1428
14292002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1430
1431        * libchip/network/dec21140.c: Reflect changes to powerpc's
1432        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1433        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1434        <rtems/score/cpu.h>.
1435        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1436        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1437
14382002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1439
1440        * optman/configure.ac: Remove ENABLE_GCC28.
1441
14422002-04-11      Chris Johns <ccj@acm.org>
1443
1444        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1445        driver control block field to the ifconfig network driver structure.
1446        This field is needed by the i82586 driver which was ported from NetBSD
1447        as it had better hardware abstraction.
1448        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1449        PR59, added the drv_ctrl driver control block field to the ifconfig
1450        network driver structure. This field is needed by the i82586 driver
1451        which was ported from NetBSD as it had better hardware abstraction.
1452
14532002-04-10      Mike Siers <mikes@poliac.com>
1454
1455        * libnetworking/rtems_webserver/NOTES,
1456        libnetworking/rtems_webserver/asp.c,
1457        libnetworking/rtems_webserver/balloc.c,
1458        libnetworking/rtems_webserver/default.c,
1459        libnetworking/rtems_webserver/ej.h,
1460        libnetworking/rtems_webserver/ejIntrn.h,
1461        libnetworking/rtems_webserver/ejlex.c,
1462        libnetworking/rtems_webserver/ejparse.c,
1463        libnetworking/rtems_webserver/emfdb.c,
1464        libnetworking/rtems_webserver/emfdb.h,
1465        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1466        libnetworking/rtems_webserver/handler.c,
1467        libnetworking/rtems_webserver/license.txt,
1468        libnetworking/rtems_webserver/md5.h,
1469        libnetworking/rtems_webserver/md5c.c,
1470        libnetworking/rtems_webserver/mime.c,
1471        libnetworking/rtems_webserver/misc.c,
1472        libnetworking/rtems_webserver/ringq.c,
1473        libnetworking/rtems_webserver/rom.c,
1474        libnetworking/rtems_webserver/security.c,
1475        libnetworking/rtems_webserver/sock.c,
1476        libnetworking/rtems_webserver/sym.c,
1477        libnetworking/rtems_webserver/uemf.c,
1478        libnetworking/rtems_webserver/uemf.h,
1479        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1480        libnetworking/rtems_webserver/url.c,
1481        libnetworking/rtems_webserver/value.c,
1482        libnetworking/rtems_webserver/wbase64.c,
1483        libnetworking/rtems_webserver/webcomp.c,
1484        libnetworking/rtems_webserver/webpage.c,
1485        libnetworking/rtems_webserver/webrom.c,
1486        libnetworking/rtems_webserver/webs.c,
1487        libnetworking/rtems_webserver/webs.h,
1488        libnetworking/rtems_webserver/websuemf.c,
1489        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1490        2.1.4.
1491
14922002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1493
1494        * libchip/network/i82586.c: Include <string.h>.
1495        * libchip/network/sonic.c: Ditto.
1496
14972002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1498
1499        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1500
15012002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1502
1503        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1504
15052002-03-27      Thomas.Doerfler@imd-systems.de
1506
1507        PR 144
1508        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1509        memory address 0 when called for the first time. This is done when
1510        trying to clear the variable "dhcp_hostname".
1511
15122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1513
1514        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1515        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1516        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1517        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1518        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1519        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1520        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1521        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1522        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1523        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1524        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1525        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1526        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1527        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1528        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1529        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1530        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1531        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1532        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1533        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1534        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1535        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1536        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1537        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1538        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1539        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1540        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1541        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1542        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1543        AUTOMAKE_OPTIONS.
1544        * libnetworking/configure.ac:
1545        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1546        foreign 1.6]).
1547        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1548        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1549        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1550        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1551        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1552        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1553        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1554        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1555        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1556        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1557        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1558        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1559        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1560        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1561        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1562        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1563        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1564
15652002-03-27      Ilya Alexeev <ilya@continuum.ru>
1566
1567        PR 162
1568        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1569        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1570        used in a device write routines.  Now ppp_softc structure have own
1571        character for writing to device (sc_outchar).  I think that converting
1572        local variables to static is not a right solution, because problems will
1573        occur in the case of two or more ppp instances.
1574        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1575        must be u_long, otherwise in the case of the big output packet endless
1576        loop may occur.
1577
15782002-03-21      Ilya Alexeev <ilya@continuum.ru>
1579
1580        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1581        preparations for multiple PPPD connections.
1582
15832002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1584
1585        PR 149
1586        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1587        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1588        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1589        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1590
15912002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1592
1593        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1594        * configure.ac: Modified to reflect addition.
1595
15962002-02-27      Ilya Alexeev <ilya@continuum.ru>
1597
1598        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1599        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1600        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1601        capabilities as well as eliminate some warnings.
1602
16032002-02-27      Eric Norum <eric.norum@usask.ca>
1604
1605        * libnetworking/net/radix.c: Properly handle fetching the default route
1606        when there is no route.  This was a bug in the original FreeBSD code and
1607        this fix is from an updated version of their code.
1608
16092002-02-16      Eric Norum <eric.norum@usask.ca>
1610
1611        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1612        checking.
1613
16142002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1615
1616        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1617        dodefaultroute.
1618
16192002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1620
1621        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1622        include <rtems/seterr.h>.
1623
16242002-02-01      Mike Siers <mikes@poliac.com>
1625
1626        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1627        avoid bringing the link down too fast. NOTE: Mike reports successfully
1628        running at 56K baud on a direct link.
1629
16302002-02-01      Eric Valette <valette@crf.canon.fr>
1631
1632        * librdbg/So many patches have been posted recently on the mailing list
1633        and  because we were unable to find correct solution to compile on
1634        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1635        because the coding  style of rdbg was rather inconsistant among various
1636        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1637        global coding style (using indent + manual edits), 2) incorporate/review
1638        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1639        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1640        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1641        after rdbg initialization is done, NB : the paches is huge but it is
1642        mainly due to coding styke chnages.  Only few lines of codes have been
1643        really changed and they do not impact  rdbg functionnality (AFAIKT).
1644        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1645        librdbg/include/rdbg/m68k/rdbg_f.h,
1646        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1647        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1648        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1649        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1650        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1651        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1652        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1653        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1654        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1655        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1656        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1657        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1658        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1659        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1660        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1661        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1662
16632002-01-31      Mike Siers <mikes@poliac.com>
1664
1665        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1666        * Nice Update of PPPD support which eliminates the requiremetn that
1667        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1668        and reports that it seems to be more stable and handle larger packets
1669        better.  This patch replaces the termios tasks with more general pppd
1670        network driver tasks.  The functions pppinput() and pppstart() get
1671        called from the interrupt service routine.
1672        * libnetworking/Makefile.am, libnetworking/configure.ac,
1673        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1674        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1675        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1676        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1677        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1678        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1679        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1680        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1681        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1682        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1683        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1684        libnetworking/net/route.c, libnetworking/net/route.h,
1685        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1686        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1687        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1688        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1689        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1690        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1691        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1692        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1693        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1694        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1695        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1696        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1697        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1698        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1699        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1700        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1701        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1702        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1703        libnetworking/pppd/example/README,
1704        libnetworking/pppd/example/netconfig.h,
1705        libnetworking/wrapup/Makefile.am: Modified.
1706        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1707        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1708        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1709        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1710        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1711        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1712        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1713        libnetworking/modem/pppcompress.c: Subdirectory removed.
1714
17152002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1716
1717        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1718        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1719
17202002-01-18      Till Straumann <strauman@slac.stanford.edu>
1721
1722        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1723        issues: - exception handler needs to enable MSR_FP if the interrupted
1724        thread is FP enabled. - printk message for MSR fixed and added
1725        stacktrace. NOTE: this requires the stacktrace patch to
1726        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1727        however).
1728
17292002-01-06      Joel Sherrill <joel@OARcorp.com>
1730
1731        * optman/.cvsignore: Added aclocal.m4 and configure.
1732        * optman/.cvsignore: New file.
1733
17342002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1735
1736        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1737
17382002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1739
1740        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1741        * optman/ChangeLog: New.
1742        * optman/configure.ac: New.
1743        * optman/Makefile.am: New.
1744        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1745        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1746
17472001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1748
1749        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1750
17512001-12-18      Eric Norum <eric.norum@usask.ca>
1752
1753        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1754        `directories' (path names with a / at the end) while disallowing open()
1755        operations on TFTP `directories'.
1756
17572001-12-07      Eric Norum <eric.norum@usask.ca>
1758
1759        * libnetworking/lib/tftpDriver.c: Restore write capability.
1760
17612001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1762
1763        * libchip/network/sonic.h: Fix typo.
1764        * libnetworking/arpa/Makefile.am: Remove stray lines.
1765
17662001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1767
1768        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1769
17702001-10-18      Eric Norum <eric.norum@usask.ca>
1771
1772        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1773        chdir() and open() operations within the TFTP file system.
1774
17752001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1776
1777        * librdbg/configure.ac: Fix latent bug exposed by removal of
1778        config.cache's which prevented powerpc targets librdbg from building.
1779
17802001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1781
1782        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1783        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1784        autoconf-2.52 happy.
1785
17862001-10-12      Mike Siers <mikes@poliac.com>
1787
1788        * libnetworking/Update to stable working state.  Congratulations Mike!
1789        :).
1790        * libnetworking/modem_example: Directory removed.
1791        * libnetworking/modem_example/16550.h,
1792        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
1793        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
1794        libnetworking/modem_example/ppp.h,
1795        libnetworking/modem_example/pppcompress.c: Files removed.
1796        * libnetworking/pppd/example/pppd.options: New file.
1797        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
1798        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1799        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1800        libnetworking/pppd/rtemsmain.c: Updated.
1801
18022001-10-12      Joel Sherrill <joel@OARcorp.com>
1803
1804        * libchip/serial/z85c30.c: Fixed typo.
1805
18062001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1807
1808        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1809        * configure.in: Remove.
1810        * configure.ac: New file, generated from configure.in by autoupdate.
1811        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1812        * libchip/configure.in: Remove.
1813        * libchip/configure.ac: New file, generated from configure.in by
1814        autoupdate.
1815        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1816        * librdbg/configure.in: Remove.
1817        * librdbg/configure.ac: New file, generated from configure.in by
1818        autoupdate.
1819        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1820        * libnetworking/configure.in: Remove.
1821        * libnetworking/configure.ac: New file, generated from configure.in by
1822        autoupdate.
1823
18242001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1825
1826        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
1827        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
1828        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
1829
18302001-09-27      Joel Sherrill <joel@OARcorp.com>
1831
1832        * libchip/ChangeLog: Fixed typo in date.
1833
18342001-09-27      Eric Norum <eric.norum@usask.ca>
1835
1836        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
1837        TFTP  filesystem.
1838
18392001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1840
1841        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
1842        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
1843        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
1844        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
1845        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1846        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1847        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1848        'PREINSTALL_FILES ='.
1849        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
1850        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
1851        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
1852        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
1853        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
1854        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
1855        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
1856        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
1857        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
1858        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
1859        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
1860        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
1861
18622001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1863
1864        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
1865        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
1866        * librdbg/src/m68k/any/Makefile.am: Ditto.
1867        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1868        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
1869        happy.
1870
18712001-09-21      Joel Sherrill <joel@OARcorp.com>
1872
1873        * libchip/network/Makefile.am: Fixed typo on file name.
1874        * libchip/network/i82586.c: Commented out line 318 which is referencing
1875        a member of a structure that is not currently there.  This needs to be
1876        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
1877        to C style.
1878
18792001-09-19      Eric Norum <eric.norum@usask.ca>
1880
1881        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
1882
18832001-09-19      Chris Johns <ccj@acm.org>
1884
1885        * libchip/network/README.i82586, libchip/network/i82586.c,
1886        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
1887        Network driver for Intel i82586.
1888        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
1889        rtems/rtems_bsdnet_internal.h Added support for populating the initial
1890        "root" filesystem with information obtained via the DHCP response.
1891
18922001-09-14      Eric Norum <eric.norum@usask.ca>
1893
1894        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
1895        make gcc 3.x happy.
1896
18972001-08-16      Mike Siers <mikes@poliac.com>
1898
1899        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
1900        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
1901        These support callback functionality that has not even been compiled
1902        under RTEMS yet.
1903        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
1904        example application.  Mike's notes on the modifications: - renamed
1905        error() function because of namespace problems - removed calls to the
1906        exit() funciton - removed extra files from the pppd source directory -
1907        defined pppd task constant values in rtemspppd.h - modifyied example
1908        code to get actual tick per second value - placed the pppd 2.3.11 man
1909        page file (pppd.8) into the pppd directory.
1910        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1911        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
1912        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1913        libnetworking/pppd/rtems-ppp.c: Deleted.
1914        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
1915        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1916        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
1917        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
1918        libnetworking/pppd/example/init.c,
1919        libnetworking/pppd/example/netconfig.h,
1920        libnetworking/pppd/example/ppp.conf,
1921        libnetworking/pppd/example/pppdapp.c,
1922        libnetworking/pppd/example/system.h: New files.
1923        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
1924        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
1925        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
1926        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1927        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1928        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1929        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1930        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1931        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1932        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1933        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1934        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1935        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1936        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
1937        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
1938
19392001-08-16      Joel Sherrill <joel@OARcorp.com>
1940
1941        * libnetworking/pppd/example/Makefile: Removed.
1942        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
1943        to avoid bootstrap -c clobbering it.
1944        * libnetworking/rtems_telnetd/.cvsignore: New file.
1945
19462001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1947
1948        * libnetworking/Makefile.am, libnetworking/configure.in,
1949        libnetworking/rtems_servers/Makefile.am,
1950        libnetworking/rtems_servers/telnetd.c,
1951        libnetworking/rtems_servers/telnetd.h,
1952        libnetworking/rtems_telnetd/Makefile.am,
1953        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1954        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1955        libnetworking/rtems_telnetd/telnetd.c,
1956        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
1957        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
1958        effect when ftpd change. - the tcp/ip stats have been implemented into
1959        icmds.c and started when telnetd daemon is started.
1960        * libnetworking/rtems_servers/telnetd.c,
1961        libnetworking/rtems_servers/telnetd.h: Removed.
1962        * libnetworking/rtems_telnetd: New directory.
1963        * libnetworking/rtems_telnetd/Makefile.am,
1964        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1965        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1966        libnetworking/rtems_telnetd/telnetd.c,
1967        libnetworking/rtems_telnetd/telnetd.h: New files.
1968
19692001-06-14      Joel Sherrill <joel@OARcorp.com>
1970
1971        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
1972        Moved from libmisc/shell so the network stack to address network
1973        depenendency.
1974        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
1975
19762001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1977
1978        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
1979
19802001-05-15      Joel Sherrill <joel@OARcorp.com>
1981
1982        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1983        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
1984        accidentally deleted the incorrectly empty versions.
1985
19862001-05-14      Till Straumann <strauman@slac.stanford.edu>
1987
1988        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
1989        libchip/pci/Makefile.am: Per PR215 address the following issues: -
1990        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
1991        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
1992        to know the values) - the affected BSP (shared/motorola) headers have
1993        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
1994        driver (libchip/network/dec21140.c) has been fixed to use
1995        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
1996        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
1997        who is using this driver. - the DEC driver also has been fixed to use
1998        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
1999        delay_in_bus_cycles().
2000
20012001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2002
2003        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2004
20052001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2006
2007        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2008
20092001-04-24      Eric Norum <eric.norum@usask.ca>
2010
2011        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2012        NTP synchronization a little more robust -- no NTP daemon yet, but at
2013        least it trys a little harder when the primary NTP server is down.
2014
20152001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2016
2017        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2018        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2019        libnetworking/pppd/modem_example/modem.c,
2020        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2021        other strings into English.
2022        * libnetworking/pppd/STATUS: updated to reflect the changes.
2023
20242001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2025
2026        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2027        again.
2028
20292001-04-20      Eric Valette <valette@crf.canon.fr>
2030
2031        * mcp750 directory renamed new_exception processing as it supports many
2032        more CPU models.
2033        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2034        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2035        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2036        formerly in mcp750 plus modifications.
2037        * librdbg/src/powerpc/mcp750/.cvsignore,
2038        librdbg/src/powerpc/mcp750/Makefile.am,
2039        librdbg/src/powerpc/mcp750/remdeb.h,
2040        librdbg/src/powerpc/mcp750/remdeb_f.x,
2041        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2042        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2043        new_exception_processing.
2044        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2045        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2046        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2047        part of this effort to add support for the MPC8xx.
2048
20492001-04-19      Joel Sherrill <joel@OARcorp.com>
2050
2051        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2052        internal include files.
2053
20542001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2055
2056        PR 158
2057        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2058        rcmd() library call by commenting out the parts that deal with signals.
2059        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2060        stdio. The 'server-side' parts of this file which deal with
2061        authentication are disabled since they are not needed.
2062
20632001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2064
2065        * libnetworking/include/.cvsignore: Remove dangling file.
2066
20672001-03-14      Joel Sherrill <joel@OARcorp.com>
2068
2069        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2070        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2071        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2072        libchip style serial drivers can be written in libcpu or libbsp.
2073
20742001-03-01      Joel Sherrill <joel@OARcorp.com>
2075
2076        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2077        libchip/network/sonic.c, libchip/network/sonic.h,
2078        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2079        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2080        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2081        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2082        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2083        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2084        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2085        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2086
20872001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2088
2089        * librdbg/include/rdbg/Makefile.am,
2090        librdbg/include/rdbg/i386/Makefile.am,
2091        librdbg/include/rdbg/m68k/Makefile.am,
2092        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2093        style on include files.
2094
20952001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2096
2097        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2098        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2099        replace ${..} with $(..).
2100        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2101        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2102        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2103        libnetworking/rtems/Makefile.am, libnetworking/
2104        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2105        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2106        include_*HEADERS instead of H_FILES.
2107        * libnetworking/include/Makefile.am: Remove.
2108        * libnetworking/Makefile.am: Add handling of *.h files.
2109        * libnetworking/configure.in: Remove include/Makefile.
2110
21112001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2112
2113        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2114
21152001-01-31      Sergei Organov <osv@javad.ru>
2116
2117        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2118        current dir and root dir removed in favor of new libio support for
2119        task-local current and root directories. - Bug in `close_data_socket()'
2120        introduced by previous change fixed. - `command_pasv()' changed to set
2121        timeout on socket we are listening on and code fixed to don't close
2122        socket twice on error. - `serr()' changed to clear `errno'. -
2123        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2124        changed to clear `errno' before processing session. -
2125        `close_data_socket()' fixed to close both active and passive sockets -
2126        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2127        empty string  in `exec_command()'.
2128
21292001-01-25      Eric Norum <eric.norum@usask.ca>
2130
2131        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2132        improves throughput on systems which are dropping packets.   Only the
2133        first timeout is reduced.  This keeps the number of extra packets down
2134        on networks that are very busy and dropping lots of packets.
2135
21362001-01-24      Sergei Organov <osv@javad.ru>
2137
2138        * libnetworking/rtems_servers/ftpd.c,
2139        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2140        - Timeouts on sockets implemented. 'idle' field added to configuration.
2141        No timeout by default to keep backward compatibility. Note: SITE IDLE
2142        command not implemented yet. - Basic global access control implemented.
2143        'access' field added to configuration. No access limitations by default
2144        to keep backward compatibility. - Anchor data socket for active mode
2145        (using self IP and port 20.) - Fixed default data port support (still
2146        not tested). - Don't allow IP address different from originating host in
2147        PORT command to improve security. - Fixed bug in MDTM command. - Check
2148        for correctness of parsing of argument in command_port(). - Fixed
2149        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2150        a directory. - Command parsing a little bit improved: command names are
2151        now converted to upper-case to be more compatible with RFC (command
2152        names are not case-sensitive.) - Reformat comments so that they have
2153        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2154        previous changes - True ASCII mode implemented (doesn't work for hooks
2155        and /dev/null) - Passive mode implemented, PASV command added. - Default
2156        port for data connection could be used (untested, can't find ftp client
2157        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2158        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2159
21602001-01-18      Joel Sherrill <joel@OARcorp.com>
2161
2162        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2163        macro using variable arguments.
2164        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2165        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2166        since I updated the main RTEMS development machine to RedHat 7.2 and
2167        apparently got a new version of rpcgen.
2168
21692001-01-12      Sergei Organov <osv@javad.ru>
2170
2171        * libnetworking/rtems_servers/ftpd.c,
2172        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2173        - use pool of pre-created threads to handle sessions instead of
2174        creating/deleting threads on the fly - LIST output is now similar to
2175        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2176        happy with it. - LIST NAME now works (both for files and directories) -
2177        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2178        clients happy  - keep track of CWD for every session separately -
2179        ability to specify root directory name for FTPD in configuration table.
2180        FTPD will then create illusion for FTP clients that this is actually
2181        root directory. - ignore options sent in commands, thus LIST -al FILE
2182        works and doesn't try to list "-al" directory. - buffers are allocated
2183        on stack instead of heap where possible to eliminate malloc/free calls
2184        (avoid possible heap fragmentation troubles). - drop using of task
2185        notepad to pass parameters - use function arguments instead - use
2186        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2187        in socket() instead of AF_INET.
2188
21892001-01-02      Joel Sherrill <joel@OARcorp.com>
2190
2191        * libnetworking/CHANGELOG: Removed.
2192        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2193
21942000-12-14      Eric Norum <eric.norum@usask.ca>
2195
2196        * libnetworking/lib/tftpDriver.c: Added write capability.
2197
21982000-12-08      Joel Sherrill <joel@OARcorp.com>
2199
2200        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2201        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2202        numerous variable declarations conditional on PPP_COMPRESS and
2203        PPP_FILTER.  Commented out variables that were not used because the code
2204        using them was commented out. Removed totally unused variables.
2205        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2206        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2207
22082000-11-30      Joel Sherrill <joel@OARcorp.com>
2209
2210        * libnetworking/modem/ppp_tty.c: Changed to include
2211        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2212        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2213        * libnetworking/Makefile.am: Modified to reflect above.
2214
22152000-11-27      Joel Sherrill <joel@OARcorp.com>
2216
2217        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2218
22192000-11-25      Eric Norum <eric.norum@usask.ca>
2220
2221        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2222        core.
2223
22242000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2225
2226        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2227        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2228        subdir.
2229        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2230        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2231        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2232        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2233        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2234        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2235        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2236        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2237        ppp_tty.c and the real pppd main is in pppmain.c.
2238
22392000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2240
2241        * libchip/network/sonic.c: Added ipalign() routine to align the received
2242        packet so that the ip header is on a 32-bit boundary. Necessary for
2243        cpu's that do not allow unaligned loads and stores and when the 32-bit
2244        DMA mode is used.
2245
22462000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2247
2248        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2249        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2250        ACLOCAL_AMFLAGS.
2251        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2252        ACLOCAL_AMFLAGS.
2253        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2254        ACLOCAL_AMFLAGS.
2255
22562000-11-03      Chris Johns <ccj@acm.org>
2257
2258        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2259        libchip/network/cs8900.h: New files.
2260
22612000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2262
2263        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2264        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2265        $(RTEMS_TOPdir)/aclocal.
2266        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2267        $(RTEMS_TOPdir)/aclocal.
2268        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2269        $(RTEMS_TOPdir)/aclocal.
2270
22712000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2272
2273        * configure.in: Switch to GNU-canonicalization.
2274        * Makefile.am: Reflect changes to configure.in.
2275        * acinclude.m4: Remove.
2276
22772000-10-30      Joel Sherrill <joel@OARcorp.com>
2278
2279        * POSIX include files merged into newlib.  This resulted in some
2280        definitions moving to other files and thus some secondary effects in
2281        RTEMS source code.
2282        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2283        in sync with newlib's <machine/types.h>.
2284        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2285        definition of struct itimerval in <sys/time.h>.
2286
22872000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2288
2289        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2290        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2291        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2292        * ChangeLog: Fix typos.
2293        * configure.in: add tests to the GNU canonicalized subdirectories.
2294
22952000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2296
2297        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2298        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2299        the lib directory before configuring lib/.
2300
23012000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2302
2303        * configure.in, Makefile.am: add exec to the GNU canonicalized
2304        subdirectories.
2305        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2306        * configure.in: add libnetworking, librpc and librdb to the GNU
2307        canonicalized subdirectories.
2308        * configure.in: add libmisc and libchip to the GNU canonicalized
2309        subdirectories.
2310        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2311        Switch to GNU canonicalization.
2312        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2313        Switch to GNU canonicalization.
2314        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2315        Switch to GNU canonicalization.
2316
23172000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2318
2319        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2320        canonicalization to libfs/. The approach is currently a bit of a hack as
2321        GNU canonicalization does not support the per-BSP build some of the
2322        other directories require.  As more of the tree is converted, this will
2323        become less  of an issue.
2324
23252000-10-20      Joel Sherrill <joel@OARcorp.com>
2326
2327        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2328        parameter.
2329
23302000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2331
2332        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2333        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2334        * librdbg/configure.in: Add m68k support.
2335        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2336        subdirectory.
2337        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2338        failure.
2339        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2340        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2341        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2342        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2343        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2344        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2345        librdbg/src/m68k/.cvsignore: New files.
2346        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2347        function pointers.
2348        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2349        _after_ pointer has been checked against NULL.
2350
23512000-10-18      Joel Sherrill <joel@OARcorp.com>
2352
2353        * wrapup/Makefile.am: Added libfs.
2354
23552000-10-18      Chris Johns <ccj@acm.org>
2356
2357        * libfs created.
2358        * configure.in: Added libfs subdirectory.
2359        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2360
23612000-09-28      Joel Sherrill <joel@OARcorp.com>
2362
2363        * libnetworking/rtems_webserver/Makefile.am,
2364        libnetworking/rtems_webserver/base64.c,
2365        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2366        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2367
23682000-09-22      Joel Sherrill <joel@OARcorp.com>
2369
2370        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2371        libnetworking/rtems/rtems_bsdnet_internal.h,
2372        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2373        have included rtems.h.  It is now including precisely the  least amount
2374        of low level, yet portable .h files to get the basic RTEMS types
2375        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2376        used machine/types.h to include rtems.h.
2377
23782000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2379
2380        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2381
23822000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2383
2384        * libnetworking/ChangeLog: Cleanup.
2385
23862000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2387
2388        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2389        * libchip/ChangeLog: Fix formating.
2390
23912000-09-05      Joel Sherrill <joel@OARcorp.com>
2392
2393        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2394        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2395        confusion and to work with the converted flags.
2396
23972000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2398
2399        * wrapup/Makefile.am: Include compile.am.
2400        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2401        libchip/serial/Makefile.am: Include compile.am.
2402        * librdbg/src/i386/any/Makefile.am,
2403        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2404        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2405        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2406        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2407        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2408        libnetworking/rtems_servers/Makefile.am,
2409        libnetworking/rtems_webserver/Makefile.am,
2410        libnetworking/wrapup/Makefile.am: Include compile.am.
2411
24122000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2413
2414        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2415        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2416
24172000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2418
2419        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2420
24212000-08-31      Joel Sherrill <joel@OARcorp.com>
2422
2423        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2424        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2425        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2426        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2427        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2428        * libnetworking/wbase64.c: Removed.
2429        * libnetworking/Makefile.am, libnetworking/asp.c,
2430        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2431        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2432        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2433        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2434        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2435        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2436        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2437        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2438        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2439        Modified.
2440
24412000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2442
2443        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2444
24452000-08-30      Joel Sherrill <joel@OARcorp.com>
2446
2447        * libnetworking/rtems_webserver/license.txt: New file.
2448
24492000-08-10      Joel Sherrill <joel@OARcorp.com>
2450
2451        * ChangeLog: New file.
2452        * libchip/ChangeLog: New file.
2453        * librdbg/ChangeLog: New file.
2454        * libnetworking/ChangeLog: New file.
2455
Note: See TracBrowser for help on using the repository browser.