source: rtems/c/src/ChangeLog @ 950f19a

4.104.114.84.95
Last change on this file since 950f19a was 11222bd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/11/06 at 06:28:00

2006-01-11 Ralf Corsepius <ralf.corsepius@…>

  • librdbg/Makefile.am: Add preinstall.am.
  • Property mode set to 100644
File size: 119.3 KB
Line 
12006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * librdbg/Makefile.am: Add preinstall.am.
4        * aclocal/bsp-configure.m4: Add ampolish3.
5        New header guards.
6
72006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
8
9        * libchip/network/open_eth.c, libchip/network/open_eth.h:
10        Merger from rtems-4-6-branch.
11
122006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
13
14        * libchip/network/smc91111.c
15        libchip/network/smc91111config.h
16        libchip/network/smc91111exp.h
17        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
18        * libchip/Makefile.am: Reflect adding smc91111*.
19
202006-01-08      Joel Sherrill <joel@OARcorp.com>
21
22        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
23        char *.
24
252006-01-08      Joel Sherrill <joel@OARcorp.com>
26
27        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
28        warnings.
29
302005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
33        Add RTEMS_RELLDFLAGS.
34        * automake/compile.am: Remove RTEMS_USE_GCC.
35        Remove RTEMS_RELLDFLAGS.
36        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
37
382005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * libchip/network/if_media.h, libchip/network/mii.h:
41        Remove (Moved to cpukit).
42        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
43        and libchip/network/if_media.h.
44        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
45        if_media.h having moved.
46
472005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * automake/compile.am, automake/host.am, automake/local.am,
50        automake/subdirs.am: Remove depend.
51        * configure.ac: Explicitly pass --libdir and --includedir to
52        testsuites.
53
542005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * configure.ac: Reflect changes to testsuites.
57
582005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * automake/compile.am: Remove GCCSPECS.
61        * aclocal/prog-cc.m4: Add GCCSPECS.
62        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
63
642005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
65
66        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
67        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
68
692005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
72        libcpu/byteorder.h for i386.
73
742005-11-02      Till Straumann <strauman@slac.stanford.edu>
75
76        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
77        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
78        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
79        added a simple API/library for i2c devices and drivers for i2c
80        2-byte eeproms and a ds1621 temperature sensor; API is documented
81        in libi2c.h.
82
832005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * libnetworking/pppd/ipxcp.c,
86        libnetworking/pppd/chat.c,
87        libnetworking/pppd/patchlevel.h,
88        libnetworking/pppd/upap.h,
89        libnetworking/pppd/md5.h,
90        libnetworking/pppd/pppd.8,
91        libnetworking/pppd/README,
92        libnetworking/pppd/preinstall.am,
93        libnetworking/pppd/md4.h,
94        libnetworking/pppd/magic.c,
95        libnetworking/pppd/pppd.h,
96        libnetworking/pppd/demand.c,
97        libnetworking/pppd/rtemsmain.c,
98        libnetworking/pppd/sys-rtems.c,
99        libnetworking/pppd/ipcp.h,
100        libnetworking/pppd/lcp.h,
101        libnetworking/pppd/chap_ms.c,
102        libnetworking/pppd/md4.c,
103        libnetworking/pppd/rtemspppd.h,
104        libnetworking/pppd/cbcp.h,
105        libnetworking/pppd/auth.c,
106        libnetworking/pppd/lcp.c,
107        libnetworking/pppd/example/README,
108        libnetworking/pppd/example/ppp.conf,
109        libnetworking/pppd/example/system.h,
110        libnetworking/pppd/example/netconfig.h,
111        libnetworking/pppd/example/pppdapp.c,
112        libnetworking/pppd/example/init.c,
113        libnetworking/pppd/example/Makefile-user,
114        libnetworking/pppd/example/pppd.options,
115        libnetworking/pppd/rtemspppd.c,
116        libnetworking/pppd/ipxcp.h,
117        libnetworking/pppd/chap_ms.h,
118        libnetworking/pppd/options.c,
119        libnetworking/pppd/magic.h,
120        libnetworking/pppd/chap.h,
121        libnetworking/pppd/cbcp.c,
122        libnetworking/pppd/upap.c,
123        libnetworking/pppd/chap.c,
124        libnetworking/pppd/Makefile.am,
125        libnetworking/pppd/ccp.h,
126        libnetworking/pppd/utils.c,
127        libnetworking/pppd/rtemsdialer.h,
128        libnetworking/pppd/fsm.h,
129        libnetworking/pppd/pathnames.h,
130        libnetworking/pppd/md5.c,
131        libnetworking/pppd/fsm.c,
132        libnetworking/pppd/ipcp.c,
133        libnetworking/pppd/STATUS,
134        libnetworking/pppd/ccp.c,
135        libnetworking/Makefile.am: Remove (Moved to cpukit).
136
1372005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
138
139        * configure.ac: Remove libnetworking, libnetworking/pppd.
140        * wrapup/Makefile.am: Remove libpppd.a.
141
1422005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
145        rtemsdialer.h to $(includedir)/rtems.
146
1472005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
148
149        * libnetworking/rtems_telnetd/icmds.c,
150        libnetworking/rtems_telnetd/Makefile.am,
151        libnetworking/rtems_telnetd/preinstall.am,
152        libnetworking/rtems_telnetd/pty.c,
153        libnetworking/rtems_telnetd/pty.h,
154        libnetworking/rtems_telnetd/README,
155        libnetworking/rtems_telnetd/telnetd.c,
156        libnetworking/rtems_telnetd/telnetd.h:
157        Remove (Moved to cpukit).
158
1592005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * configure.ac: Remove libnetworking/rtems_telnetd.
162        * libnetworking/Makefile.am: Remove rtems_telnetd.
163        * libnetworking/README: Remove (Obsolete).
164        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
165
1662005-10-20  Eric Norum <norume@aps.anl.gov>
167
168        * libchip/network/dec21140.c: Clean up PCI mapping.
169
1702005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * libnetworking/pppd/Makefile.am: Use preinstall.am.
173        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
174        librdbg/src/servrpc.c, librdbg/src/servtgt.c
175        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
176        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
177        * configure.ac: Move optman to the end of BSP_SUBDIRS.
178
1792005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
180
181        * aclocal/bspopts.m4: Add missing m4 quotes.
182
1832005-09-02  Joel Sherrill <joel@OARcorp.com>
184
185    * aclocal/version.m4: Updated to rtems-4.6.99.2.
186
1872005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
188
189        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
190        libchip/network/dec21140.c: Remove initialization of PCI bus.
191
1922005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * optman/Makefile.am: Add preinstall.am.
195
1962005-07-18      Karel Gardas <kgardas@objectsecurity.com>
197
198        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
199        UNTESTED to tested.
200
2012005-06-17      Joel Sherrill <joel@OARcorp.com>
202
203        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
204        it is not supported by the MPC5xx.
205
2062005-06-17      Joel Sherrill <joel@OARcorp.com>
207
208        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
209        interface. Also correct attempting to build on other than PowerPC and
210        x86.
211
2122005-06-16      Daron Chabot <daron@nucleus.usask.ca>
213
214        * libchip/Makefile.am: Add driver for Tulip clones.
215        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
216        libchip/network/if_dcreg.h: New files.
217
2182005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
219
220        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
221        to enable rdbg.
222        * configure.ac: Reflect changes above.
223
2242005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
225
226        * configure.ac: Add ada/.
227
2282005-05-20      Sergei Organov  <osv@topconrd.ru>
229
230        PR 750/networking
231        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
232        wait_input().
233
2342005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
235
236        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
237        rtems/irq.h.
238
2392005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
240
241        * libchip/Makefile.am: Include preinstall.am.
242        * libchip/preinstall.am: New.
243
2442005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
245
246        * configure.ac: Add AMPOLISH3.
247        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
248        * libnetworking/rtems_telnetd/preinstall.am: New.
249        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
250
2512005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
252
253        * configure.ac: Let enable_rpcgen default to "no".
254
2552005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
256
257        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
258
2592005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
260
261        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
262        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
263
2642005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
265
266        * libchip/network/dec21140.c, libchip/network/elnk.c,
267        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
268
2692005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
270
271        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
272        of code as a result of the implementation of a common PCI interface.
273
2742005-05-04      Joel Sherrill <joel@OARcorp.com>
275
276        * libchip/network/open_eth.c: Remove prototype of set_vector.
277
2782005-05-03      Joel Sherrill <joel@OARcorp.com>
279
280        * librdbg/src/ptrace.c: Remove warning.
281
2822005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
283
284        * libchip/network/dec21140.c, libchip/network/elnk.c,
285        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
286        Modified parameter list to remove warnings.
287
2882005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
289
290        * libchip/network/cs8900.c, libchip/network/i82586.c,
291        libchip/network/open_eth.c, libchip/network/sonic.c,
292        libchip/serial/mc68681.c: Modified types to remove
293        warnings.  Added initialization to remove warnings.
294
2952005-04-28      Joel Sherrill <joel@OARcorp.com>
296
297        * libchip/network/README.sonic: Rewritten to account for removal of
298        dmv177.
299
3002005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
301
302        PR 781/rtems_misc
303        * libchip/serial/ns16550_p.h: Fix baud rate calculation
304
3052005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
306
307        * libchip/serial/ns16550.c:
308        Fixed warnings generated in various powerpc configurations
309
3102005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
311
312        * libchip/serial/ns16550.c: Modified
313        ISR to work with PPC new exception processing
314
3152005-03-14      Joel Sherrill <joel@OARcorp.com>
316
317        * libchip/network/dec21140.c, libchip/network/elnk.c,
318        libchip/network/if_fxp.c: Continue PCI API unification. All use
319        pci_find_device(). Network drivers manufacture a signature since all
320        calls have not been converted yet.
321
3222005-03-04      Joel Sherrill <joel@OARcorp.com>
323
324        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
325        initialize function part of the unified PCI API as pci_initialize().
326
3272005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
328
329        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
330        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
331
3322005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
333
334        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
335        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
336
3372005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
338
339        * aclocal/ppc.m4: Reflect changes to ppc exception processing
340        building procedures.
341
3422005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
343
344        * aclocal/prog-cc.m4:
345        Quote CFLAGS's RHS to accomodate Solaris broken sh.
346
3472005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
348
349        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
350
3512005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
352
353        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
354
3552005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
356
357        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
358
3592005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
360
361        * libnetworking/rtems_servers/ftp.c,
362        libnetworking/rtems_servers/ftp.h,
363        libnetworking/rtems_servers/Makefile.am:
364        Remove (relocated to cpukit/ftpd).
365        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
366        removed move libnetworking/rtems_servers.
367
3682005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
369
370        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
371
3722005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
373
374        PR 755/rtems
375        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
376        Remove local declarations of rtems_bsdnet_nameservers,
377        rtems_bsdnet_nameservers_count.
378
3792005-01-31      Sergei Organov <osv@topconrd.ru>
380
381        PR 751/pppd
382        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
383        committed to fix PR736 breaks pppd. chat.c should have its own static
384        ttyfd for pppd to work correctly. The symptom is that second
385        invokation of chat (for connect script) fails due to pppd_ttyfd set
386        to -1 by previous chat invokation (for init script). In addition,
387        this patch fixes leaving of dangling pointer in the abort_stbring[]
388        by chat_send().
389
3902005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
391
392        * configure.ac: Remove CFLAGS_DEBUG_V.
393        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
394
3952005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
396
397        * wrapup/Makefile.am: Remove rtems-ctor.o.
398
3992005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
400
401        * libchip/rtc/rtc.h: size_t RTC_Count.
402
4032005-01-20      Joel Sherrill <joel@OARcorp.com>
404
405        PR 736/pppd
406        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
407        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
408        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
409        should not be static and should have a name more specific to pppd.
410
4112005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
412
413        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
414        libnetworking/rtems_servers/Makefile.am,
415        libnetworking/rtems_telnetd/Makefile.am,
416        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
417        Eliminate CFLAGS_OPTIMIZE_V.
418
4192005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
420
421        * configure.ac: Pass CFLAGS to testsuites configure.
422        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
423        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
424
4252005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
426
427        * configure.ac: Pass CFLAGS to cpukit configure.
428        * aclocal/rtems-flags.m4: Remove (Unused).
429        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
430        * aclocal/env-rtemsbsp.m4:
431        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
432        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
433        RTEMS_CFLAGS.
434        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
435        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
436        Cleanup comments.
437
4382005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
439
440        * automake/compile.am: Remove build-variant support.
441
4422005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
443
444        * libnetworking/pppd/Makefile.am,
445        libnetworking/rtems_servers/Makefile.am,
446        libnetworking/rtems_telnetd/Makefile.am:
447        Remove build-variant support.
448
4492005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
450
451        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
452        support/Makefile.am, wrapup/Makefile.am:
453        Remove build-variant support.
454
4552004-11-22      Joel Sherrill <joel@OARcorp.com>
456
457        * libchip/network/if_fxp.c: Add entry for another module ID code.
458
4592004-11-22      Joel Sherrill <joel@OARcorp.com>
460
461        PR 693/misc
462        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
463        in/outport routines.
464
4652004-11-22      Joel Sherrill <joel@OARcorp.com>
466
467        PR 693/misc
468        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
469        in/outport routines.
470
4712004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
472
473        * aclocal/enable-itron.m4: Remove (unused).
474
4752004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
476
477        * configure.ac: Misc. quoting cleanups.
478        Enable ada-tests iff --enable-ada and --enable-tests.
479
4802004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
481
482        PR 703/filesystem
483        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
484        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
485        libchip/ide/ide_controller.c:
486        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
487        available for BSPS/device drivers.
488        Extend the "modes_available" and "mode_active" parameters to
489        uint16_t for UDMA support.
490
4912004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
492
493        * libchip/network/dec21140.c: Cleanup a bit and remove message about
494        not supported on PowerPC since it works on the MVME2100 BSP.
495
4962004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
497
498        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
499        Add dependency tracking for *.cfgs.
500        * Makefile.am: Add dependency tracking for *.cfg.
501
5022004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
503
504        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
505        (Thanks to Lars Munch <lars@segv.dk> for catching this).
506
5072004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
508
509        PR 707/make_build
510        * configure.ac: Add --enable-rpcgen.
511
5122004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
513
514        PR 700/rtems_misc
515        * libnetworking/rtems_webserver/asp.c,
516        libnetworking/rtems_webserver/balloc.c,
517        libnetworking/rtems_webserver/cgi.c,
518        libnetworking/rtems_webserver/default.c,
519        libnetworking/rtems_webserver/ej.h,
520        libnetworking/rtems_webserver/ejIntrn.h,
521        libnetworking/rtems_webserver/ejlex.c,
522        libnetworking/rtems_webserver/ejparse.c,
523        libnetworking/rtems_webserver/emfdb.c,
524        libnetworking/rtems_webserver/emfdb.h,
525        libnetworking/rtems_webserver/form.c,
526        libnetworking/rtems_webserver/handler.c,
527        libnetworking/rtems_webserver/h.c,
528        libnetworking/rtems_webserver/license.txt,
529        libnetworking/rtems_webserver/Makefile.am,
530        libnetworking/rtems_webserver/md5c.c,
531        libnetworking/rtems_webserver/md5.h,
532        libnetworking/rtems_webserver/mime.c,
533        libnetworking/rtems_webserver/misc.c,
534        libnetworking/rtems_webserver/NOTES,
535        libnetworking/rtems_webserver/ringq.c,
536        libnetworking/rtems_webserver/rom.c,
537        libnetworking/rtems_webserver/rtems_webserver.h,
538        libnetworking/rtems_webserver/security.c,
539        libnetworking/rtems_webserver/sock.c,
540        libnetworking/rtems_webserver/socket.c,
541        libnetworking/rtems_webserver/sockGen.c,
542        libnetworking/rtems_webserver/sym.c,
543        libnetworking/rtems_webserver/uemf.c,
544        libnetworking/rtems_webserver/uemf.h,
545        libnetworking/rtems_webserver/um.c,
546        libnetworking/rtems_webserver/um.h,
547        libnetworking/rtems_webserver/umui.c,
548        libnetworking/rtems_webserver/url.c,
549        libnetworking/rtems_webserver/value.c,
550        libnetworking/rtems_webserver/wbase64.c,
551        libnetworking/rtems_webserver/webcomp.c,
552        libnetworking/rtems_webserver/webmain.c,
553        libnetworking/rtems_webserver/webpage.c,
554        libnetworking/rtems_webserver/webrom.c,
555        libnetworking/rtems_webserver/webs.c,
556        libnetworking/rtems_webserver/websda.c,
557        libnetworking/rtems_webserver/websda.h,
558        libnetworking/rtems_webserver/webs.h,
559        libnetworking/rtems_webserver/websSSL.c,
560        libnetworking/rtems_webserver/websSSL.h,
561        libnetworking/rtems_webserver/websuemf.c,
562        libnetworking/rtems_webserver/wsIntrn.h:
563        Remove (Moved to cpukit/http).
564
5652004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
566
567        PR 700/rtems_misc
568        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
569        Remove libnetworking/rtems_webserver.
570
5712004-10-25      Eric Norum <norume@aps.anl.gov>
572
573        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
574
5752004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
576
577        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
578
5792004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
580
581        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
582        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
583
5842004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
585
586        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
587
5882004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
589
590        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
591        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
592
5932004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
594
595        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
596        BITSPERBYTE.
597
5982004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
599
600        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
601        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
602
6032004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
604
605        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
606
6072004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
608
609        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
610        * aclocal/enable-bare.m4: Remove.
611        * configure.ac: Remove BARE_CPU_MODEL.
612
6132004-10-13      Eric Norum <norume@aps.anl.gov>
614
615        PR 688/bsps
616        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
617        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
618        MC146818A (and several Dallas Semiconductor) TOD chips.
619
6202004-10-13      Eric Norum <norume@aps.anl.gov>
621
622        PR 686/networking
623        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
624        device code.
625
6262004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
627
628        * libchip/network/dec21140.c: include <rtems/pci.h>.
629
6302004-09-29      Joel Sherrill <joel@OARcorp.com>
631
632        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
633        libnetworking/pppd/utils.c: i960 obsoleted and all references
634        removed.
635
6362004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
637
638        PR 607/networking
639        * libchip/network/dec21140.c: Made PCI configuration minimum sane
640        instead of fully specifying unused PCI features.
641
6422004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
643
644        * configure.ac: Require automake > 1.9.
645
6462004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
647
648        * aclocal/rtems-cpu-subdirs.m4: Add avr.
649
6502004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
651
652        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
653        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
654
6552004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
656
657        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
658        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
659
6602004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
661
662        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
663
6642004-07-28  Joel Sherrill <joel@OARcorp.com>
665
666    * aclocal/version.m4: Updated to rtems-4.6.99.1.
667
6682004-07-25      Joel Sherrill <joel@OARcorp.com>
669
670        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
671
6722004-05-21  Till Strauman <strauman@slac.stanford.edu>
673
674        PR 625/networking
675        * libchip/network/dec21140.c, ... : Prevent name clashes by making
676        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
677        an error rather than panic if no chip is detected (thus allowing
678        for probing).
679        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
680        instead of looping forever.  Avoid divide by zero (crashed my PC).
681        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
682        they are UNTESTED.
683
6842004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
685
686        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
687
6882004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
689
690        * libchip/network/dec21140.c, libchip/network/elnk.c:
691        #include <errno.h>.
692
6932004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
694
695        * libchip/network/if_media.h: Update from FreeBSD.
696        * libchip/network/open_eth.c, libchip/network/cs8900.c,
697        libchip/network/i82586.c: #include <errno.h>.
698
6992004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
700
701        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
702
7032004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
704
705        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
706
7072004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
708
709        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
710        automake).
711
7122004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
713
714        PR 599/pppd
715        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
716
7172004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
718
719        * optman/rtems/no-region.c: Reflect having changed
720        rtems_region_get_segment_size.
721
7222004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
723
724        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
725        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
726        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
727        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
728        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
729        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
730        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
731
7322004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
733
734        * libchip/ide/ata.c, libchip/network/dec21140.c,
735        libchip/network/elnk.c, libchip/network/i82586.c,
736        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
737        libchip/network/open_eth.c, libchip/network/sonic.c,
738        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
739        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
740        libchip/shmdr/init.c, libchip/shmdr/intr.c,
741        libchip/shmdr/shm_driver.h: Cosmetics.
742
7432004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
744
745        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
746        optman/rtems/no-msg.c, optman/rtems/no-part.c,
747        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
748        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
749        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
750        fixed size types.
751
7522004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
753
754        * configure.ac: Explicitly pass --includedir and --libdir to
755        cpukit/configure.
756
7572004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
758
759        * librdbg/Makefile.am: Fix rpcgen rules.
760        * librdbg/src/i386/any/remdeb_xdr.c,
761        librdbg/src/m68k/any/remdeb_xdr.c,
762        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
763        Reflect changes to librdbg/Makefile.am.
764
7652004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
766
767        * configure.ac: Reflect changes testsuites/configure.ac and
768        cpukit/configure.ac.
769
7702004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
771
772        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
773        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
774
7752004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
776
777        * configure.ac: Reflect changes to testsuites's configuration.
778
7792004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
780
781        PR/589 rtems
782        * libchip/network/pci.h: Remove (Moved to cpukit).
783
7842004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
785
786        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
787        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
788        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
789        libchip/network/dec21140.c, libchip/network/elnk.c,
790        libchip/network/if_fxp.c, libchip/network/open_eth.c,
791        libchip/network/open_eth.h, libchip/network/sonic.c,
792        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
793        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
794        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
795        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
796        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
797        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
798        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
799        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
800        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
801        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
802        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
803        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
804        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
805        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
806        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
807        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
808        fixed-size types.
809
8102004-03-14      Chris Johns  <chrisj@rtems.org>
811
812        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
813        the BSP example code.
814        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
815        support the DIMMPC. This is a pc386 target with IO port support. Minor
816        formating clean up. Add documentation to the header file.
817        * libchip/network/README.cs8900: The CS8900 driver is documented in the
818        cs8900.h header file.
819
8202004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
821
822        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
823        Cosmetics.
824
8252004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
826
827        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
828        There are no application level Makefiles in here.
829
8302004-03-04      Joel Sherrill <joel@OARcorp.com>
831
832        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
833        they can be used in application level makefiles.
834
8352004-03-05      Joel Sherrill <joel@OARcorp.com>
836
837        * libnetworking/rtems_webserver/ejparse.c,
838        libnetworking/rtems_webserver/emfdb.c,
839        libnetworking/rtems_webserver/sock.c,
840        libnetworking/rtems_webserver/socket.c,
841        libnetworking/rtems_webserver/sym.c,
842        libnetworking/rtems_webserver/webs.c,
843        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
8442004-03-05      Joel Sherrill <joel@OARcorp.com>
845
846        * libchipnetwork/open_eth.c: Remove warnings by conditionally
847        compiling this file only only those CPU families with supported
848        exception models.
849
8502004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
851
852        * acinclude.m4: Fix loosing arguments when configuring cpukit and
853        testsuites (Was exposed with --enable-multilib, only).
854        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
855         Add RTEMS_BSP_CONFIG_SUBDIR.
856        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
857        testsuites's configure.
858        * aclocal/rtems-top.m4: Remove ENDIF hack.
859        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
860
8612004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
862
863        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
864        wrapup/Makefile.am: Fix automake problems having been introduced
865        in previous patch.
866
8672004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
868
869        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
870        Preinstall dirs.
871        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
872        * aclocal/check-multiprocessing.m4: Cosmetics.
873        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
874        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
875
8762004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
877
878        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
879        librdbg/src/Makefile.am.
880        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
881        * configure.ac: Reflect changes above.
882        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
883        * wrapup/Makefile.am: Reflect changes above.
884        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
885
8862004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
889
8902004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
891
892        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
893
8942004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
895
896        * wrapup/Makefile.am: Reflect new location of librdbg.a.
897
8982004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
899
900        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
901        librdbg/src/powerpc/Makefile.am: Remove.
902        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
903        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
904        * configure.ac: Reflect changes above.
905
9062004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
907
908
9092004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
910
911        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
912        STRIP.
913
9142004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
915
916        * librdbg/include/Makefile.am: Merge-in
917        librdbg/include/rdbg/i386/Makefile.am,
918        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
919        librdbg/include/rdbg/powerpc/Makefile.am.
920        * librdbg/include/rdbg/i386/Makefile.am,
921        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
922        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
923        * configure.ac: Reflect changes above.
924
9252004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
926
927        * configure.ac: Use AS_HELP_STRING(ada).
928
9292004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
930
931        * aclocal/bspopts.m4: Use AS_HELP_STRING.
932        * aclocal/bsp-configure.m4: Require autoconf-2.59.
933        Use AC_CONFIG_HEADERS.
934        * aclocal/check-custom-bsp.m4: Add bspkit-support.
935        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
936
9372004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
938
939        * Makefile.am: include local.am.
940
9412004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
942
943        * aclocal/version.m4: 4.6.99.0.
944
9452004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
946
947        * Makefile.am: Don't include host.am.
948        * automake/compile.am: Further cleanups.
949
9502004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
951
952        * automake/lib.am: Remove (Unused).
953
9542004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
955
956        * wrapup/Makefile.am: Don't include lib.am.
957        * automake/compile.am: Use automake compilation rules.
958
9592004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
960
961        * libnetworking/pppd/Makefile.am,
962        libnetworking/rtems_servers/Makefile.am,
963        libnetworking/rtems_telnetd/Makefile.am,
964        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
965        support/Makefile.am: Don't include lib.am.
966
9672004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
968
969        * libchip/Makefile.am: Don't include lib.am.
970        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
971        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
972        unnecessary EXTRA_DISTs.
973
9742004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
975
976        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
977        hack.
978
9792004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
980
981        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
982        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
983        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
984        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
985
9862004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
987
988        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
989        Add AM_CONDITIONAL(HAS_MP).
990        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
991        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
992        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
993        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
994        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
995        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
996        (Deprecated by autoconf 2.59).
997
9982004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
999
1000        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1001        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1002
10032004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1004
1005        * ChangeLog: Merge-in libnetworking/ChangeLog.
1006        * libnetworking/ChangeLog: Remove.
1007        * ChangeLog: Merge-in librdbg/ChangeLog.
1008        * librdbg/ChangeLog: Remove.
1009        * ChangeLog: Merge-in libchip/ChangeLog.
1010        * libchip/ChangeLog: Remove.
1011        * ChangeLog: Merge-in optman/ChangeLog.
1012        * optman/ChangeLog: Remove.
1013
10142004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1015
1016        * configure.ac: Reflect changes to cpukit.
1017        * wrapup/Makefile.am: Reflect changes to librdbg.
1018        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1019        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1020        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1021        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1022        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1023        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1024        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1025        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1026        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1027
10282004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1029
1030        * aclocal/rtems-top.m4: Remove check for version.m4.
1031        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1032
10332004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1034
1035        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1036        * wrapup/Makefile.am: Reflect changes to libchip/*.
1037        * support/Makefile.am: Use automake compilation rules.
1038        * wrapup/Makefile.am: Reflect changes to support/*.
1039        * configure.ac: Remove libnetworking/wrapup/Makefile.
1040        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1041        libnetworking/*/lib*.a instead of libnetapps.a.
1042        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1043        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1044        * optman/Makefile.am: Use automake compilation rules.
1045        * libchip/Makefile.am: Fix typo in previous patch.
1046        * libchip/Makefile.am: Use automake compilation rules.
1047        * libnetworking/Makefile.am: Remove wrapup.
1048        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1049        automake-compilation rules.
1050        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1051        automake-compilation rules.
1052        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1053        automake-compilation rules.
1054        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1055        automake-compilation rules.
1056        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1057
10582004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1059
1060        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1061        PRE/TMPINSTALL_FILES to CLEANFILES.
1062        * automake/lib.am: Remove TMPINSTALL_FILES.
1063        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1064        PRE/TMPINSTALL_FILES to CLEANFILES.
1065        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1066        PRE/TMPINSTALL_FILES to CLEANFILES.
1067        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1068        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1069        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1070        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1071        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1072        * librdbg/src/i386/Makefile.am: Ditto.
1073        * librdbg/src/m68k/Makefile.am: Ditto.
1074        * librdbg/src/powerpc/Makefile.am: Ditto.
1075        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1076        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1077        * libnetworking/rtems_servers/Makefile.am: Ditto.
1078        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1079        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1080
10812004-01-07      Joel Sherrill <joel@OARcorp.com>
1082
1083        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1084        more completely covers the MIPS family.
1085
10862003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1087
1088        * wrapup/Makefile.am: Reflect changes to shmdr.
1089        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1090
10912003-12-18      Joel Sherrill <joel@OARcorp.com>
1092
1093        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1094        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1095        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1096        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1097        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1098        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1099        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1100
11012003-12-17      Joel Sherrill <joel@OARcorp.com>
1102
1103        * aclocal/version.m4: Updated to rtems-20031217-test.
1104
11052003-12-17     
1106
1107        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1108        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1109
11102003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1111
1112        * automake/compile.am: Remove LINK_LIBS (Unused).
1113        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1114
11152003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1116
1117        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1118        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1119        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1120        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1121        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1122
11232003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1124
1125        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1126        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1127        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1128        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1129        * librdbg/src/i386/Makefile.am:
1130        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1131        * librdbg/src/m68k/Makefile.am:
1132        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1133        * librdbg/src/powerpc/Makefile.am:
1134        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1135
11362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1137
1138        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1139        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1140        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1141        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1142        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1143        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1144        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1145        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1146        * optman/Makefile.am: Remove project_libdir.
1147        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1148        PRE/TMPINSTALL_FILES.
1149        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1150        PRE/TMPINSTALL_FILES.
1151        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1152        PRE/TMPINSTALL_FILES.
1153        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1154        PRE/TMPINSTALL_FILES.
1155        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1156        from PRE/TMPINSTALL_FILES.
1157        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1158        PRE/TMPINSTALL_FILES.
1159        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1160        PRE/TMPINSTALL_FILES.
1161        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1162        PRE/TMPINSTALL_FILES.
1163        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1164        PRE/TMPINSTALL_FILES.
1165        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1166        PRE/TMPINSTALL_FILES.
1167        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1168        PRE/TMPINSTALL_FILES.
1169        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1170        from PRE/TMPINSTALL_FILES.
1171
11722003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1173
1174        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1175        * automake/lib.am: Remove project_libdir.
1176        * wrapup/Makefile.am: Reworked.
1177
11782003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1179
1180        * configure.ac: Reflect changes to librdbg.
1181        * optman/Makefile.am: Add tmpinstall dirstamp support.
1182        * libchip/Makefile.am: Fix variant-tmpinstall support.
1183        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1184        * librdbg/src/powerpc/Makefile.am: Merge-in former
1185        new_exception_processing/Makefile.am.
1186        * librdbg/src/m68k/any/Makefile.am: Remove.
1187        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1188        * librdbg/src/i386/any/Makefile.am: Remove.
1189        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1190        * librdbg/src/Makefile.am: Cosmetics.
1191        * librdbg/include/Makefile.am: Cosmetics.
1192        * librdbg/Makefile.am: Cosmetics.
1193        * libnetworking/Makefile.am: Cosmetics.
1194        * libnetworking/pppd/Makefile.am: Cosmetics.
1195        * libnetworking/wrapup/Makefile.am: Cosmetics.
1196
11972003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1198
1199        * Makefile.am: Cosmetics.
1200        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1201        support.
1202
12032003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1204
1205        * automake/compile.am: Remove $(ARCH):-rule.
1206
12072003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1208
1209        * configure.ac: Remove lib/libbsp/shared/Makefile,
1210        lib/libbsp/shmdr/Makefile.
1211
12122003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1213
1214        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1215        libchip/serial/Makefile, libchip/rtc/Makefile.
1216        * support/Makefile.am: Remove all-local: $(ARCH).
1217        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1218        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1219        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1220        * optman/Makefile.am: Remove all-local: $(ARCH).
1221        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1222        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1223        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1224        compilation dirstamp support.
1225        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1226        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1227        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1228        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1229        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1230        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1231        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1232        all-local: $(ARCH).
1233        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1234        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1235        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1236        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1237        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1238
12392003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1240
1241        * aclocal/lead-dot.m4: New (from automake-1.7f).
1242        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1243        AC_SUBST(dirstamp).
1244        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1245        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1246        libchip/serial/Makefile.am: Ditto.
1247        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1248        * librdbg/include/Makefile.am: Ditto.
1249        * librdbg/include/rdbg/Makefile.am: Ditto.
1250        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1251        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1252        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1253        * librdbg/src/Makefile.am: Ditto.
1254        * librdbg/src/i386/Makefile.am: Ditto.
1255        * librdbg/src/i386/any/Makefile.am: Ditto.
1256        * librdbg/src/m68k/Makefile.am: Ditto.
1257        * librdbg/src/m68k/any/Makefile.am: Ditto.
1258        * librdbg/src/powerpc/Makefile.am: Ditto.
1259        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1260        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1261        preinstallation.
1262        * libnetworking/pppd/Makefile.am: Ditto.
1263        * libnetworking/rtems_servers/Makefile.am: Ditto.
1264        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1265        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1266        * libnetworking/wrapup/Makefile.am: Ditto.
1267
12682003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1269
1270        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1271        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1272        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1273        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1274        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1275        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1276        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1277        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1278        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1279        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1280        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1281        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1282        underquoting to silence automake-1.8.
1283
12842003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1285
1286        * configure.ac: Reflect having moved tests to ../../testsuites.
1287
12882003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1289
1290        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1291        * aclocal/canonical-host.m4: Remove.
1292        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1293        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1294
12952003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1296
1297        * aclocal/check-cpu.m4: Remove.
1298        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1299        * aclocal/canonical-target-name.m4: Add m4-quotes.
1300        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1301        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1302        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1303        * aclocal/check-networking.m4: Add m4-quotes. Require
1304        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1305        * aclocal/check-posix.m4: Add m4-quotes. Require
1306        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1307        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1308        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1309        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1310
13112003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1312
1313        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1314        * aclocal/bsp-alias.m4: Remove.
1315
13162003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1317
1318        * configure.ac: Make presence of tests/ optional.
1319
13202003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1321
1322        * aclocal/path-perl.m4: Remove (Unused).
1323
13242003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1325
1326        * automake/force-preinstall.am: Remove.
1327
13282003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1329
1330        PR 499/rtems_misc
1331        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1332        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1333        Configuration (Odd was forced) - Correction of Stop Bit configuration
1334        (inversed) - Correction of ISR Handler to call
1335        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1336        CTS Hardware flow control Configuration.
1337
13382003-09-04      Joel Sherrill <joel@OARcorp.com>
1339
1340        * lib/libcpu/shared/include/cache.h,
1341        lib/libcpu/shared/src/cache_aligned_malloc.c,
1342        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1343        license changed.
1344        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1345        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1346        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1347        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1348        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1349        for license changed.
1350        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1351        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1352        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1353        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1354        libchip/network/cs8900.h, libchip/network/dec21140.c,
1355        libchip/network/elnk.c, libchip/network/open_eth.c,
1356        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1357        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1358        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1359        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1360        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1361        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1362        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1363        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1364        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1365        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1366        libchip/serial/serial.h, libchip/serial/z85c30.c,
1367        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1368        libchip/serial/z85c30_reg.c: URL for license changed.
1369
13702003-09-03      Jiri Gaisler <jiri@gaisler.com>
1371
1372        PR 477/networking
1373        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1374        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1375        libchip/network/open_eth.h: New files.
1376
13772003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1378
1379        * aclocal/rtems-top.m4: Add RTEMS_API.
1380        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1381
13822003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1383
1384        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1385        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1386        @RTEMS_BSP@.cfg.
1387
13882003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1389
1390        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1391
13922003-08-20      Joel Sherrill <joel@OARcorp.com>
1393
1394        * libchip/network/cs8900.c: Correct copyright statements.
1395
13962003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1397
1398        * aclocal/check-itron.m4: Remove.
1399        * aclocal/enable-inlines.m4: Remove.
1400        * Makefile.am: Reflect having moved aclocal/.
1401        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1402        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1403        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1404        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1405        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1406        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1407        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1408        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1409        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1410        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1411        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1412        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1413        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1414        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1415        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1416        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1417        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1418        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1419        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1420        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1421        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1422        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1423        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1424        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1425        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1426        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1427        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1428        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1429        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1430        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1431        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1432        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1433        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1434        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1435        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1436        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1437        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1438        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1439        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1440        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1441        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1442        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1443        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1444        * aclocal/target.m4: New (Copied from ../../aclocal).
1445        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1446        * aclocal/version.m4: New (Copied from ../../aclocal).
1447
14482003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1449
1450        * configure.ac: Remove stray comments.
1451        * automake/local.am, automake/host.am: Remove "debug".
1452
14532003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1454
1455        * Makefile.am: Reflect having moved automake/.
1456        * lib/Makefile.am: Reflect having moved automake/.
1457        * support/Makefile.am: Reflect having moved automake/.
1458        * wrapup/Makefile.am: Reflect having moved automake/.
1459        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1460        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1461        from ../../automake).
1462        * optman/Makefile.am: Reflect having moved automake/.
1463        * libchip/Makefile.am: Reflect having moved automake/.
1464        * libchip/ide/Makefile.am: Reflect having moved automake/.
1465        * libchip/network/Makefile.am: Reflect having moved automake/.
1466        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1467        * libchip/serial/Makefile.am: Reflect having moved automake/.
1468        * librdbg/Makefile.am: Reflect having moved automake/.
1469        * librdbg/include/Makefile.am: Reflect having moved automake/.
1470        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1471        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1472        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1473        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1474        automake/.
1475        * librdbg/src/Makefile.am: Reflect having moved automake/.
1476        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1477        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1478        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1479        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1480        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1481        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1482        having moved automake/.
1483        * libnetworking/Makefile.am: Reflect having moved automake/.
1484        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1485        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1486        automake/.
1487        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1488        automake/.
1489        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1490        automake/.
1491        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1492
14932003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1494
1495        * Makefile.am: Add bsp.pc.in.
1496        * bsp.pc.in: New (pkgconfig support).
1497
14982003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1499
1500        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1501
15022003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1503
1504        * lib/Makefile.am: New (Required by 'make dist').
1505        * lib/ChangeLog: Remove.
1506        * lib/.cvsignore: Cleanup.
1507        * configure.ac: Reflect having added lib/Makefile.am.
1508        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1509        lib/libbsp/configure.ac.
1510        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1511        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1512
15132003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1514
1515        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1516        * configure.ac: Merge-in librdbg/configure.ac.
1517        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1518        librdbg/configure.ac.
1519        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1520        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1521        LIBCHIP. Conditionally build include-dirs.
1522        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1523        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1524        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1525        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1526        librdbg/include/rdbg/m68k/Makefile.am,
1527        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1528        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1529        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1530        librdbg/src/powerpc/Makefile.am, librdbg/
1531        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1532        configure.ac into ../configure.ac.
1533        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1534        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1535        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1536        libnetworking/rtems_telnetd/Makefile.am,
1537        libnetworking/rtems_webserver/Makefile.am,
1538        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1539        into ../configure.ac.
1540
15412003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1542
1543        PR 427/rtems
1544        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1545        * librdbg/src/servtsp.c: Ditto.
1546
15472003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1548
1549        PR 429/bsps
1550        PR 432/bsps
1551        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1552        packets are queued onto an elnk board, the ISR will deadlock the device
1553        with a tx complete interrupt.  Lighter tx loads are not affected as they
1554        end up submitting single packets to the device.
1555
15562003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1557
1558        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1559        optman/configure.ac.
1560        * optman/configure.ac: Remove (Merged into ../configure.ac).
1561        * optman/Makefile.am: Reflect having merged configure.ac into
1562        ../configure.ac.
1563        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1564        * libchip/Makefile.am, libchip/ide/Makefile.am,
1565        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1566        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1567        ../configure.ac.
1568
15692003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1570
1571        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1572
15732003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1574
1575        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1576        on i386.
1577
15782003-06-13      Joel Sherrill <joel@OARcorp.com>
1579
1580        * libnetworking/pppd/chat.c: Removed warnings.
1581
15822003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1583
1584        * libchip/network/README.3com: New file missed in previous commit.
1585        PR 405/bsps
1586        PR 393/networking
1587        * libchip/network/dec21140.c: Fix leak also known as PR393.
1588        * libchip/network/elnk.c, libchip/network/if_media.h,
1589        libchip/network/mii.h: New files.
1590        * libchip/network/Makefile.am: Reflect new files.
1591
15922003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1593
1594        * configure.ac: Remove support for profile-variant.
1595
15962003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1597
1598        PR 397/pppd
1599        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1600        * libnetworking/pppd/magic.c: Remove *rand48.
1601        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1602
16032003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1604
1605        * wrapup/Makefile.am: Add libide.a.
1606
16072003-04-15      Joel Sherrill <joel@OARcorp.com>
1608
1609        PR 387/rtems_misc
1610        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1611        routines.
1612        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1613
16142003-04-11      Joel Sherrill <joel@OARcorp.com>
1615
1616        * libnetworking/rtems_webserver/cgi.c,
1617        libnetworking/rtems_webserver/sockGen.c,
1618        libnetworking/rtems_webserver/umui.c,
1619        libnetworking/rtems_webserver/websSSL.c,
1620        libnetworking/rtems_webserver/websSSL.h,
1621        libnetworking/rtems_webserver/websda.c,
1622        libnetworking/rtems_webserver/websda.h: New files. Not included in
1623        previous commit.
1624
16252003-04-10      Joel Sherrill <joel@OARcorp.com>
1626
1627        PR 371/pppd
1628        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1629        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1630        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1631        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1632        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1633        still global symbols in rtemspppd.h which might need to be changed or
1634        converted into member of a structure which is dereferenced with a
1635        pointer that is managed as a per task variable. But this patch should
1636        avoid many conflicts.
1637
16382003-03-27      Joel Sherrill <joel@OARcorp.com>
1639
1640        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1641        not allowed in the cpukit source code since it must be buildable
1642        independent of any BSP. These files were moved to libchip/ide.
1643        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1644        files.
1645
16462003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1647
1648        PR 368/filesystems
1649        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1650        improvements which now work on pc386 and mbx8xx.
1651        * libchip/ide/ide_controller.c: New file.
1652
16532003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1654
1655        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1656
16572003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1658
1659        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1660        * configure.ac: Add support/.
1661        * support/.cvsignore: New.
1662        * support/Makefile.am: New.
1663        * support/version.c: New.
1664        * wrapup/Makefile.am: Add support/libsupport.a.
1665        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1666        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1667        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1668        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1669
16702003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1671
1672        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1673
16742003-02-20      Till Straumann <strauman@slac.stanford.edu>
1675
1676        PR 354/networking
1677        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1678        chip against a table of supported chips. The untested ones are still
1679        commented out, however.
1680
16812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1682
1683        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1684        * configure.ac: AC_PREREQ(2.57).
1685        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1686        * optman/configure.ac: AC_PREREQ(2.57).
1687        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1688        * libchip/configure.ac: AC_PREREQ(2.57).
1689        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1690        * librdbg/configure.ac: AC_PREREQ(2.57).
1691        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1692        * libnetworking/configure.ac: AC_PREREQ(2.57).
1693
16942003-02-06      Joel Sherrill <joel@OARcorp.com>
1695
1696        * libnetworking/pppd/chat.c: Convert routines with common names to
1697        static. This included get_char(), put_char(), and character() among
1698        others.
1699
17002003-02-03      Joel Sherrill <joel@OARcorp.com>
1701
1702        PR 338/filesystem
1703        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1704        rtems_io_lookup_name() (API change).  Unused function removed.
1705
17062003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1707
1708        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1709        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1710        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1711        Eliminate *_O_FILES.
1712        * libnetworking/rtems_servers/Makefile.am,
1713        libnetworking/rtems_webserver/Makefile.am,
1714        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1715
17162002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1717
1718        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1719        Let all-local: depend on $(LIB).
1720        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1721        * optman/Makefile.am: Apply install-data-local to install *.rels.
1722
17232002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1724
1725        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1726        %.c rules.
1727        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1728        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1729        * libchip/rtc/Makefile.am: Ditto.
1730        * libchip/serial/Makefile.am: Ditto.
1731
17322002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1733
1734        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1735        LIBC_DEFINES.
1736        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1737        LIBC_DEFINES.
1738        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1739        LIBC_DEFINES.
1740
17412002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1742
1743        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1744
17452002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1746
1747        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1748        cache-checking.
1749        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1750
17512002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1752
1753        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1754        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1755        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1756        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1757        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1758
17592002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1760
1761        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1762        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1763        Remove.
1764        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1765
17662002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1767
1768        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1769        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1770
17712002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1772
1773        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1774        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1775
17762002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1777
1778        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1779        * optman/rel.am: New.
1780
17812002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1782
1783        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1784        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1785        braino in comment on "exec". Extend --enable-ada handling.
1786
17872002-11-04      Joel Sherrill <joel@OARcorp.com>
1788
1789        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1790        tasks and rolling multiple loops into 1.
1791        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1792        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1793        Removed warnings.
1794
17952002-10-31      Joel Sherrill <joel@OARcorp.com>
1796
1797        * libchip/network/dec21140.c: Removed warnings.
1798        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1799        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1800        librdbg/src/m68k/any/remdeb_xdr.c,
1801        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1802        warnings.
1803        * libnetworking/rtems_webserver/socket.c,
1804        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1805
18062002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1807
1808        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1809        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1810        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1811        above.
1812
18132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1814
1815        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1816        * wrapup/.cvsignore: Remove autom4te.cache.
1817        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1818        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1819        autom4te.cache.
1820        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1821        autom4te.cache.
1822        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1823        autom4te.cache.
1824
18252002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1826
1827        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1828
18292002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1830
1831        * optman/.cvsignore: Add autom4te.cache.
1832
18332002-09-14      Joel Sherrill <joel@OARcorp.com>
1834
1835        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1836
18372002-09-07      Joel Sherrill <joel@OARcorp.com>
1838
1839        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1840        include files to resolve warnings.
1841
18422002-09-07      Chris Johns <ccj@acm.org>
1843
1844        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1845        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1846        which corrects the problem  where the cs8900.c file was actually the BSP
1847        glue.  Joel did some hacking so this file will compile.  Previously it
1848        required providing a target.h file to compile.
1849        * libchip/network/cs8900.c.bsp: New file.
1850
18512002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1852
1853        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1854
18552002-08-31      Joel Sherrill <joel@OARcorp.com>
1856
1857        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1858        eliminate warning.
1859
18602002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1861
1862        * configure.ac: Add ada-tests.
1863
18642002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1865
1866        * Makefile.am: Add preinstall-stamp.
1867
18682002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1869
1870        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1871        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1872        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1873        gcc31 happy.
1874        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1875        cp.
1876
18772002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1878
1879        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1880        make/bsp.mak.
1881        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1882        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1883
18842002-08-12      Joel Sherrill <joel@OARcorp.com>
1885
1886        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1887        avoid error.
1888
18892002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1890
1891        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1892        * configure.ac: Add BSP_SUBDIRS.
1893        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1894        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1895        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1896        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1897        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1898        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1899        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1900        RTEMS_CHECK_BSP_CACHE.
1901        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1902        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1903        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1904        .$(OBJEXT) instead of .o.
1905        * libnetworking/pppd/Makefile.am,
1906        libnetworking/rtems_servers/Makefile.am,
1907        libnetworking/rtems_telnetd/Makefile.am,
1908        libnetworking/rtems_webserver/Makefile.am,
1909        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1910
19112002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1912
1913        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1914        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1915        ../libchip/serial/$(ARCH)/libserialio.a.
1916        * libchip/serial/Makefile.am: Don't tmp-install lib.
1917        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1918
19192002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1920
1921        * Makefile.am: Add rtems_makedir.
1922        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1923        * Makefile.am: Add wrapup-SUBDIR.
1924        * wrapup/ChangeLog: Remove.
1925        * wrapup/configure.ac: Remove.
1926        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1927        (Make the bare BSP happy).
1928        * configure.ac: Ditto.
1929        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1930        Create make/custom/default.cfg.
1931        * configure.ac: Add creation of make/custom/*.cfg. Create
1932        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1933
19342002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1935
1936        * Makefile.am: Clean $(PROJECT_RELEASE).
1937
19382002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1939
1940        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1941        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1942        prototype mismatches.
1943
19442002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1945
1946        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1947        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1948
19492002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1950
1951        * acinclude.m4: Add test "$multilib" != "yes".
1952        * config-ml.in: Remove.
1953        * acinclude.m4: Cleanups.
1954        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1955        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1956        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1957        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1958        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1959
19602002-07-16      Eric Norum <eric.norum@usask.ca>
1961
1962        * New driver for the Intel EtherExpressPro (82559ER) chip.
1963        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1964        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1965        * libchip/network/Makefile.am: Modified to reflect above.
1966
19672002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1968
1969        * acinclude.m4: New.
1970        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1971        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1972        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1973
19742002-07-01      Joel Sherrill <joel@OARcorp.com>
1975
1976        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1977        _Objects_Information_table now that it is a two dimensional array based
1978        upon API and class.
1979        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1980        of strnlen().
1981
19822002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1983
1984        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1985        preinstall libnetapps.a.
1986
19872002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1988
1989        * configure.ac: Remove librpc.
1990
19912002-06-25      Joel Sherrill <joel@OARcorp.com>
1992
1993        * Per PR233, moved librpc to exec.
1994        * configure.ac, wrapup/Makefile.am: Modified.
1995        * librpc, librpc/ChangeLog: Removed.
1996
19972002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1998
1999        * optman/Makefile.am: Remove multilib support.
2000        * optman/configure.ac: Ditto.
2001        * optman/sapi/Makefile.am: Ditto.
2002
20032002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2004
2005        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2006        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2007
20082002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2009
2010        Move networking libraries to c/src/exec/libnetworking
2011        * libnetworking/configure.ac, libnetworking/Makefile.am,
2012        libnetworking/wrapup/Makefile.am: Reflect Moval.
2013
20142002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2015
2016        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2017        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2018        <rtems/bspIo.h>.
2019
20202002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2021
2022        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2023        * libnetworking/rtems/mkrootfs.h: Ditto.
2024        * libnetworking/rtems/Makefile.am: Reflect changes above.
2025
20262002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2027
2028        * configure.ac: Remove lib.
2029
20302002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2031
2032        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2033        that exception stack frames on M68K members with VBR always are 6 byte
2034        long. The incorrect assumption resulted in some gdb commands like "next"
2035        to fail on the 68360.
2036
20372002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2038
2039        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2040        PR 220
2041        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2042        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2043        CVS.
2044        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2045        libnetworking/sys/filio.h: Remove.
2046        * libnetworking/sys/Makefile.am: Reflect changes above.
2047
20482002-05-07      Chris Johns <ccj@acm.org>
2049
2050        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2051        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2052        requires it to be stripped.
2053
20542002-05-01      Eric Norum <eric.norum@usask.ca>
2055
2056        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2057        assembly  to satisfy gcc 3.1 and newer.
2058
20592002-04-26      Eric Norum <eric.norum@usask.ca>
2060
2061        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2062        agressive optimization in gcc 3.1 does not reorder things.
2063
20642002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2065
2066        * libchip/network/dec21140.c: Reflect changes to powerpc's
2067        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2068        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2069        <rtems/score/cpu.h>.
2070        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2071        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2072
20732002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2074
2075        * optman/configure.ac: Remove ENABLE_GCC28.
2076
20772002-04-11      Chris Johns <ccj@acm.org>
2078
2079        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2080        driver control block field to the ifconfig network driver structure.
2081        This field is needed by the i82586 driver which was ported from NetBSD
2082        as it had better hardware abstraction.
2083        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2084        PR59, added the drv_ctrl driver control block field to the ifconfig
2085        network driver structure. This field is needed by the i82586 driver
2086        which was ported from NetBSD as it had better hardware abstraction.
2087
20882002-04-10      Mike Siers <mikes@poliac.com>
2089
2090        * libnetworking/rtems_webserver/NOTES,
2091        libnetworking/rtems_webserver/asp.c,
2092        libnetworking/rtems_webserver/balloc.c,
2093        libnetworking/rtems_webserver/default.c,
2094        libnetworking/rtems_webserver/ej.h,
2095        libnetworking/rtems_webserver/ejIntrn.h,
2096        libnetworking/rtems_webserver/ejlex.c,
2097        libnetworking/rtems_webserver/ejparse.c,
2098        libnetworking/rtems_webserver/emfdb.c,
2099        libnetworking/rtems_webserver/emfdb.h,
2100        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2101        libnetworking/rtems_webserver/handler.c,
2102        libnetworking/rtems_webserver/license.txt,
2103        libnetworking/rtems_webserver/md5.h,
2104        libnetworking/rtems_webserver/md5c.c,
2105        libnetworking/rtems_webserver/mime.c,
2106        libnetworking/rtems_webserver/misc.c,
2107        libnetworking/rtems_webserver/ringq.c,
2108        libnetworking/rtems_webserver/rom.c,
2109        libnetworking/rtems_webserver/security.c,
2110        libnetworking/rtems_webserver/sock.c,
2111        libnetworking/rtems_webserver/sym.c,
2112        libnetworking/rtems_webserver/uemf.c,
2113        libnetworking/rtems_webserver/uemf.h,
2114        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2115        libnetworking/rtems_webserver/url.c,
2116        libnetworking/rtems_webserver/value.c,
2117        libnetworking/rtems_webserver/wbase64.c,
2118        libnetworking/rtems_webserver/webcomp.c,
2119        libnetworking/rtems_webserver/webpage.c,
2120        libnetworking/rtems_webserver/webrom.c,
2121        libnetworking/rtems_webserver/webs.c,
2122        libnetworking/rtems_webserver/webs.h,
2123        libnetworking/rtems_webserver/websuemf.c,
2124        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2125        2.1.4.
2126
21272002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2128
2129        * libchip/network/i82586.c: Include <string.h>.
2130        * libchip/network/sonic.c: Ditto.
2131
21322002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2133
2134        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2135
21362002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2137
2138        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2139
21402002-03-27      Thomas.Doerfler@imd-systems.de
2141
2142        PR 144
2143        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2144        memory address 0 when called for the first time. This is done when
2145        trying to clear the variable "dhcp_hostname".
2146
21472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2148
2149        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2150        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2151        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2152        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2153        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2154        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2155        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2156        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2157        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2158        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2159        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2160        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2161        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2162        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2163        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2164        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2165        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2166        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2167        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2168        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2169        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2170        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2171        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2172        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2173        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2174        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2175        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2176        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2177        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2178        AUTOMAKE_OPTIONS.
2179        * libnetworking/configure.ac:
2180        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2181        foreign 1.6]).
2182        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2183        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2184        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2185        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2186        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2187        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2188        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2189        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2190        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2191        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2192        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2193        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2194        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2195        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2196        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2197        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2198        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2199
22002002-03-27      Ilya Alexeev <ilya@continuum.ru>
2201
2202        PR 162
2203        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2204        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2205        used in a device write routines.  Now ppp_softc structure have own
2206        character for writing to device (sc_outchar).  I think that converting
2207        local variables to static is not a right solution, because problems will
2208        occur in the case of two or more ppp instances.
2209        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2210        must be u_long, otherwise in the case of the big output packet endless
2211        loop may occur.
2212
22132002-03-21      Ilya Alexeev <ilya@continuum.ru>
2214
2215        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2216        preparations for multiple PPPD connections.
2217
22182002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2219
2220        PR 149
2221        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2222        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2223        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2224        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2225
22262002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2227
2228        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2229        * configure.ac: Modified to reflect addition.
2230
22312002-02-27      Ilya Alexeev <ilya@continuum.ru>
2232
2233        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2234        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2235        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2236        capabilities as well as eliminate some warnings.
2237
22382002-02-27      Eric Norum <eric.norum@usask.ca>
2239
2240        * libnetworking/net/radix.c: Properly handle fetching the default route
2241        when there is no route.  This was a bug in the original FreeBSD code and
2242        this fix is from an updated version of their code.
2243
22442002-02-16      Eric Norum <eric.norum@usask.ca>
2245
2246        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2247        checking.
2248
22492002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2250
2251        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2252        dodefaultroute.
2253
22542002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2255
2256        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2257        include <rtems/seterr.h>.
2258
22592002-02-01      Mike Siers <mikes@poliac.com>
2260
2261        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2262        avoid bringing the link down too fast. NOTE: Mike reports successfully
2263        running at 56K baud on a direct link.
2264
22652002-02-01      Eric Valette <valette@crf.canon.fr>
2266
2267        * librdbg/So many patches have been posted recently on the mailing list
2268        and  because we were unable to find correct solution to compile on
2269        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2270        because the coding  style of rdbg was rather inconsistant among various
2271        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2272        global coding style (using indent + manual edits), 2) incorporate/review
2273        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2274        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2275        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2276        after rdbg initialization is done, NB : the paches is huge but it is
2277        mainly due to coding styke chnages.  Only few lines of codes have been
2278        really changed and they do not impact  rdbg functionnality (AFAIKT).
2279        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2280        librdbg/include/rdbg/m68k/rdbg_f.h,
2281        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2282        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2283        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2284        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2285        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2286        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2287        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2288        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2289        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2290        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2291        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2292        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2293        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2294        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2295        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2296        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2297
22982002-01-31      Mike Siers <mikes@poliac.com>
2299
2300        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2301        * Nice Update of PPPD support which eliminates the requiremetn that
2302        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2303        and reports that it seems to be more stable and handle larger packets
2304        better.  This patch replaces the termios tasks with more general pppd
2305        network driver tasks.  The functions pppinput() and pppstart() get
2306        called from the interrupt service routine.
2307        * libnetworking/Makefile.am, libnetworking/configure.ac,
2308        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2309        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2310        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2311        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2312        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2313        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2314        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2315        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2316        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2317        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2318        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2319        libnetworking/net/route.c, libnetworking/net/route.h,
2320        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2321        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2322        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2323        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2324        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2325        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2326        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2327        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2328        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2329        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2330        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2331        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2332        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2333        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2334        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2335        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2336        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2337        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2338        libnetworking/pppd/example/README,
2339        libnetworking/pppd/example/netconfig.h,
2340        libnetworking/wrapup/Makefile.am: Modified.
2341        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2342        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2343        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2344        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2345        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2346        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2347        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2348        libnetworking/modem/pppcompress.c: Subdirectory removed.
2349
23502002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2351
2352        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2353        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2354
23552002-01-18      Till Straumann <strauman@slac.stanford.edu>
2356
2357        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2358        issues: - exception handler needs to enable MSR_FP if the interrupted
2359        thread is FP enabled. - printk message for MSR fixed and added
2360        stacktrace. NOTE: this requires the stacktrace patch to
2361        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2362        however).
2363
23642002-01-06      Joel Sherrill <joel@OARcorp.com>
2365
2366        * optman/.cvsignore: Added aclocal.m4 and configure.
2367        * optman/.cvsignore: New file.
2368
23692002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2370
2371        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2372
23732002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2374
2375        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2376        * optman/ChangeLog: New.
2377        * optman/configure.ac: New.
2378        * optman/Makefile.am: New.
2379        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2380        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2381
23822001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2383
2384        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2385
23862001-12-18      Eric Norum <eric.norum@usask.ca>
2387
2388        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2389        `directories' (path names with a / at the end) while disallowing open()
2390        operations on TFTP `directories'.
2391
23922001-12-07      Eric Norum <eric.norum@usask.ca>
2393
2394        * libnetworking/lib/tftpDriver.c: Restore write capability.
2395
23962001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2397
2398        * libchip/network/sonic.h: Fix typo.
2399        * libnetworking/arpa/Makefile.am: Remove stray lines.
2400
24012001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2402
2403        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2404
24052001-10-18      Eric Norum <eric.norum@usask.ca>
2406
2407        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2408        chdir() and open() operations within the TFTP file system.
2409
24102001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2411
2412        * librdbg/configure.ac: Fix latent bug exposed by removal of
2413        config.cache's which prevented powerpc targets librdbg from building.
2414
24152001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2416
2417        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2418        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2419        autoconf-2.52 happy.
2420
24212001-10-12      Mike Siers <mikes@poliac.com>
2422
2423        * libnetworking/Update to stable working state.  Congratulations Mike!
2424        :).
2425        * libnetworking/modem_example: Directory removed.
2426        * libnetworking/modem_example/16550.h,
2427        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2428        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2429        libnetworking/modem_example/ppp.h,
2430        libnetworking/modem_example/pppcompress.c: Files removed.
2431        * libnetworking/pppd/example/pppd.options: New file.
2432        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2433        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2434        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2435        libnetworking/pppd/rtemsmain.c: Updated.
2436
24372001-10-12      Joel Sherrill <joel@OARcorp.com>
2438
2439        * libchip/serial/z85c30.c: Fixed typo.
2440
24412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2442
2443        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2444        * configure.in: Remove.
2445        * configure.ac: New file, generated from configure.in by autoupdate.
2446        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2447        * libchip/configure.in: Remove.
2448        * libchip/configure.ac: New file, generated from configure.in by
2449        autoupdate.
2450        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2451        * librdbg/configure.in: Remove.
2452        * librdbg/configure.ac: New file, generated from configure.in by
2453        autoupdate.
2454        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2455        * libnetworking/configure.in: Remove.
2456        * libnetworking/configure.ac: New file, generated from configure.in by
2457        autoupdate.
2458
24592001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2460
2461        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2462        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2463        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2464
24652001-09-27      Joel Sherrill <joel@OARcorp.com>
2466
2467        * libchip/ChangeLog: Fixed typo in date.
2468
24692001-09-27      Eric Norum <eric.norum@usask.ca>
2470
2471        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2472        TFTP  filesystem.
2473
24742001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2475
2476        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2477        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2478        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2479        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2480        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2481        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2482        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2483        'PREINSTALL_FILES ='.
2484        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2485        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2486        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2487        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2488        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2489        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2490        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2491        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2492        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2493        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2494        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2495        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2496
24972001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2498
2499        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2500        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2501        * librdbg/src/m68k/any/Makefile.am: Ditto.
2502        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2503        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2504        happy.
2505
25062001-09-21      Joel Sherrill <joel@OARcorp.com>
2507
2508        * libchip/network/Makefile.am: Fixed typo on file name.
2509        * libchip/network/i82586.c: Commented out line 318 which is referencing
2510        a member of a structure that is not currently there.  This needs to be
2511        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2512        to C style.
2513
25142001-09-19      Eric Norum <eric.norum@usask.ca>
2515
2516        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2517
25182001-09-19      Chris Johns <ccj@acm.org>
2519
2520        * libchip/network/README.i82586, libchip/network/i82586.c,
2521        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2522        Network driver for Intel i82586.
2523        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2524        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2525        "root" filesystem with information obtained via the DHCP response.
2526
25272001-09-14      Eric Norum <eric.norum@usask.ca>
2528
2529        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2530        make gcc 3.x happy.
2531
25322001-08-16      Mike Siers <mikes@poliac.com>
2533
2534        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2535        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2536        These support callback functionality that has not even been compiled
2537        under RTEMS yet.
2538        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2539        example application.  Mike's notes on the modifications: - renamed
2540        error() function because of namespace problems - removed calls to the
2541        exit() funciton - removed extra files from the pppd source directory -
2542        defined pppd task constant values in rtemspppd.h - modifyied example
2543        code to get actual tick per second value - placed the pppd 2.3.11 man
2544        page file (pppd.8) into the pppd directory.
2545        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2546        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2547        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2548        libnetworking/pppd/rtems-ppp.c: Deleted.
2549        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2550        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2551        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2552        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2553        libnetworking/pppd/example/init.c,
2554        libnetworking/pppd/example/netconfig.h,
2555        libnetworking/pppd/example/ppp.conf,
2556        libnetworking/pppd/example/pppdapp.c,
2557        libnetworking/pppd/example/system.h: New files.
2558        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2559        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2560        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2561        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2562        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2563        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2564        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2565        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2566        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2567        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2568        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2569        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2570        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2571        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2572        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2573
25742001-08-16      Joel Sherrill <joel@OARcorp.com>
2575
2576        * libnetworking/pppd/example/Makefile: Removed.
2577        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2578        to avoid bootstrap -c clobbering it.
2579        * libnetworking/rtems_telnetd/.cvsignore: New file.
2580
25812001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2582
2583        * libnetworking/Makefile.am, libnetworking/configure.in,
2584        libnetworking/rtems_servers/Makefile.am,
2585        libnetworking/rtems_servers/telnetd.c,
2586        libnetworking/rtems_servers/telnetd.h,
2587        libnetworking/rtems_telnetd/Makefile.am,
2588        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2589        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2590        libnetworking/rtems_telnetd/telnetd.c,
2591        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2592        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2593        effect when ftpd change. - the tcp/ip stats have been implemented into
2594        icmds.c and started when telnetd daemon is started.
2595        * libnetworking/rtems_servers/telnetd.c,
2596        libnetworking/rtems_servers/telnetd.h: Removed.
2597        * libnetworking/rtems_telnetd: New directory.
2598        * libnetworking/rtems_telnetd/Makefile.am,
2599        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2600        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2601        libnetworking/rtems_telnetd/telnetd.c,
2602        libnetworking/rtems_telnetd/telnetd.h: New files.
2603
26042001-06-14      Joel Sherrill <joel@OARcorp.com>
2605
2606        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2607        Moved from libmisc/shell so the network stack to address network
2608        depenendency.
2609        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2610
26112001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2612
2613        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2614
26152001-05-15      Joel Sherrill <joel@OARcorp.com>
2616
2617        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2618        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2619        accidentally deleted the incorrectly empty versions.
2620
26212001-05-14      Till Straumann <strauman@slac.stanford.edu>
2622
2623        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2624        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2625        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2626        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2627        to know the values) - the affected BSP (shared/motorola) headers have
2628        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2629        driver (libchip/network/dec21140.c) has been fixed to use
2630        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2631        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2632        who is using this driver. - the DEC driver also has been fixed to use
2633        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2634        delay_in_bus_cycles().
2635
26362001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2637
2638        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2639
26402001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2641
2642        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2643
26442001-04-24      Eric Norum <eric.norum@usask.ca>
2645
2646        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2647        NTP synchronization a little more robust -- no NTP daemon yet, but at
2648        least it trys a little harder when the primary NTP server is down.
2649
26502001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2651
2652        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2653        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2654        libnetworking/pppd/modem_example/modem.c,
2655        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2656        other strings into English.
2657        * libnetworking/pppd/STATUS: updated to reflect the changes.
2658
26592001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2660
2661        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2662        again.
2663
26642001-04-20      Eric Valette <valette@crf.canon.fr>
2665
2666        * mcp750 directory renamed new_exception processing as it supports many
2667        more CPU models.
2668        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2669        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2670        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2671        formerly in mcp750 plus modifications.
2672        * librdbg/src/powerpc/mcp750/.cvsignore,
2673        librdbg/src/powerpc/mcp750/Makefile.am,
2674        librdbg/src/powerpc/mcp750/remdeb.h,
2675        librdbg/src/powerpc/mcp750/remdeb_f.x,
2676        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2677        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2678        new_exception_processing.
2679        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2680        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2681        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2682        part of this effort to add support for the MPC8xx.
2683
26842001-04-19      Joel Sherrill <joel@OARcorp.com>
2685
2686        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2687        internal include files.
2688
26892001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2690
2691        PR 158
2692        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2693        rcmd() library call by commenting out the parts that deal with signals.
2694        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2695        stdio. The 'server-side' parts of this file which deal with
2696        authentication are disabled since they are not needed.
2697
26982001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2699
2700        * libnetworking/include/.cvsignore: Remove dangling file.
2701
27022001-03-14      Joel Sherrill <joel@OARcorp.com>
2703
2704        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2705        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2706        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2707        libchip style serial drivers can be written in libcpu or libbsp.
2708
27092001-03-01      Joel Sherrill <joel@OARcorp.com>
2710
2711        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2712        libchip/network/sonic.c, libchip/network/sonic.h,
2713        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2714        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2715        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2716        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2717        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2718        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2719        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2720        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2721
27222001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2723
2724        * librdbg/include/rdbg/Makefile.am,
2725        librdbg/include/rdbg/i386/Makefile.am,
2726        librdbg/include/rdbg/m68k/Makefile.am,
2727        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2728        style on include files.
2729
27302001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2731
2732        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2733        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2734        replace ${..} with $(..).
2735        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2736        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2737        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2738        libnetworking/rtems/Makefile.am, libnetworking/
2739        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2740        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2741        include_*HEADERS instead of H_FILES.
2742        * libnetworking/include/Makefile.am: Remove.
2743        * libnetworking/Makefile.am: Add handling of *.h files.
2744        * libnetworking/configure.in: Remove include/Makefile.
2745
27462001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2747
2748        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2749
27502001-01-31      Sergei Organov <osv@javad.ru>
2751
2752        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2753        current dir and root dir removed in favor of new libio support for
2754        task-local current and root directories. - Bug in `close_data_socket()'
2755        introduced by previous change fixed. - `command_pasv()' changed to set
2756        timeout on socket we are listening on and code fixed to don't close
2757        socket twice on error. - `serr()' changed to clear `errno'. -
2758        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2759        changed to clear `errno' before processing session. -
2760        `close_data_socket()' fixed to close both active and passive sockets -
2761        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2762        empty string  in `exec_command()'.
2763
27642001-01-25      Eric Norum <eric.norum@usask.ca>
2765
2766        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2767        improves throughput on systems which are dropping packets.   Only the
2768        first timeout is reduced.  This keeps the number of extra packets down
2769        on networks that are very busy and dropping lots of packets.
2770
27712001-01-24      Sergei Organov <osv@javad.ru>
2772
2773        * libnetworking/rtems_servers/ftpd.c,
2774        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2775        - Timeouts on sockets implemented. 'idle' field added to configuration.
2776        No timeout by default to keep backward compatibility. Note: SITE IDLE
2777        command not implemented yet. - Basic global access control implemented.
2778        'access' field added to configuration. No access limitations by default
2779        to keep backward compatibility. - Anchor data socket for active mode
2780        (using self IP and port 20.) - Fixed default data port support (still
2781        not tested). - Don't allow IP address different from originating host in
2782        PORT command to improve security. - Fixed bug in MDTM command. - Check
2783        for correctness of parsing of argument in command_port(). - Fixed
2784        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2785        a directory. - Command parsing a little bit improved: command names are
2786        now converted to upper-case to be more compatible with RFC (command
2787        names are not case-sensitive.) - Reformat comments so that they have
2788        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2789        previous changes - True ASCII mode implemented (doesn't work for hooks
2790        and /dev/null) - Passive mode implemented, PASV command added. - Default
2791        port for data connection could be used (untested, can't find ftp client
2792        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2793        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2794
27952001-01-18      Joel Sherrill <joel@OARcorp.com>
2796
2797        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2798        macro using variable arguments.
2799        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2800        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2801        since I updated the main RTEMS development machine to RedHat 7.2 and
2802        apparently got a new version of rpcgen.
2803
28042001-01-12      Sergei Organov <osv@javad.ru>
2805
2806        * libnetworking/rtems_servers/ftpd.c,
2807        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2808        - use pool of pre-created threads to handle sessions instead of
2809        creating/deleting threads on the fly - LIST output is now similar to
2810        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2811        happy with it. - LIST NAME now works (both for files and directories) -
2812        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2813        clients happy  - keep track of CWD for every session separately -
2814        ability to specify root directory name for FTPD in configuration table.
2815        FTPD will then create illusion for FTP clients that this is actually
2816        root directory. - ignore options sent in commands, thus LIST -al FILE
2817        works and doesn't try to list "-al" directory. - buffers are allocated
2818        on stack instead of heap where possible to eliminate malloc/free calls
2819        (avoid possible heap fragmentation troubles). - drop using of task
2820        notepad to pass parameters - use function arguments instead - use
2821        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2822        in socket() instead of AF_INET.
2823
28242001-01-02      Joel Sherrill <joel@OARcorp.com>
2825
2826        * libnetworking/CHANGELOG: Removed.
2827        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2828
28292000-12-14      Eric Norum <eric.norum@usask.ca>
2830
2831        * libnetworking/lib/tftpDriver.c: Added write capability.
2832
28332000-12-08      Joel Sherrill <joel@OARcorp.com>
2834
2835        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2836        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2837        numerous variable declarations conditional on PPP_COMPRESS and
2838        PPP_FILTER.  Commented out variables that were not used because the code
2839        using them was commented out. Removed totally unused variables.
2840        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2841        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2842
28432000-11-30      Joel Sherrill <joel@OARcorp.com>
2844
2845        * libnetworking/modem/ppp_tty.c: Changed to include
2846        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2847        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2848        * libnetworking/Makefile.am: Modified to reflect above.
2849
28502000-11-27      Joel Sherrill <joel@OARcorp.com>
2851
2852        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2853
28542000-11-25      Eric Norum <eric.norum@usask.ca>
2855
2856        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2857        core.
2858
28592000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2860
2861        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2862        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2863        subdir.
2864        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2865        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2866        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2867        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2868        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2869        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2870        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2871        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2872        ppp_tty.c and the real pppd main is in pppmain.c.
2873
28742000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2875
2876        * libchip/network/sonic.c: Added ipalign() routine to align the received
2877        packet so that the ip header is on a 32-bit boundary. Necessary for
2878        cpu's that do not allow unaligned loads and stores and when the 32-bit
2879        DMA mode is used.
2880
28812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2882
2883        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2884        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2885        ACLOCAL_AMFLAGS.
2886        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2887        ACLOCAL_AMFLAGS.
2888        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2889        ACLOCAL_AMFLAGS.
2890
28912000-11-03      Chris Johns <ccj@acm.org>
2892
2893        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2894        libchip/network/cs8900.h: New files.
2895
28962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2897
2898        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2899        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2900        $(RTEMS_TOPdir)/aclocal.
2901        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2902        $(RTEMS_TOPdir)/aclocal.
2903        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2904        $(RTEMS_TOPdir)/aclocal.
2905
29062000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2907
2908        * configure.in: Switch to GNU-canonicalization.
2909        * Makefile.am: Reflect changes to configure.in.
2910        * acinclude.m4: Remove.
2911
29122000-10-30      Joel Sherrill <joel@OARcorp.com>
2913
2914        * POSIX include files merged into newlib.  This resulted in some
2915        definitions moving to other files and thus some secondary effects in
2916        RTEMS source code.
2917        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2918        in sync with newlib's <machine/types.h>.
2919        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2920        definition of struct itimerval in <sys/time.h>.
2921
29222000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2923
2924        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2925        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2926        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2927        * ChangeLog: Fix typos.
2928        * configure.in: add tests to the GNU canonicalized subdirectories.
2929
29302000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2931
2932        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2933        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2934        the lib directory before configuring lib/.
2935
29362000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2937
2938        * configure.in, Makefile.am: add exec to the GNU canonicalized
2939        subdirectories.
2940        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2941        * configure.in: add libnetworking, librpc and librdb to the GNU
2942        canonicalized subdirectories.
2943        * configure.in: add libmisc and libchip to the GNU canonicalized
2944        subdirectories.
2945        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2946        Switch to GNU canonicalization.
2947        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2948        Switch to GNU canonicalization.
2949        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2950        Switch to GNU canonicalization.
2951
29522000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2953
2954        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2955        canonicalization to libfs/. The approach is currently a bit of a hack as
2956        GNU canonicalization does not support the per-BSP build some of the
2957        other directories require.  As more of the tree is converted, this will
2958        become less  of an issue.
2959
29602000-10-20      Joel Sherrill <joel@OARcorp.com>
2961
2962        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2963        parameter.
2964
29652000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2966
2967        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2968        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2969        * librdbg/configure.in: Add m68k support.
2970        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2971        subdirectory.
2972        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2973        failure.
2974        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2975        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2976        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2977        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2978        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2979        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2980        librdbg/src/m68k/.cvsignore: New files.
2981        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2982        function pointers.
2983        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2984        _after_ pointer has been checked against NULL.
2985
29862000-10-18      Joel Sherrill <joel@OARcorp.com>
2987
2988        * wrapup/Makefile.am: Added libfs.
2989
29902000-10-18      Chris Johns <ccj@acm.org>
2991
2992        * libfs created.
2993        * configure.in: Added libfs subdirectory.
2994        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2995
29962000-09-28      Joel Sherrill <joel@OARcorp.com>
2997
2998        * libnetworking/rtems_webserver/Makefile.am,
2999        libnetworking/rtems_webserver/base64.c,
3000        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3001        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3002
30032000-09-22      Joel Sherrill <joel@OARcorp.com>
3004
3005        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3006        libnetworking/rtems/rtems_bsdnet_internal.h,
3007        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3008        have included rtems.h.  It is now including precisely the  least amount
3009        of low level, yet portable .h files to get the basic RTEMS types
3010        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3011        used machine/types.h to include rtems.h.
3012
30132000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3014
3015        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3016
30172000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3018
3019        * libnetworking/ChangeLog: Cleanup.
3020
30212000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3022
3023        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3024        * libchip/ChangeLog: Fix formating.
3025
30262000-09-05      Joel Sherrill <joel@OARcorp.com>
3027
3028        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3029        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3030        confusion and to work with the converted flags.
3031
30322000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3033
3034        * wrapup/Makefile.am: Include compile.am.
3035        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3036        libchip/serial/Makefile.am: Include compile.am.
3037        * librdbg/src/i386/any/Makefile.am,
3038        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3039        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3040        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3041        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3042        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3043        libnetworking/rtems_servers/Makefile.am,
3044        libnetworking/rtems_webserver/Makefile.am,
3045        libnetworking/wrapup/Makefile.am: Include compile.am.
3046
30472000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3048
3049        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3050        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3051
30522000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3053
3054        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3055
30562000-08-31      Joel Sherrill <joel@OARcorp.com>
3057
3058        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3059        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3060        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3061        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3062        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3063        * libnetworking/wbase64.c: Removed.
3064        * libnetworking/Makefile.am, libnetworking/asp.c,
3065        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3066        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3067        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3068        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3069        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3070        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3071        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3072        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3073        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3074        Modified.
3075
30762000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3077
3078        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3079
30802000-08-30      Joel Sherrill <joel@OARcorp.com>
3081
3082        * libnetworking/rtems_webserver/license.txt: New file.
3083
30842000-08-10      Joel Sherrill <joel@OARcorp.com>
3085
3086        * ChangeLog: New file.
3087        * libchip/ChangeLog: New file.
3088        * librdbg/ChangeLog: New file.
3089        * libnetworking/ChangeLog: New file.
3090
Note: See TracBrowser for help on using the repository browser.