source: rtems/c/src/ChangeLog @ efab64d

4.104.114.84.95
Last change on this file since efab64d was efab64d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/11/04 at 09:09:41

2004-10-11 Ralf Corsepius <ralf_corsepius@…>

  • libchip/network/dec21140.c: include <rtems/pci.h>.
  • Property mode set to 100644
File size: 99.3 KB
Line 
12004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * libchip/network/dec21140.c: include <rtems/pci.h>.
4
52004-09-29      Joel Sherrill <joel@OARcorp.com>
6
7        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
8        libnetworking/pppd/utils.c: i960 obsoleted and all references
9        removed.
10
112004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
12
13        PR 607/networking
14        * libchip/network/dec21140.c: Made PCI configuration minimum sane
15        instead of fully specifying unused PCI features.
16
172004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * configure.ac: Require automake > 1.9.
20
212004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        * aclocal/rtems-cpu-subdirs.m4: Add avr.
24
252004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
28        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
29
302004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
33        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
34
352004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
38
392004-07-28  Joel Sherrill <joel@OARcorp.com>
40
41    * aclocal/version.m4: Updated to rtems-4.6.99.1.
42
432004-07-25      Joel Sherrill <joel@OARcorp.com>
44
45        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
46
472004-05-21  Till Strauman <strauman@slac.stanford.edu>
48
49        PR 625/networking
50        * libchip/network/dec21140.c, ... : Prevent name clashes by making
51        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
52        an error rather than panic if no chip is detected (thus allowing
53        for probing).
54        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
55        instead of looping forever.  Avoid divide by zero (crashed my PC).
56        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
57        they are UNTESTED.
58
592004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
62
632004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * libchip/network/dec21140.c, libchip/network/elnk.c:
66        #include <errno.h>.
67
682004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * libchip/network/if_media.h: Update from FreeBSD.
71        * libchip/network/open_eth.c, libchip/network/cs8900.c,
72        libchip/network/i82586.c: #include <errno.h>.
73
742004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
77
782004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
81
822004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
85        automake).
86
872004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
88
89        PR 599/pppd
90        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
91
922004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
93
94        * optman/rtems/no-region.c: Reflect having changed
95        rtems_region_get_segment_size.
96
972004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
98
99        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
100        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
101        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
102        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
103        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
104        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
105        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
106
1072004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
108
109        * libchip/ide/ata.c, libchip/network/dec21140.c,
110        libchip/network/elnk.c, libchip/network/i82586.c,
111        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
112        libchip/network/open_eth.c, libchip/network/sonic.c,
113        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
114        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
115        libchip/shmdr/init.c, libchip/shmdr/intr.c,
116        libchip/shmdr/shm_driver.h: Cosmetics.
117
1182004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
119
120        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
121        optman/rtems/no-msg.c, optman/rtems/no-part.c,
122        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
123        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
124        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
125        fixed size types.
126
1272004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
128
129        * configure.ac: Explicitly pass --includedir and --libdir to
130        cpukit/configure.
131
1322004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
133
134        * librdbg/Makefile.am: Fix rpcgen rules.
135        * librdbg/src/i386/any/remdeb_xdr.c,
136        librdbg/src/m68k/any/remdeb_xdr.c,
137        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
138        Reflect changes to librdbg/Makefile.am.
139
1402004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
141
142        * configure.ac: Reflect changes testsuites/configure.ac and
143        cpukit/configure.ac.
144
1452004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
148        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
149
1502004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
151
152        * configure.ac: Reflect changes to testsuites's configuration.
153
1542004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
155
156        PR/589 rtems
157        * libchip/network/pci.h: Remove (Moved to cpukit).
158
1592004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
160
161        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
162        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
163        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
164        libchip/network/dec21140.c, libchip/network/elnk.c,
165        libchip/network/if_fxp.c, libchip/network/open_eth.c,
166        libchip/network/open_eth.h, libchip/network/sonic.c,
167        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
168        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
169        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
170        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
171        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
172        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
173        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
174        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
175        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
176        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
177        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
178        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
179        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
180        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
181        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
182        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
183        fixed-size types.
184
1852004-03-14      Chris Johns  <chrisj@rtems.org>
186
187        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
188        the BSP example code.
189        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
190        support the DIMMPC. This is a pc386 target with IO port support. Minor
191        formating clean up. Add documentation to the header file.
192        * libchip/network/README.cs8900: The CS8900 driver is documented in the
193        cs8900.h header file.
194
1952004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
198        Cosmetics.
199
2002004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
203        There are no application level Makefiles in here.
204
2052004-03-04      Joel Sherrill <joel@OARcorp.com>
206
207        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
208        they can be used in application level makefiles.
209
2102004-03-05      Joel Sherrill <joel@OARcorp.com>
211
212        * libnetworking/rtems_webserver/ejparse.c,
213        libnetworking/rtems_webserver/emfdb.c,
214        libnetworking/rtems_webserver/sock.c,
215        libnetworking/rtems_webserver/socket.c,
216        libnetworking/rtems_webserver/sym.c,
217        libnetworking/rtems_webserver/webs.c,
218        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
2192004-03-05      Joel Sherrill <joel@OARcorp.com>
220
221        * libchipnetwork/open_eth.c: Remove warnings by conditionally
222        compiling this file only only those CPU families with supported
223        exception models.
224
2252004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * acinclude.m4: Fix loosing arguments when configuring cpukit and
228        testsuites (Was exposed with --enable-multilib, only).
229        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
230         Add RTEMS_BSP_CONFIG_SUBDIR.
231        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
232        testsuites's configure.
233        * aclocal/rtems-top.m4: Remove ENDIF hack.
234        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
235
2362004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
239        wrapup/Makefile.am: Fix automake problems having been introduced
240        in previous patch.
241
2422004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
245        Preinstall dirs.
246        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
247        * aclocal/check-multiprocessing.m4: Cosmetics.
248        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
249        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
250
2512004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
254        librdbg/src/Makefile.am.
255        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
256        * configure.ac: Reflect changes above.
257        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
258        * wrapup/Makefile.am: Reflect changes above.
259        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
260
2612004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
264
2652004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
268
2692004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * wrapup/Makefile.am: Reflect new location of librdbg.a.
272
2732004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
276        librdbg/src/powerpc/Makefile.am: Remove.
277        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
278        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
279        * configure.ac: Reflect changes above.
280
2812004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283
2842004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
287        STRIP.
288
2892004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * librdbg/include/Makefile.am: Merge-in
292        librdbg/include/rdbg/i386/Makefile.am,
293        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
294        librdbg/include/rdbg/powerpc/Makefile.am.
295        * librdbg/include/rdbg/i386/Makefile.am,
296        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
297        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
298        * configure.ac: Reflect changes above.
299
3002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: Use AS_HELP_STRING(ada).
303
3042004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * aclocal/bspopts.m4: Use AS_HELP_STRING.
307        * aclocal/bsp-configure.m4: Require autoconf-2.59.
308        Use AC_CONFIG_HEADERS.
309        * aclocal/check-custom-bsp.m4: Add bspkit-support.
310        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
311
3122004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: include local.am.
315
3162004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * aclocal/version.m4: 4.6.99.0.
319
3202004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: Don't include host.am.
323        * automake/compile.am: Further cleanups.
324
3252004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * automake/lib.am: Remove (Unused).
328
3292004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * wrapup/Makefile.am: Don't include lib.am.
332        * automake/compile.am: Use automake compilation rules.
333
3342004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * libnetworking/pppd/Makefile.am,
337        libnetworking/rtems_servers/Makefile.am,
338        libnetworking/rtems_telnetd/Makefile.am,
339        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
340        support/Makefile.am: Don't include lib.am.
341
3422004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * libchip/Makefile.am: Don't include lib.am.
345        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
346        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
347        unnecessary EXTRA_DISTs.
348
3492004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
352        hack.
353
3542004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
357        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
358        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
359        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
360
3612004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
364        Add AM_CONDITIONAL(HAS_MP).
365        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
366        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
367        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
368        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
369        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
370        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
371        (Deprecated by autoconf 2.59).
372
3732004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
376        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
377
3782004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * ChangeLog: Merge-in libnetworking/ChangeLog.
381        * libnetworking/ChangeLog: Remove.
382        * ChangeLog: Merge-in librdbg/ChangeLog.
383        * librdbg/ChangeLog: Remove.
384        * ChangeLog: Merge-in libchip/ChangeLog.
385        * libchip/ChangeLog: Remove.
386        * ChangeLog: Merge-in optman/ChangeLog.
387        * optman/ChangeLog: Remove.
388
3892004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * configure.ac: Reflect changes to cpukit.
392        * wrapup/Makefile.am: Reflect changes to librdbg.
393        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
394        * libchip/Makefile.am: Add PREINSTALL_DIRS.
395        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
396        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
397        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
398        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
399        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
400        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
401        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
402
4032004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * aclocal/rtems-top.m4: Remove check for version.m4.
406        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
407
4082004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
411        * wrapup/Makefile.am: Reflect changes to libchip/*.
412        * support/Makefile.am: Use automake compilation rules.
413        * wrapup/Makefile.am: Reflect changes to support/*.
414        * configure.ac: Remove libnetworking/wrapup/Makefile.
415        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
416        libnetworking/*/lib*.a instead of libnetapps.a.
417        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
418        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
419        * optman/Makefile.am: Use automake compilation rules.
420        * libchip/Makefile.am: Fix typo in previous patch.
421        * libchip/Makefile.am: Use automake compilation rules.
422        * libnetworking/Makefile.am: Remove wrapup.
423        * libnetworking/pppd/Makefile.am: Build libpppd. Use
424        automake-compilation rules.
425        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
426        automake-compilation rules.
427        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
428        automake-compilation rules.
429        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
430        automake-compilation rules.
431        * libnetworking/wrapup/Makefile.am: Remove (Unused).
432
4332004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
436        PRE/TMPINSTALL_FILES to CLEANFILES.
437        * automake/lib.am: Remove TMPINSTALL_FILES.
438        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
439        PRE/TMPINSTALL_FILES to CLEANFILES.
440        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
441        PRE/TMPINSTALL_FILES to CLEANFILES.
442        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
443        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
444        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
445        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
446        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
447        * librdbg/src/i386/Makefile.am: Ditto.
448        * librdbg/src/m68k/Makefile.am: Ditto.
449        * librdbg/src/powerpc/Makefile.am: Ditto.
450        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
451        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
452        * libnetworking/rtems_servers/Makefile.am: Ditto.
453        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
454        * libnetworking/rtems_webserver/Makefile.am: Ditto.
455
4562004-01-07      Joel Sherrill <joel@OARcorp.com>
457
458        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
459        more completely covers the MIPS family.
460
4612003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * wrapup/Makefile.am: Reflect changes to shmdr.
464        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
465
4662003-12-18      Joel Sherrill <joel@OARcorp.com>
467
468        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
469        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
470        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
471        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
472        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
473        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
474        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
475
4762003-12-17      Joel Sherrill <joel@OARcorp.com>
477
478        * aclocal/version.m4: Updated to rtems-20031217-test.
479
4802003-12-17     
481
482        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
483        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
484
4852003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * automake/compile.am: Remove LINK_LIBS (Unused).
488        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
489
4902003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
493        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
494        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
495        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
496        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
497
4982003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
501        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
502        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
503        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
504        * librdbg/src/i386/Makefile.am:
505        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
506        * librdbg/src/m68k/Makefile.am:
507        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
508        * librdbg/src/powerpc/Makefile.am:
509        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
510
5112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
514        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
515        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
516        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
517        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
518        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
519        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
520        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
521        * optman/Makefile.am: Remove project_libdir.
522        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
523        PRE/TMPINSTALL_FILES.
524        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
525        PRE/TMPINSTALL_FILES.
526        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
527        PRE/TMPINSTALL_FILES.
528        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
529        PRE/TMPINSTALL_FILES.
530        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
531        from PRE/TMPINSTALL_FILES.
532        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
533        PRE/TMPINSTALL_FILES.
534        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
535        PRE/TMPINSTALL_FILES.
536        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
537        PRE/TMPINSTALL_FILES.
538        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
539        PRE/TMPINSTALL_FILES.
540        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
541        PRE/TMPINSTALL_FILES.
542        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
543        PRE/TMPINSTALL_FILES.
544        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
545        from PRE/TMPINSTALL_FILES.
546
5472003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
550        * automake/lib.am: Remove project_libdir.
551        * wrapup/Makefile.am: Reworked.
552
5532003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * configure.ac: Reflect changes to librdbg.
556        * optman/Makefile.am: Add tmpinstall dirstamp support.
557        * libchip/Makefile.am: Fix variant-tmpinstall support.
558        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
559        * librdbg/src/powerpc/Makefile.am: Merge-in former
560        new_exception_processing/Makefile.am.
561        * librdbg/src/m68k/any/Makefile.am: Remove.
562        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
563        * librdbg/src/i386/any/Makefile.am: Remove.
564        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
565        * librdbg/src/Makefile.am: Cosmetics.
566        * librdbg/include/Makefile.am: Cosmetics.
567        * librdbg/Makefile.am: Cosmetics.
568        * libnetworking/Makefile.am: Cosmetics.
569        * libnetworking/pppd/Makefile.am: Cosmetics.
570        * libnetworking/wrapup/Makefile.am: Cosmetics.
571
5722003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * Makefile.am: Cosmetics.
575        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
576        support.
577
5782003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * automake/compile.am: Remove $(ARCH):-rule.
581
5822003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * configure.ac: Remove lib/libbsp/shared/Makefile,
585        lib/libbsp/shmdr/Makefile.
586
5872003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
590        libchip/serial/Makefile, libchip/rtc/Makefile.
591        * support/Makefile.am: Remove all-local: $(ARCH).
592        * wrapup/Makefile.am: Remove all-local: $(ARCH).
593        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
594        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
595        * optman/Makefile.am: Remove all-local: $(ARCH).
596        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
597        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
598        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
599        compilation dirstamp support.
600        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
601        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
602        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
603        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
604        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
605        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
606        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
607        all-local: $(ARCH).
608        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
609        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
610        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
611        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
612        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
613
6142003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * aclocal/lead-dot.m4: New (from automake-1.7f).
617        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
618        AC_SUBST(dirstamp).
619        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
620        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
621        libchip/serial/Makefile.am: Ditto.
622        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
623        * librdbg/include/Makefile.am: Ditto.
624        * librdbg/include/rdbg/Makefile.am: Ditto.
625        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
626        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
627        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
628        * librdbg/src/Makefile.am: Ditto.
629        * librdbg/src/i386/Makefile.am: Ditto.
630        * librdbg/src/i386/any/Makefile.am: Ditto.
631        * librdbg/src/m68k/Makefile.am: Ditto.
632        * librdbg/src/m68k/any/Makefile.am: Ditto.
633        * librdbg/src/powerpc/Makefile.am: Ditto.
634        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
635        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
636        preinstallation.
637        * libnetworking/pppd/Makefile.am: Ditto.
638        * libnetworking/rtems_servers/Makefile.am: Ditto.
639        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
640        * libnetworking/rtems_webserver/Makefile.am: Ditto.
641        * libnetworking/wrapup/Makefile.am: Ditto.
642
6432003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
646        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
647        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
648        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
649        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
650        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
651        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
652        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
653        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
654        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
655        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
656        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
657        underquoting to silence automake-1.8.
658
6592003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * configure.ac: Reflect having moved tests to ../../testsuites.
662
6632003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
666        * aclocal/canonical-host.m4: Remove.
667        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
668        * configure.ac: Remove RTEMS_CANONICAL_HOST.
669
6702003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * aclocal/check-cpu.m4: Remove.
673        * configure.ac: Merge-in former aclocal/check-cpu.m4.
674        * aclocal/canonical-target-name.m4: Add m4-quotes.
675        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
676        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
677        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
678        * aclocal/check-networking.m4: Add m4-quotes. Require
679        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
680        * aclocal/check-posix.m4: Add m4-quotes. Require
681        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
682        * aclocal/check-rdbg.m4: Add m4-quotes. Require
683        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
684        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
685
6862003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
689        * aclocal/bsp-alias.m4: Remove.
690
6912003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        * configure.ac: Make presence of tests/ optional.
694
6952003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * aclocal/path-perl.m4: Remove (Unused).
698
6992003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * automake/force-preinstall.am: Remove.
702
7032003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
704
705        PR 499/rtems_misc
706        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
707        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
708        Configuration (Odd was forced) - Correction of Stop Bit configuration
709        (inversed) - Correction of ISR Handler to call
710        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
711        CTS Hardware flow control Configuration.
712
7132003-09-04      Joel Sherrill <joel@OARcorp.com>
714
715        * lib/libcpu/shared/include/cache.h,
716        lib/libcpu/shared/src/cache_aligned_malloc.c,
717        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
718        license changed.
719        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
720        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
721        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
722        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
723        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
724        for license changed.
725        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
726        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
727        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
728        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
729        libchip/network/cs8900.h, libchip/network/dec21140.c,
730        libchip/network/elnk.c, libchip/network/open_eth.c,
731        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
732        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
733        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
734        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
735        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
736        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
737        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
738        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
739        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
740        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
741        libchip/serial/serial.h, libchip/serial/z85c30.c,
742        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
743        libchip/serial/z85c30_reg.c: URL for license changed.
744
7452003-09-03      Jiri Gaisler <jiri@gaisler.com>
746
747        PR 477/networking
748        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
749        * libchip/network/README.open_eth, libchip/network/open_eth.c,
750        libchip/network/open_eth.h: New files.
751
7522003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * aclocal/rtems-top.m4: Add RTEMS_API.
755        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
756
7572003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
758
759        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
760        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
761        @RTEMS_BSP@.cfg.
762
7632003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
766
7672003-08-20      Joel Sherrill <joel@OARcorp.com>
768
769        * libchip/network/cs8900.c: Correct copyright statements.
770
7712003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
772
773        * aclocal/check-itron.m4: Remove.
774        * aclocal/enable-inlines.m4: Remove.
775        * Makefile.am: Reflect having moved aclocal/.
776        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
777        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
778        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
779        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
780        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
781        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
782        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
783        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
784        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
785        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
786        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
787        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
788        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
789        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
790        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
791        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
792        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
793        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
794        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
795        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
796        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
797        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
798        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
799        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
800        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
801        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
802        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
803        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
804        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
805        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
806        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
807        * aclocal/multilib.m4: New (Copied from ../../aclocal).
808        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
809        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
810        * aclocal/ppc.m4: New (Copied from ../../aclocal).
811        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
812        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
813        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
814        * aclocal/project-root.m4: New (Copied from ../../aclocal).
815        * aclocal/quoting.m4: New (Copied from ../../aclocal).
816        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
817        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
818        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
819        * aclocal/target.m4: New (Copied from ../../aclocal).
820        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
821        * aclocal/version.m4: New (Copied from ../../aclocal).
822
8232003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * configure.ac: Remove stray comments.
826        * automake/local.am, automake/host.am: Remove "debug".
827
8282003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
829
830        * Makefile.am: Reflect having moved automake/.
831        * lib/Makefile.am: Reflect having moved automake/.
832        * support/Makefile.am: Reflect having moved automake/.
833        * wrapup/Makefile.am: Reflect having moved automake/.
834        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
835        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
836        from ../../automake).
837        * optman/Makefile.am: Reflect having moved automake/.
838        * libchip/Makefile.am: Reflect having moved automake/.
839        * libchip/ide/Makefile.am: Reflect having moved automake/.
840        * libchip/network/Makefile.am: Reflect having moved automake/.
841        * libchip/rtc/Makefile.am: Reflect having moved automake/.
842        * libchip/serial/Makefile.am: Reflect having moved automake/.
843        * librdbg/Makefile.am: Reflect having moved automake/.
844        * librdbg/include/Makefile.am: Reflect having moved automake/.
845        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
846        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
847        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
848        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
849        automake/.
850        * librdbg/src/Makefile.am: Reflect having moved automake/.
851        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
852        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
853        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
854        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
855        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
856        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
857        having moved automake/.
858        * libnetworking/Makefile.am: Reflect having moved automake/.
859        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
860        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
861        automake/.
862        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
863        automake/.
864        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
865        automake/.
866        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
867
8682003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
869
870        * Makefile.am: Add bsp.pc.in.
871        * bsp.pc.in: New (pkgconfig support).
872
8732003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
874
875        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
876
8772003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
878
879        * lib/Makefile.am: New (Required by 'make dist').
880        * lib/ChangeLog: Remove.
881        * lib/.cvsignore: Cleanup.
882        * configure.ac: Reflect having added lib/Makefile.am.
883        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
884        lib/libbsp/configure.ac.
885        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
886        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
887
8882003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
889
890        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
891        * configure.ac: Merge-in librdbg/configure.ac.
892        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
893        librdbg/configure.ac.
894        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
895        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
896        LIBCHIP. Conditionally build include-dirs.
897        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
898        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
899        * librdbg/Makefile.am, librdbg/include/Makefile.am,
900        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
901        librdbg/include/rdbg/m68k/Makefile.am,
902        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
903        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
904        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
905        librdbg/src/powerpc/Makefile.am, librdbg/
906        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
907        configure.ac into ../configure.ac.
908        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
909        * libnetworking/.cvsignore, libnetworking/Makefile.am,
910        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
911        libnetworking/rtems_telnetd/Makefile.am,
912        libnetworking/rtems_webserver/Makefile.am,
913        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
914        into ../configure.ac.
915
9162003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
917
918        PR 427/rtems
919        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
920        * librdbg/src/servtsp.c: Ditto.
921
9222003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
923
924        PR 429/bsps
925        PR 432/bsps
926        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
927        packets are queued onto an elnk board, the ISR will deadlock the device
928        with a tx complete interrupt.  Lighter tx loads are not affected as they
929        end up submitting single packets to the device.
930
9312003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
932
933        * configure.ac: Merge-in libchip/configure.ac. Merge-in
934        optman/configure.ac.
935        * optman/configure.ac: Remove (Merged into ../configure.ac).
936        * optman/Makefile.am: Reflect having merged configure.ac into
937        ../configure.ac.
938        * libchip/configure.ac: Remove (Merged into ../configure.ac).
939        * libchip/Makefile.am, libchip/ide/Makefile.am,
940        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
941        libchip/serial/Makefile.am: Reflect having merged configure.ac into
942        ../configure.ac.
943
9442003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
945
946        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
947
9482003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
949
950        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
951        on i386.
952
9532003-06-13      Joel Sherrill <joel@OARcorp.com>
954
955        * libnetworking/pppd/chat.c: Removed warnings.
956
9572003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
958
959        * libchip/network/README.3com: New file missed in previous commit.
960        PR 405/bsps
961        PR 393/networking
962        * libchip/network/dec21140.c: Fix leak also known as PR393.
963        * libchip/network/elnk.c, libchip/network/if_media.h,
964        libchip/network/mii.h: New files.
965        * libchip/network/Makefile.am: Reflect new files.
966
9672003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
968
969        * configure.ac: Remove support for profile-variant.
970
9712003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
972
973        PR 397/pppd
974        * libnetworking/pppd/fsm.c: Make peer_mru global again.
975        * libnetworking/pppd/magic.c: Remove *rand48.
976        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
977
9782003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
979
980        * wrapup/Makefile.am: Add libide.a.
981
9822003-04-15      Joel Sherrill <joel@OARcorp.com>
983
984        PR 387/rtems_misc
985        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
986        routines.
987        * libchip/ide/ata_internal.h: Added missing newline and end of file.
988
9892003-04-11      Joel Sherrill <joel@OARcorp.com>
990
991        * libnetworking/rtems_webserver/cgi.c,
992        libnetworking/rtems_webserver/sockGen.c,
993        libnetworking/rtems_webserver/umui.c,
994        libnetworking/rtems_webserver/websSSL.c,
995        libnetworking/rtems_webserver/websSSL.h,
996        libnetworking/rtems_webserver/websda.c,
997        libnetworking/rtems_webserver/websda.h: New files. Not included in
998        previous commit.
999
10002003-04-10      Joel Sherrill <joel@OARcorp.com>
1001
1002        PR 371/pppd
1003        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1004        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1005        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1006        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1007        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1008        still global symbols in rtemspppd.h which might need to be changed or
1009        converted into member of a structure which is dereferenced with a
1010        pointer that is managed as a per task variable. But this patch should
1011        avoid many conflicts.
1012
10132003-03-27      Joel Sherrill <joel@OARcorp.com>
1014
1015        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1016        not allowed in the cpukit source code since it must be buildable
1017        independent of any BSP. These files were moved to libchip/ide.
1018        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1019        files.
1020
10212003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1022
1023        PR 368/filesystems
1024        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1025        improvements which now work on pc386 and mbx8xx.
1026        * libchip/ide/ide_controller.c: New file.
1027
10282003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1029
1030        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1031
10322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1033
1034        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1035        * configure.ac: Add support/.
1036        * support/.cvsignore: New.
1037        * support/Makefile.am: New.
1038        * support/version.c: New.
1039        * wrapup/Makefile.am: Add support/libsupport.a.
1040        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1041        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1042        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1043        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1044
10452003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1046
1047        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1048
10492003-02-20      Till Straumann <strauman@slac.stanford.edu>
1050
1051        PR 354/networking
1052        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1053        chip against a table of supported chips. The untested ones are still
1054        commented out, however.
1055
10562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1057
1058        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1059        * configure.ac: AC_PREREQ(2.57).
1060        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1061        * optman/configure.ac: AC_PREREQ(2.57).
1062        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1063        * libchip/configure.ac: AC_PREREQ(2.57).
1064        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1065        * librdbg/configure.ac: AC_PREREQ(2.57).
1066        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1067        * libnetworking/configure.ac: AC_PREREQ(2.57).
1068
10692003-02-06      Joel Sherrill <joel@OARcorp.com>
1070
1071        * libnetworking/pppd/chat.c: Convert routines with common names to
1072        static. This included get_char(), put_char(), and character() among
1073        others.
1074
10752003-02-03      Joel Sherrill <joel@OARcorp.com>
1076
1077        PR 338/filesystem
1078        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1079        rtems_io_lookup_name() (API change).  Unused function removed.
1080
10812003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1082
1083        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1084        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1085        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1086        Eliminate *_O_FILES.
1087        * libnetworking/rtems_servers/Makefile.am,
1088        libnetworking/rtems_webserver/Makefile.am,
1089        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1090
10912002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1092
1093        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1094        Let all-local: depend on $(LIB).
1095        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1096        * optman/Makefile.am: Apply install-data-local to install *.rels.
1097
10982002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1099
1100        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1101        %.c rules.
1102        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1103        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1104        * libchip/rtc/Makefile.am: Ditto.
1105        * libchip/serial/Makefile.am: Ditto.
1106
11072002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1108
1109        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1110        LIBC_DEFINES.
1111        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1112        LIBC_DEFINES.
1113        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1114        LIBC_DEFINES.
1115
11162002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1117
1118        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1119
11202002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1121
1122        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1123        cache-checking.
1124        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1125
11262002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1127
1128        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1129        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1130        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1131        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1132        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1133
11342002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1135
1136        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1137        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1138        Remove.
1139        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1140
11412002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1142
1143        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1144        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1145
11462002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1147
1148        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1149        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1150
11512002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1152
1153        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1154        * optman/rel.am: New.
1155
11562002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1157
1158        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1159        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1160        braino in comment on "exec". Extend --enable-ada handling.
1161
11622002-11-04      Joel Sherrill <joel@OARcorp.com>
1163
1164        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1165        tasks and rolling multiple loops into 1.
1166        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1167        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1168        Removed warnings.
1169
11702002-10-31      Joel Sherrill <joel@OARcorp.com>
1171
1172        * libchip/network/dec21140.c: Removed warnings.
1173        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1174        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1175        librdbg/src/m68k/any/remdeb_xdr.c,
1176        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1177        warnings.
1178        * libnetworking/rtems_webserver/socket.c,
1179        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1180
11812002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1182
1183        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1184        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1185        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1186        above.
1187
11882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1189
1190        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1191        * wrapup/.cvsignore: Remove autom4te.cache.
1192        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1193        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1194        autom4te.cache.
1195        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1196        autom4te.cache.
1197        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1198        autom4te.cache.
1199
12002002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1201
1202        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1203
12042002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1205
1206        * optman/.cvsignore: Add autom4te.cache.
1207
12082002-09-14      Joel Sherrill <joel@OARcorp.com>
1209
1210        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1211
12122002-09-07      Joel Sherrill <joel@OARcorp.com>
1213
1214        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1215        include files to resolve warnings.
1216
12172002-09-07      Chris Johns <ccj@acm.org>
1218
1219        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1220        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1221        which corrects the problem  where the cs8900.c file was actually the BSP
1222        glue.  Joel did some hacking so this file will compile.  Previously it
1223        required providing a target.h file to compile.
1224        * libchip/network/cs8900.c.bsp: New file.
1225
12262002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1227
1228        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1229
12302002-08-31      Joel Sherrill <joel@OARcorp.com>
1231
1232        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1233        eliminate warning.
1234
12352002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1236
1237        * configure.ac: Add ada-tests.
1238
12392002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1240
1241        * Makefile.am: Add preinstall-stamp.
1242
12432002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1244
1245        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1246        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1247        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1248        gcc31 happy.
1249        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1250        cp.
1251
12522002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1253
1254        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1255        make/bsp.mak.
1256        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1257        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1258
12592002-08-12      Joel Sherrill <joel@OARcorp.com>
1260
1261        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1262        avoid error.
1263
12642002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1265
1266        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1267        * configure.ac: Add BSP_SUBDIRS.
1268        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1269        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1270        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1271        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1272        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1273        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1274        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1275        RTEMS_CHECK_BSP_CACHE.
1276        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1277        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1278        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1279        .$(OBJEXT) instead of .o.
1280        * libnetworking/pppd/Makefile.am,
1281        libnetworking/rtems_servers/Makefile.am,
1282        libnetworking/rtems_telnetd/Makefile.am,
1283        libnetworking/rtems_webserver/Makefile.am,
1284        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1285
12862002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1287
1288        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1289        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1290        ../libchip/serial/$(ARCH)/libserialio.a.
1291        * libchip/serial/Makefile.am: Don't tmp-install lib.
1292        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1293
12942002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1295
1296        * Makefile.am: Add rtems_makedir.
1297        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1298        * Makefile.am: Add wrapup-SUBDIR.
1299        * wrapup/ChangeLog: Remove.
1300        * wrapup/configure.ac: Remove.
1301        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1302        (Make the bare BSP happy).
1303        * configure.ac: Ditto.
1304        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1305        Create make/custom/default.cfg.
1306        * configure.ac: Add creation of make/custom/*.cfg. Create
1307        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1308
13092002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1310
1311        * Makefile.am: Clean $(PROJECT_RELEASE).
1312
13132002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1314
1315        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1316        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1317        prototype mismatches.
1318
13192002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1320
1321        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1322        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1323
13242002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1325
1326        * acinclude.m4: Add test "$multilib" != "yes".
1327        * config-ml.in: Remove.
1328        * acinclude.m4: Cleanups.
1329        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1330        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1331        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1332        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1333        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1334
13352002-07-16      Eric Norum <eric.norum@usask.ca>
1336
1337        * New driver for the Intel EtherExpressPro (82559ER) chip.
1338        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1339        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1340        * libchip/network/Makefile.am: Modified to reflect above.
1341
13422002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1343
1344        * acinclude.m4: New.
1345        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1346        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1347        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1348
13492002-07-01      Joel Sherrill <joel@OARcorp.com>
1350
1351        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1352        _Objects_Information_table now that it is a two dimensional array based
1353        upon API and class.
1354        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1355        of strnlen().
1356
13572002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1358
1359        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1360        preinstall libnetapps.a.
1361
13622002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1363
1364        * configure.ac: Remove librpc.
1365
13662002-06-25      Joel Sherrill <joel@OARcorp.com>
1367
1368        * Per PR233, moved librpc to exec.
1369        * configure.ac, wrapup/Makefile.am: Modified.
1370        * librpc, librpc/ChangeLog: Removed.
1371
13722002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1373
1374        * optman/Makefile.am: Remove multilib support.
1375        * optman/configure.ac: Ditto.
1376        * optman/sapi/Makefile.am: Ditto.
1377
13782002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1379
1380        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1381        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1382
13832002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1384
1385        Move networking libraries to c/src/exec/libnetworking
1386        * libnetworking/configure.ac, libnetworking/Makefile.am,
1387        libnetworking/wrapup/Makefile.am: Reflect Moval.
1388
13892002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1390
1391        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1392        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1393        <rtems/bspIo.h>.
1394
13952002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1396
1397        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1398        * libnetworking/rtems/mkrootfs.h: Ditto.
1399        * libnetworking/rtems/Makefile.am: Reflect changes above.
1400
14012002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1402
1403        * configure.ac: Remove lib.
1404
14052002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1406
1407        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1408        that exception stack frames on M68K members with VBR always are 6 byte
1409        long. The incorrect assumption resulted in some gdb commands like "next"
1410        to fail on the 68360.
1411
14122002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1413
1414        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1415        PR 220
1416        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1417        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1418        CVS.
1419        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1420        libnetworking/sys/filio.h: Remove.
1421        * libnetworking/sys/Makefile.am: Reflect changes above.
1422
14232002-05-07      Chris Johns <ccj@acm.org>
1424
1425        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1426        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1427        requires it to be stripped.
1428
14292002-05-01      Eric Norum <eric.norum@usask.ca>
1430
1431        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1432        assembly  to satisfy gcc 3.1 and newer.
1433
14342002-04-26      Eric Norum <eric.norum@usask.ca>
1435
1436        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1437        agressive optimization in gcc 3.1 does not reorder things.
1438
14392002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1440
1441        * libchip/network/dec21140.c: Reflect changes to powerpc's
1442        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1443        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1444        <rtems/score/cpu.h>.
1445        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1446        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1447
14482002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1449
1450        * optman/configure.ac: Remove ENABLE_GCC28.
1451
14522002-04-11      Chris Johns <ccj@acm.org>
1453
1454        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1455        driver control block field to the ifconfig network driver structure.
1456        This field is needed by the i82586 driver which was ported from NetBSD
1457        as it had better hardware abstraction.
1458        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1459        PR59, added the drv_ctrl driver control block field to the ifconfig
1460        network driver structure. This field is needed by the i82586 driver
1461        which was ported from NetBSD as it had better hardware abstraction.
1462
14632002-04-10      Mike Siers <mikes@poliac.com>
1464
1465        * libnetworking/rtems_webserver/NOTES,
1466        libnetworking/rtems_webserver/asp.c,
1467        libnetworking/rtems_webserver/balloc.c,
1468        libnetworking/rtems_webserver/default.c,
1469        libnetworking/rtems_webserver/ej.h,
1470        libnetworking/rtems_webserver/ejIntrn.h,
1471        libnetworking/rtems_webserver/ejlex.c,
1472        libnetworking/rtems_webserver/ejparse.c,
1473        libnetworking/rtems_webserver/emfdb.c,
1474        libnetworking/rtems_webserver/emfdb.h,
1475        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1476        libnetworking/rtems_webserver/handler.c,
1477        libnetworking/rtems_webserver/license.txt,
1478        libnetworking/rtems_webserver/md5.h,
1479        libnetworking/rtems_webserver/md5c.c,
1480        libnetworking/rtems_webserver/mime.c,
1481        libnetworking/rtems_webserver/misc.c,
1482        libnetworking/rtems_webserver/ringq.c,
1483        libnetworking/rtems_webserver/rom.c,
1484        libnetworking/rtems_webserver/security.c,
1485        libnetworking/rtems_webserver/sock.c,
1486        libnetworking/rtems_webserver/sym.c,
1487        libnetworking/rtems_webserver/uemf.c,
1488        libnetworking/rtems_webserver/uemf.h,
1489        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1490        libnetworking/rtems_webserver/url.c,
1491        libnetworking/rtems_webserver/value.c,
1492        libnetworking/rtems_webserver/wbase64.c,
1493        libnetworking/rtems_webserver/webcomp.c,
1494        libnetworking/rtems_webserver/webpage.c,
1495        libnetworking/rtems_webserver/webrom.c,
1496        libnetworking/rtems_webserver/webs.c,
1497        libnetworking/rtems_webserver/webs.h,
1498        libnetworking/rtems_webserver/websuemf.c,
1499        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1500        2.1.4.
1501
15022002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1503
1504        * libchip/network/i82586.c: Include <string.h>.
1505        * libchip/network/sonic.c: Ditto.
1506
15072002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1508
1509        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1510
15112002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1512
1513        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1514
15152002-03-27      Thomas.Doerfler@imd-systems.de
1516
1517        PR 144
1518        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1519        memory address 0 when called for the first time. This is done when
1520        trying to clear the variable "dhcp_hostname".
1521
15222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1523
1524        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1525        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1526        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1527        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1528        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1529        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1530        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1531        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1532        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1533        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1534        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1535        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1536        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1537        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1538        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1539        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1540        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1541        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1542        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1543        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1544        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1545        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1546        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1547        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1548        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1549        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1550        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1551        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1552        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1553        AUTOMAKE_OPTIONS.
1554        * libnetworking/configure.ac:
1555        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1556        foreign 1.6]).
1557        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1558        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1559        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1560        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1561        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1562        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1563        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1564        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1565        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1566        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1567        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1568        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1569        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1570        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1571        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1572        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1573        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1574
15752002-03-27      Ilya Alexeev <ilya@continuum.ru>
1576
1577        PR 162
1578        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1579        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1580        used in a device write routines.  Now ppp_softc structure have own
1581        character for writing to device (sc_outchar).  I think that converting
1582        local variables to static is not a right solution, because problems will
1583        occur in the case of two or more ppp instances.
1584        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1585        must be u_long, otherwise in the case of the big output packet endless
1586        loop may occur.
1587
15882002-03-21      Ilya Alexeev <ilya@continuum.ru>
1589
1590        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1591        preparations for multiple PPPD connections.
1592
15932002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1594
1595        PR 149
1596        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1597        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1598        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1599        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1600
16012002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1602
1603        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1604        * configure.ac: Modified to reflect addition.
1605
16062002-02-27      Ilya Alexeev <ilya@continuum.ru>
1607
1608        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1609        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1610        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1611        capabilities as well as eliminate some warnings.
1612
16132002-02-27      Eric Norum <eric.norum@usask.ca>
1614
1615        * libnetworking/net/radix.c: Properly handle fetching the default route
1616        when there is no route.  This was a bug in the original FreeBSD code and
1617        this fix is from an updated version of their code.
1618
16192002-02-16      Eric Norum <eric.norum@usask.ca>
1620
1621        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1622        checking.
1623
16242002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1625
1626        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1627        dodefaultroute.
1628
16292002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1630
1631        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1632        include <rtems/seterr.h>.
1633
16342002-02-01      Mike Siers <mikes@poliac.com>
1635
1636        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1637        avoid bringing the link down too fast. NOTE: Mike reports successfully
1638        running at 56K baud on a direct link.
1639
16402002-02-01      Eric Valette <valette@crf.canon.fr>
1641
1642        * librdbg/So many patches have been posted recently on the mailing list
1643        and  because we were unable to find correct solution to compile on
1644        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1645        because the coding  style of rdbg was rather inconsistant among various
1646        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1647        global coding style (using indent + manual edits), 2) incorporate/review
1648        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1649        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1650        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1651        after rdbg initialization is done, NB : the paches is huge but it is
1652        mainly due to coding styke chnages.  Only few lines of codes have been
1653        really changed and they do not impact  rdbg functionnality (AFAIKT).
1654        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1655        librdbg/include/rdbg/m68k/rdbg_f.h,
1656        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1657        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1658        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1659        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1660        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1661        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1662        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1663        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1664        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1665        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1666        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1667        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1668        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1669        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1670        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1671        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1672
16732002-01-31      Mike Siers <mikes@poliac.com>
1674
1675        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1676        * Nice Update of PPPD support which eliminates the requiremetn that
1677        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1678        and reports that it seems to be more stable and handle larger packets
1679        better.  This patch replaces the termios tasks with more general pppd
1680        network driver tasks.  The functions pppinput() and pppstart() get
1681        called from the interrupt service routine.
1682        * libnetworking/Makefile.am, libnetworking/configure.ac,
1683        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1684        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1685        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1686        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1687        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1688        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1689        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1690        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1691        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1692        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1693        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1694        libnetworking/net/route.c, libnetworking/net/route.h,
1695        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1696        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1697        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1698        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1699        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1700        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1701        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1702        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1703        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1704        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1705        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1706        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1707        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1708        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1709        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1710        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1711        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1712        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1713        libnetworking/pppd/example/README,
1714        libnetworking/pppd/example/netconfig.h,
1715        libnetworking/wrapup/Makefile.am: Modified.
1716        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1717        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1718        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1719        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1720        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1721        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1722        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1723        libnetworking/modem/pppcompress.c: Subdirectory removed.
1724
17252002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1726
1727        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1728        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1729
17302002-01-18      Till Straumann <strauman@slac.stanford.edu>
1731
1732        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1733        issues: - exception handler needs to enable MSR_FP if the interrupted
1734        thread is FP enabled. - printk message for MSR fixed and added
1735        stacktrace. NOTE: this requires the stacktrace patch to
1736        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1737        however).
1738
17392002-01-06      Joel Sherrill <joel@OARcorp.com>
1740
1741        * optman/.cvsignore: Added aclocal.m4 and configure.
1742        * optman/.cvsignore: New file.
1743
17442002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1745
1746        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1747
17482002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1749
1750        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1751        * optman/ChangeLog: New.
1752        * optman/configure.ac: New.
1753        * optman/Makefile.am: New.
1754        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1755        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1756
17572001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1758
1759        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1760
17612001-12-18      Eric Norum <eric.norum@usask.ca>
1762
1763        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1764        `directories' (path names with a / at the end) while disallowing open()
1765        operations on TFTP `directories'.
1766
17672001-12-07      Eric Norum <eric.norum@usask.ca>
1768
1769        * libnetworking/lib/tftpDriver.c: Restore write capability.
1770
17712001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1772
1773        * libchip/network/sonic.h: Fix typo.
1774        * libnetworking/arpa/Makefile.am: Remove stray lines.
1775
17762001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1777
1778        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1779
17802001-10-18      Eric Norum <eric.norum@usask.ca>
1781
1782        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1783        chdir() and open() operations within the TFTP file system.
1784
17852001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1786
1787        * librdbg/configure.ac: Fix latent bug exposed by removal of
1788        config.cache's which prevented powerpc targets librdbg from building.
1789
17902001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1791
1792        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1793        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1794        autoconf-2.52 happy.
1795
17962001-10-12      Mike Siers <mikes@poliac.com>
1797
1798        * libnetworking/Update to stable working state.  Congratulations Mike!
1799        :).
1800        * libnetworking/modem_example: Directory removed.
1801        * libnetworking/modem_example/16550.h,
1802        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
1803        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
1804        libnetworking/modem_example/ppp.h,
1805        libnetworking/modem_example/pppcompress.c: Files removed.
1806        * libnetworking/pppd/example/pppd.options: New file.
1807        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
1808        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1809        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1810        libnetworking/pppd/rtemsmain.c: Updated.
1811
18122001-10-12      Joel Sherrill <joel@OARcorp.com>
1813
1814        * libchip/serial/z85c30.c: Fixed typo.
1815
18162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1817
1818        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1819        * configure.in: Remove.
1820        * configure.ac: New file, generated from configure.in by autoupdate.
1821        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1822        * libchip/configure.in: Remove.
1823        * libchip/configure.ac: New file, generated from configure.in by
1824        autoupdate.
1825        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1826        * librdbg/configure.in: Remove.
1827        * librdbg/configure.ac: New file, generated from configure.in by
1828        autoupdate.
1829        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1830        * libnetworking/configure.in: Remove.
1831        * libnetworking/configure.ac: New file, generated from configure.in by
1832        autoupdate.
1833
18342001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1835
1836        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
1837        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
1838        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
1839
18402001-09-27      Joel Sherrill <joel@OARcorp.com>
1841
1842        * libchip/ChangeLog: Fixed typo in date.
1843
18442001-09-27      Eric Norum <eric.norum@usask.ca>
1845
1846        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
1847        TFTP  filesystem.
1848
18492001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1850
1851        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
1852        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
1853        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
1854        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
1855        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1856        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1857        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1858        'PREINSTALL_FILES ='.
1859        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
1860        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
1861        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
1862        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
1863        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
1864        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
1865        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
1866        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
1867        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
1868        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
1869        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
1870        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
1871
18722001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1873
1874        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
1875        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
1876        * librdbg/src/m68k/any/Makefile.am: Ditto.
1877        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1878        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
1879        happy.
1880
18812001-09-21      Joel Sherrill <joel@OARcorp.com>
1882
1883        * libchip/network/Makefile.am: Fixed typo on file name.
1884        * libchip/network/i82586.c: Commented out line 318 which is referencing
1885        a member of a structure that is not currently there.  This needs to be
1886        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
1887        to C style.
1888
18892001-09-19      Eric Norum <eric.norum@usask.ca>
1890
1891        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
1892
18932001-09-19      Chris Johns <ccj@acm.org>
1894
1895        * libchip/network/README.i82586, libchip/network/i82586.c,
1896        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
1897        Network driver for Intel i82586.
1898        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
1899        rtems/rtems_bsdnet_internal.h Added support for populating the initial
1900        "root" filesystem with information obtained via the DHCP response.
1901
19022001-09-14      Eric Norum <eric.norum@usask.ca>
1903
1904        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
1905        make gcc 3.x happy.
1906
19072001-08-16      Mike Siers <mikes@poliac.com>
1908
1909        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
1910        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
1911        These support callback functionality that has not even been compiled
1912        under RTEMS yet.
1913        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
1914        example application.  Mike's notes on the modifications: - renamed
1915        error() function because of namespace problems - removed calls to the
1916        exit() funciton - removed extra files from the pppd source directory -
1917        defined pppd task constant values in rtemspppd.h - modifyied example
1918        code to get actual tick per second value - placed the pppd 2.3.11 man
1919        page file (pppd.8) into the pppd directory.
1920        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1921        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
1922        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1923        libnetworking/pppd/rtems-ppp.c: Deleted.
1924        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
1925        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1926        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
1927        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
1928        libnetworking/pppd/example/init.c,
1929        libnetworking/pppd/example/netconfig.h,
1930        libnetworking/pppd/example/ppp.conf,
1931        libnetworking/pppd/example/pppdapp.c,
1932        libnetworking/pppd/example/system.h: New files.
1933        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
1934        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
1935        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
1936        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1937        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1938        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1939        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1940        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1941        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1942        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1943        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1944        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1945        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1946        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
1947        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
1948
19492001-08-16      Joel Sherrill <joel@OARcorp.com>
1950
1951        * libnetworking/pppd/example/Makefile: Removed.
1952        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
1953        to avoid bootstrap -c clobbering it.
1954        * libnetworking/rtems_telnetd/.cvsignore: New file.
1955
19562001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1957
1958        * libnetworking/Makefile.am, libnetworking/configure.in,
1959        libnetworking/rtems_servers/Makefile.am,
1960        libnetworking/rtems_servers/telnetd.c,
1961        libnetworking/rtems_servers/telnetd.h,
1962        libnetworking/rtems_telnetd/Makefile.am,
1963        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1964        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1965        libnetworking/rtems_telnetd/telnetd.c,
1966        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
1967        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
1968        effect when ftpd change. - the tcp/ip stats have been implemented into
1969        icmds.c and started when telnetd daemon is started.
1970        * libnetworking/rtems_servers/telnetd.c,
1971        libnetworking/rtems_servers/telnetd.h: Removed.
1972        * libnetworking/rtems_telnetd: New directory.
1973        * libnetworking/rtems_telnetd/Makefile.am,
1974        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1975        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1976        libnetworking/rtems_telnetd/telnetd.c,
1977        libnetworking/rtems_telnetd/telnetd.h: New files.
1978
19792001-06-14      Joel Sherrill <joel@OARcorp.com>
1980
1981        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
1982        Moved from libmisc/shell so the network stack to address network
1983        depenendency.
1984        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
1985
19862001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1987
1988        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
1989
19902001-05-15      Joel Sherrill <joel@OARcorp.com>
1991
1992        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1993        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
1994        accidentally deleted the incorrectly empty versions.
1995
19962001-05-14      Till Straumann <strauman@slac.stanford.edu>
1997
1998        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
1999        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2000        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2001        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2002        to know the values) - the affected BSP (shared/motorola) headers have
2003        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2004        driver (libchip/network/dec21140.c) has been fixed to use
2005        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2006        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2007        who is using this driver. - the DEC driver also has been fixed to use
2008        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2009        delay_in_bus_cycles().
2010
20112001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2012
2013        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2014
20152001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2016
2017        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2018
20192001-04-24      Eric Norum <eric.norum@usask.ca>
2020
2021        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2022        NTP synchronization a little more robust -- no NTP daemon yet, but at
2023        least it trys a little harder when the primary NTP server is down.
2024
20252001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2026
2027        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2028        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2029        libnetworking/pppd/modem_example/modem.c,
2030        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2031        other strings into English.
2032        * libnetworking/pppd/STATUS: updated to reflect the changes.
2033
20342001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2035
2036        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2037        again.
2038
20392001-04-20      Eric Valette <valette@crf.canon.fr>
2040
2041        * mcp750 directory renamed new_exception processing as it supports many
2042        more CPU models.
2043        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2044        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2045        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2046        formerly in mcp750 plus modifications.
2047        * librdbg/src/powerpc/mcp750/.cvsignore,
2048        librdbg/src/powerpc/mcp750/Makefile.am,
2049        librdbg/src/powerpc/mcp750/remdeb.h,
2050        librdbg/src/powerpc/mcp750/remdeb_f.x,
2051        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2052        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2053        new_exception_processing.
2054        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2055        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2056        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2057        part of this effort to add support for the MPC8xx.
2058
20592001-04-19      Joel Sherrill <joel@OARcorp.com>
2060
2061        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2062        internal include files.
2063
20642001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2065
2066        PR 158
2067        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2068        rcmd() library call by commenting out the parts that deal with signals.
2069        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2070        stdio. The 'server-side' parts of this file which deal with
2071        authentication are disabled since they are not needed.
2072
20732001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2074
2075        * libnetworking/include/.cvsignore: Remove dangling file.
2076
20772001-03-14      Joel Sherrill <joel@OARcorp.com>
2078
2079        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2080        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2081        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2082        libchip style serial drivers can be written in libcpu or libbsp.
2083
20842001-03-01      Joel Sherrill <joel@OARcorp.com>
2085
2086        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2087        libchip/network/sonic.c, libchip/network/sonic.h,
2088        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2089        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2090        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2091        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2092        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2093        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2094        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2095        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2096
20972001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2098
2099        * librdbg/include/rdbg/Makefile.am,
2100        librdbg/include/rdbg/i386/Makefile.am,
2101        librdbg/include/rdbg/m68k/Makefile.am,
2102        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2103        style on include files.
2104
21052001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2106
2107        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2108        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2109        replace ${..} with $(..).
2110        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2111        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2112        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2113        libnetworking/rtems/Makefile.am, libnetworking/
2114        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2115        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2116        include_*HEADERS instead of H_FILES.
2117        * libnetworking/include/Makefile.am: Remove.
2118        * libnetworking/Makefile.am: Add handling of *.h files.
2119        * libnetworking/configure.in: Remove include/Makefile.
2120
21212001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2122
2123        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2124
21252001-01-31      Sergei Organov <osv@javad.ru>
2126
2127        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2128        current dir and root dir removed in favor of new libio support for
2129        task-local current and root directories. - Bug in `close_data_socket()'
2130        introduced by previous change fixed. - `command_pasv()' changed to set
2131        timeout on socket we are listening on and code fixed to don't close
2132        socket twice on error. - `serr()' changed to clear `errno'. -
2133        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2134        changed to clear `errno' before processing session. -
2135        `close_data_socket()' fixed to close both active and passive sockets -
2136        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2137        empty string  in `exec_command()'.
2138
21392001-01-25      Eric Norum <eric.norum@usask.ca>
2140
2141        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2142        improves throughput on systems which are dropping packets.   Only the
2143        first timeout is reduced.  This keeps the number of extra packets down
2144        on networks that are very busy and dropping lots of packets.
2145
21462001-01-24      Sergei Organov <osv@javad.ru>
2147
2148        * libnetworking/rtems_servers/ftpd.c,
2149        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2150        - Timeouts on sockets implemented. 'idle' field added to configuration.
2151        No timeout by default to keep backward compatibility. Note: SITE IDLE
2152        command not implemented yet. - Basic global access control implemented.
2153        'access' field added to configuration. No access limitations by default
2154        to keep backward compatibility. - Anchor data socket for active mode
2155        (using self IP and port 20.) - Fixed default data port support (still
2156        not tested). - Don't allow IP address different from originating host in
2157        PORT command to improve security. - Fixed bug in MDTM command. - Check
2158        for correctness of parsing of argument in command_port(). - Fixed
2159        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2160        a directory. - Command parsing a little bit improved: command names are
2161        now converted to upper-case to be more compatible with RFC (command
2162        names are not case-sensitive.) - Reformat comments so that they have
2163        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2164        previous changes - True ASCII mode implemented (doesn't work for hooks
2165        and /dev/null) - Passive mode implemented, PASV command added. - Default
2166        port for data connection could be used (untested, can't find ftp client
2167        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2168        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2169
21702001-01-18      Joel Sherrill <joel@OARcorp.com>
2171
2172        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2173        macro using variable arguments.
2174        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2175        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2176        since I updated the main RTEMS development machine to RedHat 7.2 and
2177        apparently got a new version of rpcgen.
2178
21792001-01-12      Sergei Organov <osv@javad.ru>
2180
2181        * libnetworking/rtems_servers/ftpd.c,
2182        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2183        - use pool of pre-created threads to handle sessions instead of
2184        creating/deleting threads on the fly - LIST output is now similar to
2185        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2186        happy with it. - LIST NAME now works (both for files and directories) -
2187        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2188        clients happy  - keep track of CWD for every session separately -
2189        ability to specify root directory name for FTPD in configuration table.
2190        FTPD will then create illusion for FTP clients that this is actually
2191        root directory. - ignore options sent in commands, thus LIST -al FILE
2192        works and doesn't try to list "-al" directory. - buffers are allocated
2193        on stack instead of heap where possible to eliminate malloc/free calls
2194        (avoid possible heap fragmentation troubles). - drop using of task
2195        notepad to pass parameters - use function arguments instead - use
2196        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2197        in socket() instead of AF_INET.
2198
21992001-01-02      Joel Sherrill <joel@OARcorp.com>
2200
2201        * libnetworking/CHANGELOG: Removed.
2202        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2203
22042000-12-14      Eric Norum <eric.norum@usask.ca>
2205
2206        * libnetworking/lib/tftpDriver.c: Added write capability.
2207
22082000-12-08      Joel Sherrill <joel@OARcorp.com>
2209
2210        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2211        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2212        numerous variable declarations conditional on PPP_COMPRESS and
2213        PPP_FILTER.  Commented out variables that were not used because the code
2214        using them was commented out. Removed totally unused variables.
2215        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2216        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2217
22182000-11-30      Joel Sherrill <joel@OARcorp.com>
2219
2220        * libnetworking/modem/ppp_tty.c: Changed to include
2221        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2222        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2223        * libnetworking/Makefile.am: Modified to reflect above.
2224
22252000-11-27      Joel Sherrill <joel@OARcorp.com>
2226
2227        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2228
22292000-11-25      Eric Norum <eric.norum@usask.ca>
2230
2231        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2232        core.
2233
22342000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2235
2236        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2237        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2238        subdir.
2239        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2240        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2241        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2242        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2243        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2244        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2245        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2246        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2247        ppp_tty.c and the real pppd main is in pppmain.c.
2248
22492000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2250
2251        * libchip/network/sonic.c: Added ipalign() routine to align the received
2252        packet so that the ip header is on a 32-bit boundary. Necessary for
2253        cpu's that do not allow unaligned loads and stores and when the 32-bit
2254        DMA mode is used.
2255
22562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2257
2258        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2259        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2260        ACLOCAL_AMFLAGS.
2261        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2262        ACLOCAL_AMFLAGS.
2263        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2264        ACLOCAL_AMFLAGS.
2265
22662000-11-03      Chris Johns <ccj@acm.org>
2267
2268        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2269        libchip/network/cs8900.h: New files.
2270
22712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2272
2273        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2274        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2275        $(RTEMS_TOPdir)/aclocal.
2276        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2277        $(RTEMS_TOPdir)/aclocal.
2278        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2279        $(RTEMS_TOPdir)/aclocal.
2280
22812000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2282
2283        * configure.in: Switch to GNU-canonicalization.
2284        * Makefile.am: Reflect changes to configure.in.
2285        * acinclude.m4: Remove.
2286
22872000-10-30      Joel Sherrill <joel@OARcorp.com>
2288
2289        * POSIX include files merged into newlib.  This resulted in some
2290        definitions moving to other files and thus some secondary effects in
2291        RTEMS source code.
2292        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2293        in sync with newlib's <machine/types.h>.
2294        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2295        definition of struct itimerval in <sys/time.h>.
2296
22972000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2298
2299        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2300        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2301        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2302        * ChangeLog: Fix typos.
2303        * configure.in: add tests to the GNU canonicalized subdirectories.
2304
23052000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2306
2307        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2308        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2309        the lib directory before configuring lib/.
2310
23112000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2312
2313        * configure.in, Makefile.am: add exec to the GNU canonicalized
2314        subdirectories.
2315        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2316        * configure.in: add libnetworking, librpc and librdb to the GNU
2317        canonicalized subdirectories.
2318        * configure.in: add libmisc and libchip to the GNU canonicalized
2319        subdirectories.
2320        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2321        Switch to GNU canonicalization.
2322        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2323        Switch to GNU canonicalization.
2324        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2325        Switch to GNU canonicalization.
2326
23272000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2328
2329        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2330        canonicalization to libfs/. The approach is currently a bit of a hack as
2331        GNU canonicalization does not support the per-BSP build some of the
2332        other directories require.  As more of the tree is converted, this will
2333        become less  of an issue.
2334
23352000-10-20      Joel Sherrill <joel@OARcorp.com>
2336
2337        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2338        parameter.
2339
23402000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2341
2342        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2343        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2344        * librdbg/configure.in: Add m68k support.
2345        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2346        subdirectory.
2347        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2348        failure.
2349        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2350        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2351        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2352        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2353        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2354        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2355        librdbg/src/m68k/.cvsignore: New files.
2356        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2357        function pointers.
2358        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2359        _after_ pointer has been checked against NULL.
2360
23612000-10-18      Joel Sherrill <joel@OARcorp.com>
2362
2363        * wrapup/Makefile.am: Added libfs.
2364
23652000-10-18      Chris Johns <ccj@acm.org>
2366
2367        * libfs created.
2368        * configure.in: Added libfs subdirectory.
2369        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2370
23712000-09-28      Joel Sherrill <joel@OARcorp.com>
2372
2373        * libnetworking/rtems_webserver/Makefile.am,
2374        libnetworking/rtems_webserver/base64.c,
2375        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2376        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2377
23782000-09-22      Joel Sherrill <joel@OARcorp.com>
2379
2380        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2381        libnetworking/rtems/rtems_bsdnet_internal.h,
2382        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2383        have included rtems.h.  It is now including precisely the  least amount
2384        of low level, yet portable .h files to get the basic RTEMS types
2385        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2386        used machine/types.h to include rtems.h.
2387
23882000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2389
2390        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2391
23922000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2393
2394        * libnetworking/ChangeLog: Cleanup.
2395
23962000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2397
2398        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2399        * libchip/ChangeLog: Fix formating.
2400
24012000-09-05      Joel Sherrill <joel@OARcorp.com>
2402
2403        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2404        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2405        confusion and to work with the converted flags.
2406
24072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2408
2409        * wrapup/Makefile.am: Include compile.am.
2410        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2411        libchip/serial/Makefile.am: Include compile.am.
2412        * librdbg/src/i386/any/Makefile.am,
2413        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2414        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2415        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2416        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2417        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2418        libnetworking/rtems_servers/Makefile.am,
2419        libnetworking/rtems_webserver/Makefile.am,
2420        libnetworking/wrapup/Makefile.am: Include compile.am.
2421
24222000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2423
2424        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2425        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2426
24272000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2428
2429        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2430
24312000-08-31      Joel Sherrill <joel@OARcorp.com>
2432
2433        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2434        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2435        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2436        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2437        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2438        * libnetworking/wbase64.c: Removed.
2439        * libnetworking/Makefile.am, libnetworking/asp.c,
2440        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2441        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2442        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2443        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2444        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2445        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2446        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2447        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2448        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2449        Modified.
2450
24512000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2452
2453        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2454
24552000-08-30      Joel Sherrill <joel@OARcorp.com>
2456
2457        * libnetworking/rtems_webserver/license.txt: New file.
2458
24592000-08-10      Joel Sherrill <joel@OARcorp.com>
2460
2461        * ChangeLog: New file.
2462        * libchip/ChangeLog: New file.
2463        * librdbg/ChangeLog: New file.
2464        * libnetworking/ChangeLog: New file.
2465
Note: See TracBrowser for help on using the repository browser.