source: rtems/c/src/ChangeLog @ f27c25f

4.104.114.84.95
Last change on this file since f27c25f was f27c25f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/04 at 04:43:53

2004-09-24 Ralf Corsepius <ralf_corsepius@…>

  • aclocal/rtems-cpu-subdirs.m4: Add avr.
  • Property mode set to 100644
File size: 98.7 KB
Line 
12004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * aclocal/rtems-cpu-subdirs.m4: Add avr.
4
52004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
8        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
9
102004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
13        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
14
152004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
16
17        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
18
192004-07-28  Joel Sherrill <joel@OARcorp.com>
20
21    * aclocal/version.m4: Updated to rtems-4.6.99.1.
22
232004-07-25      Joel Sherrill <joel@OARcorp.com>
24
25        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
26
272004-05-21  Till Strauman <strauman@slac.stanford.edu>
28
29        PR 625/networking
30        * libchip/network/dec21140.c, ... : Prevent name clashes by making
31        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
32        an error rather than panic if no chip is detected (thus allowing
33        for probing).
34        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
35        instead of looping forever.  Avoid divide by zero (crashed my PC).
36        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
37        they are UNTESTED.
38
392004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
42
432004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * libchip/network/dec21140.c, libchip/network/elnk.c:
46        #include <errno.h>.
47
482004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * libchip/network/if_media.h: Update from FreeBSD.
51        * libchip/network/open_eth.c, libchip/network/cs8900.c,
52        libchip/network/i82586.c: #include <errno.h>.
53
542004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
57
582004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
61
622004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
65        automake).
66
672004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
68
69        PR 599/pppd
70        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
71
722004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * optman/rtems/no-region.c: Reflect having changed
75        rtems_region_get_segment_size.
76
772004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
80        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
81        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
82        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
83        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
84        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
85        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
86
872004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
88
89        * libchip/ide/ata.c, libchip/network/dec21140.c,
90        libchip/network/elnk.c, libchip/network/i82586.c,
91        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
92        libchip/network/open_eth.c, libchip/network/sonic.c,
93        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
94        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
95        libchip/shmdr/init.c, libchip/shmdr/intr.c,
96        libchip/shmdr/shm_driver.h: Cosmetics.
97
982004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
99
100        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
101        optman/rtems/no-msg.c, optman/rtems/no-part.c,
102        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
103        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
104        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
105        fixed size types.
106
1072004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
108
109        * configure.ac: Explicitly pass --includedir and --libdir to
110        cpukit/configure.
111
1122004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
113
114        * librdbg/Makefile.am: Fix rpcgen rules.
115        * librdbg/src/i386/any/remdeb_xdr.c,
116        librdbg/src/m68k/any/remdeb_xdr.c,
117        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
118        Reflect changes to librdbg/Makefile.am.
119
1202004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
121
122        * configure.ac: Reflect changes testsuites/configure.ac and
123        cpukit/configure.ac.
124
1252004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
128        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
129
1302004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        * configure.ac: Reflect changes to testsuites's configuration.
133
1342004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
135
136        PR/589 rtems
137        * libchip/network/pci.h: Remove (Moved to cpukit).
138
1392004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
140
141        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
142        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
143        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
144        libchip/network/dec21140.c, libchip/network/elnk.c,
145        libchip/network/if_fxp.c, libchip/network/open_eth.c,
146        libchip/network/open_eth.h, libchip/network/sonic.c,
147        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
148        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
149        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
150        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
151        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
152        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
153        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
154        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
155        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
156        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
157        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
158        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
159        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
160        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
161        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
162        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
163        fixed-size types.
164
1652004-03-14      Chris Johns  <chrisj@rtems.org>
166
167        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
168        the BSP example code.
169        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
170        support the DIMMPC. This is a pc386 target with IO port support. Minor
171        formating clean up. Add documentation to the header file.
172        * libchip/network/README.cs8900: The CS8900 driver is documented in the
173        cs8900.h header file.
174
1752004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
178        Cosmetics.
179
1802004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
183        There are no application level Makefiles in here.
184
1852004-03-04      Joel Sherrill <joel@OARcorp.com>
186
187        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
188        they can be used in application level makefiles.
189
1902004-03-05      Joel Sherrill <joel@OARcorp.com>
191
192        * libnetworking/rtems_webserver/ejparse.c,
193        libnetworking/rtems_webserver/emfdb.c,
194        libnetworking/rtems_webserver/sock.c,
195        libnetworking/rtems_webserver/socket.c,
196        libnetworking/rtems_webserver/sym.c,
197        libnetworking/rtems_webserver/webs.c,
198        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
1992004-03-05      Joel Sherrill <joel@OARcorp.com>
200
201        * libchipnetwork/open_eth.c: Remove warnings by conditionally
202        compiling this file only only those CPU families with supported
203        exception models.
204
2052004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * acinclude.m4: Fix loosing arguments when configuring cpukit and
208        testsuites (Was exposed with --enable-multilib, only).
209        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
210         Add RTEMS_BSP_CONFIG_SUBDIR.
211        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
212        testsuites's configure.
213        * aclocal/rtems-top.m4: Remove ENDIF hack.
214        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
215
2162004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
219        wrapup/Makefile.am: Fix automake problems having been introduced
220        in previous patch.
221
2222004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
225        Preinstall dirs.
226        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
227        * aclocal/check-multiprocessing.m4: Cosmetics.
228        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
229        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
230
2312004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
234        librdbg/src/Makefile.am.
235        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
236        * configure.ac: Reflect changes above.
237        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
238        * wrapup/Makefile.am: Reflect changes above.
239        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
240
2412004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
244
2452004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
248
2492004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * wrapup/Makefile.am: Reflect new location of librdbg.a.
252
2532004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
256        librdbg/src/powerpc/Makefile.am: Remove.
257        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
258        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
259        * configure.ac: Reflect changes above.
260
2612004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263
2642004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
267        STRIP.
268
2692004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * librdbg/include/Makefile.am: Merge-in
272        librdbg/include/rdbg/i386/Makefile.am,
273        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
274        librdbg/include/rdbg/powerpc/Makefile.am.
275        * librdbg/include/rdbg/i386/Makefile.am,
276        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
277        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
278        * configure.ac: Reflect changes above.
279
2802004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Use AS_HELP_STRING(ada).
283
2842004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * aclocal/bspopts.m4: Use AS_HELP_STRING.
287        * aclocal/bsp-configure.m4: Require autoconf-2.59.
288        Use AC_CONFIG_HEADERS.
289        * aclocal/check-custom-bsp.m4: Add bspkit-support.
290        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
291
2922004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: include local.am.
295
2962004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * aclocal/version.m4: 4.6.99.0.
299
3002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Don't include host.am.
303        * automake/compile.am: Further cleanups.
304
3052004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * automake/lib.am: Remove (Unused).
308
3092004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * wrapup/Makefile.am: Don't include lib.am.
312        * automake/compile.am: Use automake compilation rules.
313
3142004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * libnetworking/pppd/Makefile.am,
317        libnetworking/rtems_servers/Makefile.am,
318        libnetworking/rtems_telnetd/Makefile.am,
319        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
320        support/Makefile.am: Don't include lib.am.
321
3222004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * libchip/Makefile.am: Don't include lib.am.
325        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
326        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
327        unnecessary EXTRA_DISTs.
328
3292004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
332        hack.
333
3342004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
337        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
338        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
339        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
340
3412004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
344        Add AM_CONDITIONAL(HAS_MP).
345        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
346        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
347        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
348        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
349        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
350        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
351        (Deprecated by autoconf 2.59).
352
3532004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
356        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
357
3582004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * ChangeLog: Merge-in libnetworking/ChangeLog.
361        * libnetworking/ChangeLog: Remove.
362        * ChangeLog: Merge-in librdbg/ChangeLog.
363        * librdbg/ChangeLog: Remove.
364        * ChangeLog: Merge-in libchip/ChangeLog.
365        * libchip/ChangeLog: Remove.
366        * ChangeLog: Merge-in optman/ChangeLog.
367        * optman/ChangeLog: Remove.
368
3692004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac: Reflect changes to cpukit.
372        * wrapup/Makefile.am: Reflect changes to librdbg.
373        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
374        * libchip/Makefile.am: Add PREINSTALL_DIRS.
375        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
376        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
377        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
378        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
379        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
380        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
381        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
382
3832004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * aclocal/rtems-top.m4: Remove check for version.m4.
386        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
387
3882004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
391        * wrapup/Makefile.am: Reflect changes to libchip/*.
392        * support/Makefile.am: Use automake compilation rules.
393        * wrapup/Makefile.am: Reflect changes to support/*.
394        * configure.ac: Remove libnetworking/wrapup/Makefile.
395        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
396        libnetworking/*/lib*.a instead of libnetapps.a.
397        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
398        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
399        * optman/Makefile.am: Use automake compilation rules.
400        * libchip/Makefile.am: Fix typo in previous patch.
401        * libchip/Makefile.am: Use automake compilation rules.
402        * libnetworking/Makefile.am: Remove wrapup.
403        * libnetworking/pppd/Makefile.am: Build libpppd. Use
404        automake-compilation rules.
405        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
406        automake-compilation rules.
407        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
408        automake-compilation rules.
409        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
410        automake-compilation rules.
411        * libnetworking/wrapup/Makefile.am: Remove (Unused).
412
4132004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
416        PRE/TMPINSTALL_FILES to CLEANFILES.
417        * automake/lib.am: Remove TMPINSTALL_FILES.
418        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
419        PRE/TMPINSTALL_FILES to CLEANFILES.
420        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
421        PRE/TMPINSTALL_FILES to CLEANFILES.
422        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
423        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
424        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
425        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
426        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
427        * librdbg/src/i386/Makefile.am: Ditto.
428        * librdbg/src/m68k/Makefile.am: Ditto.
429        * librdbg/src/powerpc/Makefile.am: Ditto.
430        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
431        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
432        * libnetworking/rtems_servers/Makefile.am: Ditto.
433        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
434        * libnetworking/rtems_webserver/Makefile.am: Ditto.
435
4362004-01-07      Joel Sherrill <joel@OARcorp.com>
437
438        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
439        more completely covers the MIPS family.
440
4412003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * wrapup/Makefile.am: Reflect changes to shmdr.
444        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
445
4462003-12-18      Joel Sherrill <joel@OARcorp.com>
447
448        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
449        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
450        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
451        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
452        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
453        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
454        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
455
4562003-12-17      Joel Sherrill <joel@OARcorp.com>
457
458        * aclocal/version.m4: Updated to rtems-20031217-test.
459
4602003-12-17     
461
462        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
463        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
464
4652003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * automake/compile.am: Remove LINK_LIBS (Unused).
468        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
469
4702003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
473        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
474        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
475        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
476        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
477
4782003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
481        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
482        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
483        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
484        * librdbg/src/i386/Makefile.am:
485        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
486        * librdbg/src/m68k/Makefile.am:
487        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
488        * librdbg/src/powerpc/Makefile.am:
489        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
490
4912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
494        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
495        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
496        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
497        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
498        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
499        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
500        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
501        * optman/Makefile.am: Remove project_libdir.
502        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
503        PRE/TMPINSTALL_FILES.
504        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
505        PRE/TMPINSTALL_FILES.
506        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
507        PRE/TMPINSTALL_FILES.
508        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
509        PRE/TMPINSTALL_FILES.
510        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
511        from PRE/TMPINSTALL_FILES.
512        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
513        PRE/TMPINSTALL_FILES.
514        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
515        PRE/TMPINSTALL_FILES.
516        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
517        PRE/TMPINSTALL_FILES.
518        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
519        PRE/TMPINSTALL_FILES.
520        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
521        PRE/TMPINSTALL_FILES.
522        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
523        PRE/TMPINSTALL_FILES.
524        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
525        from PRE/TMPINSTALL_FILES.
526
5272003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
530        * automake/lib.am: Remove project_libdir.
531        * wrapup/Makefile.am: Reworked.
532
5332003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * configure.ac: Reflect changes to librdbg.
536        * optman/Makefile.am: Add tmpinstall dirstamp support.
537        * libchip/Makefile.am: Fix variant-tmpinstall support.
538        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
539        * librdbg/src/powerpc/Makefile.am: Merge-in former
540        new_exception_processing/Makefile.am.
541        * librdbg/src/m68k/any/Makefile.am: Remove.
542        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
543        * librdbg/src/i386/any/Makefile.am: Remove.
544        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
545        * librdbg/src/Makefile.am: Cosmetics.
546        * librdbg/include/Makefile.am: Cosmetics.
547        * librdbg/Makefile.am: Cosmetics.
548        * libnetworking/Makefile.am: Cosmetics.
549        * libnetworking/pppd/Makefile.am: Cosmetics.
550        * libnetworking/wrapup/Makefile.am: Cosmetics.
551
5522003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * Makefile.am: Cosmetics.
555        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
556        support.
557
5582003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * automake/compile.am: Remove $(ARCH):-rule.
561
5622003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * configure.ac: Remove lib/libbsp/shared/Makefile,
565        lib/libbsp/shmdr/Makefile.
566
5672003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
570        libchip/serial/Makefile, libchip/rtc/Makefile.
571        * support/Makefile.am: Remove all-local: $(ARCH).
572        * wrapup/Makefile.am: Remove all-local: $(ARCH).
573        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
574        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
575        * optman/Makefile.am: Remove all-local: $(ARCH).
576        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
577        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
578        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
579        compilation dirstamp support.
580        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
581        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
582        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
583        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
584        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
585        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
586        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
587        all-local: $(ARCH).
588        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
589        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
590        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
591        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
592        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
593
5942003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * aclocal/lead-dot.m4: New (from automake-1.7f).
597        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
598        AC_SUBST(dirstamp).
599        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
600        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
601        libchip/serial/Makefile.am: Ditto.
602        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
603        * librdbg/include/Makefile.am: Ditto.
604        * librdbg/include/rdbg/Makefile.am: Ditto.
605        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
606        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
607        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
608        * librdbg/src/Makefile.am: Ditto.
609        * librdbg/src/i386/Makefile.am: Ditto.
610        * librdbg/src/i386/any/Makefile.am: Ditto.
611        * librdbg/src/m68k/Makefile.am: Ditto.
612        * librdbg/src/m68k/any/Makefile.am: Ditto.
613        * librdbg/src/powerpc/Makefile.am: Ditto.
614        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
615        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
616        preinstallation.
617        * libnetworking/pppd/Makefile.am: Ditto.
618        * libnetworking/rtems_servers/Makefile.am: Ditto.
619        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
620        * libnetworking/rtems_webserver/Makefile.am: Ditto.
621        * libnetworking/wrapup/Makefile.am: Ditto.
622
6232003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
626        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
627        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
628        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
629        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
630        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
631        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
632        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
633        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
634        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
635        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
636        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
637        underquoting to silence automake-1.8.
638
6392003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * configure.ac: Reflect having moved tests to ../../testsuites.
642
6432003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
646        * aclocal/canonical-host.m4: Remove.
647        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
648        * configure.ac: Remove RTEMS_CANONICAL_HOST.
649
6502003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * aclocal/check-cpu.m4: Remove.
653        * configure.ac: Merge-in former aclocal/check-cpu.m4.
654        * aclocal/canonical-target-name.m4: Add m4-quotes.
655        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
656        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
657        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
658        * aclocal/check-networking.m4: Add m4-quotes. Require
659        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
660        * aclocal/check-posix.m4: Add m4-quotes. Require
661        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
662        * aclocal/check-rdbg.m4: Add m4-quotes. Require
663        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
664        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
665
6662003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
669        * aclocal/bsp-alias.m4: Remove.
670
6712003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * configure.ac: Make presence of tests/ optional.
674
6752003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * aclocal/path-perl.m4: Remove (Unused).
678
6792003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * automake/force-preinstall.am: Remove.
682
6832003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
684
685        PR 499/rtems_misc
686        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
687        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
688        Configuration (Odd was forced) - Correction of Stop Bit configuration
689        (inversed) - Correction of ISR Handler to call
690        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
691        CTS Hardware flow control Configuration.
692
6932003-09-04      Joel Sherrill <joel@OARcorp.com>
694
695        * lib/libcpu/shared/include/cache.h,
696        lib/libcpu/shared/src/cache_aligned_malloc.c,
697        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
698        license changed.
699        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
700        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
701        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
702        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
703        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
704        for license changed.
705        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
706        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
707        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
708        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
709        libchip/network/cs8900.h, libchip/network/dec21140.c,
710        libchip/network/elnk.c, libchip/network/open_eth.c,
711        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
712        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
713        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
714        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
715        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
716        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
717        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
718        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
719        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
720        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
721        libchip/serial/serial.h, libchip/serial/z85c30.c,
722        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
723        libchip/serial/z85c30_reg.c: URL for license changed.
724
7252003-09-03      Jiri Gaisler <jiri@gaisler.com>
726
727        PR 477/networking
728        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
729        * libchip/network/README.open_eth, libchip/network/open_eth.c,
730        libchip/network/open_eth.h: New files.
731
7322003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * aclocal/rtems-top.m4: Add RTEMS_API.
735        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
736
7372003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
740        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
741        @RTEMS_BSP@.cfg.
742
7432003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
746
7472003-08-20      Joel Sherrill <joel@OARcorp.com>
748
749        * libchip/network/cs8900.c: Correct copyright statements.
750
7512003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
752
753        * aclocal/check-itron.m4: Remove.
754        * aclocal/enable-inlines.m4: Remove.
755        * Makefile.am: Reflect having moved aclocal/.
756        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
757        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
758        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
759        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
760        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
761        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
762        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
763        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
764        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
765        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
766        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
767        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
768        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
769        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
770        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
771        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
772        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
773        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
774        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
775        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
776        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
777        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
778        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
779        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
780        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
781        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
782        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
783        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
784        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
785        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
786        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
787        * aclocal/multilib.m4: New (Copied from ../../aclocal).
788        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
789        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
790        * aclocal/ppc.m4: New (Copied from ../../aclocal).
791        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
792        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
793        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
794        * aclocal/project-root.m4: New (Copied from ../../aclocal).
795        * aclocal/quoting.m4: New (Copied from ../../aclocal).
796        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
797        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
798        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
799        * aclocal/target.m4: New (Copied from ../../aclocal).
800        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
801        * aclocal/version.m4: New (Copied from ../../aclocal).
802
8032003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
804
805        * configure.ac: Remove stray comments.
806        * automake/local.am, automake/host.am: Remove "debug".
807
8082003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
809
810        * Makefile.am: Reflect having moved automake/.
811        * lib/Makefile.am: Reflect having moved automake/.
812        * support/Makefile.am: Reflect having moved automake/.
813        * wrapup/Makefile.am: Reflect having moved automake/.
814        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
815        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
816        from ../../automake).
817        * optman/Makefile.am: Reflect having moved automake/.
818        * libchip/Makefile.am: Reflect having moved automake/.
819        * libchip/ide/Makefile.am: Reflect having moved automake/.
820        * libchip/network/Makefile.am: Reflect having moved automake/.
821        * libchip/rtc/Makefile.am: Reflect having moved automake/.
822        * libchip/serial/Makefile.am: Reflect having moved automake/.
823        * librdbg/Makefile.am: Reflect having moved automake/.
824        * librdbg/include/Makefile.am: Reflect having moved automake/.
825        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
826        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
827        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
828        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
829        automake/.
830        * librdbg/src/Makefile.am: Reflect having moved automake/.
831        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
832        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
833        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
834        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
835        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
836        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
837        having moved automake/.
838        * libnetworking/Makefile.am: Reflect having moved automake/.
839        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
840        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
841        automake/.
842        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
843        automake/.
844        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
845        automake/.
846        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
847
8482003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
849
850        * Makefile.am: Add bsp.pc.in.
851        * bsp.pc.in: New (pkgconfig support).
852
8532003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
854
855        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
856
8572003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
858
859        * lib/Makefile.am: New (Required by 'make dist').
860        * lib/ChangeLog: Remove.
861        * lib/.cvsignore: Cleanup.
862        * configure.ac: Reflect having added lib/Makefile.am.
863        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
864        lib/libbsp/configure.ac.
865        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
866        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
867
8682003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
869
870        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
871        * configure.ac: Merge-in librdbg/configure.ac.
872        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
873        librdbg/configure.ac.
874        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
875        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
876        LIBCHIP. Conditionally build include-dirs.
877        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
878        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
879        * librdbg/Makefile.am, librdbg/include/Makefile.am,
880        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
881        librdbg/include/rdbg/m68k/Makefile.am,
882        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
883        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
884        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
885        librdbg/src/powerpc/Makefile.am, librdbg/
886        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
887        configure.ac into ../configure.ac.
888        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
889        * libnetworking/.cvsignore, libnetworking/Makefile.am,
890        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
891        libnetworking/rtems_telnetd/Makefile.am,
892        libnetworking/rtems_webserver/Makefile.am,
893        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
894        into ../configure.ac.
895
8962003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
897
898        PR 427/rtems
899        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
900        * librdbg/src/servtsp.c: Ditto.
901
9022003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
903
904        PR 429/bsps
905        PR 432/bsps
906        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
907        packets are queued onto an elnk board, the ISR will deadlock the device
908        with a tx complete interrupt.  Lighter tx loads are not affected as they
909        end up submitting single packets to the device.
910
9112003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
912
913        * configure.ac: Merge-in libchip/configure.ac. Merge-in
914        optman/configure.ac.
915        * optman/configure.ac: Remove (Merged into ../configure.ac).
916        * optman/Makefile.am: Reflect having merged configure.ac into
917        ../configure.ac.
918        * libchip/configure.ac: Remove (Merged into ../configure.ac).
919        * libchip/Makefile.am, libchip/ide/Makefile.am,
920        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
921        libchip/serial/Makefile.am: Reflect having merged configure.ac into
922        ../configure.ac.
923
9242003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
925
926        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
927
9282003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
929
930        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
931        on i386.
932
9332003-06-13      Joel Sherrill <joel@OARcorp.com>
934
935        * libnetworking/pppd/chat.c: Removed warnings.
936
9372003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
938
939        * libchip/network/README.3com: New file missed in previous commit.
940        PR 405/bsps
941        PR 393/networking
942        * libchip/network/dec21140.c: Fix leak also known as PR393.
943        * libchip/network/elnk.c, libchip/network/if_media.h,
944        libchip/network/mii.h: New files.
945        * libchip/network/Makefile.am: Reflect new files.
946
9472003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
948
949        * configure.ac: Remove support for profile-variant.
950
9512003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
952
953        PR 397/pppd
954        * libnetworking/pppd/fsm.c: Make peer_mru global again.
955        * libnetworking/pppd/magic.c: Remove *rand48.
956        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
957
9582003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
959
960        * wrapup/Makefile.am: Add libide.a.
961
9622003-04-15      Joel Sherrill <joel@OARcorp.com>
963
964        PR 387/rtems_misc
965        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
966        routines.
967        * libchip/ide/ata_internal.h: Added missing newline and end of file.
968
9692003-04-11      Joel Sherrill <joel@OARcorp.com>
970
971        * libnetworking/rtems_webserver/cgi.c,
972        libnetworking/rtems_webserver/sockGen.c,
973        libnetworking/rtems_webserver/umui.c,
974        libnetworking/rtems_webserver/websSSL.c,
975        libnetworking/rtems_webserver/websSSL.h,
976        libnetworking/rtems_webserver/websda.c,
977        libnetworking/rtems_webserver/websda.h: New files. Not included in
978        previous commit.
979
9802003-04-10      Joel Sherrill <joel@OARcorp.com>
981
982        PR 371/pppd
983        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
984        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
985        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
986        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
987        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
988        still global symbols in rtemspppd.h which might need to be changed or
989        converted into member of a structure which is dereferenced with a
990        pointer that is managed as a per task variable. But this patch should
991        avoid many conflicts.
992
9932003-03-27      Joel Sherrill <joel@OARcorp.com>
994
995        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
996        not allowed in the cpukit source code since it must be buildable
997        independent of any BSP. These files were moved to libchip/ide.
998        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
999        files.
1000
10012003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1002
1003        PR 368/filesystems
1004        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1005        improvements which now work on pc386 and mbx8xx.
1006        * libchip/ide/ide_controller.c: New file.
1007
10082003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1009
1010        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1011
10122003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1013
1014        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1015        * configure.ac: Add support/.
1016        * support/.cvsignore: New.
1017        * support/Makefile.am: New.
1018        * support/version.c: New.
1019        * wrapup/Makefile.am: Add support/libsupport.a.
1020        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1021        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1022        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1023        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1024
10252003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1026
1027        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1028
10292003-02-20      Till Straumann <strauman@slac.stanford.edu>
1030
1031        PR 354/networking
1032        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1033        chip against a table of supported chips. The untested ones are still
1034        commented out, however.
1035
10362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1037
1038        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1039        * configure.ac: AC_PREREQ(2.57).
1040        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1041        * optman/configure.ac: AC_PREREQ(2.57).
1042        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1043        * libchip/configure.ac: AC_PREREQ(2.57).
1044        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1045        * librdbg/configure.ac: AC_PREREQ(2.57).
1046        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1047        * libnetworking/configure.ac: AC_PREREQ(2.57).
1048
10492003-02-06      Joel Sherrill <joel@OARcorp.com>
1050
1051        * libnetworking/pppd/chat.c: Convert routines with common names to
1052        static. This included get_char(), put_char(), and character() among
1053        others.
1054
10552003-02-03      Joel Sherrill <joel@OARcorp.com>
1056
1057        PR 338/filesystem
1058        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1059        rtems_io_lookup_name() (API change).  Unused function removed.
1060
10612003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1062
1063        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1064        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1065        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1066        Eliminate *_O_FILES.
1067        * libnetworking/rtems_servers/Makefile.am,
1068        libnetworking/rtems_webserver/Makefile.am,
1069        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1070
10712002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1072
1073        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1074        Let all-local: depend on $(LIB).
1075        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1076        * optman/Makefile.am: Apply install-data-local to install *.rels.
1077
10782002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1079
1080        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1081        %.c rules.
1082        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1083        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1084        * libchip/rtc/Makefile.am: Ditto.
1085        * libchip/serial/Makefile.am: Ditto.
1086
10872002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1088
1089        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1090        LIBC_DEFINES.
1091        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1092        LIBC_DEFINES.
1093        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1094        LIBC_DEFINES.
1095
10962002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1097
1098        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1099
11002002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1101
1102        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1103        cache-checking.
1104        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1105
11062002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1107
1108        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1109        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1110        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1111        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1112        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1113
11142002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1115
1116        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1117        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1118        Remove.
1119        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1120
11212002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1122
1123        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1124        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1125
11262002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1127
1128        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1129        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1130
11312002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1132
1133        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1134        * optman/rel.am: New.
1135
11362002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1137
1138        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1139        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1140        braino in comment on "exec". Extend --enable-ada handling.
1141
11422002-11-04      Joel Sherrill <joel@OARcorp.com>
1143
1144        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1145        tasks and rolling multiple loops into 1.
1146        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1147        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1148        Removed warnings.
1149
11502002-10-31      Joel Sherrill <joel@OARcorp.com>
1151
1152        * libchip/network/dec21140.c: Removed warnings.
1153        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1154        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1155        librdbg/src/m68k/any/remdeb_xdr.c,
1156        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1157        warnings.
1158        * libnetworking/rtems_webserver/socket.c,
1159        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1160
11612002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1162
1163        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1164        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1165        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1166        above.
1167
11682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1169
1170        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1171        * wrapup/.cvsignore: Remove autom4te.cache.
1172        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1173        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1174        autom4te.cache.
1175        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1176        autom4te.cache.
1177        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1178        autom4te.cache.
1179
11802002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1181
1182        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1183
11842002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1185
1186        * optman/.cvsignore: Add autom4te.cache.
1187
11882002-09-14      Joel Sherrill <joel@OARcorp.com>
1189
1190        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1191
11922002-09-07      Joel Sherrill <joel@OARcorp.com>
1193
1194        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1195        include files to resolve warnings.
1196
11972002-09-07      Chris Johns <ccj@acm.org>
1198
1199        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1200        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1201        which corrects the problem  where the cs8900.c file was actually the BSP
1202        glue.  Joel did some hacking so this file will compile.  Previously it
1203        required providing a target.h file to compile.
1204        * libchip/network/cs8900.c.bsp: New file.
1205
12062002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1207
1208        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1209
12102002-08-31      Joel Sherrill <joel@OARcorp.com>
1211
1212        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1213        eliminate warning.
1214
12152002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1216
1217        * configure.ac: Add ada-tests.
1218
12192002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1220
1221        * Makefile.am: Add preinstall-stamp.
1222
12232002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1224
1225        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1226        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1227        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1228        gcc31 happy.
1229        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1230        cp.
1231
12322002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1233
1234        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1235        make/bsp.mak.
1236        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1237        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1238
12392002-08-12      Joel Sherrill <joel@OARcorp.com>
1240
1241        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1242        avoid error.
1243
12442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1245
1246        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1247        * configure.ac: Add BSP_SUBDIRS.
1248        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1249        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1250        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1251        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1252        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1253        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1254        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1255        RTEMS_CHECK_BSP_CACHE.
1256        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1257        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1258        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1259        .$(OBJEXT) instead of .o.
1260        * libnetworking/pppd/Makefile.am,
1261        libnetworking/rtems_servers/Makefile.am,
1262        libnetworking/rtems_telnetd/Makefile.am,
1263        libnetworking/rtems_webserver/Makefile.am,
1264        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1265
12662002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1267
1268        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1269        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1270        ../libchip/serial/$(ARCH)/libserialio.a.
1271        * libchip/serial/Makefile.am: Don't tmp-install lib.
1272        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1273
12742002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1275
1276        * Makefile.am: Add rtems_makedir.
1277        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1278        * Makefile.am: Add wrapup-SUBDIR.
1279        * wrapup/ChangeLog: Remove.
1280        * wrapup/configure.ac: Remove.
1281        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1282        (Make the bare BSP happy).
1283        * configure.ac: Ditto.
1284        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1285        Create make/custom/default.cfg.
1286        * configure.ac: Add creation of make/custom/*.cfg. Create
1287        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1288
12892002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1290
1291        * Makefile.am: Clean $(PROJECT_RELEASE).
1292
12932002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1294
1295        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1296        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1297        prototype mismatches.
1298
12992002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1300
1301        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1302        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1303
13042002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1305
1306        * acinclude.m4: Add test "$multilib" != "yes".
1307        * config-ml.in: Remove.
1308        * acinclude.m4: Cleanups.
1309        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1310        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1311        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1312        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1313        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1314
13152002-07-16      Eric Norum <eric.norum@usask.ca>
1316
1317        * New driver for the Intel EtherExpressPro (82559ER) chip.
1318        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1319        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1320        * libchip/network/Makefile.am: Modified to reflect above.
1321
13222002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1323
1324        * acinclude.m4: New.
1325        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1326        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1327        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1328
13292002-07-01      Joel Sherrill <joel@OARcorp.com>
1330
1331        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1332        _Objects_Information_table now that it is a two dimensional array based
1333        upon API and class.
1334        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1335        of strnlen().
1336
13372002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1338
1339        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1340        preinstall libnetapps.a.
1341
13422002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1343
1344        * configure.ac: Remove librpc.
1345
13462002-06-25      Joel Sherrill <joel@OARcorp.com>
1347
1348        * Per PR233, moved librpc to exec.
1349        * configure.ac, wrapup/Makefile.am: Modified.
1350        * librpc, librpc/ChangeLog: Removed.
1351
13522002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1353
1354        * optman/Makefile.am: Remove multilib support.
1355        * optman/configure.ac: Ditto.
1356        * optman/sapi/Makefile.am: Ditto.
1357
13582002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1359
1360        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1361        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1362
13632002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1364
1365        Move networking libraries to c/src/exec/libnetworking
1366        * libnetworking/configure.ac, libnetworking/Makefile.am,
1367        libnetworking/wrapup/Makefile.am: Reflect Moval.
1368
13692002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1370
1371        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1372        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1373        <rtems/bspIo.h>.
1374
13752002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1376
1377        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1378        * libnetworking/rtems/mkrootfs.h: Ditto.
1379        * libnetworking/rtems/Makefile.am: Reflect changes above.
1380
13812002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1382
1383        * configure.ac: Remove lib.
1384
13852002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1386
1387        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1388        that exception stack frames on M68K members with VBR always are 6 byte
1389        long. The incorrect assumption resulted in some gdb commands like "next"
1390        to fail on the 68360.
1391
13922002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1393
1394        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1395        PR 220
1396        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1397        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1398        CVS.
1399        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1400        libnetworking/sys/filio.h: Remove.
1401        * libnetworking/sys/Makefile.am: Reflect changes above.
1402
14032002-05-07      Chris Johns <ccj@acm.org>
1404
1405        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1406        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1407        requires it to be stripped.
1408
14092002-05-01      Eric Norum <eric.norum@usask.ca>
1410
1411        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1412        assembly  to satisfy gcc 3.1 and newer.
1413
14142002-04-26      Eric Norum <eric.norum@usask.ca>
1415
1416        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1417        agressive optimization in gcc 3.1 does not reorder things.
1418
14192002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1420
1421        * libchip/network/dec21140.c: Reflect changes to powerpc's
1422        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1423        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1424        <rtems/score/cpu.h>.
1425        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1426        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1427
14282002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1429
1430        * optman/configure.ac: Remove ENABLE_GCC28.
1431
14322002-04-11      Chris Johns <ccj@acm.org>
1433
1434        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1435        driver control block field to the ifconfig network driver structure.
1436        This field is needed by the i82586 driver which was ported from NetBSD
1437        as it had better hardware abstraction.
1438        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1439        PR59, added the drv_ctrl driver control block field to the ifconfig
1440        network driver structure. This field is needed by the i82586 driver
1441        which was ported from NetBSD as it had better hardware abstraction.
1442
14432002-04-10      Mike Siers <mikes@poliac.com>
1444
1445        * libnetworking/rtems_webserver/NOTES,
1446        libnetworking/rtems_webserver/asp.c,
1447        libnetworking/rtems_webserver/balloc.c,
1448        libnetworking/rtems_webserver/default.c,
1449        libnetworking/rtems_webserver/ej.h,
1450        libnetworking/rtems_webserver/ejIntrn.h,
1451        libnetworking/rtems_webserver/ejlex.c,
1452        libnetworking/rtems_webserver/ejparse.c,
1453        libnetworking/rtems_webserver/emfdb.c,
1454        libnetworking/rtems_webserver/emfdb.h,
1455        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1456        libnetworking/rtems_webserver/handler.c,
1457        libnetworking/rtems_webserver/license.txt,
1458        libnetworking/rtems_webserver/md5.h,
1459        libnetworking/rtems_webserver/md5c.c,
1460        libnetworking/rtems_webserver/mime.c,
1461        libnetworking/rtems_webserver/misc.c,
1462        libnetworking/rtems_webserver/ringq.c,
1463        libnetworking/rtems_webserver/rom.c,
1464        libnetworking/rtems_webserver/security.c,
1465        libnetworking/rtems_webserver/sock.c,
1466        libnetworking/rtems_webserver/sym.c,
1467        libnetworking/rtems_webserver/uemf.c,
1468        libnetworking/rtems_webserver/uemf.h,
1469        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1470        libnetworking/rtems_webserver/url.c,
1471        libnetworking/rtems_webserver/value.c,
1472        libnetworking/rtems_webserver/wbase64.c,
1473        libnetworking/rtems_webserver/webcomp.c,
1474        libnetworking/rtems_webserver/webpage.c,
1475        libnetworking/rtems_webserver/webrom.c,
1476        libnetworking/rtems_webserver/webs.c,
1477        libnetworking/rtems_webserver/webs.h,
1478        libnetworking/rtems_webserver/websuemf.c,
1479        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1480        2.1.4.
1481
14822002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1483
1484        * libchip/network/i82586.c: Include <string.h>.
1485        * libchip/network/sonic.c: Ditto.
1486
14872002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1488
1489        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1490
14912002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1492
1493        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1494
14952002-03-27      Thomas.Doerfler@imd-systems.de
1496
1497        PR 144
1498        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1499        memory address 0 when called for the first time. This is done when
1500        trying to clear the variable "dhcp_hostname".
1501
15022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1503
1504        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1505        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1506        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1507        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1508        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1509        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1510        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1511        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1512        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1513        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1514        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1515        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1516        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1517        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1518        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1519        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1520        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1521        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1522        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1523        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1524        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1525        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1526        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1527        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1528        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1529        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1530        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1531        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1532        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1533        AUTOMAKE_OPTIONS.
1534        * libnetworking/configure.ac:
1535        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1536        foreign 1.6]).
1537        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1538        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1539        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1540        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1541        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1542        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1543        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1544        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1545        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1546        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1547        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1548        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1549        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1550        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1551        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1552        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1553        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1554
15552002-03-27      Ilya Alexeev <ilya@continuum.ru>
1556
1557        PR 162
1558        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1559        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1560        used in a device write routines.  Now ppp_softc structure have own
1561        character for writing to device (sc_outchar).  I think that converting
1562        local variables to static is not a right solution, because problems will
1563        occur in the case of two or more ppp instances.
1564        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1565        must be u_long, otherwise in the case of the big output packet endless
1566        loop may occur.
1567
15682002-03-21      Ilya Alexeev <ilya@continuum.ru>
1569
1570        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1571        preparations for multiple PPPD connections.
1572
15732002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1574
1575        PR 149
1576        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1577        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1578        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1579        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1580
15812002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1582
1583        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1584        * configure.ac: Modified to reflect addition.
1585
15862002-02-27      Ilya Alexeev <ilya@continuum.ru>
1587
1588        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1589        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1590        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1591        capabilities as well as eliminate some warnings.
1592
15932002-02-27      Eric Norum <eric.norum@usask.ca>
1594
1595        * libnetworking/net/radix.c: Properly handle fetching the default route
1596        when there is no route.  This was a bug in the original FreeBSD code and
1597        this fix is from an updated version of their code.
1598
15992002-02-16      Eric Norum <eric.norum@usask.ca>
1600
1601        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1602        checking.
1603
16042002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1605
1606        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1607        dodefaultroute.
1608
16092002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1610
1611        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1612        include <rtems/seterr.h>.
1613
16142002-02-01      Mike Siers <mikes@poliac.com>
1615
1616        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1617        avoid bringing the link down too fast. NOTE: Mike reports successfully
1618        running at 56K baud on a direct link.
1619
16202002-02-01      Eric Valette <valette@crf.canon.fr>
1621
1622        * librdbg/So many patches have been posted recently on the mailing list
1623        and  because we were unable to find correct solution to compile on
1624        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1625        because the coding  style of rdbg was rather inconsistant among various
1626        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1627        global coding style (using indent + manual edits), 2) incorporate/review
1628        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1629        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1630        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1631        after rdbg initialization is done, NB : the paches is huge but it is
1632        mainly due to coding styke chnages.  Only few lines of codes have been
1633        really changed and they do not impact  rdbg functionnality (AFAIKT).
1634        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1635        librdbg/include/rdbg/m68k/rdbg_f.h,
1636        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1637        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1638        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1639        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1640        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1641        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1642        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1643        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1644        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1645        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1646        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1647        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1648        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1649        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1650        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1651        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1652
16532002-01-31      Mike Siers <mikes@poliac.com>
1654
1655        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1656        * Nice Update of PPPD support which eliminates the requiremetn that
1657        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1658        and reports that it seems to be more stable and handle larger packets
1659        better.  This patch replaces the termios tasks with more general pppd
1660        network driver tasks.  The functions pppinput() and pppstart() get
1661        called from the interrupt service routine.
1662        * libnetworking/Makefile.am, libnetworking/configure.ac,
1663        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1664        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1665        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1666        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1667        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1668        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1669        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1670        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1671        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1672        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1673        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1674        libnetworking/net/route.c, libnetworking/net/route.h,
1675        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1676        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1677        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1678        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1679        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1680        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1681        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1682        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1683        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1684        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1685        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1686        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1687        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1688        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1689        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1690        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1691        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1692        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1693        libnetworking/pppd/example/README,
1694        libnetworking/pppd/example/netconfig.h,
1695        libnetworking/wrapup/Makefile.am: Modified.
1696        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1697        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1698        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1699        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1700        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1701        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1702        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1703        libnetworking/modem/pppcompress.c: Subdirectory removed.
1704
17052002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1706
1707        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1708        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1709
17102002-01-18      Till Straumann <strauman@slac.stanford.edu>
1711
1712        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1713        issues: - exception handler needs to enable MSR_FP if the interrupted
1714        thread is FP enabled. - printk message for MSR fixed and added
1715        stacktrace. NOTE: this requires the stacktrace patch to
1716        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1717        however).
1718
17192002-01-06      Joel Sherrill <joel@OARcorp.com>
1720
1721        * optman/.cvsignore: Added aclocal.m4 and configure.
1722        * optman/.cvsignore: New file.
1723
17242002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1725
1726        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1727
17282002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1729
1730        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1731        * optman/ChangeLog: New.
1732        * optman/configure.ac: New.
1733        * optman/Makefile.am: New.
1734        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1735        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1736
17372001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1738
1739        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1740
17412001-12-18      Eric Norum <eric.norum@usask.ca>
1742
1743        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1744        `directories' (path names with a / at the end) while disallowing open()
1745        operations on TFTP `directories'.
1746
17472001-12-07      Eric Norum <eric.norum@usask.ca>
1748
1749        * libnetworking/lib/tftpDriver.c: Restore write capability.
1750
17512001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1752
1753        * libchip/network/sonic.h: Fix typo.
1754        * libnetworking/arpa/Makefile.am: Remove stray lines.
1755
17562001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1757
1758        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1759
17602001-10-18      Eric Norum <eric.norum@usask.ca>
1761
1762        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1763        chdir() and open() operations within the TFTP file system.
1764
17652001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1766
1767        * librdbg/configure.ac: Fix latent bug exposed by removal of
1768        config.cache's which prevented powerpc targets librdbg from building.
1769
17702001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1771
1772        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1773        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1774        autoconf-2.52 happy.
1775
17762001-10-12      Mike Siers <mikes@poliac.com>
1777
1778        * libnetworking/Update to stable working state.  Congratulations Mike!
1779        :).
1780        * libnetworking/modem_example: Directory removed.
1781        * libnetworking/modem_example/16550.h,
1782        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
1783        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
1784        libnetworking/modem_example/ppp.h,
1785        libnetworking/modem_example/pppcompress.c: Files removed.
1786        * libnetworking/pppd/example/pppd.options: New file.
1787        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
1788        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1789        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1790        libnetworking/pppd/rtemsmain.c: Updated.
1791
17922001-10-12      Joel Sherrill <joel@OARcorp.com>
1793
1794        * libchip/serial/z85c30.c: Fixed typo.
1795
17962001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1797
1798        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1799        * configure.in: Remove.
1800        * configure.ac: New file, generated from configure.in by autoupdate.
1801        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1802        * libchip/configure.in: Remove.
1803        * libchip/configure.ac: New file, generated from configure.in by
1804        autoupdate.
1805        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1806        * librdbg/configure.in: Remove.
1807        * librdbg/configure.ac: New file, generated from configure.in by
1808        autoupdate.
1809        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1810        * libnetworking/configure.in: Remove.
1811        * libnetworking/configure.ac: New file, generated from configure.in by
1812        autoupdate.
1813
18142001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1815
1816        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
1817        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
1818        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
1819
18202001-09-27      Joel Sherrill <joel@OARcorp.com>
1821
1822        * libchip/ChangeLog: Fixed typo in date.
1823
18242001-09-27      Eric Norum <eric.norum@usask.ca>
1825
1826        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
1827        TFTP  filesystem.
1828
18292001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1830
1831        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
1832        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
1833        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
1834        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
1835        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1836        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
1837        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1838        'PREINSTALL_FILES ='.
1839        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
1840        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
1841        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
1842        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
1843        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
1844        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
1845        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
1846        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
1847        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
1848        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
1849        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
1850        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
1851
18522001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1853
1854        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
1855        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
1856        * librdbg/src/m68k/any/Makefile.am: Ditto.
1857        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1858        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
1859        happy.
1860
18612001-09-21      Joel Sherrill <joel@OARcorp.com>
1862
1863        * libchip/network/Makefile.am: Fixed typo on file name.
1864        * libchip/network/i82586.c: Commented out line 318 which is referencing
1865        a member of a structure that is not currently there.  This needs to be
1866        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
1867        to C style.
1868
18692001-09-19      Eric Norum <eric.norum@usask.ca>
1870
1871        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
1872
18732001-09-19      Chris Johns <ccj@acm.org>
1874
1875        * libchip/network/README.i82586, libchip/network/i82586.c,
1876        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
1877        Network driver for Intel i82586.
1878        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
1879        rtems/rtems_bsdnet_internal.h Added support for populating the initial
1880        "root" filesystem with information obtained via the DHCP response.
1881
18822001-09-14      Eric Norum <eric.norum@usask.ca>
1883
1884        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
1885        make gcc 3.x happy.
1886
18872001-08-16      Mike Siers <mikes@poliac.com>
1888
1889        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
1890        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
1891        These support callback functionality that has not even been compiled
1892        under RTEMS yet.
1893        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
1894        example application.  Mike's notes on the modifications: - renamed
1895        error() function because of namespace problems - removed calls to the
1896        exit() funciton - removed extra files from the pppd source directory -
1897        defined pppd task constant values in rtemspppd.h - modifyied example
1898        code to get actual tick per second value - placed the pppd 2.3.11 man
1899        page file (pppd.8) into the pppd directory.
1900        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1901        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
1902        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
1903        libnetworking/pppd/rtems-ppp.c: Deleted.
1904        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
1905        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1906        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
1907        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
1908        libnetworking/pppd/example/init.c,
1909        libnetworking/pppd/example/netconfig.h,
1910        libnetworking/pppd/example/ppp.conf,
1911        libnetworking/pppd/example/pppdapp.c,
1912        libnetworking/pppd/example/system.h: New files.
1913        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
1914        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
1915        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
1916        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1917        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1918        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1919        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1920        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1921        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1922        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1923        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1924        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1925        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1926        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
1927        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
1928
19292001-08-16      Joel Sherrill <joel@OARcorp.com>
1930
1931        * libnetworking/pppd/example/Makefile: Removed.
1932        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
1933        to avoid bootstrap -c clobbering it.
1934        * libnetworking/rtems_telnetd/.cvsignore: New file.
1935
19362001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1937
1938        * libnetworking/Makefile.am, libnetworking/configure.in,
1939        libnetworking/rtems_servers/Makefile.am,
1940        libnetworking/rtems_servers/telnetd.c,
1941        libnetworking/rtems_servers/telnetd.h,
1942        libnetworking/rtems_telnetd/Makefile.am,
1943        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1944        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1945        libnetworking/rtems_telnetd/telnetd.c,
1946        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
1947        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
1948        effect when ftpd change. - the tcp/ip stats have been implemented into
1949        icmds.c and started when telnetd daemon is started.
1950        * libnetworking/rtems_servers/telnetd.c,
1951        libnetworking/rtems_servers/telnetd.h: Removed.
1952        * libnetworking/rtems_telnetd: New directory.
1953        * libnetworking/rtems_telnetd/Makefile.am,
1954        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
1955        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
1956        libnetworking/rtems_telnetd/telnetd.c,
1957        libnetworking/rtems_telnetd/telnetd.h: New files.
1958
19592001-06-14      Joel Sherrill <joel@OARcorp.com>
1960
1961        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
1962        Moved from libmisc/shell so the network stack to address network
1963        depenendency.
1964        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
1965
19662001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1967
1968        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
1969
19702001-05-15      Joel Sherrill <joel@OARcorp.com>
1971
1972        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1973        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
1974        accidentally deleted the incorrectly empty versions.
1975
19762001-05-14      Till Straumann <strauman@slac.stanford.edu>
1977
1978        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
1979        libchip/pci/Makefile.am: Per PR215 address the following issues: -
1980        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
1981        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
1982        to know the values) - the affected BSP (shared/motorola) headers have
1983        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
1984        driver (libchip/network/dec21140.c) has been fixed to use
1985        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
1986        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
1987        who is using this driver. - the DEC driver also has been fixed to use
1988        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
1989        delay_in_bus_cycles().
1990
19912001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1992
1993        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
1994
19952001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1996
1997        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
1998
19992001-04-24      Eric Norum <eric.norum@usask.ca>
2000
2001        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2002        NTP synchronization a little more robust -- no NTP daemon yet, but at
2003        least it trys a little harder when the primary NTP server is down.
2004
20052001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2006
2007        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2008        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2009        libnetworking/pppd/modem_example/modem.c,
2010        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2011        other strings into English.
2012        * libnetworking/pppd/STATUS: updated to reflect the changes.
2013
20142001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2015
2016        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2017        again.
2018
20192001-04-20      Eric Valette <valette@crf.canon.fr>
2020
2021        * mcp750 directory renamed new_exception processing as it supports many
2022        more CPU models.
2023        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2024        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2025        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2026        formerly in mcp750 plus modifications.
2027        * librdbg/src/powerpc/mcp750/.cvsignore,
2028        librdbg/src/powerpc/mcp750/Makefile.am,
2029        librdbg/src/powerpc/mcp750/remdeb.h,
2030        librdbg/src/powerpc/mcp750/remdeb_f.x,
2031        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2032        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2033        new_exception_processing.
2034        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2035        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2036        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2037        part of this effort to add support for the MPC8xx.
2038
20392001-04-19      Joel Sherrill <joel@OARcorp.com>
2040
2041        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2042        internal include files.
2043
20442001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2045
2046        PR 158
2047        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2048        rcmd() library call by commenting out the parts that deal with signals.
2049        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2050        stdio. The 'server-side' parts of this file which deal with
2051        authentication are disabled since they are not needed.
2052
20532001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2054
2055        * libnetworking/include/.cvsignore: Remove dangling file.
2056
20572001-03-14      Joel Sherrill <joel@OARcorp.com>
2058
2059        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2060        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2061        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2062        libchip style serial drivers can be written in libcpu or libbsp.
2063
20642001-03-01      Joel Sherrill <joel@OARcorp.com>
2065
2066        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2067        libchip/network/sonic.c, libchip/network/sonic.h,
2068        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2069        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2070        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2071        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2072        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2073        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2074        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2075        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2076
20772001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2078
2079        * librdbg/include/rdbg/Makefile.am,
2080        librdbg/include/rdbg/i386/Makefile.am,
2081        librdbg/include/rdbg/m68k/Makefile.am,
2082        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2083        style on include files.
2084
20852001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2086
2087        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2088        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2089        replace ${..} with $(..).
2090        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2091        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2092        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2093        libnetworking/rtems/Makefile.am, libnetworking/
2094        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2095        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2096        include_*HEADERS instead of H_FILES.
2097        * libnetworking/include/Makefile.am: Remove.
2098        * libnetworking/Makefile.am: Add handling of *.h files.
2099        * libnetworking/configure.in: Remove include/Makefile.
2100
21012001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2102
2103        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2104
21052001-01-31      Sergei Organov <osv@javad.ru>
2106
2107        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2108        current dir and root dir removed in favor of new libio support for
2109        task-local current and root directories. - Bug in `close_data_socket()'
2110        introduced by previous change fixed. - `command_pasv()' changed to set
2111        timeout on socket we are listening on and code fixed to don't close
2112        socket twice on error. - `serr()' changed to clear `errno'. -
2113        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2114        changed to clear `errno' before processing session. -
2115        `close_data_socket()' fixed to close both active and passive sockets -
2116        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2117        empty string  in `exec_command()'.
2118
21192001-01-25      Eric Norum <eric.norum@usask.ca>
2120
2121        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2122        improves throughput on systems which are dropping packets.   Only the
2123        first timeout is reduced.  This keeps the number of extra packets down
2124        on networks that are very busy and dropping lots of packets.
2125
21262001-01-24      Sergei Organov <osv@javad.ru>
2127
2128        * libnetworking/rtems_servers/ftpd.c,
2129        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2130        - Timeouts on sockets implemented. 'idle' field added to configuration.
2131        No timeout by default to keep backward compatibility. Note: SITE IDLE
2132        command not implemented yet. - Basic global access control implemented.
2133        'access' field added to configuration. No access limitations by default
2134        to keep backward compatibility. - Anchor data socket for active mode
2135        (using self IP and port 20.) - Fixed default data port support (still
2136        not tested). - Don't allow IP address different from originating host in
2137        PORT command to improve security. - Fixed bug in MDTM command. - Check
2138        for correctness of parsing of argument in command_port(). - Fixed
2139        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2140        a directory. - Command parsing a little bit improved: command names are
2141        now converted to upper-case to be more compatible with RFC (command
2142        names are not case-sensitive.) - Reformat comments so that they have
2143        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2144        previous changes - True ASCII mode implemented (doesn't work for hooks
2145        and /dev/null) - Passive mode implemented, PASV command added. - Default
2146        port for data connection could be used (untested, can't find ftp client
2147        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2148        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2149
21502001-01-18      Joel Sherrill <joel@OARcorp.com>
2151
2152        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2153        macro using variable arguments.
2154        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2155        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2156        since I updated the main RTEMS development machine to RedHat 7.2 and
2157        apparently got a new version of rpcgen.
2158
21592001-01-12      Sergei Organov <osv@javad.ru>
2160
2161        * libnetworking/rtems_servers/ftpd.c,
2162        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2163        - use pool of pre-created threads to handle sessions instead of
2164        creating/deleting threads on the fly - LIST output is now similar to
2165        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2166        happy with it. - LIST NAME now works (both for files and directories) -
2167        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2168        clients happy  - keep track of CWD for every session separately -
2169        ability to specify root directory name for FTPD in configuration table.
2170        FTPD will then create illusion for FTP clients that this is actually
2171        root directory. - ignore options sent in commands, thus LIST -al FILE
2172        works and doesn't try to list "-al" directory. - buffers are allocated
2173        on stack instead of heap where possible to eliminate malloc/free calls
2174        (avoid possible heap fragmentation troubles). - drop using of task
2175        notepad to pass parameters - use function arguments instead - use
2176        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2177        in socket() instead of AF_INET.
2178
21792001-01-02      Joel Sherrill <joel@OARcorp.com>
2180
2181        * libnetworking/CHANGELOG: Removed.
2182        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2183
21842000-12-14      Eric Norum <eric.norum@usask.ca>
2185
2186        * libnetworking/lib/tftpDriver.c: Added write capability.
2187
21882000-12-08      Joel Sherrill <joel@OARcorp.com>
2189
2190        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2191        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2192        numerous variable declarations conditional on PPP_COMPRESS and
2193        PPP_FILTER.  Commented out variables that were not used because the code
2194        using them was commented out. Removed totally unused variables.
2195        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2196        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2197
21982000-11-30      Joel Sherrill <joel@OARcorp.com>
2199
2200        * libnetworking/modem/ppp_tty.c: Changed to include
2201        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2202        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2203        * libnetworking/Makefile.am: Modified to reflect above.
2204
22052000-11-27      Joel Sherrill <joel@OARcorp.com>
2206
2207        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2208
22092000-11-25      Eric Norum <eric.norum@usask.ca>
2210
2211        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2212        core.
2213
22142000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2215
2216        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2217        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2218        subdir.
2219        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2220        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2221        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2222        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2223        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2224        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2225        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2226        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2227        ppp_tty.c and the real pppd main is in pppmain.c.
2228
22292000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2230
2231        * libchip/network/sonic.c: Added ipalign() routine to align the received
2232        packet so that the ip header is on a 32-bit boundary. Necessary for
2233        cpu's that do not allow unaligned loads and stores and when the 32-bit
2234        DMA mode is used.
2235
22362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2237
2238        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2239        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2240        ACLOCAL_AMFLAGS.
2241        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2242        ACLOCAL_AMFLAGS.
2243        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2244        ACLOCAL_AMFLAGS.
2245
22462000-11-03      Chris Johns <ccj@acm.org>
2247
2248        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2249        libchip/network/cs8900.h: New files.
2250
22512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2252
2253        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2254        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2255        $(RTEMS_TOPdir)/aclocal.
2256        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2257        $(RTEMS_TOPdir)/aclocal.
2258        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2259        $(RTEMS_TOPdir)/aclocal.
2260
22612000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2262
2263        * configure.in: Switch to GNU-canonicalization.
2264        * Makefile.am: Reflect changes to configure.in.
2265        * acinclude.m4: Remove.
2266
22672000-10-30      Joel Sherrill <joel@OARcorp.com>
2268
2269        * POSIX include files merged into newlib.  This resulted in some
2270        definitions moving to other files and thus some secondary effects in
2271        RTEMS source code.
2272        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2273        in sync with newlib's <machine/types.h>.
2274        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2275        definition of struct itimerval in <sys/time.h>.
2276
22772000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2278
2279        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2280        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2281        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2282        * ChangeLog: Fix typos.
2283        * configure.in: add tests to the GNU canonicalized subdirectories.
2284
22852000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2286
2287        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2288        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2289        the lib directory before configuring lib/.
2290
22912000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2292
2293        * configure.in, Makefile.am: add exec to the GNU canonicalized
2294        subdirectories.
2295        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2296        * configure.in: add libnetworking, librpc and librdb to the GNU
2297        canonicalized subdirectories.
2298        * configure.in: add libmisc and libchip to the GNU canonicalized
2299        subdirectories.
2300        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2301        Switch to GNU canonicalization.
2302        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2303        Switch to GNU canonicalization.
2304        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2305        Switch to GNU canonicalization.
2306
23072000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2308
2309        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2310        canonicalization to libfs/. The approach is currently a bit of a hack as
2311        GNU canonicalization does not support the per-BSP build some of the
2312        other directories require.  As more of the tree is converted, this will
2313        become less  of an issue.
2314
23152000-10-20      Joel Sherrill <joel@OARcorp.com>
2316
2317        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2318        parameter.
2319
23202000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2321
2322        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2323        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2324        * librdbg/configure.in: Add m68k support.
2325        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2326        subdirectory.
2327        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2328        failure.
2329        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2330        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2331        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2332        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2333        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2334        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2335        librdbg/src/m68k/.cvsignore: New files.
2336        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2337        function pointers.
2338        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2339        _after_ pointer has been checked against NULL.
2340
23412000-10-18      Joel Sherrill <joel@OARcorp.com>
2342
2343        * wrapup/Makefile.am: Added libfs.
2344
23452000-10-18      Chris Johns <ccj@acm.org>
2346
2347        * libfs created.
2348        * configure.in: Added libfs subdirectory.
2349        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2350
23512000-09-28      Joel Sherrill <joel@OARcorp.com>
2352
2353        * libnetworking/rtems_webserver/Makefile.am,
2354        libnetworking/rtems_webserver/base64.c,
2355        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2356        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2357
23582000-09-22      Joel Sherrill <joel@OARcorp.com>
2359
2360        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2361        libnetworking/rtems/rtems_bsdnet_internal.h,
2362        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2363        have included rtems.h.  It is now including precisely the  least amount
2364        of low level, yet portable .h files to get the basic RTEMS types
2365        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2366        used machine/types.h to include rtems.h.
2367
23682000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2369
2370        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2371
23722000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2373
2374        * libnetworking/ChangeLog: Cleanup.
2375
23762000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2377
2378        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2379        * libchip/ChangeLog: Fix formating.
2380
23812000-09-05      Joel Sherrill <joel@OARcorp.com>
2382
2383        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2384        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2385        confusion and to work with the converted flags.
2386
23872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2388
2389        * wrapup/Makefile.am: Include compile.am.
2390        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2391        libchip/serial/Makefile.am: Include compile.am.
2392        * librdbg/src/i386/any/Makefile.am,
2393        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2394        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2395        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2396        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2397        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2398        libnetworking/rtems_servers/Makefile.am,
2399        libnetworking/rtems_webserver/Makefile.am,
2400        libnetworking/wrapup/Makefile.am: Include compile.am.
2401
24022000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2403
2404        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2405        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2406
24072000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2408
2409        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2410
24112000-08-31      Joel Sherrill <joel@OARcorp.com>
2412
2413        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2414        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2415        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2416        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2417        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2418        * libnetworking/wbase64.c: Removed.
2419        * libnetworking/Makefile.am, libnetworking/asp.c,
2420        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2421        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2422        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2423        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2424        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2425        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2426        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2427        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2428        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2429        Modified.
2430
24312000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2432
2433        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2434
24352000-08-30      Joel Sherrill <joel@OARcorp.com>
2436
2437        * libnetworking/rtems_webserver/license.txt: New file.
2438
24392000-08-10      Joel Sherrill <joel@OARcorp.com>
2440
2441        * ChangeLog: New file.
2442        * libchip/ChangeLog: New file.
2443        * librdbg/ChangeLog: New file.
2444        * libnetworking/ChangeLog: New file.
2445
Note: See TracBrowser for help on using the repository browser.