source: rtems/c/src/ChangeLog @ bf474880

4.104.114.84.95
Last change on this file since bf474880 was bf474880, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/20/04 at 04:03:21

2004-11-20 Thomas Doerfler <Thomas.Doerfler@…>:

PR 703/filesystem

  • libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c, libchip/ide/ide_controller.c: Move definitions for ATA modes into ide_ctrl_cfg.h, to make them available for BSPS/device drivers. Extend the "modes_available" and "mode_active" parameters to uint16_t for UDMA support.
  • Property mode set to 100644
File size: 104.2 KB
Line 
12004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
2
3        PR 703/filesystem
4        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
5        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
6        libchip/ide/ide_controller.c:
7        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
8        available for BSPS/device drivers.
9        Extend the "modes_available" and "mode_active" parameters to
10        uint16_t for UDMA support.
11
122004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
13
14        * libchip/network/dec21140.c: Cleanup a bit and remove message about
15        not supported on PowerPC since it works on the MVME2100 BSP.
16
172004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
20        Add dependency tracking for *.cfgs.
21        * Makefile.am: Add dependency tracking for *.cfg.
22
232004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
24
25        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
26        (Thanks to Lars Munch <lars@segv.dk> for catching this).
27
282004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
29
30        PR 707/make_build
31        * configure.ac: Add --enable-rpcgen.
32
332004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        PR 700/rtems_misc
36        * libnetworking/rtems_webserver/asp.c,
37        libnetworking/rtems_webserver/balloc.c,
38        libnetworking/rtems_webserver/cgi.c,
39        libnetworking/rtems_webserver/default.c,
40        libnetworking/rtems_webserver/ej.h,
41        libnetworking/rtems_webserver/ejIntrn.h,
42        libnetworking/rtems_webserver/ejlex.c,
43        libnetworking/rtems_webserver/ejparse.c,
44        libnetworking/rtems_webserver/emfdb.c,
45        libnetworking/rtems_webserver/emfdb.h,
46        libnetworking/rtems_webserver/form.c,
47        libnetworking/rtems_webserver/handler.c,
48        libnetworking/rtems_webserver/h.c,
49        libnetworking/rtems_webserver/license.txt,
50        libnetworking/rtems_webserver/Makefile.am,
51        libnetworking/rtems_webserver/md5c.c,
52        libnetworking/rtems_webserver/md5.h,
53        libnetworking/rtems_webserver/mime.c,
54        libnetworking/rtems_webserver/misc.c,
55        libnetworking/rtems_webserver/NOTES,
56        libnetworking/rtems_webserver/ringq.c,
57        libnetworking/rtems_webserver/rom.c,
58        libnetworking/rtems_webserver/rtems_webserver.h,
59        libnetworking/rtems_webserver/security.c,
60        libnetworking/rtems_webserver/sock.c,
61        libnetworking/rtems_webserver/socket.c,
62        libnetworking/rtems_webserver/sockGen.c,
63        libnetworking/rtems_webserver/sym.c,
64        libnetworking/rtems_webserver/uemf.c,
65        libnetworking/rtems_webserver/uemf.h,
66        libnetworking/rtems_webserver/um.c,
67        libnetworking/rtems_webserver/um.h,
68        libnetworking/rtems_webserver/umui.c,
69        libnetworking/rtems_webserver/url.c,
70        libnetworking/rtems_webserver/value.c,
71        libnetworking/rtems_webserver/wbase64.c,
72        libnetworking/rtems_webserver/webcomp.c,
73        libnetworking/rtems_webserver/webmain.c,
74        libnetworking/rtems_webserver/webpage.c,
75        libnetworking/rtems_webserver/webrom.c,
76        libnetworking/rtems_webserver/webs.c,
77        libnetworking/rtems_webserver/websda.c,
78        libnetworking/rtems_webserver/websda.h,
79        libnetworking/rtems_webserver/webs.h,
80        libnetworking/rtems_webserver/websSSL.c,
81        libnetworking/rtems_webserver/websSSL.h,
82        libnetworking/rtems_webserver/websuemf.c,
83        libnetworking/rtems_webserver/wsIntrn.h:
84        Remove (Moved to cpukit/http).
85
862004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        PR 700/rtems_misc
89        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
90        Remove libnetworking/rtems_webserver.
91
922004-10-25      Eric Norum <norume@aps.anl.gov>
93
94        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
95
962004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
99
1002004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
101
102        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
103        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
104
1052004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
106
107        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
108
1092004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
110
111        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
112        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
113
1142004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
115
116        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
117        BITSPERBYTE.
118
1192004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
120
121        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
122        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
123
1242004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
125
126        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
127
1282004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
129
130        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
131        * aclocal/enable-bare.m4: Remove.
132        * configure.ac: Remove BARE_CPU_MODEL.
133
1342004-10-13      Eric Norum <norume@aps.anl.gov>
135
136        PR 688/bsps
137        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
138        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
139        MC146818A (and several Dallas Semiconductor) TOD chips.
140
1412004-10-13      Eric Norum <norume@aps.anl.gov>
142
143        PR 686/networking
144        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
145        device code.
146
1472004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
148
149        * libchip/network/dec21140.c: include <rtems/pci.h>.
150
1512004-09-29      Joel Sherrill <joel@OARcorp.com>
152
153        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
154        libnetworking/pppd/utils.c: i960 obsoleted and all references
155        removed.
156
1572004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
158
159        PR 607/networking
160        * libchip/network/dec21140.c: Made PCI configuration minimum sane
161        instead of fully specifying unused PCI features.
162
1632004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
164
165        * configure.ac: Require automake > 1.9.
166
1672004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
168
169        * aclocal/rtems-cpu-subdirs.m4: Add avr.
170
1712004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
172
173        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
174        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
175
1762004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
177
178        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
179        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
180
1812004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
182
183        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
184
1852004-07-28  Joel Sherrill <joel@OARcorp.com>
186
187    * aclocal/version.m4: Updated to rtems-4.6.99.1.
188
1892004-07-25      Joel Sherrill <joel@OARcorp.com>
190
191        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
192
1932004-05-21  Till Strauman <strauman@slac.stanford.edu>
194
195        PR 625/networking
196        * libchip/network/dec21140.c, ... : Prevent name clashes by making
197        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
198        an error rather than panic if no chip is detected (thus allowing
199        for probing).
200        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
201        instead of looping forever.  Avoid divide by zero (crashed my PC).
202        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
203        they are UNTESTED.
204
2052004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
206
207        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
208
2092004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
210
211        * libchip/network/dec21140.c, libchip/network/elnk.c:
212        #include <errno.h>.
213
2142004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
215
216        * libchip/network/if_media.h: Update from FreeBSD.
217        * libchip/network/open_eth.c, libchip/network/cs8900.c,
218        libchip/network/i82586.c: #include <errno.h>.
219
2202004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
221
222        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
223
2242004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
225
226        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
227
2282004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
229
230        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
231        automake).
232
2332004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
234
235        PR 599/pppd
236        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
237
2382004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
239
240        * optman/rtems/no-region.c: Reflect having changed
241        rtems_region_get_segment_size.
242
2432004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
244
245        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
246        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
247        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
248        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
249        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
250        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
251        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
252
2532004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
254
255        * libchip/ide/ata.c, libchip/network/dec21140.c,
256        libchip/network/elnk.c, libchip/network/i82586.c,
257        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
258        libchip/network/open_eth.c, libchip/network/sonic.c,
259        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
260        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
261        libchip/shmdr/init.c, libchip/shmdr/intr.c,
262        libchip/shmdr/shm_driver.h: Cosmetics.
263
2642004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
265
266        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
267        optman/rtems/no-msg.c, optman/rtems/no-part.c,
268        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
269        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
270        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
271        fixed size types.
272
2732004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
274
275        * configure.ac: Explicitly pass --includedir and --libdir to
276        cpukit/configure.
277
2782004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
279
280        * librdbg/Makefile.am: Fix rpcgen rules.
281        * librdbg/src/i386/any/remdeb_xdr.c,
282        librdbg/src/m68k/any/remdeb_xdr.c,
283        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
284        Reflect changes to librdbg/Makefile.am.
285
2862004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
287
288        * configure.ac: Reflect changes testsuites/configure.ac and
289        cpukit/configure.ac.
290
2912004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
292
293        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
294        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
295
2962004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
297
298        * configure.ac: Reflect changes to testsuites's configuration.
299
3002004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
301
302        PR/589 rtems
303        * libchip/network/pci.h: Remove (Moved to cpukit).
304
3052004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
306
307        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
308        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
309        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
310        libchip/network/dec21140.c, libchip/network/elnk.c,
311        libchip/network/if_fxp.c, libchip/network/open_eth.c,
312        libchip/network/open_eth.h, libchip/network/sonic.c,
313        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
314        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
315        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
316        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
317        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
318        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
319        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
320        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
321        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
322        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
323        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
324        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
325        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
326        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
327        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
328        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
329        fixed-size types.
330
3312004-03-14      Chris Johns  <chrisj@rtems.org>
332
333        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
334        the BSP example code.
335        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
336        support the DIMMPC. This is a pc386 target with IO port support. Minor
337        formating clean up. Add documentation to the header file.
338        * libchip/network/README.cs8900: The CS8900 driver is documented in the
339        cs8900.h header file.
340
3412004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
344        Cosmetics.
345
3462004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
349        There are no application level Makefiles in here.
350
3512004-03-04      Joel Sherrill <joel@OARcorp.com>
352
353        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
354        they can be used in application level makefiles.
355
3562004-03-05      Joel Sherrill <joel@OARcorp.com>
357
358        * libnetworking/rtems_webserver/ejparse.c,
359        libnetworking/rtems_webserver/emfdb.c,
360        libnetworking/rtems_webserver/sock.c,
361        libnetworking/rtems_webserver/socket.c,
362        libnetworking/rtems_webserver/sym.c,
363        libnetworking/rtems_webserver/webs.c,
364        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
3652004-03-05      Joel Sherrill <joel@OARcorp.com>
366
367        * libchipnetwork/open_eth.c: Remove warnings by conditionally
368        compiling this file only only those CPU families with supported
369        exception models.
370
3712004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * acinclude.m4: Fix loosing arguments when configuring cpukit and
374        testsuites (Was exposed with --enable-multilib, only).
375        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
376         Add RTEMS_BSP_CONFIG_SUBDIR.
377        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
378        testsuites's configure.
379        * aclocal/rtems-top.m4: Remove ENDIF hack.
380        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
381
3822004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
385        wrapup/Makefile.am: Fix automake problems having been introduced
386        in previous patch.
387
3882004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
391        Preinstall dirs.
392        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
393        * aclocal/check-multiprocessing.m4: Cosmetics.
394        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
395        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
396
3972004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
400        librdbg/src/Makefile.am.
401        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
402        * configure.ac: Reflect changes above.
403        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
404        * wrapup/Makefile.am: Reflect changes above.
405        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
406
4072004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
410
4112004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
414
4152004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * wrapup/Makefile.am: Reflect new location of librdbg.a.
418
4192004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
422        librdbg/src/powerpc/Makefile.am: Remove.
423        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
424        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
425        * configure.ac: Reflect changes above.
426
4272004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429
4302004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
433        STRIP.
434
4352004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * librdbg/include/Makefile.am: Merge-in
438        librdbg/include/rdbg/i386/Makefile.am,
439        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
440        librdbg/include/rdbg/powerpc/Makefile.am.
441        * librdbg/include/rdbg/i386/Makefile.am,
442        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
443        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
444        * configure.ac: Reflect changes above.
445
4462004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac: Use AS_HELP_STRING(ada).
449
4502004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * aclocal/bspopts.m4: Use AS_HELP_STRING.
453        * aclocal/bsp-configure.m4: Require autoconf-2.59.
454        Use AC_CONFIG_HEADERS.
455        * aclocal/check-custom-bsp.m4: Add bspkit-support.
456        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
457
4582004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * Makefile.am: include local.am.
461
4622004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * aclocal/version.m4: 4.6.99.0.
465
4662004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * Makefile.am: Don't include host.am.
469        * automake/compile.am: Further cleanups.
470
4712004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * automake/lib.am: Remove (Unused).
474
4752004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * wrapup/Makefile.am: Don't include lib.am.
478        * automake/compile.am: Use automake compilation rules.
479
4802004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * libnetworking/pppd/Makefile.am,
483        libnetworking/rtems_servers/Makefile.am,
484        libnetworking/rtems_telnetd/Makefile.am,
485        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
486        support/Makefile.am: Don't include lib.am.
487
4882004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * libchip/Makefile.am: Don't include lib.am.
491        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
492        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
493        unnecessary EXTRA_DISTs.
494
4952004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
498        hack.
499
5002004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
503        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
504        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
505        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
506
5072004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
510        Add AM_CONDITIONAL(HAS_MP).
511        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
512        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
513        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
514        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
515        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
516        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
517        (Deprecated by autoconf 2.59).
518
5192004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
522        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
523
5242004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * ChangeLog: Merge-in libnetworking/ChangeLog.
527        * libnetworking/ChangeLog: Remove.
528        * ChangeLog: Merge-in librdbg/ChangeLog.
529        * librdbg/ChangeLog: Remove.
530        * ChangeLog: Merge-in libchip/ChangeLog.
531        * libchip/ChangeLog: Remove.
532        * ChangeLog: Merge-in optman/ChangeLog.
533        * optman/ChangeLog: Remove.
534
5352004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * configure.ac: Reflect changes to cpukit.
538        * wrapup/Makefile.am: Reflect changes to librdbg.
539        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
540        * libchip/Makefile.am: Add PREINSTALL_DIRS.
541        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
542        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
543        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
544        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
545        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
546        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
547        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
548
5492004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * aclocal/rtems-top.m4: Remove check for version.m4.
552        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
553
5542004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
557        * wrapup/Makefile.am: Reflect changes to libchip/*.
558        * support/Makefile.am: Use automake compilation rules.
559        * wrapup/Makefile.am: Reflect changes to support/*.
560        * configure.ac: Remove libnetworking/wrapup/Makefile.
561        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
562        libnetworking/*/lib*.a instead of libnetapps.a.
563        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
564        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
565        * optman/Makefile.am: Use automake compilation rules.
566        * libchip/Makefile.am: Fix typo in previous patch.
567        * libchip/Makefile.am: Use automake compilation rules.
568        * libnetworking/Makefile.am: Remove wrapup.
569        * libnetworking/pppd/Makefile.am: Build libpppd. Use
570        automake-compilation rules.
571        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
572        automake-compilation rules.
573        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
574        automake-compilation rules.
575        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
576        automake-compilation rules.
577        * libnetworking/wrapup/Makefile.am: Remove (Unused).
578
5792004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
582        PRE/TMPINSTALL_FILES to CLEANFILES.
583        * automake/lib.am: Remove TMPINSTALL_FILES.
584        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
585        PRE/TMPINSTALL_FILES to CLEANFILES.
586        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
587        PRE/TMPINSTALL_FILES to CLEANFILES.
588        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
589        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
590        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
591        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
592        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
593        * librdbg/src/i386/Makefile.am: Ditto.
594        * librdbg/src/m68k/Makefile.am: Ditto.
595        * librdbg/src/powerpc/Makefile.am: Ditto.
596        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
597        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
598        * libnetworking/rtems_servers/Makefile.am: Ditto.
599        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
600        * libnetworking/rtems_webserver/Makefile.am: Ditto.
601
6022004-01-07      Joel Sherrill <joel@OARcorp.com>
603
604        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
605        more completely covers the MIPS family.
606
6072003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * wrapup/Makefile.am: Reflect changes to shmdr.
610        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
611
6122003-12-18      Joel Sherrill <joel@OARcorp.com>
613
614        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
615        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
616        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
617        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
618        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
619        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
620        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
621
6222003-12-17      Joel Sherrill <joel@OARcorp.com>
623
624        * aclocal/version.m4: Updated to rtems-20031217-test.
625
6262003-12-17     
627
628        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
629        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
630
6312003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * automake/compile.am: Remove LINK_LIBS (Unused).
634        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
635
6362003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
639        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
640        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
641        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
642        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
643
6442003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
647        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
648        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
649        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
650        * librdbg/src/i386/Makefile.am:
651        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
652        * librdbg/src/m68k/Makefile.am:
653        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
654        * librdbg/src/powerpc/Makefile.am:
655        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
656
6572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
660        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
661        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
662        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
663        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
664        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
665        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
666        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
667        * optman/Makefile.am: Remove project_libdir.
668        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
669        PRE/TMPINSTALL_FILES.
670        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
671        PRE/TMPINSTALL_FILES.
672        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
673        PRE/TMPINSTALL_FILES.
674        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
675        PRE/TMPINSTALL_FILES.
676        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
677        from PRE/TMPINSTALL_FILES.
678        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
679        PRE/TMPINSTALL_FILES.
680        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
681        PRE/TMPINSTALL_FILES.
682        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
683        PRE/TMPINSTALL_FILES.
684        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
685        PRE/TMPINSTALL_FILES.
686        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
687        PRE/TMPINSTALL_FILES.
688        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
689        PRE/TMPINSTALL_FILES.
690        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
691        from PRE/TMPINSTALL_FILES.
692
6932003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
696        * automake/lib.am: Remove project_libdir.
697        * wrapup/Makefile.am: Reworked.
698
6992003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * configure.ac: Reflect changes to librdbg.
702        * optman/Makefile.am: Add tmpinstall dirstamp support.
703        * libchip/Makefile.am: Fix variant-tmpinstall support.
704        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
705        * librdbg/src/powerpc/Makefile.am: Merge-in former
706        new_exception_processing/Makefile.am.
707        * librdbg/src/m68k/any/Makefile.am: Remove.
708        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
709        * librdbg/src/i386/any/Makefile.am: Remove.
710        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
711        * librdbg/src/Makefile.am: Cosmetics.
712        * librdbg/include/Makefile.am: Cosmetics.
713        * librdbg/Makefile.am: Cosmetics.
714        * libnetworking/Makefile.am: Cosmetics.
715        * libnetworking/pppd/Makefile.am: Cosmetics.
716        * libnetworking/wrapup/Makefile.am: Cosmetics.
717
7182003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * Makefile.am: Cosmetics.
721        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
722        support.
723
7242003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * automake/compile.am: Remove $(ARCH):-rule.
727
7282003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * configure.ac: Remove lib/libbsp/shared/Makefile,
731        lib/libbsp/shmdr/Makefile.
732
7332003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
736        libchip/serial/Makefile, libchip/rtc/Makefile.
737        * support/Makefile.am: Remove all-local: $(ARCH).
738        * wrapup/Makefile.am: Remove all-local: $(ARCH).
739        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
740        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
741        * optman/Makefile.am: Remove all-local: $(ARCH).
742        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
743        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
744        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
745        compilation dirstamp support.
746        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
747        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
748        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
749        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
750        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
751        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
752        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
753        all-local: $(ARCH).
754        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
755        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
756        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
757        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
758        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
759
7602003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * aclocal/lead-dot.m4: New (from automake-1.7f).
763        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
764        AC_SUBST(dirstamp).
765        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
766        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
767        libchip/serial/Makefile.am: Ditto.
768        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
769        * librdbg/include/Makefile.am: Ditto.
770        * librdbg/include/rdbg/Makefile.am: Ditto.
771        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
772        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
773        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
774        * librdbg/src/Makefile.am: Ditto.
775        * librdbg/src/i386/Makefile.am: Ditto.
776        * librdbg/src/i386/any/Makefile.am: Ditto.
777        * librdbg/src/m68k/Makefile.am: Ditto.
778        * librdbg/src/m68k/any/Makefile.am: Ditto.
779        * librdbg/src/powerpc/Makefile.am: Ditto.
780        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
781        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
782        preinstallation.
783        * libnetworking/pppd/Makefile.am: Ditto.
784        * libnetworking/rtems_servers/Makefile.am: Ditto.
785        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
786        * libnetworking/rtems_webserver/Makefile.am: Ditto.
787        * libnetworking/wrapup/Makefile.am: Ditto.
788
7892003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
790
791        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
792        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
793        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
794        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
795        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
796        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
797        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
798        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
799        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
800        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
801        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
802        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
803        underquoting to silence automake-1.8.
804
8052003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
806
807        * configure.ac: Reflect having moved tests to ../../testsuites.
808
8092003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
810
811        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
812        * aclocal/canonical-host.m4: Remove.
813        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
814        * configure.ac: Remove RTEMS_CANONICAL_HOST.
815
8162003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
817
818        * aclocal/check-cpu.m4: Remove.
819        * configure.ac: Merge-in former aclocal/check-cpu.m4.
820        * aclocal/canonical-target-name.m4: Add m4-quotes.
821        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
822        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
823        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
824        * aclocal/check-networking.m4: Add m4-quotes. Require
825        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
826        * aclocal/check-posix.m4: Add m4-quotes. Require
827        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
828        * aclocal/check-rdbg.m4: Add m4-quotes. Require
829        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
830        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
831
8322003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
834        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
835        * aclocal/bsp-alias.m4: Remove.
836
8372003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * configure.ac: Make presence of tests/ optional.
840
8412003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * aclocal/path-perl.m4: Remove (Unused).
844
8452003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
846
847        * automake/force-preinstall.am: Remove.
848
8492003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
850
851        PR 499/rtems_misc
852        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
853        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
854        Configuration (Odd was forced) - Correction of Stop Bit configuration
855        (inversed) - Correction of ISR Handler to call
856        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
857        CTS Hardware flow control Configuration.
858
8592003-09-04      Joel Sherrill <joel@OARcorp.com>
860
861        * lib/libcpu/shared/include/cache.h,
862        lib/libcpu/shared/src/cache_aligned_malloc.c,
863        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
864        license changed.
865        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
866        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
867        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
868        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
869        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
870        for license changed.
871        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
872        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
873        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
874        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
875        libchip/network/cs8900.h, libchip/network/dec21140.c,
876        libchip/network/elnk.c, libchip/network/open_eth.c,
877        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
878        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
879        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
880        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
881        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
882        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
883        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
884        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
885        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
886        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
887        libchip/serial/serial.h, libchip/serial/z85c30.c,
888        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
889        libchip/serial/z85c30_reg.c: URL for license changed.
890
8912003-09-03      Jiri Gaisler <jiri@gaisler.com>
892
893        PR 477/networking
894        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
895        * libchip/network/README.open_eth, libchip/network/open_eth.c,
896        libchip/network/open_eth.h: New files.
897
8982003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
899
900        * aclocal/rtems-top.m4: Add RTEMS_API.
901        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
902
9032003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
904
905        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
906        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
907        @RTEMS_BSP@.cfg.
908
9092003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
910
911        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
912
9132003-08-20      Joel Sherrill <joel@OARcorp.com>
914
915        * libchip/network/cs8900.c: Correct copyright statements.
916
9172003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
918
919        * aclocal/check-itron.m4: Remove.
920        * aclocal/enable-inlines.m4: Remove.
921        * Makefile.am: Reflect having moved aclocal/.
922        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
923        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
924        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
925        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
926        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
927        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
928        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
929        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
930        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
931        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
932        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
933        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
934        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
935        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
936        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
937        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
938        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
939        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
940        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
941        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
942        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
943        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
944        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
945        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
946        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
947        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
948        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
949        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
950        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
951        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
952        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
953        * aclocal/multilib.m4: New (Copied from ../../aclocal).
954        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
955        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
956        * aclocal/ppc.m4: New (Copied from ../../aclocal).
957        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
958        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
959        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
960        * aclocal/project-root.m4: New (Copied from ../../aclocal).
961        * aclocal/quoting.m4: New (Copied from ../../aclocal).
962        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
963        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
964        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
965        * aclocal/target.m4: New (Copied from ../../aclocal).
966        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
967        * aclocal/version.m4: New (Copied from ../../aclocal).
968
9692003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
970
971        * configure.ac: Remove stray comments.
972        * automake/local.am, automake/host.am: Remove "debug".
973
9742003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
975
976        * Makefile.am: Reflect having moved automake/.
977        * lib/Makefile.am: Reflect having moved automake/.
978        * support/Makefile.am: Reflect having moved automake/.
979        * wrapup/Makefile.am: Reflect having moved automake/.
980        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
981        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
982        from ../../automake).
983        * optman/Makefile.am: Reflect having moved automake/.
984        * libchip/Makefile.am: Reflect having moved automake/.
985        * libchip/ide/Makefile.am: Reflect having moved automake/.
986        * libchip/network/Makefile.am: Reflect having moved automake/.
987        * libchip/rtc/Makefile.am: Reflect having moved automake/.
988        * libchip/serial/Makefile.am: Reflect having moved automake/.
989        * librdbg/Makefile.am: Reflect having moved automake/.
990        * librdbg/include/Makefile.am: Reflect having moved automake/.
991        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
992        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
993        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
994        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
995        automake/.
996        * librdbg/src/Makefile.am: Reflect having moved automake/.
997        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
998        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
999        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1000        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1001        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1002        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1003        having moved automake/.
1004        * libnetworking/Makefile.am: Reflect having moved automake/.
1005        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1006        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1007        automake/.
1008        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1009        automake/.
1010        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1011        automake/.
1012        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1013
10142003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1015
1016        * Makefile.am: Add bsp.pc.in.
1017        * bsp.pc.in: New (pkgconfig support).
1018
10192003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1020
1021        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1022
10232003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1024
1025        * lib/Makefile.am: New (Required by 'make dist').
1026        * lib/ChangeLog: Remove.
1027        * lib/.cvsignore: Cleanup.
1028        * configure.ac: Reflect having added lib/Makefile.am.
1029        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1030        lib/libbsp/configure.ac.
1031        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1032        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1033
10342003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1035
1036        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1037        * configure.ac: Merge-in librdbg/configure.ac.
1038        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1039        librdbg/configure.ac.
1040        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1041        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1042        LIBCHIP. Conditionally build include-dirs.
1043        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1044        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1045        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1046        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1047        librdbg/include/rdbg/m68k/Makefile.am,
1048        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1049        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1050        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1051        librdbg/src/powerpc/Makefile.am, librdbg/
1052        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1053        configure.ac into ../configure.ac.
1054        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1055        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1056        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1057        libnetworking/rtems_telnetd/Makefile.am,
1058        libnetworking/rtems_webserver/Makefile.am,
1059        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1060        into ../configure.ac.
1061
10622003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1063
1064        PR 427/rtems
1065        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1066        * librdbg/src/servtsp.c: Ditto.
1067
10682003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1069
1070        PR 429/bsps
1071        PR 432/bsps
1072        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1073        packets are queued onto an elnk board, the ISR will deadlock the device
1074        with a tx complete interrupt.  Lighter tx loads are not affected as they
1075        end up submitting single packets to the device.
1076
10772003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1078
1079        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1080        optman/configure.ac.
1081        * optman/configure.ac: Remove (Merged into ../configure.ac).
1082        * optman/Makefile.am: Reflect having merged configure.ac into
1083        ../configure.ac.
1084        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1085        * libchip/Makefile.am, libchip/ide/Makefile.am,
1086        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1087        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1088        ../configure.ac.
1089
10902003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1091
1092        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1093
10942003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1095
1096        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1097        on i386.
1098
10992003-06-13      Joel Sherrill <joel@OARcorp.com>
1100
1101        * libnetworking/pppd/chat.c: Removed warnings.
1102
11032003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1104
1105        * libchip/network/README.3com: New file missed in previous commit.
1106        PR 405/bsps
1107        PR 393/networking
1108        * libchip/network/dec21140.c: Fix leak also known as PR393.
1109        * libchip/network/elnk.c, libchip/network/if_media.h,
1110        libchip/network/mii.h: New files.
1111        * libchip/network/Makefile.am: Reflect new files.
1112
11132003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1114
1115        * configure.ac: Remove support for profile-variant.
1116
11172003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1118
1119        PR 397/pppd
1120        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1121        * libnetworking/pppd/magic.c: Remove *rand48.
1122        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1123
11242003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1125
1126        * wrapup/Makefile.am: Add libide.a.
1127
11282003-04-15      Joel Sherrill <joel@OARcorp.com>
1129
1130        PR 387/rtems_misc
1131        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1132        routines.
1133        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1134
11352003-04-11      Joel Sherrill <joel@OARcorp.com>
1136
1137        * libnetworking/rtems_webserver/cgi.c,
1138        libnetworking/rtems_webserver/sockGen.c,
1139        libnetworking/rtems_webserver/umui.c,
1140        libnetworking/rtems_webserver/websSSL.c,
1141        libnetworking/rtems_webserver/websSSL.h,
1142        libnetworking/rtems_webserver/websda.c,
1143        libnetworking/rtems_webserver/websda.h: New files. Not included in
1144        previous commit.
1145
11462003-04-10      Joel Sherrill <joel@OARcorp.com>
1147
1148        PR 371/pppd
1149        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1150        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1151        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1152        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1153        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1154        still global symbols in rtemspppd.h which might need to be changed or
1155        converted into member of a structure which is dereferenced with a
1156        pointer that is managed as a per task variable. But this patch should
1157        avoid many conflicts.
1158
11592003-03-27      Joel Sherrill <joel@OARcorp.com>
1160
1161        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1162        not allowed in the cpukit source code since it must be buildable
1163        independent of any BSP. These files were moved to libchip/ide.
1164        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1165        files.
1166
11672003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1168
1169        PR 368/filesystems
1170        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1171        improvements which now work on pc386 and mbx8xx.
1172        * libchip/ide/ide_controller.c: New file.
1173
11742003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1175
1176        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1177
11782003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1179
1180        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1181        * configure.ac: Add support/.
1182        * support/.cvsignore: New.
1183        * support/Makefile.am: New.
1184        * support/version.c: New.
1185        * wrapup/Makefile.am: Add support/libsupport.a.
1186        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1187        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1188        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1189        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1190
11912003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1192
1193        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1194
11952003-02-20      Till Straumann <strauman@slac.stanford.edu>
1196
1197        PR 354/networking
1198        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1199        chip against a table of supported chips. The untested ones are still
1200        commented out, however.
1201
12022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1203
1204        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1205        * configure.ac: AC_PREREQ(2.57).
1206        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1207        * optman/configure.ac: AC_PREREQ(2.57).
1208        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1209        * libchip/configure.ac: AC_PREREQ(2.57).
1210        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1211        * librdbg/configure.ac: AC_PREREQ(2.57).
1212        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1213        * libnetworking/configure.ac: AC_PREREQ(2.57).
1214
12152003-02-06      Joel Sherrill <joel@OARcorp.com>
1216
1217        * libnetworking/pppd/chat.c: Convert routines with common names to
1218        static. This included get_char(), put_char(), and character() among
1219        others.
1220
12212003-02-03      Joel Sherrill <joel@OARcorp.com>
1222
1223        PR 338/filesystem
1224        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1225        rtems_io_lookup_name() (API change).  Unused function removed.
1226
12272003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1228
1229        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1230        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1231        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1232        Eliminate *_O_FILES.
1233        * libnetworking/rtems_servers/Makefile.am,
1234        libnetworking/rtems_webserver/Makefile.am,
1235        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1236
12372002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1238
1239        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1240        Let all-local: depend on $(LIB).
1241        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1242        * optman/Makefile.am: Apply install-data-local to install *.rels.
1243
12442002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1245
1246        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1247        %.c rules.
1248        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1249        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1250        * libchip/rtc/Makefile.am: Ditto.
1251        * libchip/serial/Makefile.am: Ditto.
1252
12532002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1254
1255        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1256        LIBC_DEFINES.
1257        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1258        LIBC_DEFINES.
1259        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1260        LIBC_DEFINES.
1261
12622002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1263
1264        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1265
12662002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1267
1268        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1269        cache-checking.
1270        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1271
12722002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1273
1274        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1275        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1276        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1277        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1278        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1279
12802002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1281
1282        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1283        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1284        Remove.
1285        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1286
12872002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1288
1289        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1290        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1291
12922002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1293
1294        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1295        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1296
12972002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1298
1299        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1300        * optman/rel.am: New.
1301
13022002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1303
1304        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1305        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1306        braino in comment on "exec". Extend --enable-ada handling.
1307
13082002-11-04      Joel Sherrill <joel@OARcorp.com>
1309
1310        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1311        tasks and rolling multiple loops into 1.
1312        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1313        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1314        Removed warnings.
1315
13162002-10-31      Joel Sherrill <joel@OARcorp.com>
1317
1318        * libchip/network/dec21140.c: Removed warnings.
1319        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1320        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1321        librdbg/src/m68k/any/remdeb_xdr.c,
1322        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1323        warnings.
1324        * libnetworking/rtems_webserver/socket.c,
1325        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1326
13272002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1328
1329        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1330        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1331        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1332        above.
1333
13342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1335
1336        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1337        * wrapup/.cvsignore: Remove autom4te.cache.
1338        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1339        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1340        autom4te.cache.
1341        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1342        autom4te.cache.
1343        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1344        autom4te.cache.
1345
13462002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1347
1348        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1349
13502002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1351
1352        * optman/.cvsignore: Add autom4te.cache.
1353
13542002-09-14      Joel Sherrill <joel@OARcorp.com>
1355
1356        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1357
13582002-09-07      Joel Sherrill <joel@OARcorp.com>
1359
1360        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1361        include files to resolve warnings.
1362
13632002-09-07      Chris Johns <ccj@acm.org>
1364
1365        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1366        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1367        which corrects the problem  where the cs8900.c file was actually the BSP
1368        glue.  Joel did some hacking so this file will compile.  Previously it
1369        required providing a target.h file to compile.
1370        * libchip/network/cs8900.c.bsp: New file.
1371
13722002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1373
1374        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1375
13762002-08-31      Joel Sherrill <joel@OARcorp.com>
1377
1378        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1379        eliminate warning.
1380
13812002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1382
1383        * configure.ac: Add ada-tests.
1384
13852002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1386
1387        * Makefile.am: Add preinstall-stamp.
1388
13892002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1390
1391        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1392        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1393        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1394        gcc31 happy.
1395        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1396        cp.
1397
13982002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1399
1400        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1401        make/bsp.mak.
1402        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1403        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1404
14052002-08-12      Joel Sherrill <joel@OARcorp.com>
1406
1407        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1408        avoid error.
1409
14102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1411
1412        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1413        * configure.ac: Add BSP_SUBDIRS.
1414        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1415        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1416        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1417        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1418        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1419        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1420        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1421        RTEMS_CHECK_BSP_CACHE.
1422        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1423        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1424        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1425        .$(OBJEXT) instead of .o.
1426        * libnetworking/pppd/Makefile.am,
1427        libnetworking/rtems_servers/Makefile.am,
1428        libnetworking/rtems_telnetd/Makefile.am,
1429        libnetworking/rtems_webserver/Makefile.am,
1430        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1431
14322002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1433
1434        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1435        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1436        ../libchip/serial/$(ARCH)/libserialio.a.
1437        * libchip/serial/Makefile.am: Don't tmp-install lib.
1438        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1439
14402002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1441
1442        * Makefile.am: Add rtems_makedir.
1443        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1444        * Makefile.am: Add wrapup-SUBDIR.
1445        * wrapup/ChangeLog: Remove.
1446        * wrapup/configure.ac: Remove.
1447        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1448        (Make the bare BSP happy).
1449        * configure.ac: Ditto.
1450        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1451        Create make/custom/default.cfg.
1452        * configure.ac: Add creation of make/custom/*.cfg. Create
1453        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1454
14552002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1456
1457        * Makefile.am: Clean $(PROJECT_RELEASE).
1458
14592002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1460
1461        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1462        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1463        prototype mismatches.
1464
14652002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1466
1467        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1468        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1469
14702002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1471
1472        * acinclude.m4: Add test "$multilib" != "yes".
1473        * config-ml.in: Remove.
1474        * acinclude.m4: Cleanups.
1475        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1476        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1477        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1478        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1479        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1480
14812002-07-16      Eric Norum <eric.norum@usask.ca>
1482
1483        * New driver for the Intel EtherExpressPro (82559ER) chip.
1484        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1485        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1486        * libchip/network/Makefile.am: Modified to reflect above.
1487
14882002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1489
1490        * acinclude.m4: New.
1491        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1492        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1493        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1494
14952002-07-01      Joel Sherrill <joel@OARcorp.com>
1496
1497        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1498        _Objects_Information_table now that it is a two dimensional array based
1499        upon API and class.
1500        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1501        of strnlen().
1502
15032002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1504
1505        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1506        preinstall libnetapps.a.
1507
15082002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1509
1510        * configure.ac: Remove librpc.
1511
15122002-06-25      Joel Sherrill <joel@OARcorp.com>
1513
1514        * Per PR233, moved librpc to exec.
1515        * configure.ac, wrapup/Makefile.am: Modified.
1516        * librpc, librpc/ChangeLog: Removed.
1517
15182002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1519
1520        * optman/Makefile.am: Remove multilib support.
1521        * optman/configure.ac: Ditto.
1522        * optman/sapi/Makefile.am: Ditto.
1523
15242002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1525
1526        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1527        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1528
15292002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1530
1531        Move networking libraries to c/src/exec/libnetworking
1532        * libnetworking/configure.ac, libnetworking/Makefile.am,
1533        libnetworking/wrapup/Makefile.am: Reflect Moval.
1534
15352002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1536
1537        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1538        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1539        <rtems/bspIo.h>.
1540
15412002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1542
1543        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1544        * libnetworking/rtems/mkrootfs.h: Ditto.
1545        * libnetworking/rtems/Makefile.am: Reflect changes above.
1546
15472002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1548
1549        * configure.ac: Remove lib.
1550
15512002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1552
1553        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1554        that exception stack frames on M68K members with VBR always are 6 byte
1555        long. The incorrect assumption resulted in some gdb commands like "next"
1556        to fail on the 68360.
1557
15582002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1559
1560        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1561        PR 220
1562        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1563        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1564        CVS.
1565        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1566        libnetworking/sys/filio.h: Remove.
1567        * libnetworking/sys/Makefile.am: Reflect changes above.
1568
15692002-05-07      Chris Johns <ccj@acm.org>
1570
1571        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1572        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1573        requires it to be stripped.
1574
15752002-05-01      Eric Norum <eric.norum@usask.ca>
1576
1577        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1578        assembly  to satisfy gcc 3.1 and newer.
1579
15802002-04-26      Eric Norum <eric.norum@usask.ca>
1581
1582        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1583        agressive optimization in gcc 3.1 does not reorder things.
1584
15852002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1586
1587        * libchip/network/dec21140.c: Reflect changes to powerpc's
1588        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1589        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1590        <rtems/score/cpu.h>.
1591        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1592        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1593
15942002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1595
1596        * optman/configure.ac: Remove ENABLE_GCC28.
1597
15982002-04-11      Chris Johns <ccj@acm.org>
1599
1600        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1601        driver control block field to the ifconfig network driver structure.
1602        This field is needed by the i82586 driver which was ported from NetBSD
1603        as it had better hardware abstraction.
1604        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1605        PR59, added the drv_ctrl driver control block field to the ifconfig
1606        network driver structure. This field is needed by the i82586 driver
1607        which was ported from NetBSD as it had better hardware abstraction.
1608
16092002-04-10      Mike Siers <mikes@poliac.com>
1610
1611        * libnetworking/rtems_webserver/NOTES,
1612        libnetworking/rtems_webserver/asp.c,
1613        libnetworking/rtems_webserver/balloc.c,
1614        libnetworking/rtems_webserver/default.c,
1615        libnetworking/rtems_webserver/ej.h,
1616        libnetworking/rtems_webserver/ejIntrn.h,
1617        libnetworking/rtems_webserver/ejlex.c,
1618        libnetworking/rtems_webserver/ejparse.c,
1619        libnetworking/rtems_webserver/emfdb.c,
1620        libnetworking/rtems_webserver/emfdb.h,
1621        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1622        libnetworking/rtems_webserver/handler.c,
1623        libnetworking/rtems_webserver/license.txt,
1624        libnetworking/rtems_webserver/md5.h,
1625        libnetworking/rtems_webserver/md5c.c,
1626        libnetworking/rtems_webserver/mime.c,
1627        libnetworking/rtems_webserver/misc.c,
1628        libnetworking/rtems_webserver/ringq.c,
1629        libnetworking/rtems_webserver/rom.c,
1630        libnetworking/rtems_webserver/security.c,
1631        libnetworking/rtems_webserver/sock.c,
1632        libnetworking/rtems_webserver/sym.c,
1633        libnetworking/rtems_webserver/uemf.c,
1634        libnetworking/rtems_webserver/uemf.h,
1635        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1636        libnetworking/rtems_webserver/url.c,
1637        libnetworking/rtems_webserver/value.c,
1638        libnetworking/rtems_webserver/wbase64.c,
1639        libnetworking/rtems_webserver/webcomp.c,
1640        libnetworking/rtems_webserver/webpage.c,
1641        libnetworking/rtems_webserver/webrom.c,
1642        libnetworking/rtems_webserver/webs.c,
1643        libnetworking/rtems_webserver/webs.h,
1644        libnetworking/rtems_webserver/websuemf.c,
1645        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1646        2.1.4.
1647
16482002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1649
1650        * libchip/network/i82586.c: Include <string.h>.
1651        * libchip/network/sonic.c: Ditto.
1652
16532002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1654
1655        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1656
16572002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1658
1659        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1660
16612002-03-27      Thomas.Doerfler@imd-systems.de
1662
1663        PR 144
1664        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1665        memory address 0 when called for the first time. This is done when
1666        trying to clear the variable "dhcp_hostname".
1667
16682002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1669
1670        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1671        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1672        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1673        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1674        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1675        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1676        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1677        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1678        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1679        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1680        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1681        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1682        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1683        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1684        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1685        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1686        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1687        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1688        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1689        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1690        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1691        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1692        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1693        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1694        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1695        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1696        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1697        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1698        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1699        AUTOMAKE_OPTIONS.
1700        * libnetworking/configure.ac:
1701        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1702        foreign 1.6]).
1703        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1704        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1705        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1706        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1707        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1708        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1709        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1710        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1711        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1712        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1713        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1714        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1715        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1716        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1717        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1718        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1719        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1720
17212002-03-27      Ilya Alexeev <ilya@continuum.ru>
1722
1723        PR 162
1724        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1725        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1726        used in a device write routines.  Now ppp_softc structure have own
1727        character for writing to device (sc_outchar).  I think that converting
1728        local variables to static is not a right solution, because problems will
1729        occur in the case of two or more ppp instances.
1730        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1731        must be u_long, otherwise in the case of the big output packet endless
1732        loop may occur.
1733
17342002-03-21      Ilya Alexeev <ilya@continuum.ru>
1735
1736        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1737        preparations for multiple PPPD connections.
1738
17392002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1740
1741        PR 149
1742        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1743        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1744        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1745        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1746
17472002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1748
1749        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1750        * configure.ac: Modified to reflect addition.
1751
17522002-02-27      Ilya Alexeev <ilya@continuum.ru>
1753
1754        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1755        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1756        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1757        capabilities as well as eliminate some warnings.
1758
17592002-02-27      Eric Norum <eric.norum@usask.ca>
1760
1761        * libnetworking/net/radix.c: Properly handle fetching the default route
1762        when there is no route.  This was a bug in the original FreeBSD code and
1763        this fix is from an updated version of their code.
1764
17652002-02-16      Eric Norum <eric.norum@usask.ca>
1766
1767        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1768        checking.
1769
17702002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1771
1772        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1773        dodefaultroute.
1774
17752002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1776
1777        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1778        include <rtems/seterr.h>.
1779
17802002-02-01      Mike Siers <mikes@poliac.com>
1781
1782        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1783        avoid bringing the link down too fast. NOTE: Mike reports successfully
1784        running at 56K baud on a direct link.
1785
17862002-02-01      Eric Valette <valette@crf.canon.fr>
1787
1788        * librdbg/So many patches have been posted recently on the mailing list
1789        and  because we were unable to find correct solution to compile on
1790        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1791        because the coding  style of rdbg was rather inconsistant among various
1792        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1793        global coding style (using indent + manual edits), 2) incorporate/review
1794        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1795        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1796        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1797        after rdbg initialization is done, NB : the paches is huge but it is
1798        mainly due to coding styke chnages.  Only few lines of codes have been
1799        really changed and they do not impact  rdbg functionnality (AFAIKT).
1800        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1801        librdbg/include/rdbg/m68k/rdbg_f.h,
1802        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1803        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1804        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1805        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1806        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1807        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1808        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1809        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1810        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1811        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1812        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1813        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1814        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1815        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1816        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1817        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1818
18192002-01-31      Mike Siers <mikes@poliac.com>
1820
1821        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1822        * Nice Update of PPPD support which eliminates the requiremetn that
1823        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1824        and reports that it seems to be more stable and handle larger packets
1825        better.  This patch replaces the termios tasks with more general pppd
1826        network driver tasks.  The functions pppinput() and pppstart() get
1827        called from the interrupt service routine.
1828        * libnetworking/Makefile.am, libnetworking/configure.ac,
1829        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1830        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1831        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1832        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1833        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1834        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1835        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1836        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1837        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1838        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1839        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1840        libnetworking/net/route.c, libnetworking/net/route.h,
1841        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1842        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1843        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1844        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1845        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1846        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1847        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1848        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1849        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1850        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1851        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1852        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1853        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1854        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1855        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1856        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1857        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1858        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1859        libnetworking/pppd/example/README,
1860        libnetworking/pppd/example/netconfig.h,
1861        libnetworking/wrapup/Makefile.am: Modified.
1862        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1863        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1864        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1865        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1866        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1867        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1868        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1869        libnetworking/modem/pppcompress.c: Subdirectory removed.
1870
18712002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1872
1873        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1874        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1875
18762002-01-18      Till Straumann <strauman@slac.stanford.edu>
1877
1878        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1879        issues: - exception handler needs to enable MSR_FP if the interrupted
1880        thread is FP enabled. - printk message for MSR fixed and added
1881        stacktrace. NOTE: this requires the stacktrace patch to
1882        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1883        however).
1884
18852002-01-06      Joel Sherrill <joel@OARcorp.com>
1886
1887        * optman/.cvsignore: Added aclocal.m4 and configure.
1888        * optman/.cvsignore: New file.
1889
18902002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1891
1892        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1893
18942002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1895
1896        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1897        * optman/ChangeLog: New.
1898        * optman/configure.ac: New.
1899        * optman/Makefile.am: New.
1900        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1901        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1902
19032001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1904
1905        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1906
19072001-12-18      Eric Norum <eric.norum@usask.ca>
1908
1909        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1910        `directories' (path names with a / at the end) while disallowing open()
1911        operations on TFTP `directories'.
1912
19132001-12-07      Eric Norum <eric.norum@usask.ca>
1914
1915        * libnetworking/lib/tftpDriver.c: Restore write capability.
1916
19172001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1918
1919        * libchip/network/sonic.h: Fix typo.
1920        * libnetworking/arpa/Makefile.am: Remove stray lines.
1921
19222001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1923
1924        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1925
19262001-10-18      Eric Norum <eric.norum@usask.ca>
1927
1928        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1929        chdir() and open() operations within the TFTP file system.
1930
19312001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1932
1933        * librdbg/configure.ac: Fix latent bug exposed by removal of
1934        config.cache's which prevented powerpc targets librdbg from building.
1935
19362001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1937
1938        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1939        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1940        autoconf-2.52 happy.
1941
19422001-10-12      Mike Siers <mikes@poliac.com>
1943
1944        * libnetworking/Update to stable working state.  Congratulations Mike!
1945        :).
1946        * libnetworking/modem_example: Directory removed.
1947        * libnetworking/modem_example/16550.h,
1948        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
1949        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
1950        libnetworking/modem_example/ppp.h,
1951        libnetworking/modem_example/pppcompress.c: Files removed.
1952        * libnetworking/pppd/example/pppd.options: New file.
1953        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
1954        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1955        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1956        libnetworking/pppd/rtemsmain.c: Updated.
1957
19582001-10-12      Joel Sherrill <joel@OARcorp.com>
1959
1960        * libchip/serial/z85c30.c: Fixed typo.
1961
19622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1963
1964        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1965        * configure.in: Remove.
1966        * configure.ac: New file, generated from configure.in by autoupdate.
1967        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1968        * libchip/configure.in: Remove.
1969        * libchip/configure.ac: New file, generated from configure.in by
1970        autoupdate.
1971        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1972        * librdbg/configure.in: Remove.
1973        * librdbg/configure.ac: New file, generated from configure.in by
1974        autoupdate.
1975        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1976        * libnetworking/configure.in: Remove.
1977        * libnetworking/configure.ac: New file, generated from configure.in by
1978        autoupdate.
1979
19802001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1981
1982        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
1983        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
1984        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
1985
19862001-09-27      Joel Sherrill <joel@OARcorp.com>
1987
1988        * libchip/ChangeLog: Fixed typo in date.
1989
19902001-09-27      Eric Norum <eric.norum@usask.ca>
1991
1992        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
1993        TFTP  filesystem.
1994
19952001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1996
1997        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
1998        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
1999        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2000        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2001        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2002        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2003        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2004        'PREINSTALL_FILES ='.
2005        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2006        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2007        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2008        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2009        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2010        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2011        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2012        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2013        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2014        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2015        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2016        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2017
20182001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2019
2020        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2021        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2022        * librdbg/src/m68k/any/Makefile.am: Ditto.
2023        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2024        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2025        happy.
2026
20272001-09-21      Joel Sherrill <joel@OARcorp.com>
2028
2029        * libchip/network/Makefile.am: Fixed typo on file name.
2030        * libchip/network/i82586.c: Commented out line 318 which is referencing
2031        a member of a structure that is not currently there.  This needs to be
2032        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2033        to C style.
2034
20352001-09-19      Eric Norum <eric.norum@usask.ca>
2036
2037        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2038
20392001-09-19      Chris Johns <ccj@acm.org>
2040
2041        * libchip/network/README.i82586, libchip/network/i82586.c,
2042        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2043        Network driver for Intel i82586.
2044        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2045        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2046        "root" filesystem with information obtained via the DHCP response.
2047
20482001-09-14      Eric Norum <eric.norum@usask.ca>
2049
2050        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2051        make gcc 3.x happy.
2052
20532001-08-16      Mike Siers <mikes@poliac.com>
2054
2055        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2056        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2057        These support callback functionality that has not even been compiled
2058        under RTEMS yet.
2059        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2060        example application.  Mike's notes on the modifications: - renamed
2061        error() function because of namespace problems - removed calls to the
2062        exit() funciton - removed extra files from the pppd source directory -
2063        defined pppd task constant values in rtemspppd.h - modifyied example
2064        code to get actual tick per second value - placed the pppd 2.3.11 man
2065        page file (pppd.8) into the pppd directory.
2066        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2067        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2068        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2069        libnetworking/pppd/rtems-ppp.c: Deleted.
2070        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2071        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2072        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2073        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2074        libnetworking/pppd/example/init.c,
2075        libnetworking/pppd/example/netconfig.h,
2076        libnetworking/pppd/example/ppp.conf,
2077        libnetworking/pppd/example/pppdapp.c,
2078        libnetworking/pppd/example/system.h: New files.
2079        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2080        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2081        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2082        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2083        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2084        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2085        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2086        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2087        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2088        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2089        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2090        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2091        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2092        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2093        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2094
20952001-08-16      Joel Sherrill <joel@OARcorp.com>
2096
2097        * libnetworking/pppd/example/Makefile: Removed.
2098        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2099        to avoid bootstrap -c clobbering it.
2100        * libnetworking/rtems_telnetd/.cvsignore: New file.
2101
21022001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2103
2104        * libnetworking/Makefile.am, libnetworking/configure.in,
2105        libnetworking/rtems_servers/Makefile.am,
2106        libnetworking/rtems_servers/telnetd.c,
2107        libnetworking/rtems_servers/telnetd.h,
2108        libnetworking/rtems_telnetd/Makefile.am,
2109        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2110        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2111        libnetworking/rtems_telnetd/telnetd.c,
2112        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2113        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2114        effect when ftpd change. - the tcp/ip stats have been implemented into
2115        icmds.c and started when telnetd daemon is started.
2116        * libnetworking/rtems_servers/telnetd.c,
2117        libnetworking/rtems_servers/telnetd.h: Removed.
2118        * libnetworking/rtems_telnetd: New directory.
2119        * libnetworking/rtems_telnetd/Makefile.am,
2120        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2121        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2122        libnetworking/rtems_telnetd/telnetd.c,
2123        libnetworking/rtems_telnetd/telnetd.h: New files.
2124
21252001-06-14      Joel Sherrill <joel@OARcorp.com>
2126
2127        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2128        Moved from libmisc/shell so the network stack to address network
2129        depenendency.
2130        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2131
21322001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2133
2134        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2135
21362001-05-15      Joel Sherrill <joel@OARcorp.com>
2137
2138        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2139        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2140        accidentally deleted the incorrectly empty versions.
2141
21422001-05-14      Till Straumann <strauman@slac.stanford.edu>
2143
2144        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2145        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2146        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2147        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2148        to know the values) - the affected BSP (shared/motorola) headers have
2149        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2150        driver (libchip/network/dec21140.c) has been fixed to use
2151        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2152        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2153        who is using this driver. - the DEC driver also has been fixed to use
2154        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2155        delay_in_bus_cycles().
2156
21572001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2158
2159        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2160
21612001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2162
2163        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2164
21652001-04-24      Eric Norum <eric.norum@usask.ca>
2166
2167        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2168        NTP synchronization a little more robust -- no NTP daemon yet, but at
2169        least it trys a little harder when the primary NTP server is down.
2170
21712001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2172
2173        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2174        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2175        libnetworking/pppd/modem_example/modem.c,
2176        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2177        other strings into English.
2178        * libnetworking/pppd/STATUS: updated to reflect the changes.
2179
21802001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2181
2182        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2183        again.
2184
21852001-04-20      Eric Valette <valette@crf.canon.fr>
2186
2187        * mcp750 directory renamed new_exception processing as it supports many
2188        more CPU models.
2189        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2190        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2191        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2192        formerly in mcp750 plus modifications.
2193        * librdbg/src/powerpc/mcp750/.cvsignore,
2194        librdbg/src/powerpc/mcp750/Makefile.am,
2195        librdbg/src/powerpc/mcp750/remdeb.h,
2196        librdbg/src/powerpc/mcp750/remdeb_f.x,
2197        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2198        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2199        new_exception_processing.
2200        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2201        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2202        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2203        part of this effort to add support for the MPC8xx.
2204
22052001-04-19      Joel Sherrill <joel@OARcorp.com>
2206
2207        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2208        internal include files.
2209
22102001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2211
2212        PR 158
2213        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2214        rcmd() library call by commenting out the parts that deal with signals.
2215        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2216        stdio. The 'server-side' parts of this file which deal with
2217        authentication are disabled since they are not needed.
2218
22192001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2220
2221        * libnetworking/include/.cvsignore: Remove dangling file.
2222
22232001-03-14      Joel Sherrill <joel@OARcorp.com>
2224
2225        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2226        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2227        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2228        libchip style serial drivers can be written in libcpu or libbsp.
2229
22302001-03-01      Joel Sherrill <joel@OARcorp.com>
2231
2232        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2233        libchip/network/sonic.c, libchip/network/sonic.h,
2234        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2235        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2236        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2237        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2238        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2239        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2240        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2241        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2242
22432001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2244
2245        * librdbg/include/rdbg/Makefile.am,
2246        librdbg/include/rdbg/i386/Makefile.am,
2247        librdbg/include/rdbg/m68k/Makefile.am,
2248        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2249        style on include files.
2250
22512001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2252
2253        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2254        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2255        replace ${..} with $(..).
2256        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2257        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2258        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2259        libnetworking/rtems/Makefile.am, libnetworking/
2260        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2261        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2262        include_*HEADERS instead of H_FILES.
2263        * libnetworking/include/Makefile.am: Remove.
2264        * libnetworking/Makefile.am: Add handling of *.h files.
2265        * libnetworking/configure.in: Remove include/Makefile.
2266
22672001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2268
2269        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2270
22712001-01-31      Sergei Organov <osv@javad.ru>
2272
2273        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2274        current dir and root dir removed in favor of new libio support for
2275        task-local current and root directories. - Bug in `close_data_socket()'
2276        introduced by previous change fixed. - `command_pasv()' changed to set
2277        timeout on socket we are listening on and code fixed to don't close
2278        socket twice on error. - `serr()' changed to clear `errno'. -
2279        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2280        changed to clear `errno' before processing session. -
2281        `close_data_socket()' fixed to close both active and passive sockets -
2282        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2283        empty string  in `exec_command()'.
2284
22852001-01-25      Eric Norum <eric.norum@usask.ca>
2286
2287        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2288        improves throughput on systems which are dropping packets.   Only the
2289        first timeout is reduced.  This keeps the number of extra packets down
2290        on networks that are very busy and dropping lots of packets.
2291
22922001-01-24      Sergei Organov <osv@javad.ru>
2293
2294        * libnetworking/rtems_servers/ftpd.c,
2295        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2296        - Timeouts on sockets implemented. 'idle' field added to configuration.
2297        No timeout by default to keep backward compatibility. Note: SITE IDLE
2298        command not implemented yet. - Basic global access control implemented.
2299        'access' field added to configuration. No access limitations by default
2300        to keep backward compatibility. - Anchor data socket for active mode
2301        (using self IP and port 20.) - Fixed default data port support (still
2302        not tested). - Don't allow IP address different from originating host in
2303        PORT command to improve security. - Fixed bug in MDTM command. - Check
2304        for correctness of parsing of argument in command_port(). - Fixed
2305        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2306        a directory. - Command parsing a little bit improved: command names are
2307        now converted to upper-case to be more compatible with RFC (command
2308        names are not case-sensitive.) - Reformat comments so that they have
2309        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2310        previous changes - True ASCII mode implemented (doesn't work for hooks
2311        and /dev/null) - Passive mode implemented, PASV command added. - Default
2312        port for data connection could be used (untested, can't find ftp client
2313        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2314        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2315
23162001-01-18      Joel Sherrill <joel@OARcorp.com>
2317
2318        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2319        macro using variable arguments.
2320        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2321        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2322        since I updated the main RTEMS development machine to RedHat 7.2 and
2323        apparently got a new version of rpcgen.
2324
23252001-01-12      Sergei Organov <osv@javad.ru>
2326
2327        * libnetworking/rtems_servers/ftpd.c,
2328        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2329        - use pool of pre-created threads to handle sessions instead of
2330        creating/deleting threads on the fly - LIST output is now similar to
2331        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2332        happy with it. - LIST NAME now works (both for files and directories) -
2333        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2334        clients happy  - keep track of CWD for every session separately -
2335        ability to specify root directory name for FTPD in configuration table.
2336        FTPD will then create illusion for FTP clients that this is actually
2337        root directory. - ignore options sent in commands, thus LIST -al FILE
2338        works and doesn't try to list "-al" directory. - buffers are allocated
2339        on stack instead of heap where possible to eliminate malloc/free calls
2340        (avoid possible heap fragmentation troubles). - drop using of task
2341        notepad to pass parameters - use function arguments instead - use
2342        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2343        in socket() instead of AF_INET.
2344
23452001-01-02      Joel Sherrill <joel@OARcorp.com>
2346
2347        * libnetworking/CHANGELOG: Removed.
2348        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2349
23502000-12-14      Eric Norum <eric.norum@usask.ca>
2351
2352        * libnetworking/lib/tftpDriver.c: Added write capability.
2353
23542000-12-08      Joel Sherrill <joel@OARcorp.com>
2355
2356        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2357        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2358        numerous variable declarations conditional on PPP_COMPRESS and
2359        PPP_FILTER.  Commented out variables that were not used because the code
2360        using them was commented out. Removed totally unused variables.
2361        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2362        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2363
23642000-11-30      Joel Sherrill <joel@OARcorp.com>
2365
2366        * libnetworking/modem/ppp_tty.c: Changed to include
2367        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2368        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2369        * libnetworking/Makefile.am: Modified to reflect above.
2370
23712000-11-27      Joel Sherrill <joel@OARcorp.com>
2372
2373        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2374
23752000-11-25      Eric Norum <eric.norum@usask.ca>
2376
2377        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2378        core.
2379
23802000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2381
2382        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2383        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2384        subdir.
2385        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2386        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2387        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2388        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2389        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2390        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2391        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2392        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2393        ppp_tty.c and the real pppd main is in pppmain.c.
2394
23952000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2396
2397        * libchip/network/sonic.c: Added ipalign() routine to align the received
2398        packet so that the ip header is on a 32-bit boundary. Necessary for
2399        cpu's that do not allow unaligned loads and stores and when the 32-bit
2400        DMA mode is used.
2401
24022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2403
2404        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2405        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2406        ACLOCAL_AMFLAGS.
2407        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2408        ACLOCAL_AMFLAGS.
2409        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2410        ACLOCAL_AMFLAGS.
2411
24122000-11-03      Chris Johns <ccj@acm.org>
2413
2414        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2415        libchip/network/cs8900.h: New files.
2416
24172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2418
2419        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2420        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2421        $(RTEMS_TOPdir)/aclocal.
2422        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2423        $(RTEMS_TOPdir)/aclocal.
2424        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2425        $(RTEMS_TOPdir)/aclocal.
2426
24272000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2428
2429        * configure.in: Switch to GNU-canonicalization.
2430        * Makefile.am: Reflect changes to configure.in.
2431        * acinclude.m4: Remove.
2432
24332000-10-30      Joel Sherrill <joel@OARcorp.com>
2434
2435        * POSIX include files merged into newlib.  This resulted in some
2436        definitions moving to other files and thus some secondary effects in
2437        RTEMS source code.
2438        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2439        in sync with newlib's <machine/types.h>.
2440        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2441        definition of struct itimerval in <sys/time.h>.
2442
24432000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2444
2445        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2446        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2447        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2448        * ChangeLog: Fix typos.
2449        * configure.in: add tests to the GNU canonicalized subdirectories.
2450
24512000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2452
2453        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2454        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2455        the lib directory before configuring lib/.
2456
24572000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2458
2459        * configure.in, Makefile.am: add exec to the GNU canonicalized
2460        subdirectories.
2461        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2462        * configure.in: add libnetworking, librpc and librdb to the GNU
2463        canonicalized subdirectories.
2464        * configure.in: add libmisc and libchip to the GNU canonicalized
2465        subdirectories.
2466        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2467        Switch to GNU canonicalization.
2468        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2469        Switch to GNU canonicalization.
2470        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2471        Switch to GNU canonicalization.
2472
24732000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2474
2475        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2476        canonicalization to libfs/. The approach is currently a bit of a hack as
2477        GNU canonicalization does not support the per-BSP build some of the
2478        other directories require.  As more of the tree is converted, this will
2479        become less  of an issue.
2480
24812000-10-20      Joel Sherrill <joel@OARcorp.com>
2482
2483        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2484        parameter.
2485
24862000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2487
2488        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2489        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2490        * librdbg/configure.in: Add m68k support.
2491        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2492        subdirectory.
2493        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2494        failure.
2495        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2496        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2497        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2498        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2499        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2500        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2501        librdbg/src/m68k/.cvsignore: New files.
2502        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2503        function pointers.
2504        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2505        _after_ pointer has been checked against NULL.
2506
25072000-10-18      Joel Sherrill <joel@OARcorp.com>
2508
2509        * wrapup/Makefile.am: Added libfs.
2510
25112000-10-18      Chris Johns <ccj@acm.org>
2512
2513        * libfs created.
2514        * configure.in: Added libfs subdirectory.
2515        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2516
25172000-09-28      Joel Sherrill <joel@OARcorp.com>
2518
2519        * libnetworking/rtems_webserver/Makefile.am,
2520        libnetworking/rtems_webserver/base64.c,
2521        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2522        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2523
25242000-09-22      Joel Sherrill <joel@OARcorp.com>
2525
2526        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2527        libnetworking/rtems/rtems_bsdnet_internal.h,
2528        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2529        have included rtems.h.  It is now including precisely the  least amount
2530        of low level, yet portable .h files to get the basic RTEMS types
2531        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2532        used machine/types.h to include rtems.h.
2533
25342000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2535
2536        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2537
25382000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2539
2540        * libnetworking/ChangeLog: Cleanup.
2541
25422000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2543
2544        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2545        * libchip/ChangeLog: Fix formating.
2546
25472000-09-05      Joel Sherrill <joel@OARcorp.com>
2548
2549        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2550        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2551        confusion and to work with the converted flags.
2552
25532000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2554
2555        * wrapup/Makefile.am: Include compile.am.
2556        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2557        libchip/serial/Makefile.am: Include compile.am.
2558        * librdbg/src/i386/any/Makefile.am,
2559        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2560        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2561        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2562        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2563        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2564        libnetworking/rtems_servers/Makefile.am,
2565        libnetworking/rtems_webserver/Makefile.am,
2566        libnetworking/wrapup/Makefile.am: Include compile.am.
2567
25682000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2569
2570        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2571        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2572
25732000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2574
2575        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2576
25772000-08-31      Joel Sherrill <joel@OARcorp.com>
2578
2579        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2580        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2581        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2582        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2583        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2584        * libnetworking/wbase64.c: Removed.
2585        * libnetworking/Makefile.am, libnetworking/asp.c,
2586        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2587        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2588        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2589        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2590        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2591        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2592        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2593        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2594        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2595        Modified.
2596
25972000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2598
2599        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2600
26012000-08-30      Joel Sherrill <joel@OARcorp.com>
2602
2603        * libnetworking/rtems_webserver/license.txt: New file.
2604
26052000-08-10      Joel Sherrill <joel@OARcorp.com>
2606
2607        * ChangeLog: New file.
2608        * libchip/ChangeLog: New file.
2609        * librdbg/ChangeLog: New file.
2610        * libnetworking/ChangeLog: New file.
2611
Note: See TracBrowser for help on using the repository browser.