source: rtems/c/src/ChangeLog @ d71ab7fd

4.104.114.84.95
Last change on this file since d71ab7fd was d71ab7fd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/21/04 at 14:30:53

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

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