source: rtems/c/src/ChangeLog @ 46a6fa91

4.104.114.84.95
Last change on this file since 46a6fa91 was bb9e843, checked in by Joel Sherrill <joel.sherrill@…>, on 03/14/05 at 21:45:03

2005-03-14 Joel Sherrill <joel@…>

  • libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_fxp.c: Continue PCI API unification. All use pci_find_device(). Network drivers manufacture a signature since all calls have not been converted yet.
  • Property mode set to 100644
File size: 109.5 KB
Line 
12005-03-14      Joel Sherrill <joel@OARcorp.com>
2
3        * libchip/network/dec21140.c, libchip/network/elnk.c,
4        libchip/network/if_fxp.c: Continue PCI API unification. All use
5        pci_find_device(). Network drivers manufacture a signature since all
6        calls have not been converted yet.
7
82005-03-04      Joel Sherrill <joel@OARcorp.com>
9
10        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
11        initialize function part of the unified PCI API as pci_initialize().
12
132005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
16        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
17
182005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
21        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
22
232005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * aclocal/ppc.m4: Reflect changes to ppc exception processing
26        building procedures.
27
282005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * aclocal/prog-cc.m4:
31        Quote CFLAGS's RHS to accomodate Solaris broken sh.
32
332005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
36
372005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
40
412005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
44
452005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * libnetworking/rtems_servers/ftp.c,
48        libnetworking/rtems_servers/ftp.h,
49        libnetworking/rtems_servers/Makefile.am:
50        Remove (relocated to cpukit/ftpd).
51        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
52        removed move libnetworking/rtems_servers.
53
542005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
57
582005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        PR 755/rtems
61        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
62        Remove local declarations of rtems_bsdnet_nameservers,
63        rtems_bsdnet_nameservers_count.
64
652005-01-31      Sergei Organov <osv@topconrd.ru>
66
67        PR 751/pppd
68        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
69        committed to fix PR736 breaks pppd. chat.c should have its own static
70        ttyfd for pppd to work correctly. The symptom is that second
71        invokation of chat (for connect script) fails due to pppd_ttyfd set
72        to -1 by previous chat invokation (for init script). In addition,
73        this patch fixes leaving of dangling pointer in the abort_stbring[]
74        by chat_send().
75
762005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * configure.ac: Remove CFLAGS_DEBUG_V.
79        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
80
812005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * wrapup/Makefile.am: Remove rtems-ctor.o.
84
852005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        * libchip/rtc/rtc.h: size_t RTC_Count.
88
892005-01-20      Joel Sherrill <joel@OARcorp.com>
90
91        PR 736/pppd
92        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
93        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
94        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
95        should not be static and should have a name more specific to pppd.
96
972005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
98
99        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
100        libnetworking/rtems_servers/Makefile.am,
101        libnetworking/rtems_telnetd/Makefile.am,
102        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
103        Eliminate CFLAGS_OPTIMIZE_V.
104
1052005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * configure.ac: Pass CFLAGS to testsuites configure.
108        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
109        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
110
1112005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * configure.ac: Pass CFLAGS to cpukit configure.
114        * aclocal/rtems-flags.m4: Remove (Unused).
115        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
116        * aclocal/env-rtemsbsp.m4:
117        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
118        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
119        RTEMS_CFLAGS.
120        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
121        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
122        Cleanup comments.
123
1242005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
125
126        * automake/compile.am: Remove build-variant support.
127
1282005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * libnetworking/pppd/Makefile.am,
131        libnetworking/rtems_servers/Makefile.am,
132        libnetworking/rtems_telnetd/Makefile.am:
133        Remove build-variant support.
134
1352005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
138        support/Makefile.am, wrapup/Makefile.am:
139        Remove build-variant support.
140
1412004-11-22      Joel Sherrill <joel@OARcorp.com>
142
143        * libchip/network/if_fxp.c: Add entry for another module ID code.
144
1452004-11-22      Joel Sherrill <joel@OARcorp.com>
146
147        PR 693/misc
148        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
149        in/outport routines.
150
1512004-11-22      Joel Sherrill <joel@OARcorp.com>
152
153        PR 693/misc
154        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
155        in/outport routines.
156
1572004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
158
159        * aclocal/enable-itron.m4: Remove (unused).
160
1612004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
162
163        * configure.ac: Misc. quoting cleanups.
164        Enable ada-tests iff --enable-ada and --enable-tests.
165
1662004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
167
168        PR 703/filesystem
169        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
170        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
171        libchip/ide/ide_controller.c:
172        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
173        available for BSPS/device drivers.
174        Extend the "modes_available" and "mode_active" parameters to
175        uint16_t for UDMA support.
176
1772004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
178
179        * libchip/network/dec21140.c: Cleanup a bit and remove message about
180        not supported on PowerPC since it works on the MVME2100 BSP.
181
1822004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
183
184        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
185        Add dependency tracking for *.cfgs.
186        * Makefile.am: Add dependency tracking for *.cfg.
187
1882004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
189
190        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
191        (Thanks to Lars Munch <lars@segv.dk> for catching this).
192
1932004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
194
195        PR 707/make_build
196        * configure.ac: Add --enable-rpcgen.
197
1982004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
199
200        PR 700/rtems_misc
201        * libnetworking/rtems_webserver/asp.c,
202        libnetworking/rtems_webserver/balloc.c,
203        libnetworking/rtems_webserver/cgi.c,
204        libnetworking/rtems_webserver/default.c,
205        libnetworking/rtems_webserver/ej.h,
206        libnetworking/rtems_webserver/ejIntrn.h,
207        libnetworking/rtems_webserver/ejlex.c,
208        libnetworking/rtems_webserver/ejparse.c,
209        libnetworking/rtems_webserver/emfdb.c,
210        libnetworking/rtems_webserver/emfdb.h,
211        libnetworking/rtems_webserver/form.c,
212        libnetworking/rtems_webserver/handler.c,
213        libnetworking/rtems_webserver/h.c,
214        libnetworking/rtems_webserver/license.txt,
215        libnetworking/rtems_webserver/Makefile.am,
216        libnetworking/rtems_webserver/md5c.c,
217        libnetworking/rtems_webserver/md5.h,
218        libnetworking/rtems_webserver/mime.c,
219        libnetworking/rtems_webserver/misc.c,
220        libnetworking/rtems_webserver/NOTES,
221        libnetworking/rtems_webserver/ringq.c,
222        libnetworking/rtems_webserver/rom.c,
223        libnetworking/rtems_webserver/rtems_webserver.h,
224        libnetworking/rtems_webserver/security.c,
225        libnetworking/rtems_webserver/sock.c,
226        libnetworking/rtems_webserver/socket.c,
227        libnetworking/rtems_webserver/sockGen.c,
228        libnetworking/rtems_webserver/sym.c,
229        libnetworking/rtems_webserver/uemf.c,
230        libnetworking/rtems_webserver/uemf.h,
231        libnetworking/rtems_webserver/um.c,
232        libnetworking/rtems_webserver/um.h,
233        libnetworking/rtems_webserver/umui.c,
234        libnetworking/rtems_webserver/url.c,
235        libnetworking/rtems_webserver/value.c,
236        libnetworking/rtems_webserver/wbase64.c,
237        libnetworking/rtems_webserver/webcomp.c,
238        libnetworking/rtems_webserver/webmain.c,
239        libnetworking/rtems_webserver/webpage.c,
240        libnetworking/rtems_webserver/webrom.c,
241        libnetworking/rtems_webserver/webs.c,
242        libnetworking/rtems_webserver/websda.c,
243        libnetworking/rtems_webserver/websda.h,
244        libnetworking/rtems_webserver/webs.h,
245        libnetworking/rtems_webserver/websSSL.c,
246        libnetworking/rtems_webserver/websSSL.h,
247        libnetworking/rtems_webserver/websuemf.c,
248        libnetworking/rtems_webserver/wsIntrn.h:
249        Remove (Moved to cpukit/http).
250
2512004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
252
253        PR 700/rtems_misc
254        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
255        Remove libnetworking/rtems_webserver.
256
2572004-10-25      Eric Norum <norume@aps.anl.gov>
258
259        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
260
2612004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
262
263        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
264
2652004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
266
267        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
268        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
269
2702004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
271
272        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
273
2742004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
275
276        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
277        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
278
2792004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
280
281        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
282        BITSPERBYTE.
283
2842004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
285
286        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
287        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
288
2892004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
290
291        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
292
2932004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
294
295        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
296        * aclocal/enable-bare.m4: Remove.
297        * configure.ac: Remove BARE_CPU_MODEL.
298
2992004-10-13      Eric Norum <norume@aps.anl.gov>
300
301        PR 688/bsps
302        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
303        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
304        MC146818A (and several Dallas Semiconductor) TOD chips.
305
3062004-10-13      Eric Norum <norume@aps.anl.gov>
307
308        PR 686/networking
309        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
310        device code.
311
3122004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
313
314        * libchip/network/dec21140.c: include <rtems/pci.h>.
315
3162004-09-29      Joel Sherrill <joel@OARcorp.com>
317
318        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
319        libnetworking/pppd/utils.c: i960 obsoleted and all references
320        removed.
321
3222004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
323
324        PR 607/networking
325        * libchip/network/dec21140.c: Made PCI configuration minimum sane
326        instead of fully specifying unused PCI features.
327
3282004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
329
330        * configure.ac: Require automake > 1.9.
331
3322004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
333
334        * aclocal/rtems-cpu-subdirs.m4: Add avr.
335
3362004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
337
338        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
339        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
340
3412004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
342
343        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
344        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
345
3462004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
347
348        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
349
3502004-07-28  Joel Sherrill <joel@OARcorp.com>
351
352    * aclocal/version.m4: Updated to rtems-4.6.99.1.
353
3542004-07-25      Joel Sherrill <joel@OARcorp.com>
355
356        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
357
3582004-05-21  Till Strauman <strauman@slac.stanford.edu>
359
360        PR 625/networking
361        * libchip/network/dec21140.c, ... : Prevent name clashes by making
362        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
363        an error rather than panic if no chip is detected (thus allowing
364        for probing).
365        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
366        instead of looping forever.  Avoid divide by zero (crashed my PC).
367        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
368        they are UNTESTED.
369
3702004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
371
372        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
373
3742004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
375
376        * libchip/network/dec21140.c, libchip/network/elnk.c:
377        #include <errno.h>.
378
3792004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
380
381        * libchip/network/if_media.h: Update from FreeBSD.
382        * libchip/network/open_eth.c, libchip/network/cs8900.c,
383        libchip/network/i82586.c: #include <errno.h>.
384
3852004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
386
387        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
388
3892004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
390
391        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
392
3932004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
394
395        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
396        automake).
397
3982004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
399
400        PR 599/pppd
401        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
402
4032004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
404
405        * optman/rtems/no-region.c: Reflect having changed
406        rtems_region_get_segment_size.
407
4082004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
409
410        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
411        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
412        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
413        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
414        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
415        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
416        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
417
4182004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
419
420        * libchip/ide/ata.c, libchip/network/dec21140.c,
421        libchip/network/elnk.c, libchip/network/i82586.c,
422        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
423        libchip/network/open_eth.c, libchip/network/sonic.c,
424        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
425        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
426        libchip/shmdr/init.c, libchip/shmdr/intr.c,
427        libchip/shmdr/shm_driver.h: Cosmetics.
428
4292004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
430
431        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
432        optman/rtems/no-msg.c, optman/rtems/no-part.c,
433        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
434        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
435        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
436        fixed size types.
437
4382004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
439
440        * configure.ac: Explicitly pass --includedir and --libdir to
441        cpukit/configure.
442
4432004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
444
445        * librdbg/Makefile.am: Fix rpcgen rules.
446        * librdbg/src/i386/any/remdeb_xdr.c,
447        librdbg/src/m68k/any/remdeb_xdr.c,
448        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
449        Reflect changes to librdbg/Makefile.am.
450
4512004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
452
453        * configure.ac: Reflect changes testsuites/configure.ac and
454        cpukit/configure.ac.
455
4562004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
457
458        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
459        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
460
4612004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
462
463        * configure.ac: Reflect changes to testsuites's configuration.
464
4652004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
466
467        PR/589 rtems
468        * libchip/network/pci.h: Remove (Moved to cpukit).
469
4702004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
471
472        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
473        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
474        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
475        libchip/network/dec21140.c, libchip/network/elnk.c,
476        libchip/network/if_fxp.c, libchip/network/open_eth.c,
477        libchip/network/open_eth.h, libchip/network/sonic.c,
478        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
479        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
480        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
481        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
482        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
483        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
484        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
485        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
486        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
487        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
488        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
489        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
490        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
491        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
492        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
493        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
494        fixed-size types.
495
4962004-03-14      Chris Johns  <chrisj@rtems.org>
497
498        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
499        the BSP example code.
500        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
501        support the DIMMPC. This is a pc386 target with IO port support. Minor
502        formating clean up. Add documentation to the header file.
503        * libchip/network/README.cs8900: The CS8900 driver is documented in the
504        cs8900.h header file.
505
5062004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
509        Cosmetics.
510
5112004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
514        There are no application level Makefiles in here.
515
5162004-03-04      Joel Sherrill <joel@OARcorp.com>
517
518        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
519        they can be used in application level makefiles.
520
5212004-03-05      Joel Sherrill <joel@OARcorp.com>
522
523        * libnetworking/rtems_webserver/ejparse.c,
524        libnetworking/rtems_webserver/emfdb.c,
525        libnetworking/rtems_webserver/sock.c,
526        libnetworking/rtems_webserver/socket.c,
527        libnetworking/rtems_webserver/sym.c,
528        libnetworking/rtems_webserver/webs.c,
529        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
5302004-03-05      Joel Sherrill <joel@OARcorp.com>
531
532        * libchipnetwork/open_eth.c: Remove warnings by conditionally
533        compiling this file only only those CPU families with supported
534        exception models.
535
5362004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * acinclude.m4: Fix loosing arguments when configuring cpukit and
539        testsuites (Was exposed with --enable-multilib, only).
540        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
541         Add RTEMS_BSP_CONFIG_SUBDIR.
542        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
543        testsuites's configure.
544        * aclocal/rtems-top.m4: Remove ENDIF hack.
545        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
546
5472004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
550        wrapup/Makefile.am: Fix automake problems having been introduced
551        in previous patch.
552
5532004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
556        Preinstall dirs.
557        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
558        * aclocal/check-multiprocessing.m4: Cosmetics.
559        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
560        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
561
5622004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
565        librdbg/src/Makefile.am.
566        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
567        * configure.ac: Reflect changes above.
568        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
569        * wrapup/Makefile.am: Reflect changes above.
570        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
571
5722004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
575
5762004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
579
5802004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * wrapup/Makefile.am: Reflect new location of librdbg.a.
583
5842004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
587        librdbg/src/powerpc/Makefile.am: Remove.
588        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
589        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
590        * configure.ac: Reflect changes above.
591
5922004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594
5952004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
598        STRIP.
599
6002004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * librdbg/include/Makefile.am: Merge-in
603        librdbg/include/rdbg/i386/Makefile.am,
604        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
605        librdbg/include/rdbg/powerpc/Makefile.am.
606        * librdbg/include/rdbg/i386/Makefile.am,
607        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
608        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
609        * configure.ac: Reflect changes above.
610
6112004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * configure.ac: Use AS_HELP_STRING(ada).
614
6152004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * aclocal/bspopts.m4: Use AS_HELP_STRING.
618        * aclocal/bsp-configure.m4: Require autoconf-2.59.
619        Use AC_CONFIG_HEADERS.
620        * aclocal/check-custom-bsp.m4: Add bspkit-support.
621        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
622
6232004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * Makefile.am: include local.am.
626
6272004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * aclocal/version.m4: 4.6.99.0.
630
6312004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * Makefile.am: Don't include host.am.
634        * automake/compile.am: Further cleanups.
635
6362004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * automake/lib.am: Remove (Unused).
639
6402004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * wrapup/Makefile.am: Don't include lib.am.
643        * automake/compile.am: Use automake compilation rules.
644
6452004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * libnetworking/pppd/Makefile.am,
648        libnetworking/rtems_servers/Makefile.am,
649        libnetworking/rtems_telnetd/Makefile.am,
650        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
651        support/Makefile.am: Don't include lib.am.
652
6532004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * libchip/Makefile.am: Don't include lib.am.
656        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
657        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
658        unnecessary EXTRA_DISTs.
659
6602004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
663        hack.
664
6652004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
668        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
669        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
670        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
671
6722004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
675        Add AM_CONDITIONAL(HAS_MP).
676        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
677        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
678        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
679        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
680        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
681        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
682        (Deprecated by autoconf 2.59).
683
6842004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
685
686        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
687        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
688
6892004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * ChangeLog: Merge-in libnetworking/ChangeLog.
692        * libnetworking/ChangeLog: Remove.
693        * ChangeLog: Merge-in librdbg/ChangeLog.
694        * librdbg/ChangeLog: Remove.
695        * ChangeLog: Merge-in libchip/ChangeLog.
696        * libchip/ChangeLog: Remove.
697        * ChangeLog: Merge-in optman/ChangeLog.
698        * optman/ChangeLog: Remove.
699
7002004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * configure.ac: Reflect changes to cpukit.
703        * wrapup/Makefile.am: Reflect changes to librdbg.
704        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
705        * libchip/Makefile.am: Add PREINSTALL_DIRS.
706        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
707        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
708        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
709        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
710        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
711        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
712        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
713
7142004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * aclocal/rtems-top.m4: Remove check for version.m4.
717        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
718
7192004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
720
721        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
722        * wrapup/Makefile.am: Reflect changes to libchip/*.
723        * support/Makefile.am: Use automake compilation rules.
724        * wrapup/Makefile.am: Reflect changes to support/*.
725        * configure.ac: Remove libnetworking/wrapup/Makefile.
726        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
727        libnetworking/*/lib*.a instead of libnetapps.a.
728        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
729        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
730        * optman/Makefile.am: Use automake compilation rules.
731        * libchip/Makefile.am: Fix typo in previous patch.
732        * libchip/Makefile.am: Use automake compilation rules.
733        * libnetworking/Makefile.am: Remove wrapup.
734        * libnetworking/pppd/Makefile.am: Build libpppd. Use
735        automake-compilation rules.
736        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
737        automake-compilation rules.
738        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
739        automake-compilation rules.
740        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
741        automake-compilation rules.
742        * libnetworking/wrapup/Makefile.am: Remove (Unused).
743
7442004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
747        PRE/TMPINSTALL_FILES to CLEANFILES.
748        * automake/lib.am: Remove TMPINSTALL_FILES.
749        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
750        PRE/TMPINSTALL_FILES to CLEANFILES.
751        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
752        PRE/TMPINSTALL_FILES to CLEANFILES.
753        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
754        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
755        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
756        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
757        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
758        * librdbg/src/i386/Makefile.am: Ditto.
759        * librdbg/src/m68k/Makefile.am: Ditto.
760        * librdbg/src/powerpc/Makefile.am: Ditto.
761        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
762        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
763        * libnetworking/rtems_servers/Makefile.am: Ditto.
764        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
765        * libnetworking/rtems_webserver/Makefile.am: Ditto.
766
7672004-01-07      Joel Sherrill <joel@OARcorp.com>
768
769        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
770        more completely covers the MIPS family.
771
7722003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
773
774        * wrapup/Makefile.am: Reflect changes to shmdr.
775        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
776
7772003-12-18      Joel Sherrill <joel@OARcorp.com>
778
779        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
780        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
781        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
782        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
783        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
784        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
785        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
786
7872003-12-17      Joel Sherrill <joel@OARcorp.com>
788
789        * aclocal/version.m4: Updated to rtems-20031217-test.
790
7912003-12-17     
792
793        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
794        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
795
7962003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
797
798        * automake/compile.am: Remove LINK_LIBS (Unused).
799        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
800
8012003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
802
803        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
804        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
805        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
806        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
807        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
808
8092003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
810
811        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
812        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
813        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
814        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
815        * librdbg/src/i386/Makefile.am:
816        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
817        * librdbg/src/m68k/Makefile.am:
818        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
819        * librdbg/src/powerpc/Makefile.am:
820        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
821
8222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
823
824        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
825        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
826        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
827        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
828        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
829        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
830        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
831        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
832        * optman/Makefile.am: Remove project_libdir.
833        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
834        PRE/TMPINSTALL_FILES.
835        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
836        PRE/TMPINSTALL_FILES.
837        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
838        PRE/TMPINSTALL_FILES.
839        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
840        PRE/TMPINSTALL_FILES.
841        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
842        from PRE/TMPINSTALL_FILES.
843        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
844        PRE/TMPINSTALL_FILES.
845        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
846        PRE/TMPINSTALL_FILES.
847        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
848        PRE/TMPINSTALL_FILES.
849        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
850        PRE/TMPINSTALL_FILES.
851        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
852        PRE/TMPINSTALL_FILES.
853        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
854        PRE/TMPINSTALL_FILES.
855        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
856        from PRE/TMPINSTALL_FILES.
857
8582003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
859
860        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
861        * automake/lib.am: Remove project_libdir.
862        * wrapup/Makefile.am: Reworked.
863
8642003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
865
866        * configure.ac: Reflect changes to librdbg.
867        * optman/Makefile.am: Add tmpinstall dirstamp support.
868        * libchip/Makefile.am: Fix variant-tmpinstall support.
869        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
870        * librdbg/src/powerpc/Makefile.am: Merge-in former
871        new_exception_processing/Makefile.am.
872        * librdbg/src/m68k/any/Makefile.am: Remove.
873        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
874        * librdbg/src/i386/any/Makefile.am: Remove.
875        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
876        * librdbg/src/Makefile.am: Cosmetics.
877        * librdbg/include/Makefile.am: Cosmetics.
878        * librdbg/Makefile.am: Cosmetics.
879        * libnetworking/Makefile.am: Cosmetics.
880        * libnetworking/pppd/Makefile.am: Cosmetics.
881        * libnetworking/wrapup/Makefile.am: Cosmetics.
882
8832003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
884
885        * Makefile.am: Cosmetics.
886        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
887        support.
888
8892003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
890
891        * automake/compile.am: Remove $(ARCH):-rule.
892
8932003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
894
895        * configure.ac: Remove lib/libbsp/shared/Makefile,
896        lib/libbsp/shmdr/Makefile.
897
8982003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
899
900        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
901        libchip/serial/Makefile, libchip/rtc/Makefile.
902        * support/Makefile.am: Remove all-local: $(ARCH).
903        * wrapup/Makefile.am: Remove all-local: $(ARCH).
904        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
905        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
906        * optman/Makefile.am: Remove all-local: $(ARCH).
907        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
908        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
909        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
910        compilation dirstamp support.
911        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
912        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
913        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
914        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
915        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
916        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
917        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
918        all-local: $(ARCH).
919        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
920        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
921        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
922        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
923        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
924
9252003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
926
927        * aclocal/lead-dot.m4: New (from automake-1.7f).
928        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
929        AC_SUBST(dirstamp).
930        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
931        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
932        libchip/serial/Makefile.am: Ditto.
933        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
934        * librdbg/include/Makefile.am: Ditto.
935        * librdbg/include/rdbg/Makefile.am: Ditto.
936        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
937        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
938        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
939        * librdbg/src/Makefile.am: Ditto.
940        * librdbg/src/i386/Makefile.am: Ditto.
941        * librdbg/src/i386/any/Makefile.am: Ditto.
942        * librdbg/src/m68k/Makefile.am: Ditto.
943        * librdbg/src/m68k/any/Makefile.am: Ditto.
944        * librdbg/src/powerpc/Makefile.am: Ditto.
945        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
946        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
947        preinstallation.
948        * libnetworking/pppd/Makefile.am: Ditto.
949        * libnetworking/rtems_servers/Makefile.am: Ditto.
950        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
951        * libnetworking/rtems_webserver/Makefile.am: Ditto.
952        * libnetworking/wrapup/Makefile.am: Ditto.
953
9542003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
955
956        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
957        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
958        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
959        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
960        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
961        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
962        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
963        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
964        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
965        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
966        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
967        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
968        underquoting to silence automake-1.8.
969
9702003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
971
972        * configure.ac: Reflect having moved tests to ../../testsuites.
973
9742003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
975
976        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
977        * aclocal/canonical-host.m4: Remove.
978        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
979        * configure.ac: Remove RTEMS_CANONICAL_HOST.
980
9812003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
982
983        * aclocal/check-cpu.m4: Remove.
984        * configure.ac: Merge-in former aclocal/check-cpu.m4.
985        * aclocal/canonical-target-name.m4: Add m4-quotes.
986        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
987        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
988        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
989        * aclocal/check-networking.m4: Add m4-quotes. Require
990        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
991        * aclocal/check-posix.m4: Add m4-quotes. Require
992        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
993        * aclocal/check-rdbg.m4: Add m4-quotes. Require
994        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
995        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
996
9972003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
998
999        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1000        * aclocal/bsp-alias.m4: Remove.
1001
10022003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1003
1004        * configure.ac: Make presence of tests/ optional.
1005
10062003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1007
1008        * aclocal/path-perl.m4: Remove (Unused).
1009
10102003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1011
1012        * automake/force-preinstall.am: Remove.
1013
10142003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1015
1016        PR 499/rtems_misc
1017        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1018        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1019        Configuration (Odd was forced) - Correction of Stop Bit configuration
1020        (inversed) - Correction of ISR Handler to call
1021        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1022        CTS Hardware flow control Configuration.
1023
10242003-09-04      Joel Sherrill <joel@OARcorp.com>
1025
1026        * lib/libcpu/shared/include/cache.h,
1027        lib/libcpu/shared/src/cache_aligned_malloc.c,
1028        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1029        license changed.
1030        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1031        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1032        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1033        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1034        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1035        for license changed.
1036        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1037        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1038        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1039        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1040        libchip/network/cs8900.h, libchip/network/dec21140.c,
1041        libchip/network/elnk.c, libchip/network/open_eth.c,
1042        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1043        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1044        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1045        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1046        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1047        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1048        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1049        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1050        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1051        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1052        libchip/serial/serial.h, libchip/serial/z85c30.c,
1053        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1054        libchip/serial/z85c30_reg.c: URL for license changed.
1055
10562003-09-03      Jiri Gaisler <jiri@gaisler.com>
1057
1058        PR 477/networking
1059        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1060        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1061        libchip/network/open_eth.h: New files.
1062
10632003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1064
1065        * aclocal/rtems-top.m4: Add RTEMS_API.
1066        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1067
10682003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1069
1070        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1071        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1072        @RTEMS_BSP@.cfg.
1073
10742003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1075
1076        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1077
10782003-08-20      Joel Sherrill <joel@OARcorp.com>
1079
1080        * libchip/network/cs8900.c: Correct copyright statements.
1081
10822003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1083
1084        * aclocal/check-itron.m4: Remove.
1085        * aclocal/enable-inlines.m4: Remove.
1086        * Makefile.am: Reflect having moved aclocal/.
1087        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1088        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1089        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1090        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1091        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1092        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1093        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1094        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1095        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1096        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1097        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1098        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1099        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1100        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1101        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1102        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1103        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1104        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1105        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1106        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1107        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1108        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1109        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1110        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1111        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1112        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1113        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1114        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1115        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1116        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1117        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1118        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1119        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1120        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1121        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1122        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1123        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1124        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1125        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1126        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1127        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1128        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1129        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1130        * aclocal/target.m4: New (Copied from ../../aclocal).
1131        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1132        * aclocal/version.m4: New (Copied from ../../aclocal).
1133
11342003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1135
1136        * configure.ac: Remove stray comments.
1137        * automake/local.am, automake/host.am: Remove "debug".
1138
11392003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1140
1141        * Makefile.am: Reflect having moved automake/.
1142        * lib/Makefile.am: Reflect having moved automake/.
1143        * support/Makefile.am: Reflect having moved automake/.
1144        * wrapup/Makefile.am: Reflect having moved automake/.
1145        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1146        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1147        from ../../automake).
1148        * optman/Makefile.am: Reflect having moved automake/.
1149        * libchip/Makefile.am: Reflect having moved automake/.
1150        * libchip/ide/Makefile.am: Reflect having moved automake/.
1151        * libchip/network/Makefile.am: Reflect having moved automake/.
1152        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1153        * libchip/serial/Makefile.am: Reflect having moved automake/.
1154        * librdbg/Makefile.am: Reflect having moved automake/.
1155        * librdbg/include/Makefile.am: Reflect having moved automake/.
1156        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1157        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1158        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1159        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1160        automake/.
1161        * librdbg/src/Makefile.am: Reflect having moved automake/.
1162        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1163        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1164        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1165        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1166        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1167        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1168        having moved automake/.
1169        * libnetworking/Makefile.am: Reflect having moved automake/.
1170        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1171        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1172        automake/.
1173        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1174        automake/.
1175        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1176        automake/.
1177        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1178
11792003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1180
1181        * Makefile.am: Add bsp.pc.in.
1182        * bsp.pc.in: New (pkgconfig support).
1183
11842003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1185
1186        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1187
11882003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1189
1190        * lib/Makefile.am: New (Required by 'make dist').
1191        * lib/ChangeLog: Remove.
1192        * lib/.cvsignore: Cleanup.
1193        * configure.ac: Reflect having added lib/Makefile.am.
1194        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1195        lib/libbsp/configure.ac.
1196        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1197        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1198
11992003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1200
1201        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1202        * configure.ac: Merge-in librdbg/configure.ac.
1203        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1204        librdbg/configure.ac.
1205        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1206        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1207        LIBCHIP. Conditionally build include-dirs.
1208        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1209        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1210        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1211        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1212        librdbg/include/rdbg/m68k/Makefile.am,
1213        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1214        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1215        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1216        librdbg/src/powerpc/Makefile.am, librdbg/
1217        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1218        configure.ac into ../configure.ac.
1219        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1220        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1221        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1222        libnetworking/rtems_telnetd/Makefile.am,
1223        libnetworking/rtems_webserver/Makefile.am,
1224        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1225        into ../configure.ac.
1226
12272003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1228
1229        PR 427/rtems
1230        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1231        * librdbg/src/servtsp.c: Ditto.
1232
12332003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1234
1235        PR 429/bsps
1236        PR 432/bsps
1237        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1238        packets are queued onto an elnk board, the ISR will deadlock the device
1239        with a tx complete interrupt.  Lighter tx loads are not affected as they
1240        end up submitting single packets to the device.
1241
12422003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1243
1244        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1245        optman/configure.ac.
1246        * optman/configure.ac: Remove (Merged into ../configure.ac).
1247        * optman/Makefile.am: Reflect having merged configure.ac into
1248        ../configure.ac.
1249        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1250        * libchip/Makefile.am, libchip/ide/Makefile.am,
1251        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1252        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1253        ../configure.ac.
1254
12552003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1256
1257        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1258
12592003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1260
1261        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1262        on i386.
1263
12642003-06-13      Joel Sherrill <joel@OARcorp.com>
1265
1266        * libnetworking/pppd/chat.c: Removed warnings.
1267
12682003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1269
1270        * libchip/network/README.3com: New file missed in previous commit.
1271        PR 405/bsps
1272        PR 393/networking
1273        * libchip/network/dec21140.c: Fix leak also known as PR393.
1274        * libchip/network/elnk.c, libchip/network/if_media.h,
1275        libchip/network/mii.h: New files.
1276        * libchip/network/Makefile.am: Reflect new files.
1277
12782003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1279
1280        * configure.ac: Remove support for profile-variant.
1281
12822003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1283
1284        PR 397/pppd
1285        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1286        * libnetworking/pppd/magic.c: Remove *rand48.
1287        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1288
12892003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1290
1291        * wrapup/Makefile.am: Add libide.a.
1292
12932003-04-15      Joel Sherrill <joel@OARcorp.com>
1294
1295        PR 387/rtems_misc
1296        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1297        routines.
1298        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1299
13002003-04-11      Joel Sherrill <joel@OARcorp.com>
1301
1302        * libnetworking/rtems_webserver/cgi.c,
1303        libnetworking/rtems_webserver/sockGen.c,
1304        libnetworking/rtems_webserver/umui.c,
1305        libnetworking/rtems_webserver/websSSL.c,
1306        libnetworking/rtems_webserver/websSSL.h,
1307        libnetworking/rtems_webserver/websda.c,
1308        libnetworking/rtems_webserver/websda.h: New files. Not included in
1309        previous commit.
1310
13112003-04-10      Joel Sherrill <joel@OARcorp.com>
1312
1313        PR 371/pppd
1314        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1315        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1316        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1317        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1318        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1319        still global symbols in rtemspppd.h which might need to be changed or
1320        converted into member of a structure which is dereferenced with a
1321        pointer that is managed as a per task variable. But this patch should
1322        avoid many conflicts.
1323
13242003-03-27      Joel Sherrill <joel@OARcorp.com>
1325
1326        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1327        not allowed in the cpukit source code since it must be buildable
1328        independent of any BSP. These files were moved to libchip/ide.
1329        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1330        files.
1331
13322003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1333
1334        PR 368/filesystems
1335        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1336        improvements which now work on pc386 and mbx8xx.
1337        * libchip/ide/ide_controller.c: New file.
1338
13392003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1340
1341        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1342
13432003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1344
1345        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1346        * configure.ac: Add support/.
1347        * support/.cvsignore: New.
1348        * support/Makefile.am: New.
1349        * support/version.c: New.
1350        * wrapup/Makefile.am: Add support/libsupport.a.
1351        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1352        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1353        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1354        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1355
13562003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1357
1358        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1359
13602003-02-20      Till Straumann <strauman@slac.stanford.edu>
1361
1362        PR 354/networking
1363        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1364        chip against a table of supported chips. The untested ones are still
1365        commented out, however.
1366
13672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1368
1369        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1370        * configure.ac: AC_PREREQ(2.57).
1371        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1372        * optman/configure.ac: AC_PREREQ(2.57).
1373        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1374        * libchip/configure.ac: AC_PREREQ(2.57).
1375        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1376        * librdbg/configure.ac: AC_PREREQ(2.57).
1377        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1378        * libnetworking/configure.ac: AC_PREREQ(2.57).
1379
13802003-02-06      Joel Sherrill <joel@OARcorp.com>
1381
1382        * libnetworking/pppd/chat.c: Convert routines with common names to
1383        static. This included get_char(), put_char(), and character() among
1384        others.
1385
13862003-02-03      Joel Sherrill <joel@OARcorp.com>
1387
1388        PR 338/filesystem
1389        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1390        rtems_io_lookup_name() (API change).  Unused function removed.
1391
13922003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1393
1394        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1395        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1396        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1397        Eliminate *_O_FILES.
1398        * libnetworking/rtems_servers/Makefile.am,
1399        libnetworking/rtems_webserver/Makefile.am,
1400        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1401
14022002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1403
1404        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1405        Let all-local: depend on $(LIB).
1406        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1407        * optman/Makefile.am: Apply install-data-local to install *.rels.
1408
14092002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1410
1411        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1412        %.c rules.
1413        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1414        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1415        * libchip/rtc/Makefile.am: Ditto.
1416        * libchip/serial/Makefile.am: Ditto.
1417
14182002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1419
1420        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1421        LIBC_DEFINES.
1422        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1423        LIBC_DEFINES.
1424        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1425        LIBC_DEFINES.
1426
14272002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1428
1429        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1430
14312002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1432
1433        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1434        cache-checking.
1435        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1436
14372002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1438
1439        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1440        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1441        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1442        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1443        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1444
14452002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1446
1447        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1448        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1449        Remove.
1450        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1451
14522002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1453
1454        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1455        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1456
14572002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1458
1459        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1460        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1461
14622002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1463
1464        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1465        * optman/rel.am: New.
1466
14672002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1468
1469        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1470        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1471        braino in comment on "exec". Extend --enable-ada handling.
1472
14732002-11-04      Joel Sherrill <joel@OARcorp.com>
1474
1475        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1476        tasks and rolling multiple loops into 1.
1477        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1478        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1479        Removed warnings.
1480
14812002-10-31      Joel Sherrill <joel@OARcorp.com>
1482
1483        * libchip/network/dec21140.c: Removed warnings.
1484        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1485        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1486        librdbg/src/m68k/any/remdeb_xdr.c,
1487        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1488        warnings.
1489        * libnetworking/rtems_webserver/socket.c,
1490        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1491
14922002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1493
1494        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1495        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1496        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1497        above.
1498
14992002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1500
1501        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1502        * wrapup/.cvsignore: Remove autom4te.cache.
1503        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1504        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1505        autom4te.cache.
1506        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1507        autom4te.cache.
1508        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1509        autom4te.cache.
1510
15112002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1512
1513        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1514
15152002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1516
1517        * optman/.cvsignore: Add autom4te.cache.
1518
15192002-09-14      Joel Sherrill <joel@OARcorp.com>
1520
1521        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1522
15232002-09-07      Joel Sherrill <joel@OARcorp.com>
1524
1525        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1526        include files to resolve warnings.
1527
15282002-09-07      Chris Johns <ccj@acm.org>
1529
1530        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1531        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1532        which corrects the problem  where the cs8900.c file was actually the BSP
1533        glue.  Joel did some hacking so this file will compile.  Previously it
1534        required providing a target.h file to compile.
1535        * libchip/network/cs8900.c.bsp: New file.
1536
15372002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1538
1539        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1540
15412002-08-31      Joel Sherrill <joel@OARcorp.com>
1542
1543        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1544        eliminate warning.
1545
15462002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1547
1548        * configure.ac: Add ada-tests.
1549
15502002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1551
1552        * Makefile.am: Add preinstall-stamp.
1553
15542002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1555
1556        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1557        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1558        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1559        gcc31 happy.
1560        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1561        cp.
1562
15632002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1564
1565        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1566        make/bsp.mak.
1567        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1568        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1569
15702002-08-12      Joel Sherrill <joel@OARcorp.com>
1571
1572        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1573        avoid error.
1574
15752002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1576
1577        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1578        * configure.ac: Add BSP_SUBDIRS.
1579        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1580        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1581        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1582        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1583        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1584        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1585        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1586        RTEMS_CHECK_BSP_CACHE.
1587        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1588        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1589        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1590        .$(OBJEXT) instead of .o.
1591        * libnetworking/pppd/Makefile.am,
1592        libnetworking/rtems_servers/Makefile.am,
1593        libnetworking/rtems_telnetd/Makefile.am,
1594        libnetworking/rtems_webserver/Makefile.am,
1595        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1596
15972002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1598
1599        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1600        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1601        ../libchip/serial/$(ARCH)/libserialio.a.
1602        * libchip/serial/Makefile.am: Don't tmp-install lib.
1603        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1604
16052002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1606
1607        * Makefile.am: Add rtems_makedir.
1608        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1609        * Makefile.am: Add wrapup-SUBDIR.
1610        * wrapup/ChangeLog: Remove.
1611        * wrapup/configure.ac: Remove.
1612        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1613        (Make the bare BSP happy).
1614        * configure.ac: Ditto.
1615        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1616        Create make/custom/default.cfg.
1617        * configure.ac: Add creation of make/custom/*.cfg. Create
1618        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1619
16202002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1621
1622        * Makefile.am: Clean $(PROJECT_RELEASE).
1623
16242002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1625
1626        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1627        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1628        prototype mismatches.
1629
16302002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1631
1632        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1633        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1634
16352002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1636
1637        * acinclude.m4: Add test "$multilib" != "yes".
1638        * config-ml.in: Remove.
1639        * acinclude.m4: Cleanups.
1640        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1641        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1642        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1643        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1644        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1645
16462002-07-16      Eric Norum <eric.norum@usask.ca>
1647
1648        * New driver for the Intel EtherExpressPro (82559ER) chip.
1649        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1650        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1651        * libchip/network/Makefile.am: Modified to reflect above.
1652
16532002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1654
1655        * acinclude.m4: New.
1656        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1657        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1658        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1659
16602002-07-01      Joel Sherrill <joel@OARcorp.com>
1661
1662        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1663        _Objects_Information_table now that it is a two dimensional array based
1664        upon API and class.
1665        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1666        of strnlen().
1667
16682002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1669
1670        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1671        preinstall libnetapps.a.
1672
16732002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1674
1675        * configure.ac: Remove librpc.
1676
16772002-06-25      Joel Sherrill <joel@OARcorp.com>
1678
1679        * Per PR233, moved librpc to exec.
1680        * configure.ac, wrapup/Makefile.am: Modified.
1681        * librpc, librpc/ChangeLog: Removed.
1682
16832002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1684
1685        * optman/Makefile.am: Remove multilib support.
1686        * optman/configure.ac: Ditto.
1687        * optman/sapi/Makefile.am: Ditto.
1688
16892002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1690
1691        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1692        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1693
16942002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1695
1696        Move networking libraries to c/src/exec/libnetworking
1697        * libnetworking/configure.ac, libnetworking/Makefile.am,
1698        libnetworking/wrapup/Makefile.am: Reflect Moval.
1699
17002002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1701
1702        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1703        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1704        <rtems/bspIo.h>.
1705
17062002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1707
1708        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1709        * libnetworking/rtems/mkrootfs.h: Ditto.
1710        * libnetworking/rtems/Makefile.am: Reflect changes above.
1711
17122002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1713
1714        * configure.ac: Remove lib.
1715
17162002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1717
1718        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1719        that exception stack frames on M68K members with VBR always are 6 byte
1720        long. The incorrect assumption resulted in some gdb commands like "next"
1721        to fail on the 68360.
1722
17232002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1724
1725        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1726        PR 220
1727        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1728        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1729        CVS.
1730        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1731        libnetworking/sys/filio.h: Remove.
1732        * libnetworking/sys/Makefile.am: Reflect changes above.
1733
17342002-05-07      Chris Johns <ccj@acm.org>
1735
1736        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1737        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1738        requires it to be stripped.
1739
17402002-05-01      Eric Norum <eric.norum@usask.ca>
1741
1742        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1743        assembly  to satisfy gcc 3.1 and newer.
1744
17452002-04-26      Eric Norum <eric.norum@usask.ca>
1746
1747        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1748        agressive optimization in gcc 3.1 does not reorder things.
1749
17502002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1751
1752        * libchip/network/dec21140.c: Reflect changes to powerpc's
1753        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1754        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1755        <rtems/score/cpu.h>.
1756        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1757        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1758
17592002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1760
1761        * optman/configure.ac: Remove ENABLE_GCC28.
1762
17632002-04-11      Chris Johns <ccj@acm.org>
1764
1765        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1766        driver control block field to the ifconfig network driver structure.
1767        This field is needed by the i82586 driver which was ported from NetBSD
1768        as it had better hardware abstraction.
1769        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1770        PR59, added the drv_ctrl driver control block field to the ifconfig
1771        network driver structure. This field is needed by the i82586 driver
1772        which was ported from NetBSD as it had better hardware abstraction.
1773
17742002-04-10      Mike Siers <mikes@poliac.com>
1775
1776        * libnetworking/rtems_webserver/NOTES,
1777        libnetworking/rtems_webserver/asp.c,
1778        libnetworking/rtems_webserver/balloc.c,
1779        libnetworking/rtems_webserver/default.c,
1780        libnetworking/rtems_webserver/ej.h,
1781        libnetworking/rtems_webserver/ejIntrn.h,
1782        libnetworking/rtems_webserver/ejlex.c,
1783        libnetworking/rtems_webserver/ejparse.c,
1784        libnetworking/rtems_webserver/emfdb.c,
1785        libnetworking/rtems_webserver/emfdb.h,
1786        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1787        libnetworking/rtems_webserver/handler.c,
1788        libnetworking/rtems_webserver/license.txt,
1789        libnetworking/rtems_webserver/md5.h,
1790        libnetworking/rtems_webserver/md5c.c,
1791        libnetworking/rtems_webserver/mime.c,
1792        libnetworking/rtems_webserver/misc.c,
1793        libnetworking/rtems_webserver/ringq.c,
1794        libnetworking/rtems_webserver/rom.c,
1795        libnetworking/rtems_webserver/security.c,
1796        libnetworking/rtems_webserver/sock.c,
1797        libnetworking/rtems_webserver/sym.c,
1798        libnetworking/rtems_webserver/uemf.c,
1799        libnetworking/rtems_webserver/uemf.h,
1800        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1801        libnetworking/rtems_webserver/url.c,
1802        libnetworking/rtems_webserver/value.c,
1803        libnetworking/rtems_webserver/wbase64.c,
1804        libnetworking/rtems_webserver/webcomp.c,
1805        libnetworking/rtems_webserver/webpage.c,
1806        libnetworking/rtems_webserver/webrom.c,
1807        libnetworking/rtems_webserver/webs.c,
1808        libnetworking/rtems_webserver/webs.h,
1809        libnetworking/rtems_webserver/websuemf.c,
1810        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1811        2.1.4.
1812
18132002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1814
1815        * libchip/network/i82586.c: Include <string.h>.
1816        * libchip/network/sonic.c: Ditto.
1817
18182002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1819
1820        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1821
18222002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1823
1824        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1825
18262002-03-27      Thomas.Doerfler@imd-systems.de
1827
1828        PR 144
1829        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1830        memory address 0 when called for the first time. This is done when
1831        trying to clear the variable "dhcp_hostname".
1832
18332002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1834
1835        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1836        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1837        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1838        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1839        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1840        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1841        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1842        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1843        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1844        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1845        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1846        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1847        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1848        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1849        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1850        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1851        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1852        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1853        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1854        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1855        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1856        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1857        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1858        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1859        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1860        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1861        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1862        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1863        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1864        AUTOMAKE_OPTIONS.
1865        * libnetworking/configure.ac:
1866        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1867        foreign 1.6]).
1868        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1869        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1870        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1871        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1872        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1873        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1874        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1875        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1876        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1877        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1878        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1879        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1880        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1881        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1882        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1883        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1884        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1885
18862002-03-27      Ilya Alexeev <ilya@continuum.ru>
1887
1888        PR 162
1889        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1890        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1891        used in a device write routines.  Now ppp_softc structure have own
1892        character for writing to device (sc_outchar).  I think that converting
1893        local variables to static is not a right solution, because problems will
1894        occur in the case of two or more ppp instances.
1895        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1896        must be u_long, otherwise in the case of the big output packet endless
1897        loop may occur.
1898
18992002-03-21      Ilya Alexeev <ilya@continuum.ru>
1900
1901        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1902        preparations for multiple PPPD connections.
1903
19042002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1905
1906        PR 149
1907        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1908        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1909        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1910        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1911
19122002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1913
1914        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1915        * configure.ac: Modified to reflect addition.
1916
19172002-02-27      Ilya Alexeev <ilya@continuum.ru>
1918
1919        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1920        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1921        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1922        capabilities as well as eliminate some warnings.
1923
19242002-02-27      Eric Norum <eric.norum@usask.ca>
1925
1926        * libnetworking/net/radix.c: Properly handle fetching the default route
1927        when there is no route.  This was a bug in the original FreeBSD code and
1928        this fix is from an updated version of their code.
1929
19302002-02-16      Eric Norum <eric.norum@usask.ca>
1931
1932        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1933        checking.
1934
19352002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1936
1937        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1938        dodefaultroute.
1939
19402002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1941
1942        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1943        include <rtems/seterr.h>.
1944
19452002-02-01      Mike Siers <mikes@poliac.com>
1946
1947        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1948        avoid bringing the link down too fast. NOTE: Mike reports successfully
1949        running at 56K baud on a direct link.
1950
19512002-02-01      Eric Valette <valette@crf.canon.fr>
1952
1953        * librdbg/So many patches have been posted recently on the mailing list
1954        and  because we were unable to find correct solution to compile on
1955        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1956        because the coding  style of rdbg was rather inconsistant among various
1957        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1958        global coding style (using indent + manual edits), 2) incorporate/review
1959        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1960        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1961        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1962        after rdbg initialization is done, NB : the paches is huge but it is
1963        mainly due to coding styke chnages.  Only few lines of codes have been
1964        really changed and they do not impact  rdbg functionnality (AFAIKT).
1965        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1966        librdbg/include/rdbg/m68k/rdbg_f.h,
1967        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1968        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1969        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1970        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1971        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1972        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1973        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1974        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1975        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1976        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1977        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1978        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1979        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1980        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1981        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1982        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1983
19842002-01-31      Mike Siers <mikes@poliac.com>
1985
1986        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1987        * Nice Update of PPPD support which eliminates the requiremetn that
1988        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1989        and reports that it seems to be more stable and handle larger packets
1990        better.  This patch replaces the termios tasks with more general pppd
1991        network driver tasks.  The functions pppinput() and pppstart() get
1992        called from the interrupt service routine.
1993        * libnetworking/Makefile.am, libnetworking/configure.ac,
1994        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1995        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1996        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1997        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1998        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1999        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2000        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2001        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2002        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2003        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2004        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2005        libnetworking/net/route.c, libnetworking/net/route.h,
2006        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2007        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2008        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2009        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2010        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2011        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2012        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2013        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2014        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2015        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2016        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2017        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2018        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2019        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2020        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2021        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2022        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2023        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2024        libnetworking/pppd/example/README,
2025        libnetworking/pppd/example/netconfig.h,
2026        libnetworking/wrapup/Makefile.am: Modified.
2027        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2028        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2029        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2030        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2031        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2032        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2033        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2034        libnetworking/modem/pppcompress.c: Subdirectory removed.
2035
20362002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2037
2038        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2039        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2040
20412002-01-18      Till Straumann <strauman@slac.stanford.edu>
2042
2043        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2044        issues: - exception handler needs to enable MSR_FP if the interrupted
2045        thread is FP enabled. - printk message for MSR fixed and added
2046        stacktrace. NOTE: this requires the stacktrace patch to
2047        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2048        however).
2049
20502002-01-06      Joel Sherrill <joel@OARcorp.com>
2051
2052        * optman/.cvsignore: Added aclocal.m4 and configure.
2053        * optman/.cvsignore: New file.
2054
20552002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2056
2057        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2058
20592002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2060
2061        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2062        * optman/ChangeLog: New.
2063        * optman/configure.ac: New.
2064        * optman/Makefile.am: New.
2065        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2066        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2067
20682001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2069
2070        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2071
20722001-12-18      Eric Norum <eric.norum@usask.ca>
2073
2074        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2075        `directories' (path names with a / at the end) while disallowing open()
2076        operations on TFTP `directories'.
2077
20782001-12-07      Eric Norum <eric.norum@usask.ca>
2079
2080        * libnetworking/lib/tftpDriver.c: Restore write capability.
2081
20822001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2083
2084        * libchip/network/sonic.h: Fix typo.
2085        * libnetworking/arpa/Makefile.am: Remove stray lines.
2086
20872001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2088
2089        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2090
20912001-10-18      Eric Norum <eric.norum@usask.ca>
2092
2093        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2094        chdir() and open() operations within the TFTP file system.
2095
20962001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2097
2098        * librdbg/configure.ac: Fix latent bug exposed by removal of
2099        config.cache's which prevented powerpc targets librdbg from building.
2100
21012001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2102
2103        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2104        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2105        autoconf-2.52 happy.
2106
21072001-10-12      Mike Siers <mikes@poliac.com>
2108
2109        * libnetworking/Update to stable working state.  Congratulations Mike!
2110        :).
2111        * libnetworking/modem_example: Directory removed.
2112        * libnetworking/modem_example/16550.h,
2113        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2114        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2115        libnetworking/modem_example/ppp.h,
2116        libnetworking/modem_example/pppcompress.c: Files removed.
2117        * libnetworking/pppd/example/pppd.options: New file.
2118        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2119        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2120        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2121        libnetworking/pppd/rtemsmain.c: Updated.
2122
21232001-10-12      Joel Sherrill <joel@OARcorp.com>
2124
2125        * libchip/serial/z85c30.c: Fixed typo.
2126
21272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2128
2129        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2130        * configure.in: Remove.
2131        * configure.ac: New file, generated from configure.in by autoupdate.
2132        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2133        * libchip/configure.in: Remove.
2134        * libchip/configure.ac: New file, generated from configure.in by
2135        autoupdate.
2136        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2137        * librdbg/configure.in: Remove.
2138        * librdbg/configure.ac: New file, generated from configure.in by
2139        autoupdate.
2140        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2141        * libnetworking/configure.in: Remove.
2142        * libnetworking/configure.ac: New file, generated from configure.in by
2143        autoupdate.
2144
21452001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2146
2147        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2148        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2149        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2150
21512001-09-27      Joel Sherrill <joel@OARcorp.com>
2152
2153        * libchip/ChangeLog: Fixed typo in date.
2154
21552001-09-27      Eric Norum <eric.norum@usask.ca>
2156
2157        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2158        TFTP  filesystem.
2159
21602001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2161
2162        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2163        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2164        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2165        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2166        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2167        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2168        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2169        'PREINSTALL_FILES ='.
2170        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2171        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2172        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2173        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2174        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2175        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2176        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2177        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2178        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2179        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2180        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2181        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2182
21832001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2184
2185        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2186        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2187        * librdbg/src/m68k/any/Makefile.am: Ditto.
2188        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2189        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2190        happy.
2191
21922001-09-21      Joel Sherrill <joel@OARcorp.com>
2193
2194        * libchip/network/Makefile.am: Fixed typo on file name.
2195        * libchip/network/i82586.c: Commented out line 318 which is referencing
2196        a member of a structure that is not currently there.  This needs to be
2197        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2198        to C style.
2199
22002001-09-19      Eric Norum <eric.norum@usask.ca>
2201
2202        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2203
22042001-09-19      Chris Johns <ccj@acm.org>
2205
2206        * libchip/network/README.i82586, libchip/network/i82586.c,
2207        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2208        Network driver for Intel i82586.
2209        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2210        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2211        "root" filesystem with information obtained via the DHCP response.
2212
22132001-09-14      Eric Norum <eric.norum@usask.ca>
2214
2215        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2216        make gcc 3.x happy.
2217
22182001-08-16      Mike Siers <mikes@poliac.com>
2219
2220        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2221        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2222        These support callback functionality that has not even been compiled
2223        under RTEMS yet.
2224        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2225        example application.  Mike's notes on the modifications: - renamed
2226        error() function because of namespace problems - removed calls to the
2227        exit() funciton - removed extra files from the pppd source directory -
2228        defined pppd task constant values in rtemspppd.h - modifyied example
2229        code to get actual tick per second value - placed the pppd 2.3.11 man
2230        page file (pppd.8) into the pppd directory.
2231        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2232        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2233        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2234        libnetworking/pppd/rtems-ppp.c: Deleted.
2235        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2236        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2237        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2238        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2239        libnetworking/pppd/example/init.c,
2240        libnetworking/pppd/example/netconfig.h,
2241        libnetworking/pppd/example/ppp.conf,
2242        libnetworking/pppd/example/pppdapp.c,
2243        libnetworking/pppd/example/system.h: New files.
2244        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2245        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2246        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2247        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2248        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2249        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2250        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2251        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2252        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2253        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2254        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2255        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2256        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2257        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2258        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2259
22602001-08-16      Joel Sherrill <joel@OARcorp.com>
2261
2262        * libnetworking/pppd/example/Makefile: Removed.
2263        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2264        to avoid bootstrap -c clobbering it.
2265        * libnetworking/rtems_telnetd/.cvsignore: New file.
2266
22672001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2268
2269        * libnetworking/Makefile.am, libnetworking/configure.in,
2270        libnetworking/rtems_servers/Makefile.am,
2271        libnetworking/rtems_servers/telnetd.c,
2272        libnetworking/rtems_servers/telnetd.h,
2273        libnetworking/rtems_telnetd/Makefile.am,
2274        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2275        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2276        libnetworking/rtems_telnetd/telnetd.c,
2277        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2278        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2279        effect when ftpd change. - the tcp/ip stats have been implemented into
2280        icmds.c and started when telnetd daemon is started.
2281        * libnetworking/rtems_servers/telnetd.c,
2282        libnetworking/rtems_servers/telnetd.h: Removed.
2283        * libnetworking/rtems_telnetd: New directory.
2284        * libnetworking/rtems_telnetd/Makefile.am,
2285        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2286        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2287        libnetworking/rtems_telnetd/telnetd.c,
2288        libnetworking/rtems_telnetd/telnetd.h: New files.
2289
22902001-06-14      Joel Sherrill <joel@OARcorp.com>
2291
2292        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2293        Moved from libmisc/shell so the network stack to address network
2294        depenendency.
2295        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2296
22972001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2298
2299        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2300
23012001-05-15      Joel Sherrill <joel@OARcorp.com>
2302
2303        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2304        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2305        accidentally deleted the incorrectly empty versions.
2306
23072001-05-14      Till Straumann <strauman@slac.stanford.edu>
2308
2309        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2310        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2311        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2312        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2313        to know the values) - the affected BSP (shared/motorola) headers have
2314        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2315        driver (libchip/network/dec21140.c) has been fixed to use
2316        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2317        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2318        who is using this driver. - the DEC driver also has been fixed to use
2319        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2320        delay_in_bus_cycles().
2321
23222001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2323
2324        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2325
23262001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2327
2328        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2329
23302001-04-24      Eric Norum <eric.norum@usask.ca>
2331
2332        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2333        NTP synchronization a little more robust -- no NTP daemon yet, but at
2334        least it trys a little harder when the primary NTP server is down.
2335
23362001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2337
2338        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2339        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2340        libnetworking/pppd/modem_example/modem.c,
2341        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2342        other strings into English.
2343        * libnetworking/pppd/STATUS: updated to reflect the changes.
2344
23452001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2346
2347        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2348        again.
2349
23502001-04-20      Eric Valette <valette@crf.canon.fr>
2351
2352        * mcp750 directory renamed new_exception processing as it supports many
2353        more CPU models.
2354        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2355        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2356        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2357        formerly in mcp750 plus modifications.
2358        * librdbg/src/powerpc/mcp750/.cvsignore,
2359        librdbg/src/powerpc/mcp750/Makefile.am,
2360        librdbg/src/powerpc/mcp750/remdeb.h,
2361        librdbg/src/powerpc/mcp750/remdeb_f.x,
2362        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2363        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2364        new_exception_processing.
2365        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2366        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2367        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2368        part of this effort to add support for the MPC8xx.
2369
23702001-04-19      Joel Sherrill <joel@OARcorp.com>
2371
2372        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2373        internal include files.
2374
23752001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2376
2377        PR 158
2378        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2379        rcmd() library call by commenting out the parts that deal with signals.
2380        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2381        stdio. The 'server-side' parts of this file which deal with
2382        authentication are disabled since they are not needed.
2383
23842001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2385
2386        * libnetworking/include/.cvsignore: Remove dangling file.
2387
23882001-03-14      Joel Sherrill <joel@OARcorp.com>
2389
2390        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2391        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2392        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2393        libchip style serial drivers can be written in libcpu or libbsp.
2394
23952001-03-01      Joel Sherrill <joel@OARcorp.com>
2396
2397        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2398        libchip/network/sonic.c, libchip/network/sonic.h,
2399        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2400        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2401        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2402        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2403        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2404        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2405        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2406        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2407
24082001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2409
2410        * librdbg/include/rdbg/Makefile.am,
2411        librdbg/include/rdbg/i386/Makefile.am,
2412        librdbg/include/rdbg/m68k/Makefile.am,
2413        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2414        style on include files.
2415
24162001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2417
2418        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2419        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2420        replace ${..} with $(..).
2421        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2422        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2423        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2424        libnetworking/rtems/Makefile.am, libnetworking/
2425        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2426        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2427        include_*HEADERS instead of H_FILES.
2428        * libnetworking/include/Makefile.am: Remove.
2429        * libnetworking/Makefile.am: Add handling of *.h files.
2430        * libnetworking/configure.in: Remove include/Makefile.
2431
24322001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2433
2434        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2435
24362001-01-31      Sergei Organov <osv@javad.ru>
2437
2438        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2439        current dir and root dir removed in favor of new libio support for
2440        task-local current and root directories. - Bug in `close_data_socket()'
2441        introduced by previous change fixed. - `command_pasv()' changed to set
2442        timeout on socket we are listening on and code fixed to don't close
2443        socket twice on error. - `serr()' changed to clear `errno'. -
2444        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2445        changed to clear `errno' before processing session. -
2446        `close_data_socket()' fixed to close both active and passive sockets -
2447        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2448        empty string  in `exec_command()'.
2449
24502001-01-25      Eric Norum <eric.norum@usask.ca>
2451
2452        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2453        improves throughput on systems which are dropping packets.   Only the
2454        first timeout is reduced.  This keeps the number of extra packets down
2455        on networks that are very busy and dropping lots of packets.
2456
24572001-01-24      Sergei Organov <osv@javad.ru>
2458
2459        * libnetworking/rtems_servers/ftpd.c,
2460        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2461        - Timeouts on sockets implemented. 'idle' field added to configuration.
2462        No timeout by default to keep backward compatibility. Note: SITE IDLE
2463        command not implemented yet. - Basic global access control implemented.
2464        'access' field added to configuration. No access limitations by default
2465        to keep backward compatibility. - Anchor data socket for active mode
2466        (using self IP and port 20.) - Fixed default data port support (still
2467        not tested). - Don't allow IP address different from originating host in
2468        PORT command to improve security. - Fixed bug in MDTM command. - Check
2469        for correctness of parsing of argument in command_port(). - Fixed
2470        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2471        a directory. - Command parsing a little bit improved: command names are
2472        now converted to upper-case to be more compatible with RFC (command
2473        names are not case-sensitive.) - Reformat comments so that they have
2474        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2475        previous changes - True ASCII mode implemented (doesn't work for hooks
2476        and /dev/null) - Passive mode implemented, PASV command added. - Default
2477        port for data connection could be used (untested, can't find ftp client
2478        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2479        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2480
24812001-01-18      Joel Sherrill <joel@OARcorp.com>
2482
2483        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2484        macro using variable arguments.
2485        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2486        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2487        since I updated the main RTEMS development machine to RedHat 7.2 and
2488        apparently got a new version of rpcgen.
2489
24902001-01-12      Sergei Organov <osv@javad.ru>
2491
2492        * libnetworking/rtems_servers/ftpd.c,
2493        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2494        - use pool of pre-created threads to handle sessions instead of
2495        creating/deleting threads on the fly - LIST output is now similar to
2496        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2497        happy with it. - LIST NAME now works (both for files and directories) -
2498        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2499        clients happy  - keep track of CWD for every session separately -
2500        ability to specify root directory name for FTPD in configuration table.
2501        FTPD will then create illusion for FTP clients that this is actually
2502        root directory. - ignore options sent in commands, thus LIST -al FILE
2503        works and doesn't try to list "-al" directory. - buffers are allocated
2504        on stack instead of heap where possible to eliminate malloc/free calls
2505        (avoid possible heap fragmentation troubles). - drop using of task
2506        notepad to pass parameters - use function arguments instead - use
2507        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2508        in socket() instead of AF_INET.
2509
25102001-01-02      Joel Sherrill <joel@OARcorp.com>
2511
2512        * libnetworking/CHANGELOG: Removed.
2513        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2514
25152000-12-14      Eric Norum <eric.norum@usask.ca>
2516
2517        * libnetworking/lib/tftpDriver.c: Added write capability.
2518
25192000-12-08      Joel Sherrill <joel@OARcorp.com>
2520
2521        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2522        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2523        numerous variable declarations conditional on PPP_COMPRESS and
2524        PPP_FILTER.  Commented out variables that were not used because the code
2525        using them was commented out. Removed totally unused variables.
2526        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2527        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2528
25292000-11-30      Joel Sherrill <joel@OARcorp.com>
2530
2531        * libnetworking/modem/ppp_tty.c: Changed to include
2532        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2533        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2534        * libnetworking/Makefile.am: Modified to reflect above.
2535
25362000-11-27      Joel Sherrill <joel@OARcorp.com>
2537
2538        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2539
25402000-11-25      Eric Norum <eric.norum@usask.ca>
2541
2542        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2543        core.
2544
25452000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2546
2547        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2548        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2549        subdir.
2550        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2551        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2552        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2553        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2554        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2555        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2556        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2557        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2558        ppp_tty.c and the real pppd main is in pppmain.c.
2559
25602000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2561
2562        * libchip/network/sonic.c: Added ipalign() routine to align the received
2563        packet so that the ip header is on a 32-bit boundary. Necessary for
2564        cpu's that do not allow unaligned loads and stores and when the 32-bit
2565        DMA mode is used.
2566
25672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2568
2569        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2570        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2571        ACLOCAL_AMFLAGS.
2572        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2573        ACLOCAL_AMFLAGS.
2574        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2575        ACLOCAL_AMFLAGS.
2576
25772000-11-03      Chris Johns <ccj@acm.org>
2578
2579        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2580        libchip/network/cs8900.h: New files.
2581
25822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2583
2584        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2585        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2586        $(RTEMS_TOPdir)/aclocal.
2587        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2588        $(RTEMS_TOPdir)/aclocal.
2589        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2590        $(RTEMS_TOPdir)/aclocal.
2591
25922000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2593
2594        * configure.in: Switch to GNU-canonicalization.
2595        * Makefile.am: Reflect changes to configure.in.
2596        * acinclude.m4: Remove.
2597
25982000-10-30      Joel Sherrill <joel@OARcorp.com>
2599
2600        * POSIX include files merged into newlib.  This resulted in some
2601        definitions moving to other files and thus some secondary effects in
2602        RTEMS source code.
2603        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2604        in sync with newlib's <machine/types.h>.
2605        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2606        definition of struct itimerval in <sys/time.h>.
2607
26082000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2609
2610        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2611        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2612        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2613        * ChangeLog: Fix typos.
2614        * configure.in: add tests to the GNU canonicalized subdirectories.
2615
26162000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2617
2618        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2619        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2620        the lib directory before configuring lib/.
2621
26222000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2623
2624        * configure.in, Makefile.am: add exec to the GNU canonicalized
2625        subdirectories.
2626        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2627        * configure.in: add libnetworking, librpc and librdb to the GNU
2628        canonicalized subdirectories.
2629        * configure.in: add libmisc and libchip to the GNU canonicalized
2630        subdirectories.
2631        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2632        Switch to GNU canonicalization.
2633        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2634        Switch to GNU canonicalization.
2635        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2636        Switch to GNU canonicalization.
2637
26382000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2639
2640        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2641        canonicalization to libfs/. The approach is currently a bit of a hack as
2642        GNU canonicalization does not support the per-BSP build some of the
2643        other directories require.  As more of the tree is converted, this will
2644        become less  of an issue.
2645
26462000-10-20      Joel Sherrill <joel@OARcorp.com>
2647
2648        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2649        parameter.
2650
26512000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2652
2653        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2654        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2655        * librdbg/configure.in: Add m68k support.
2656        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2657        subdirectory.
2658        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2659        failure.
2660        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2661        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2662        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2663        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2664        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2665        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2666        librdbg/src/m68k/.cvsignore: New files.
2667        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2668        function pointers.
2669        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2670        _after_ pointer has been checked against NULL.
2671
26722000-10-18      Joel Sherrill <joel@OARcorp.com>
2673
2674        * wrapup/Makefile.am: Added libfs.
2675
26762000-10-18      Chris Johns <ccj@acm.org>
2677
2678        * libfs created.
2679        * configure.in: Added libfs subdirectory.
2680        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2681
26822000-09-28      Joel Sherrill <joel@OARcorp.com>
2683
2684        * libnetworking/rtems_webserver/Makefile.am,
2685        libnetworking/rtems_webserver/base64.c,
2686        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2687        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2688
26892000-09-22      Joel Sherrill <joel@OARcorp.com>
2690
2691        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2692        libnetworking/rtems/rtems_bsdnet_internal.h,
2693        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2694        have included rtems.h.  It is now including precisely the  least amount
2695        of low level, yet portable .h files to get the basic RTEMS types
2696        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2697        used machine/types.h to include rtems.h.
2698
26992000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2700
2701        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2702
27032000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2704
2705        * libnetworking/ChangeLog: Cleanup.
2706
27072000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2708
2709        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2710        * libchip/ChangeLog: Fix formating.
2711
27122000-09-05      Joel Sherrill <joel@OARcorp.com>
2713
2714        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2715        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2716        confusion and to work with the converted flags.
2717
27182000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2719
2720        * wrapup/Makefile.am: Include compile.am.
2721        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2722        libchip/serial/Makefile.am: Include compile.am.
2723        * librdbg/src/i386/any/Makefile.am,
2724        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2725        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2726        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2727        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2728        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2729        libnetworking/rtems_servers/Makefile.am,
2730        libnetworking/rtems_webserver/Makefile.am,
2731        libnetworking/wrapup/Makefile.am: Include compile.am.
2732
27332000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2734
2735        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2736        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2737
27382000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2739
2740        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2741
27422000-08-31      Joel Sherrill <joel@OARcorp.com>
2743
2744        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2745        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2746        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2747        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2748        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2749        * libnetworking/wbase64.c: Removed.
2750        * libnetworking/Makefile.am, libnetworking/asp.c,
2751        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2752        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2753        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2754        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2755        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2756        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2757        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2758        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2759        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2760        Modified.
2761
27622000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2763
2764        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2765
27662000-08-30      Joel Sherrill <joel@OARcorp.com>
2767
2768        * libnetworking/rtems_webserver/license.txt: New file.
2769
27702000-08-10      Joel Sherrill <joel@OARcorp.com>
2771
2772        * ChangeLog: New file.
2773        * libchip/ChangeLog: New file.
2774        * librdbg/ChangeLog: New file.
2775        * libnetworking/ChangeLog: New file.
2776
Note: See TracBrowser for help on using the repository browser.