source: rtems/c/src/ChangeLog @ a093b8f

4.104.114.84.95
Last change on this file since a093b8f was 1b3028c, checked in by Jennifer Averett <Jennifer.Averett@…>, on 04/28/05 at 14:28:30

2005-04-28 Jennifer Averett <jennifer.averett@…>

PR 781/rtems_misc

  • libchip/serial/ns16550_p.h: Fix baud rate calculation
  • Property mode set to 100644
File size: 109.9 KB
Line 
12005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
2
3        PR 781/rtems_misc
4        * libchip/serial/ns16550_p.h: Fix baud rate calculation
5
62005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
7
8        * libchip/serial/ns16550.c:
9        Fixed warnings generated in various powerpc configurations
10
112005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
12
13        * libchip/serial/ns16550.c: Modified
14        ISR to work with PPC new exception processing
15
162005-03-14      Joel Sherrill <joel@OARcorp.com>
17
18        * libchip/network/dec21140.c, libchip/network/elnk.c,
19        libchip/network/if_fxp.c: Continue PCI API unification. All use
20        pci_find_device(). Network drivers manufacture a signature since all
21        calls have not been converted yet.
22
232005-03-04      Joel Sherrill <joel@OARcorp.com>
24
25        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
26        initialize function part of the unified PCI API as pci_initialize().
27
282005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
31        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
32
332005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
36        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
37
382005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * aclocal/ppc.m4: Reflect changes to ppc exception processing
41        building procedures.
42
432005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * aclocal/prog-cc.m4:
46        Quote CFLAGS's RHS to accomodate Solaris broken sh.
47
482005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
51
522005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
53
54        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
55
562005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
59
602005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        * libnetworking/rtems_servers/ftp.c,
63        libnetworking/rtems_servers/ftp.h,
64        libnetworking/rtems_servers/Makefile.am:
65        Remove (relocated to cpukit/ftpd).
66        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
67        removed move libnetworking/rtems_servers.
68
692005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
72
732005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        PR 755/rtems
76        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
77        Remove local declarations of rtems_bsdnet_nameservers,
78        rtems_bsdnet_nameservers_count.
79
802005-01-31      Sergei Organov <osv@topconrd.ru>
81
82        PR 751/pppd
83        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
84        committed to fix PR736 breaks pppd. chat.c should have its own static
85        ttyfd for pppd to work correctly. The symptom is that second
86        invokation of chat (for connect script) fails due to pppd_ttyfd set
87        to -1 by previous chat invokation (for init script). In addition,
88        this patch fixes leaving of dangling pointer in the abort_stbring[]
89        by chat_send().
90
912005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * configure.ac: Remove CFLAGS_DEBUG_V.
94        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
95
962005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * wrapup/Makefile.am: Remove rtems-ctor.o.
99
1002005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * libchip/rtc/rtc.h: size_t RTC_Count.
103
1042005-01-20      Joel Sherrill <joel@OARcorp.com>
105
106        PR 736/pppd
107        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
108        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
109        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
110        should not be static and should have a name more specific to pppd.
111
1122005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
115        libnetworking/rtems_servers/Makefile.am,
116        libnetworking/rtems_telnetd/Makefile.am,
117        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
118        Eliminate CFLAGS_OPTIMIZE_V.
119
1202005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
121
122        * configure.ac: Pass CFLAGS to testsuites configure.
123        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
124        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
125
1262005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * configure.ac: Pass CFLAGS to cpukit configure.
129        * aclocal/rtems-flags.m4: Remove (Unused).
130        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
131        * aclocal/env-rtemsbsp.m4:
132        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
133        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
134        RTEMS_CFLAGS.
135        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
136        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
137        Cleanup comments.
138
1392005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * automake/compile.am: Remove build-variant support.
142
1432005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * libnetworking/pppd/Makefile.am,
146        libnetworking/rtems_servers/Makefile.am,
147        libnetworking/rtems_telnetd/Makefile.am:
148        Remove build-variant support.
149
1502005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
151
152        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
153        support/Makefile.am, wrapup/Makefile.am:
154        Remove build-variant support.
155
1562004-11-22      Joel Sherrill <joel@OARcorp.com>
157
158        * libchip/network/if_fxp.c: Add entry for another module ID code.
159
1602004-11-22      Joel Sherrill <joel@OARcorp.com>
161
162        PR 693/misc
163        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
164        in/outport routines.
165
1662004-11-22      Joel Sherrill <joel@OARcorp.com>
167
168        PR 693/misc
169        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
170        in/outport routines.
171
1722004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
173
174        * aclocal/enable-itron.m4: Remove (unused).
175
1762004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
177
178        * configure.ac: Misc. quoting cleanups.
179        Enable ada-tests iff --enable-ada and --enable-tests.
180
1812004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
182
183        PR 703/filesystem
184        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
185        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
186        libchip/ide/ide_controller.c:
187        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
188        available for BSPS/device drivers.
189        Extend the "modes_available" and "mode_active" parameters to
190        uint16_t for UDMA support.
191
1922004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
193
194        * libchip/network/dec21140.c: Cleanup a bit and remove message about
195        not supported on PowerPC since it works on the MVME2100 BSP.
196
1972004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
198
199        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
200        Add dependency tracking for *.cfgs.
201        * Makefile.am: Add dependency tracking for *.cfg.
202
2032004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
204
205        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
206        (Thanks to Lars Munch <lars@segv.dk> for catching this).
207
2082004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
209
210        PR 707/make_build
211        * configure.ac: Add --enable-rpcgen.
212
2132004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
214
215        PR 700/rtems_misc
216        * libnetworking/rtems_webserver/asp.c,
217        libnetworking/rtems_webserver/balloc.c,
218        libnetworking/rtems_webserver/cgi.c,
219        libnetworking/rtems_webserver/default.c,
220        libnetworking/rtems_webserver/ej.h,
221        libnetworking/rtems_webserver/ejIntrn.h,
222        libnetworking/rtems_webserver/ejlex.c,
223        libnetworking/rtems_webserver/ejparse.c,
224        libnetworking/rtems_webserver/emfdb.c,
225        libnetworking/rtems_webserver/emfdb.h,
226        libnetworking/rtems_webserver/form.c,
227        libnetworking/rtems_webserver/handler.c,
228        libnetworking/rtems_webserver/h.c,
229        libnetworking/rtems_webserver/license.txt,
230        libnetworking/rtems_webserver/Makefile.am,
231        libnetworking/rtems_webserver/md5c.c,
232        libnetworking/rtems_webserver/md5.h,
233        libnetworking/rtems_webserver/mime.c,
234        libnetworking/rtems_webserver/misc.c,
235        libnetworking/rtems_webserver/NOTES,
236        libnetworking/rtems_webserver/ringq.c,
237        libnetworking/rtems_webserver/rom.c,
238        libnetworking/rtems_webserver/rtems_webserver.h,
239        libnetworking/rtems_webserver/security.c,
240        libnetworking/rtems_webserver/sock.c,
241        libnetworking/rtems_webserver/socket.c,
242        libnetworking/rtems_webserver/sockGen.c,
243        libnetworking/rtems_webserver/sym.c,
244        libnetworking/rtems_webserver/uemf.c,
245        libnetworking/rtems_webserver/uemf.h,
246        libnetworking/rtems_webserver/um.c,
247        libnetworking/rtems_webserver/um.h,
248        libnetworking/rtems_webserver/umui.c,
249        libnetworking/rtems_webserver/url.c,
250        libnetworking/rtems_webserver/value.c,
251        libnetworking/rtems_webserver/wbase64.c,
252        libnetworking/rtems_webserver/webcomp.c,
253        libnetworking/rtems_webserver/webmain.c,
254        libnetworking/rtems_webserver/webpage.c,
255        libnetworking/rtems_webserver/webrom.c,
256        libnetworking/rtems_webserver/webs.c,
257        libnetworking/rtems_webserver/websda.c,
258        libnetworking/rtems_webserver/websda.h,
259        libnetworking/rtems_webserver/webs.h,
260        libnetworking/rtems_webserver/websSSL.c,
261        libnetworking/rtems_webserver/websSSL.h,
262        libnetworking/rtems_webserver/websuemf.c,
263        libnetworking/rtems_webserver/wsIntrn.h:
264        Remove (Moved to cpukit/http).
265
2662004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
267
268        PR 700/rtems_misc
269        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
270        Remove libnetworking/rtems_webserver.
271
2722004-10-25      Eric Norum <norume@aps.anl.gov>
273
274        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
275
2762004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
277
278        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
279
2802004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
281
282        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
283        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
284
2852004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
286
287        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
288
2892004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
290
291        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
292        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
293
2942004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
295
296        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
297        BITSPERBYTE.
298
2992004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
300
301        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
302        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
303
3042004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
305
306        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
307
3082004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
309
310        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
311        * aclocal/enable-bare.m4: Remove.
312        * configure.ac: Remove BARE_CPU_MODEL.
313
3142004-10-13      Eric Norum <norume@aps.anl.gov>
315
316        PR 688/bsps
317        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
318        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
319        MC146818A (and several Dallas Semiconductor) TOD chips.
320
3212004-10-13      Eric Norum <norume@aps.anl.gov>
322
323        PR 686/networking
324        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
325        device code.
326
3272004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
328
329        * libchip/network/dec21140.c: include <rtems/pci.h>.
330
3312004-09-29      Joel Sherrill <joel@OARcorp.com>
332
333        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
334        libnetworking/pppd/utils.c: i960 obsoleted and all references
335        removed.
336
3372004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
338
339        PR 607/networking
340        * libchip/network/dec21140.c: Made PCI configuration minimum sane
341        instead of fully specifying unused PCI features.
342
3432004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
344
345        * configure.ac: Require automake > 1.9.
346
3472004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
348
349        * aclocal/rtems-cpu-subdirs.m4: Add avr.
350
3512004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
352
353        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
354        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
355
3562004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
357
358        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
359        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
360
3612004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
362
363        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
364
3652004-07-28  Joel Sherrill <joel@OARcorp.com>
366
367    * aclocal/version.m4: Updated to rtems-4.6.99.1.
368
3692004-07-25      Joel Sherrill <joel@OARcorp.com>
370
371        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
372
3732004-05-21  Till Strauman <strauman@slac.stanford.edu>
374
375        PR 625/networking
376        * libchip/network/dec21140.c, ... : Prevent name clashes by making
377        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
378        an error rather than panic if no chip is detected (thus allowing
379        for probing).
380        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
381        instead of looping forever.  Avoid divide by zero (crashed my PC).
382        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
383        they are UNTESTED.
384
3852004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
386
387        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
388
3892004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
390
391        * libchip/network/dec21140.c, libchip/network/elnk.c:
392        #include <errno.h>.
393
3942004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
395
396        * libchip/network/if_media.h: Update from FreeBSD.
397        * libchip/network/open_eth.c, libchip/network/cs8900.c,
398        libchip/network/i82586.c: #include <errno.h>.
399
4002004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
401
402        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
403
4042004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
405
406        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
407
4082004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
409
410        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
411        automake).
412
4132004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
414
415        PR 599/pppd
416        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
417
4182004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
419
420        * optman/rtems/no-region.c: Reflect having changed
421        rtems_region_get_segment_size.
422
4232004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
424
425        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
426        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
427        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
428        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
429        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
430        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
431        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
432
4332004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
434
435        * libchip/ide/ata.c, libchip/network/dec21140.c,
436        libchip/network/elnk.c, libchip/network/i82586.c,
437        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
438        libchip/network/open_eth.c, libchip/network/sonic.c,
439        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
440        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
441        libchip/shmdr/init.c, libchip/shmdr/intr.c,
442        libchip/shmdr/shm_driver.h: Cosmetics.
443
4442004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
445
446        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
447        optman/rtems/no-msg.c, optman/rtems/no-part.c,
448        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
449        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
450        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
451        fixed size types.
452
4532004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
454
455        * configure.ac: Explicitly pass --includedir and --libdir to
456        cpukit/configure.
457
4582004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
459
460        * librdbg/Makefile.am: Fix rpcgen rules.
461        * librdbg/src/i386/any/remdeb_xdr.c,
462        librdbg/src/m68k/any/remdeb_xdr.c,
463        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
464        Reflect changes to librdbg/Makefile.am.
465
4662004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
467
468        * configure.ac: Reflect changes testsuites/configure.ac and
469        cpukit/configure.ac.
470
4712004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
472
473        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
474        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
475
4762004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
477
478        * configure.ac: Reflect changes to testsuites's configuration.
479
4802004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
481
482        PR/589 rtems
483        * libchip/network/pci.h: Remove (Moved to cpukit).
484
4852004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
486
487        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
488        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
489        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
490        libchip/network/dec21140.c, libchip/network/elnk.c,
491        libchip/network/if_fxp.c, libchip/network/open_eth.c,
492        libchip/network/open_eth.h, libchip/network/sonic.c,
493        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
494        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
495        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
496        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
497        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
498        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
499        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
500        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
501        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
502        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
503        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
504        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
505        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
506        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
507        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
508        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
509        fixed-size types.
510
5112004-03-14      Chris Johns  <chrisj@rtems.org>
512
513        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
514        the BSP example code.
515        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
516        support the DIMMPC. This is a pc386 target with IO port support. Minor
517        formating clean up. Add documentation to the header file.
518        * libchip/network/README.cs8900: The CS8900 driver is documented in the
519        cs8900.h header file.
520
5212004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
524        Cosmetics.
525
5262004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
529        There are no application level Makefiles in here.
530
5312004-03-04      Joel Sherrill <joel@OARcorp.com>
532
533        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
534        they can be used in application level makefiles.
535
5362004-03-05      Joel Sherrill <joel@OARcorp.com>
537
538        * libnetworking/rtems_webserver/ejparse.c,
539        libnetworking/rtems_webserver/emfdb.c,
540        libnetworking/rtems_webserver/sock.c,
541        libnetworking/rtems_webserver/socket.c,
542        libnetworking/rtems_webserver/sym.c,
543        libnetworking/rtems_webserver/webs.c,
544        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
5452004-03-05      Joel Sherrill <joel@OARcorp.com>
546
547        * libchipnetwork/open_eth.c: Remove warnings by conditionally
548        compiling this file only only those CPU families with supported
549        exception models.
550
5512004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * acinclude.m4: Fix loosing arguments when configuring cpukit and
554        testsuites (Was exposed with --enable-multilib, only).
555        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
556         Add RTEMS_BSP_CONFIG_SUBDIR.
557        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
558        testsuites's configure.
559        * aclocal/rtems-top.m4: Remove ENDIF hack.
560        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
561
5622004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
565        wrapup/Makefile.am: Fix automake problems having been introduced
566        in previous patch.
567
5682004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
571        Preinstall dirs.
572        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
573        * aclocal/check-multiprocessing.m4: Cosmetics.
574        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
575        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
576
5772004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
580        librdbg/src/Makefile.am.
581        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
582        * configure.ac: Reflect changes above.
583        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
584        * wrapup/Makefile.am: Reflect changes above.
585        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
586
5872004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
590
5912004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
594
5952004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * wrapup/Makefile.am: Reflect new location of librdbg.a.
598
5992004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
602        librdbg/src/powerpc/Makefile.am: Remove.
603        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
604        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
605        * configure.ac: Reflect changes above.
606
6072004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609
6102004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
613        STRIP.
614
6152004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * librdbg/include/Makefile.am: Merge-in
618        librdbg/include/rdbg/i386/Makefile.am,
619        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
620        librdbg/include/rdbg/powerpc/Makefile.am.
621        * librdbg/include/rdbg/i386/Makefile.am,
622        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
623        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
624        * configure.ac: Reflect changes above.
625
6262004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * configure.ac: Use AS_HELP_STRING(ada).
629
6302004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * aclocal/bspopts.m4: Use AS_HELP_STRING.
633        * aclocal/bsp-configure.m4: Require autoconf-2.59.
634        Use AC_CONFIG_HEADERS.
635        * aclocal/check-custom-bsp.m4: Add bspkit-support.
636        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
637
6382004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * Makefile.am: include local.am.
641
6422004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * aclocal/version.m4: 4.6.99.0.
645
6462004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * Makefile.am: Don't include host.am.
649        * automake/compile.am: Further cleanups.
650
6512004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * automake/lib.am: Remove (Unused).
654
6552004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * wrapup/Makefile.am: Don't include lib.am.
658        * automake/compile.am: Use automake compilation rules.
659
6602004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * libnetworking/pppd/Makefile.am,
663        libnetworking/rtems_servers/Makefile.am,
664        libnetworking/rtems_telnetd/Makefile.am,
665        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
666        support/Makefile.am: Don't include lib.am.
667
6682004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * libchip/Makefile.am: Don't include lib.am.
671        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
672        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
673        unnecessary EXTRA_DISTs.
674
6752004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
678        hack.
679
6802004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
683        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
684        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
685        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
686
6872004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
690        Add AM_CONDITIONAL(HAS_MP).
691        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
692        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
693        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
694        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
695        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
696        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
697        (Deprecated by autoconf 2.59).
698
6992004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
702        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
703
7042004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * ChangeLog: Merge-in libnetworking/ChangeLog.
707        * libnetworking/ChangeLog: Remove.
708        * ChangeLog: Merge-in librdbg/ChangeLog.
709        * librdbg/ChangeLog: Remove.
710        * ChangeLog: Merge-in libchip/ChangeLog.
711        * libchip/ChangeLog: Remove.
712        * ChangeLog: Merge-in optman/ChangeLog.
713        * optman/ChangeLog: Remove.
714
7152004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
716
717        * configure.ac: Reflect changes to cpukit.
718        * wrapup/Makefile.am: Reflect changes to librdbg.
719        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
720        * libchip/Makefile.am: Add PREINSTALL_DIRS.
721        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
722        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
723        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
724        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
725        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
726        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
727        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
728
7292004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * aclocal/rtems-top.m4: Remove check for version.m4.
732        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
733
7342004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
737        * wrapup/Makefile.am: Reflect changes to libchip/*.
738        * support/Makefile.am: Use automake compilation rules.
739        * wrapup/Makefile.am: Reflect changes to support/*.
740        * configure.ac: Remove libnetworking/wrapup/Makefile.
741        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
742        libnetworking/*/lib*.a instead of libnetapps.a.
743        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
744        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
745        * optman/Makefile.am: Use automake compilation rules.
746        * libchip/Makefile.am: Fix typo in previous patch.
747        * libchip/Makefile.am: Use automake compilation rules.
748        * libnetworking/Makefile.am: Remove wrapup.
749        * libnetworking/pppd/Makefile.am: Build libpppd. Use
750        automake-compilation rules.
751        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
752        automake-compilation rules.
753        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
754        automake-compilation rules.
755        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
756        automake-compilation rules.
757        * libnetworking/wrapup/Makefile.am: Remove (Unused).
758
7592004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760
761        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
762        PRE/TMPINSTALL_FILES to CLEANFILES.
763        * automake/lib.am: Remove TMPINSTALL_FILES.
764        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
765        PRE/TMPINSTALL_FILES to CLEANFILES.
766        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
767        PRE/TMPINSTALL_FILES to CLEANFILES.
768        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
769        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
770        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
771        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
772        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
773        * librdbg/src/i386/Makefile.am: Ditto.
774        * librdbg/src/m68k/Makefile.am: Ditto.
775        * librdbg/src/powerpc/Makefile.am: Ditto.
776        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
777        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
778        * libnetworking/rtems_servers/Makefile.am: Ditto.
779        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
780        * libnetworking/rtems_webserver/Makefile.am: Ditto.
781
7822004-01-07      Joel Sherrill <joel@OARcorp.com>
783
784        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
785        more completely covers the MIPS family.
786
7872003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
788
789        * wrapup/Makefile.am: Reflect changes to shmdr.
790        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
791
7922003-12-18      Joel Sherrill <joel@OARcorp.com>
793
794        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
795        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
796        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
797        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
798        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
799        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
800        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
801
8022003-12-17      Joel Sherrill <joel@OARcorp.com>
803
804        * aclocal/version.m4: Updated to rtems-20031217-test.
805
8062003-12-17     
807
808        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
809        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
810
8112003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * automake/compile.am: Remove LINK_LIBS (Unused).
814        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
815
8162003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
817
818        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
819        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
820        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
821        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
822        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
823
8242003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
825
826        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
827        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
828        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
829        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
830        * librdbg/src/i386/Makefile.am:
831        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
832        * librdbg/src/m68k/Makefile.am:
833        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
834        * librdbg/src/powerpc/Makefile.am:
835        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
836
8372003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
840        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
841        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
842        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
843        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
844        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
845        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
846        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
847        * optman/Makefile.am: Remove project_libdir.
848        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
849        PRE/TMPINSTALL_FILES.
850        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
851        PRE/TMPINSTALL_FILES.
852        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
853        PRE/TMPINSTALL_FILES.
854        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
855        PRE/TMPINSTALL_FILES.
856        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
857        from PRE/TMPINSTALL_FILES.
858        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
859        PRE/TMPINSTALL_FILES.
860        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
861        PRE/TMPINSTALL_FILES.
862        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
863        PRE/TMPINSTALL_FILES.
864        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
865        PRE/TMPINSTALL_FILES.
866        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
867        PRE/TMPINSTALL_FILES.
868        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
869        PRE/TMPINSTALL_FILES.
870        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
871        from PRE/TMPINSTALL_FILES.
872
8732003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
874
875        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
876        * automake/lib.am: Remove project_libdir.
877        * wrapup/Makefile.am: Reworked.
878
8792003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
880
881        * configure.ac: Reflect changes to librdbg.
882        * optman/Makefile.am: Add tmpinstall dirstamp support.
883        * libchip/Makefile.am: Fix variant-tmpinstall support.
884        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
885        * librdbg/src/powerpc/Makefile.am: Merge-in former
886        new_exception_processing/Makefile.am.
887        * librdbg/src/m68k/any/Makefile.am: Remove.
888        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
889        * librdbg/src/i386/any/Makefile.am: Remove.
890        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
891        * librdbg/src/Makefile.am: Cosmetics.
892        * librdbg/include/Makefile.am: Cosmetics.
893        * librdbg/Makefile.am: Cosmetics.
894        * libnetworking/Makefile.am: Cosmetics.
895        * libnetworking/pppd/Makefile.am: Cosmetics.
896        * libnetworking/wrapup/Makefile.am: Cosmetics.
897
8982003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
899
900        * Makefile.am: Cosmetics.
901        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
902        support.
903
9042003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * automake/compile.am: Remove $(ARCH):-rule.
907
9082003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
909
910        * configure.ac: Remove lib/libbsp/shared/Makefile,
911        lib/libbsp/shmdr/Makefile.
912
9132003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
914
915        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
916        libchip/serial/Makefile, libchip/rtc/Makefile.
917        * support/Makefile.am: Remove all-local: $(ARCH).
918        * wrapup/Makefile.am: Remove all-local: $(ARCH).
919        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
920        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
921        * optman/Makefile.am: Remove all-local: $(ARCH).
922        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
923        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
924        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
925        compilation dirstamp support.
926        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
927        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
928        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
929        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
930        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
931        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
932        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
933        all-local: $(ARCH).
934        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
935        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
936        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
937        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
938        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
939
9402003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
941
942        * aclocal/lead-dot.m4: New (from automake-1.7f).
943        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
944        AC_SUBST(dirstamp).
945        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
946        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
947        libchip/serial/Makefile.am: Ditto.
948        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
949        * librdbg/include/Makefile.am: Ditto.
950        * librdbg/include/rdbg/Makefile.am: Ditto.
951        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
952        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
953        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
954        * librdbg/src/Makefile.am: Ditto.
955        * librdbg/src/i386/Makefile.am: Ditto.
956        * librdbg/src/i386/any/Makefile.am: Ditto.
957        * librdbg/src/m68k/Makefile.am: Ditto.
958        * librdbg/src/m68k/any/Makefile.am: Ditto.
959        * librdbg/src/powerpc/Makefile.am: Ditto.
960        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
961        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
962        preinstallation.
963        * libnetworking/pppd/Makefile.am: Ditto.
964        * libnetworking/rtems_servers/Makefile.am: Ditto.
965        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
966        * libnetworking/rtems_webserver/Makefile.am: Ditto.
967        * libnetworking/wrapup/Makefile.am: Ditto.
968
9692003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
970
971        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
972        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
973        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
974        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
975        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
976        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
977        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
978        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
979        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
980        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
981        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
982        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
983        underquoting to silence automake-1.8.
984
9852003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
986
987        * configure.ac: Reflect having moved tests to ../../testsuites.
988
9892003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
990
991        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
992        * aclocal/canonical-host.m4: Remove.
993        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
994        * configure.ac: Remove RTEMS_CANONICAL_HOST.
995
9962003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
997
998        * aclocal/check-cpu.m4: Remove.
999        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1000        * aclocal/canonical-target-name.m4: Add m4-quotes.
1001        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1002        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1003        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1004        * aclocal/check-networking.m4: Add m4-quotes. Require
1005        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1006        * aclocal/check-posix.m4: Add m4-quotes. Require
1007        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1008        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1009        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1010        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1011
10122003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1013
1014        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1015        * aclocal/bsp-alias.m4: Remove.
1016
10172003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1018
1019        * configure.ac: Make presence of tests/ optional.
1020
10212003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1022
1023        * aclocal/path-perl.m4: Remove (Unused).
1024
10252003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1026
1027        * automake/force-preinstall.am: Remove.
1028
10292003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1030
1031        PR 499/rtems_misc
1032        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1033        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1034        Configuration (Odd was forced) - Correction of Stop Bit configuration
1035        (inversed) - Correction of ISR Handler to call
1036        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1037        CTS Hardware flow control Configuration.
1038
10392003-09-04      Joel Sherrill <joel@OARcorp.com>
1040
1041        * lib/libcpu/shared/include/cache.h,
1042        lib/libcpu/shared/src/cache_aligned_malloc.c,
1043        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1044        license changed.
1045        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1046        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1047        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1048        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1049        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1050        for license changed.
1051        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1052        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1053        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1054        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1055        libchip/network/cs8900.h, libchip/network/dec21140.c,
1056        libchip/network/elnk.c, libchip/network/open_eth.c,
1057        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1058        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1059        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1060        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1061        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1062        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1063        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1064        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1065        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1066        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1067        libchip/serial/serial.h, libchip/serial/z85c30.c,
1068        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1069        libchip/serial/z85c30_reg.c: URL for license changed.
1070
10712003-09-03      Jiri Gaisler <jiri@gaisler.com>
1072
1073        PR 477/networking
1074        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1075        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1076        libchip/network/open_eth.h: New files.
1077
10782003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1079
1080        * aclocal/rtems-top.m4: Add RTEMS_API.
1081        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1082
10832003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1084
1085        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1086        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1087        @RTEMS_BSP@.cfg.
1088
10892003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1090
1091        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1092
10932003-08-20      Joel Sherrill <joel@OARcorp.com>
1094
1095        * libchip/network/cs8900.c: Correct copyright statements.
1096
10972003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1098
1099        * aclocal/check-itron.m4: Remove.
1100        * aclocal/enable-inlines.m4: Remove.
1101        * Makefile.am: Reflect having moved aclocal/.
1102        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1103        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1104        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1105        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1106        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1107        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1108        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1109        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1110        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1111        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1112        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1113        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1114        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1115        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1116        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1117        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1118        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1119        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1120        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1121        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1122        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1123        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1124        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1125        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1126        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1127        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1128        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1129        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1130        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1131        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1132        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1133        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1134        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1135        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1136        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1137        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1138        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1139        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1140        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1141        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1142        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1143        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1144        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1145        * aclocal/target.m4: New (Copied from ../../aclocal).
1146        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1147        * aclocal/version.m4: New (Copied from ../../aclocal).
1148
11492003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1150
1151        * configure.ac: Remove stray comments.
1152        * automake/local.am, automake/host.am: Remove "debug".
1153
11542003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1155
1156        * Makefile.am: Reflect having moved automake/.
1157        * lib/Makefile.am: Reflect having moved automake/.
1158        * support/Makefile.am: Reflect having moved automake/.
1159        * wrapup/Makefile.am: Reflect having moved automake/.
1160        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1161        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1162        from ../../automake).
1163        * optman/Makefile.am: Reflect having moved automake/.
1164        * libchip/Makefile.am: Reflect having moved automake/.
1165        * libchip/ide/Makefile.am: Reflect having moved automake/.
1166        * libchip/network/Makefile.am: Reflect having moved automake/.
1167        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1168        * libchip/serial/Makefile.am: Reflect having moved automake/.
1169        * librdbg/Makefile.am: Reflect having moved automake/.
1170        * librdbg/include/Makefile.am: Reflect having moved automake/.
1171        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1172        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1173        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1174        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1175        automake/.
1176        * librdbg/src/Makefile.am: Reflect having moved automake/.
1177        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1178        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1179        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1180        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1181        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1182        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1183        having moved automake/.
1184        * libnetworking/Makefile.am: Reflect having moved automake/.
1185        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1186        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1187        automake/.
1188        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1189        automake/.
1190        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1191        automake/.
1192        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1193
11942003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1195
1196        * Makefile.am: Add bsp.pc.in.
1197        * bsp.pc.in: New (pkgconfig support).
1198
11992003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1200
1201        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1202
12032003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1204
1205        * lib/Makefile.am: New (Required by 'make dist').
1206        * lib/ChangeLog: Remove.
1207        * lib/.cvsignore: Cleanup.
1208        * configure.ac: Reflect having added lib/Makefile.am.
1209        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1210        lib/libbsp/configure.ac.
1211        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1212        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1213
12142003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1215
1216        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1217        * configure.ac: Merge-in librdbg/configure.ac.
1218        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1219        librdbg/configure.ac.
1220        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1221        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1222        LIBCHIP. Conditionally build include-dirs.
1223        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1224        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1225        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1226        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1227        librdbg/include/rdbg/m68k/Makefile.am,
1228        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1229        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1230        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1231        librdbg/src/powerpc/Makefile.am, librdbg/
1232        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1233        configure.ac into ../configure.ac.
1234        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1235        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1236        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1237        libnetworking/rtems_telnetd/Makefile.am,
1238        libnetworking/rtems_webserver/Makefile.am,
1239        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1240        into ../configure.ac.
1241
12422003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1243
1244        PR 427/rtems
1245        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1246        * librdbg/src/servtsp.c: Ditto.
1247
12482003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1249
1250        PR 429/bsps
1251        PR 432/bsps
1252        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1253        packets are queued onto an elnk board, the ISR will deadlock the device
1254        with a tx complete interrupt.  Lighter tx loads are not affected as they
1255        end up submitting single packets to the device.
1256
12572003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1258
1259        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1260        optman/configure.ac.
1261        * optman/configure.ac: Remove (Merged into ../configure.ac).
1262        * optman/Makefile.am: Reflect having merged configure.ac into
1263        ../configure.ac.
1264        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1265        * libchip/Makefile.am, libchip/ide/Makefile.am,
1266        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1267        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1268        ../configure.ac.
1269
12702003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1271
1272        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1273
12742003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1275
1276        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1277        on i386.
1278
12792003-06-13      Joel Sherrill <joel@OARcorp.com>
1280
1281        * libnetworking/pppd/chat.c: Removed warnings.
1282
12832003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1284
1285        * libchip/network/README.3com: New file missed in previous commit.
1286        PR 405/bsps
1287        PR 393/networking
1288        * libchip/network/dec21140.c: Fix leak also known as PR393.
1289        * libchip/network/elnk.c, libchip/network/if_media.h,
1290        libchip/network/mii.h: New files.
1291        * libchip/network/Makefile.am: Reflect new files.
1292
12932003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1294
1295        * configure.ac: Remove support for profile-variant.
1296
12972003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1298
1299        PR 397/pppd
1300        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1301        * libnetworking/pppd/magic.c: Remove *rand48.
1302        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1303
13042003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1305
1306        * wrapup/Makefile.am: Add libide.a.
1307
13082003-04-15      Joel Sherrill <joel@OARcorp.com>
1309
1310        PR 387/rtems_misc
1311        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1312        routines.
1313        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1314
13152003-04-11      Joel Sherrill <joel@OARcorp.com>
1316
1317        * libnetworking/rtems_webserver/cgi.c,
1318        libnetworking/rtems_webserver/sockGen.c,
1319        libnetworking/rtems_webserver/umui.c,
1320        libnetworking/rtems_webserver/websSSL.c,
1321        libnetworking/rtems_webserver/websSSL.h,
1322        libnetworking/rtems_webserver/websda.c,
1323        libnetworking/rtems_webserver/websda.h: New files. Not included in
1324        previous commit.
1325
13262003-04-10      Joel Sherrill <joel@OARcorp.com>
1327
1328        PR 371/pppd
1329        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1330        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1331        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1332        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1333        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1334        still global symbols in rtemspppd.h which might need to be changed or
1335        converted into member of a structure which is dereferenced with a
1336        pointer that is managed as a per task variable. But this patch should
1337        avoid many conflicts.
1338
13392003-03-27      Joel Sherrill <joel@OARcorp.com>
1340
1341        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1342        not allowed in the cpukit source code since it must be buildable
1343        independent of any BSP. These files were moved to libchip/ide.
1344        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1345        files.
1346
13472003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1348
1349        PR 368/filesystems
1350        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1351        improvements which now work on pc386 and mbx8xx.
1352        * libchip/ide/ide_controller.c: New file.
1353
13542003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1355
1356        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1357
13582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1359
1360        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1361        * configure.ac: Add support/.
1362        * support/.cvsignore: New.
1363        * support/Makefile.am: New.
1364        * support/version.c: New.
1365        * wrapup/Makefile.am: Add support/libsupport.a.
1366        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1367        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1368        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1369        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1370
13712003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1372
1373        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1374
13752003-02-20      Till Straumann <strauman@slac.stanford.edu>
1376
1377        PR 354/networking
1378        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1379        chip against a table of supported chips. The untested ones are still
1380        commented out, however.
1381
13822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1383
1384        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1385        * configure.ac: AC_PREREQ(2.57).
1386        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1387        * optman/configure.ac: AC_PREREQ(2.57).
1388        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1389        * libchip/configure.ac: AC_PREREQ(2.57).
1390        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1391        * librdbg/configure.ac: AC_PREREQ(2.57).
1392        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1393        * libnetworking/configure.ac: AC_PREREQ(2.57).
1394
13952003-02-06      Joel Sherrill <joel@OARcorp.com>
1396
1397        * libnetworking/pppd/chat.c: Convert routines with common names to
1398        static. This included get_char(), put_char(), and character() among
1399        others.
1400
14012003-02-03      Joel Sherrill <joel@OARcorp.com>
1402
1403        PR 338/filesystem
1404        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1405        rtems_io_lookup_name() (API change).  Unused function removed.
1406
14072003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1408
1409        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1410        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1411        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1412        Eliminate *_O_FILES.
1413        * libnetworking/rtems_servers/Makefile.am,
1414        libnetworking/rtems_webserver/Makefile.am,
1415        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1416
14172002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1418
1419        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1420        Let all-local: depend on $(LIB).
1421        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1422        * optman/Makefile.am: Apply install-data-local to install *.rels.
1423
14242002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1425
1426        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1427        %.c rules.
1428        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1429        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1430        * libchip/rtc/Makefile.am: Ditto.
1431        * libchip/serial/Makefile.am: Ditto.
1432
14332002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1434
1435        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1436        LIBC_DEFINES.
1437        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1438        LIBC_DEFINES.
1439        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1440        LIBC_DEFINES.
1441
14422002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1443
1444        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1445
14462002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1447
1448        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1449        cache-checking.
1450        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1451
14522002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1453
1454        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1455        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1456        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1457        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1458        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1459
14602002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1461
1462        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1463        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1464        Remove.
1465        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1466
14672002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1468
1469        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1470        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1471
14722002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1473
1474        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1475        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1476
14772002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1478
1479        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1480        * optman/rel.am: New.
1481
14822002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1483
1484        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1485        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1486        braino in comment on "exec". Extend --enable-ada handling.
1487
14882002-11-04      Joel Sherrill <joel@OARcorp.com>
1489
1490        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1491        tasks and rolling multiple loops into 1.
1492        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1493        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1494        Removed warnings.
1495
14962002-10-31      Joel Sherrill <joel@OARcorp.com>
1497
1498        * libchip/network/dec21140.c: Removed warnings.
1499        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1500        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1501        librdbg/src/m68k/any/remdeb_xdr.c,
1502        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1503        warnings.
1504        * libnetworking/rtems_webserver/socket.c,
1505        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1506
15072002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1508
1509        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1510        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1511        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1512        above.
1513
15142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1515
1516        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1517        * wrapup/.cvsignore: Remove autom4te.cache.
1518        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1519        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1520        autom4te.cache.
1521        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1522        autom4te.cache.
1523        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1524        autom4te.cache.
1525
15262002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1527
1528        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1529
15302002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1531
1532        * optman/.cvsignore: Add autom4te.cache.
1533
15342002-09-14      Joel Sherrill <joel@OARcorp.com>
1535
1536        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1537
15382002-09-07      Joel Sherrill <joel@OARcorp.com>
1539
1540        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1541        include files to resolve warnings.
1542
15432002-09-07      Chris Johns <ccj@acm.org>
1544
1545        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1546        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1547        which corrects the problem  where the cs8900.c file was actually the BSP
1548        glue.  Joel did some hacking so this file will compile.  Previously it
1549        required providing a target.h file to compile.
1550        * libchip/network/cs8900.c.bsp: New file.
1551
15522002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1553
1554        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1555
15562002-08-31      Joel Sherrill <joel@OARcorp.com>
1557
1558        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1559        eliminate warning.
1560
15612002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1562
1563        * configure.ac: Add ada-tests.
1564
15652002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1566
1567        * Makefile.am: Add preinstall-stamp.
1568
15692002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1570
1571        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1572        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1573        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1574        gcc31 happy.
1575        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1576        cp.
1577
15782002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1579
1580        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1581        make/bsp.mak.
1582        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1583        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1584
15852002-08-12      Joel Sherrill <joel@OARcorp.com>
1586
1587        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1588        avoid error.
1589
15902002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1591
1592        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1593        * configure.ac: Add BSP_SUBDIRS.
1594        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1595        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1596        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1597        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1598        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1599        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1600        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1601        RTEMS_CHECK_BSP_CACHE.
1602        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1603        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1604        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1605        .$(OBJEXT) instead of .o.
1606        * libnetworking/pppd/Makefile.am,
1607        libnetworking/rtems_servers/Makefile.am,
1608        libnetworking/rtems_telnetd/Makefile.am,
1609        libnetworking/rtems_webserver/Makefile.am,
1610        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1611
16122002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1613
1614        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1615        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1616        ../libchip/serial/$(ARCH)/libserialio.a.
1617        * libchip/serial/Makefile.am: Don't tmp-install lib.
1618        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1619
16202002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1621
1622        * Makefile.am: Add rtems_makedir.
1623        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1624        * Makefile.am: Add wrapup-SUBDIR.
1625        * wrapup/ChangeLog: Remove.
1626        * wrapup/configure.ac: Remove.
1627        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1628        (Make the bare BSP happy).
1629        * configure.ac: Ditto.
1630        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1631        Create make/custom/default.cfg.
1632        * configure.ac: Add creation of make/custom/*.cfg. Create
1633        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1634
16352002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1636
1637        * Makefile.am: Clean $(PROJECT_RELEASE).
1638
16392002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1640
1641        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1642        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1643        prototype mismatches.
1644
16452002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1646
1647        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1648        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1649
16502002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1651
1652        * acinclude.m4: Add test "$multilib" != "yes".
1653        * config-ml.in: Remove.
1654        * acinclude.m4: Cleanups.
1655        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1656        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1657        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1658        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1659        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1660
16612002-07-16      Eric Norum <eric.norum@usask.ca>
1662
1663        * New driver for the Intel EtherExpressPro (82559ER) chip.
1664        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1665        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1666        * libchip/network/Makefile.am: Modified to reflect above.
1667
16682002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1669
1670        * acinclude.m4: New.
1671        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1672        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1673        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1674
16752002-07-01      Joel Sherrill <joel@OARcorp.com>
1676
1677        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1678        _Objects_Information_table now that it is a two dimensional array based
1679        upon API and class.
1680        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1681        of strnlen().
1682
16832002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1684
1685        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1686        preinstall libnetapps.a.
1687
16882002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1689
1690        * configure.ac: Remove librpc.
1691
16922002-06-25      Joel Sherrill <joel@OARcorp.com>
1693
1694        * Per PR233, moved librpc to exec.
1695        * configure.ac, wrapup/Makefile.am: Modified.
1696        * librpc, librpc/ChangeLog: Removed.
1697
16982002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1699
1700        * optman/Makefile.am: Remove multilib support.
1701        * optman/configure.ac: Ditto.
1702        * optman/sapi/Makefile.am: Ditto.
1703
17042002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1705
1706        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1707        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1708
17092002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1710
1711        Move networking libraries to c/src/exec/libnetworking
1712        * libnetworking/configure.ac, libnetworking/Makefile.am,
1713        libnetworking/wrapup/Makefile.am: Reflect Moval.
1714
17152002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1716
1717        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1718        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1719        <rtems/bspIo.h>.
1720
17212002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1722
1723        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1724        * libnetworking/rtems/mkrootfs.h: Ditto.
1725        * libnetworking/rtems/Makefile.am: Reflect changes above.
1726
17272002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1728
1729        * configure.ac: Remove lib.
1730
17312002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1732
1733        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1734        that exception stack frames on M68K members with VBR always are 6 byte
1735        long. The incorrect assumption resulted in some gdb commands like "next"
1736        to fail on the 68360.
1737
17382002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1739
1740        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1741        PR 220
1742        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1743        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1744        CVS.
1745        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1746        libnetworking/sys/filio.h: Remove.
1747        * libnetworking/sys/Makefile.am: Reflect changes above.
1748
17492002-05-07      Chris Johns <ccj@acm.org>
1750
1751        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1752        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1753        requires it to be stripped.
1754
17552002-05-01      Eric Norum <eric.norum@usask.ca>
1756
1757        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1758        assembly  to satisfy gcc 3.1 and newer.
1759
17602002-04-26      Eric Norum <eric.norum@usask.ca>
1761
1762        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1763        agressive optimization in gcc 3.1 does not reorder things.
1764
17652002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1766
1767        * libchip/network/dec21140.c: Reflect changes to powerpc's
1768        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1769        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1770        <rtems/score/cpu.h>.
1771        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1772        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1773
17742002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1775
1776        * optman/configure.ac: Remove ENABLE_GCC28.
1777
17782002-04-11      Chris Johns <ccj@acm.org>
1779
1780        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1781        driver control block field to the ifconfig network driver structure.
1782        This field is needed by the i82586 driver which was ported from NetBSD
1783        as it had better hardware abstraction.
1784        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1785        PR59, added the drv_ctrl driver control block field to the ifconfig
1786        network driver structure. This field is needed by the i82586 driver
1787        which was ported from NetBSD as it had better hardware abstraction.
1788
17892002-04-10      Mike Siers <mikes@poliac.com>
1790
1791        * libnetworking/rtems_webserver/NOTES,
1792        libnetworking/rtems_webserver/asp.c,
1793        libnetworking/rtems_webserver/balloc.c,
1794        libnetworking/rtems_webserver/default.c,
1795        libnetworking/rtems_webserver/ej.h,
1796        libnetworking/rtems_webserver/ejIntrn.h,
1797        libnetworking/rtems_webserver/ejlex.c,
1798        libnetworking/rtems_webserver/ejparse.c,
1799        libnetworking/rtems_webserver/emfdb.c,
1800        libnetworking/rtems_webserver/emfdb.h,
1801        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1802        libnetworking/rtems_webserver/handler.c,
1803        libnetworking/rtems_webserver/license.txt,
1804        libnetworking/rtems_webserver/md5.h,
1805        libnetworking/rtems_webserver/md5c.c,
1806        libnetworking/rtems_webserver/mime.c,
1807        libnetworking/rtems_webserver/misc.c,
1808        libnetworking/rtems_webserver/ringq.c,
1809        libnetworking/rtems_webserver/rom.c,
1810        libnetworking/rtems_webserver/security.c,
1811        libnetworking/rtems_webserver/sock.c,
1812        libnetworking/rtems_webserver/sym.c,
1813        libnetworking/rtems_webserver/uemf.c,
1814        libnetworking/rtems_webserver/uemf.h,
1815        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1816        libnetworking/rtems_webserver/url.c,
1817        libnetworking/rtems_webserver/value.c,
1818        libnetworking/rtems_webserver/wbase64.c,
1819        libnetworking/rtems_webserver/webcomp.c,
1820        libnetworking/rtems_webserver/webpage.c,
1821        libnetworking/rtems_webserver/webrom.c,
1822        libnetworking/rtems_webserver/webs.c,
1823        libnetworking/rtems_webserver/webs.h,
1824        libnetworking/rtems_webserver/websuemf.c,
1825        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1826        2.1.4.
1827
18282002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1829
1830        * libchip/network/i82586.c: Include <string.h>.
1831        * libchip/network/sonic.c: Ditto.
1832
18332002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1834
1835        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1836
18372002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1838
1839        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1840
18412002-03-27      Thomas.Doerfler@imd-systems.de
1842
1843        PR 144
1844        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1845        memory address 0 when called for the first time. This is done when
1846        trying to clear the variable "dhcp_hostname".
1847
18482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1849
1850        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1851        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1852        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1853        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1854        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1855        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1856        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1857        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1858        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1859        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1860        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1861        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1862        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1863        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1864        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1865        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1866        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1867        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1868        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1869        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1870        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1871        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1872        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1873        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1874        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1875        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1876        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1877        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1878        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1879        AUTOMAKE_OPTIONS.
1880        * libnetworking/configure.ac:
1881        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1882        foreign 1.6]).
1883        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1884        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1885        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1886        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1887        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1888        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1889        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1890        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1891        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1892        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1893        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1894        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1895        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1896        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1897        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1898        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1899        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1900
19012002-03-27      Ilya Alexeev <ilya@continuum.ru>
1902
1903        PR 162
1904        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1905        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1906        used in a device write routines.  Now ppp_softc structure have own
1907        character for writing to device (sc_outchar).  I think that converting
1908        local variables to static is not a right solution, because problems will
1909        occur in the case of two or more ppp instances.
1910        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1911        must be u_long, otherwise in the case of the big output packet endless
1912        loop may occur.
1913
19142002-03-21      Ilya Alexeev <ilya@continuum.ru>
1915
1916        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1917        preparations for multiple PPPD connections.
1918
19192002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1920
1921        PR 149
1922        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1923        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1924        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1925        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1926
19272002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1928
1929        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1930        * configure.ac: Modified to reflect addition.
1931
19322002-02-27      Ilya Alexeev <ilya@continuum.ru>
1933
1934        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1935        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1936        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1937        capabilities as well as eliminate some warnings.
1938
19392002-02-27      Eric Norum <eric.norum@usask.ca>
1940
1941        * libnetworking/net/radix.c: Properly handle fetching the default route
1942        when there is no route.  This was a bug in the original FreeBSD code and
1943        this fix is from an updated version of their code.
1944
19452002-02-16      Eric Norum <eric.norum@usask.ca>
1946
1947        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1948        checking.
1949
19502002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1951
1952        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1953        dodefaultroute.
1954
19552002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1956
1957        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1958        include <rtems/seterr.h>.
1959
19602002-02-01      Mike Siers <mikes@poliac.com>
1961
1962        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1963        avoid bringing the link down too fast. NOTE: Mike reports successfully
1964        running at 56K baud on a direct link.
1965
19662002-02-01      Eric Valette <valette@crf.canon.fr>
1967
1968        * librdbg/So many patches have been posted recently on the mailing list
1969        and  because we were unable to find correct solution to compile on
1970        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1971        because the coding  style of rdbg was rather inconsistant among various
1972        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1973        global coding style (using indent + manual edits), 2) incorporate/review
1974        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1975        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1976        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1977        after rdbg initialization is done, NB : the paches is huge but it is
1978        mainly due to coding styke chnages.  Only few lines of codes have been
1979        really changed and they do not impact  rdbg functionnality (AFAIKT).
1980        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1981        librdbg/include/rdbg/m68k/rdbg_f.h,
1982        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1983        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1984        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1985        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1986        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1987        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1988        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1989        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1990        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1991        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1992        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1993        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1994        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1995        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1996        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1997        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1998
19992002-01-31      Mike Siers <mikes@poliac.com>
2000
2001        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2002        * Nice Update of PPPD support which eliminates the requiremetn that
2003        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2004        and reports that it seems to be more stable and handle larger packets
2005        better.  This patch replaces the termios tasks with more general pppd
2006        network driver tasks.  The functions pppinput() and pppstart() get
2007        called from the interrupt service routine.
2008        * libnetworking/Makefile.am, libnetworking/configure.ac,
2009        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2010        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2011        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2012        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2013        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2014        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2015        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2016        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2017        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2018        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2019        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2020        libnetworking/net/route.c, libnetworking/net/route.h,
2021        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2022        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2023        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2024        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2025        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2026        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2027        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2028        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2029        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2030        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2031        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2032        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2033        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2034        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2035        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2036        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2037        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2038        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2039        libnetworking/pppd/example/README,
2040        libnetworking/pppd/example/netconfig.h,
2041        libnetworking/wrapup/Makefile.am: Modified.
2042        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2043        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2044        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2045        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2046        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2047        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2048        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2049        libnetworking/modem/pppcompress.c: Subdirectory removed.
2050
20512002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2052
2053        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2054        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2055
20562002-01-18      Till Straumann <strauman@slac.stanford.edu>
2057
2058        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2059        issues: - exception handler needs to enable MSR_FP if the interrupted
2060        thread is FP enabled. - printk message for MSR fixed and added
2061        stacktrace. NOTE: this requires the stacktrace patch to
2062        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2063        however).
2064
20652002-01-06      Joel Sherrill <joel@OARcorp.com>
2066
2067        * optman/.cvsignore: Added aclocal.m4 and configure.
2068        * optman/.cvsignore: New file.
2069
20702002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2071
2072        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2073
20742002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2075
2076        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2077        * optman/ChangeLog: New.
2078        * optman/configure.ac: New.
2079        * optman/Makefile.am: New.
2080        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2081        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2082
20832001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2084
2085        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2086
20872001-12-18      Eric Norum <eric.norum@usask.ca>
2088
2089        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2090        `directories' (path names with a / at the end) while disallowing open()
2091        operations on TFTP `directories'.
2092
20932001-12-07      Eric Norum <eric.norum@usask.ca>
2094
2095        * libnetworking/lib/tftpDriver.c: Restore write capability.
2096
20972001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2098
2099        * libchip/network/sonic.h: Fix typo.
2100        * libnetworking/arpa/Makefile.am: Remove stray lines.
2101
21022001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2103
2104        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2105
21062001-10-18      Eric Norum <eric.norum@usask.ca>
2107
2108        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2109        chdir() and open() operations within the TFTP file system.
2110
21112001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2112
2113        * librdbg/configure.ac: Fix latent bug exposed by removal of
2114        config.cache's which prevented powerpc targets librdbg from building.
2115
21162001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2117
2118        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2119        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2120        autoconf-2.52 happy.
2121
21222001-10-12      Mike Siers <mikes@poliac.com>
2123
2124        * libnetworking/Update to stable working state.  Congratulations Mike!
2125        :).
2126        * libnetworking/modem_example: Directory removed.
2127        * libnetworking/modem_example/16550.h,
2128        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2129        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2130        libnetworking/modem_example/ppp.h,
2131        libnetworking/modem_example/pppcompress.c: Files removed.
2132        * libnetworking/pppd/example/pppd.options: New file.
2133        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2134        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2135        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2136        libnetworking/pppd/rtemsmain.c: Updated.
2137
21382001-10-12      Joel Sherrill <joel@OARcorp.com>
2139
2140        * libchip/serial/z85c30.c: Fixed typo.
2141
21422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2143
2144        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2145        * configure.in: Remove.
2146        * configure.ac: New file, generated from configure.in by autoupdate.
2147        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2148        * libchip/configure.in: Remove.
2149        * libchip/configure.ac: New file, generated from configure.in by
2150        autoupdate.
2151        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2152        * librdbg/configure.in: Remove.
2153        * librdbg/configure.ac: New file, generated from configure.in by
2154        autoupdate.
2155        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2156        * libnetworking/configure.in: Remove.
2157        * libnetworking/configure.ac: New file, generated from configure.in by
2158        autoupdate.
2159
21602001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2161
2162        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2163        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2164        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2165
21662001-09-27      Joel Sherrill <joel@OARcorp.com>
2167
2168        * libchip/ChangeLog: Fixed typo in date.
2169
21702001-09-27      Eric Norum <eric.norum@usask.ca>
2171
2172        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2173        TFTP  filesystem.
2174
21752001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2176
2177        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2178        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2179        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2180        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2181        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2182        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2183        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2184        'PREINSTALL_FILES ='.
2185        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2186        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2187        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2188        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2189        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2190        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2191        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2192        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2193        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2194        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2195        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2196        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2197
21982001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2199
2200        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2201        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2202        * librdbg/src/m68k/any/Makefile.am: Ditto.
2203        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2204        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2205        happy.
2206
22072001-09-21      Joel Sherrill <joel@OARcorp.com>
2208
2209        * libchip/network/Makefile.am: Fixed typo on file name.
2210        * libchip/network/i82586.c: Commented out line 318 which is referencing
2211        a member of a structure that is not currently there.  This needs to be
2212        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2213        to C style.
2214
22152001-09-19      Eric Norum <eric.norum@usask.ca>
2216
2217        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2218
22192001-09-19      Chris Johns <ccj@acm.org>
2220
2221        * libchip/network/README.i82586, libchip/network/i82586.c,
2222        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2223        Network driver for Intel i82586.
2224        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2225        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2226        "root" filesystem with information obtained via the DHCP response.
2227
22282001-09-14      Eric Norum <eric.norum@usask.ca>
2229
2230        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2231        make gcc 3.x happy.
2232
22332001-08-16      Mike Siers <mikes@poliac.com>
2234
2235        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2236        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2237        These support callback functionality that has not even been compiled
2238        under RTEMS yet.
2239        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2240        example application.  Mike's notes on the modifications: - renamed
2241        error() function because of namespace problems - removed calls to the
2242        exit() funciton - removed extra files from the pppd source directory -
2243        defined pppd task constant values in rtemspppd.h - modifyied example
2244        code to get actual tick per second value - placed the pppd 2.3.11 man
2245        page file (pppd.8) into the pppd directory.
2246        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2247        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2248        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2249        libnetworking/pppd/rtems-ppp.c: Deleted.
2250        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2251        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2252        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2253        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2254        libnetworking/pppd/example/init.c,
2255        libnetworking/pppd/example/netconfig.h,
2256        libnetworking/pppd/example/ppp.conf,
2257        libnetworking/pppd/example/pppdapp.c,
2258        libnetworking/pppd/example/system.h: New files.
2259        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2260        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2261        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2262        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2263        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2264        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2265        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2266        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2267        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2268        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2269        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2270        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2271        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2272        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2273        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2274
22752001-08-16      Joel Sherrill <joel@OARcorp.com>
2276
2277        * libnetworking/pppd/example/Makefile: Removed.
2278        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2279        to avoid bootstrap -c clobbering it.
2280        * libnetworking/rtems_telnetd/.cvsignore: New file.
2281
22822001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2283
2284        * libnetworking/Makefile.am, libnetworking/configure.in,
2285        libnetworking/rtems_servers/Makefile.am,
2286        libnetworking/rtems_servers/telnetd.c,
2287        libnetworking/rtems_servers/telnetd.h,
2288        libnetworking/rtems_telnetd/Makefile.am,
2289        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2290        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2291        libnetworking/rtems_telnetd/telnetd.c,
2292        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2293        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2294        effect when ftpd change. - the tcp/ip stats have been implemented into
2295        icmds.c and started when telnetd daemon is started.
2296        * libnetworking/rtems_servers/telnetd.c,
2297        libnetworking/rtems_servers/telnetd.h: Removed.
2298        * libnetworking/rtems_telnetd: New directory.
2299        * libnetworking/rtems_telnetd/Makefile.am,
2300        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2301        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2302        libnetworking/rtems_telnetd/telnetd.c,
2303        libnetworking/rtems_telnetd/telnetd.h: New files.
2304
23052001-06-14      Joel Sherrill <joel@OARcorp.com>
2306
2307        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2308        Moved from libmisc/shell so the network stack to address network
2309        depenendency.
2310        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2311
23122001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2313
2314        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2315
23162001-05-15      Joel Sherrill <joel@OARcorp.com>
2317
2318        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2319        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2320        accidentally deleted the incorrectly empty versions.
2321
23222001-05-14      Till Straumann <strauman@slac.stanford.edu>
2323
2324        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2325        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2326        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2327        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2328        to know the values) - the affected BSP (shared/motorola) headers have
2329        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2330        driver (libchip/network/dec21140.c) has been fixed to use
2331        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2332        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2333        who is using this driver. - the DEC driver also has been fixed to use
2334        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2335        delay_in_bus_cycles().
2336
23372001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2338
2339        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2340
23412001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2342
2343        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2344
23452001-04-24      Eric Norum <eric.norum@usask.ca>
2346
2347        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2348        NTP synchronization a little more robust -- no NTP daemon yet, but at
2349        least it trys a little harder when the primary NTP server is down.
2350
23512001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2352
2353        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2354        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2355        libnetworking/pppd/modem_example/modem.c,
2356        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2357        other strings into English.
2358        * libnetworking/pppd/STATUS: updated to reflect the changes.
2359
23602001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2361
2362        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2363        again.
2364
23652001-04-20      Eric Valette <valette@crf.canon.fr>
2366
2367        * mcp750 directory renamed new_exception processing as it supports many
2368        more CPU models.
2369        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2370        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2371        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2372        formerly in mcp750 plus modifications.
2373        * librdbg/src/powerpc/mcp750/.cvsignore,
2374        librdbg/src/powerpc/mcp750/Makefile.am,
2375        librdbg/src/powerpc/mcp750/remdeb.h,
2376        librdbg/src/powerpc/mcp750/remdeb_f.x,
2377        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2378        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2379        new_exception_processing.
2380        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2381        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2382        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2383        part of this effort to add support for the MPC8xx.
2384
23852001-04-19      Joel Sherrill <joel@OARcorp.com>
2386
2387        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2388        internal include files.
2389
23902001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2391
2392        PR 158
2393        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2394        rcmd() library call by commenting out the parts that deal with signals.
2395        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2396        stdio. The 'server-side' parts of this file which deal with
2397        authentication are disabled since they are not needed.
2398
23992001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2400
2401        * libnetworking/include/.cvsignore: Remove dangling file.
2402
24032001-03-14      Joel Sherrill <joel@OARcorp.com>
2404
2405        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2406        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2407        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2408        libchip style serial drivers can be written in libcpu or libbsp.
2409
24102001-03-01      Joel Sherrill <joel@OARcorp.com>
2411
2412        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2413        libchip/network/sonic.c, libchip/network/sonic.h,
2414        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2415        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2416        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2417        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2418        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2419        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2420        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2421        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2422
24232001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2424
2425        * librdbg/include/rdbg/Makefile.am,
2426        librdbg/include/rdbg/i386/Makefile.am,
2427        librdbg/include/rdbg/m68k/Makefile.am,
2428        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2429        style on include files.
2430
24312001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2432
2433        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2434        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2435        replace ${..} with $(..).
2436        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2437        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2438        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2439        libnetworking/rtems/Makefile.am, libnetworking/
2440        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2441        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2442        include_*HEADERS instead of H_FILES.
2443        * libnetworking/include/Makefile.am: Remove.
2444        * libnetworking/Makefile.am: Add handling of *.h files.
2445        * libnetworking/configure.in: Remove include/Makefile.
2446
24472001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2448
2449        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2450
24512001-01-31      Sergei Organov <osv@javad.ru>
2452
2453        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2454        current dir and root dir removed in favor of new libio support for
2455        task-local current and root directories. - Bug in `close_data_socket()'
2456        introduced by previous change fixed. - `command_pasv()' changed to set
2457        timeout on socket we are listening on and code fixed to don't close
2458        socket twice on error. - `serr()' changed to clear `errno'. -
2459        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2460        changed to clear `errno' before processing session. -
2461        `close_data_socket()' fixed to close both active and passive sockets -
2462        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2463        empty string  in `exec_command()'.
2464
24652001-01-25      Eric Norum <eric.norum@usask.ca>
2466
2467        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2468        improves throughput on systems which are dropping packets.   Only the
2469        first timeout is reduced.  This keeps the number of extra packets down
2470        on networks that are very busy and dropping lots of packets.
2471
24722001-01-24      Sergei Organov <osv@javad.ru>
2473
2474        * libnetworking/rtems_servers/ftpd.c,
2475        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2476        - Timeouts on sockets implemented. 'idle' field added to configuration.
2477        No timeout by default to keep backward compatibility. Note: SITE IDLE
2478        command not implemented yet. - Basic global access control implemented.
2479        'access' field added to configuration. No access limitations by default
2480        to keep backward compatibility. - Anchor data socket for active mode
2481        (using self IP and port 20.) - Fixed default data port support (still
2482        not tested). - Don't allow IP address different from originating host in
2483        PORT command to improve security. - Fixed bug in MDTM command. - Check
2484        for correctness of parsing of argument in command_port(). - Fixed
2485        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2486        a directory. - Command parsing a little bit improved: command names are
2487        now converted to upper-case to be more compatible with RFC (command
2488        names are not case-sensitive.) - Reformat comments so that they have
2489        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2490        previous changes - True ASCII mode implemented (doesn't work for hooks
2491        and /dev/null) - Passive mode implemented, PASV command added. - Default
2492        port for data connection could be used (untested, can't find ftp client
2493        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2494        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2495
24962001-01-18      Joel Sherrill <joel@OARcorp.com>
2497
2498        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2499        macro using variable arguments.
2500        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2501        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2502        since I updated the main RTEMS development machine to RedHat 7.2 and
2503        apparently got a new version of rpcgen.
2504
25052001-01-12      Sergei Organov <osv@javad.ru>
2506
2507        * libnetworking/rtems_servers/ftpd.c,
2508        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2509        - use pool of pre-created threads to handle sessions instead of
2510        creating/deleting threads on the fly - LIST output is now similar to
2511        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2512        happy with it. - LIST NAME now works (both for files and directories) -
2513        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2514        clients happy  - keep track of CWD for every session separately -
2515        ability to specify root directory name for FTPD in configuration table.
2516        FTPD will then create illusion for FTP clients that this is actually
2517        root directory. - ignore options sent in commands, thus LIST -al FILE
2518        works and doesn't try to list "-al" directory. - buffers are allocated
2519        on stack instead of heap where possible to eliminate malloc/free calls
2520        (avoid possible heap fragmentation troubles). - drop using of task
2521        notepad to pass parameters - use function arguments instead - use
2522        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2523        in socket() instead of AF_INET.
2524
25252001-01-02      Joel Sherrill <joel@OARcorp.com>
2526
2527        * libnetworking/CHANGELOG: Removed.
2528        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2529
25302000-12-14      Eric Norum <eric.norum@usask.ca>
2531
2532        * libnetworking/lib/tftpDriver.c: Added write capability.
2533
25342000-12-08      Joel Sherrill <joel@OARcorp.com>
2535
2536        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2537        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2538        numerous variable declarations conditional on PPP_COMPRESS and
2539        PPP_FILTER.  Commented out variables that were not used because the code
2540        using them was commented out. Removed totally unused variables.
2541        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2542        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2543
25442000-11-30      Joel Sherrill <joel@OARcorp.com>
2545
2546        * libnetworking/modem/ppp_tty.c: Changed to include
2547        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2548        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2549        * libnetworking/Makefile.am: Modified to reflect above.
2550
25512000-11-27      Joel Sherrill <joel@OARcorp.com>
2552
2553        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2554
25552000-11-25      Eric Norum <eric.norum@usask.ca>
2556
2557        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2558        core.
2559
25602000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2561
2562        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2563        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2564        subdir.
2565        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2566        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2567        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2568        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2569        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2570        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2571        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2572        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2573        ppp_tty.c and the real pppd main is in pppmain.c.
2574
25752000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2576
2577        * libchip/network/sonic.c: Added ipalign() routine to align the received
2578        packet so that the ip header is on a 32-bit boundary. Necessary for
2579        cpu's that do not allow unaligned loads and stores and when the 32-bit
2580        DMA mode is used.
2581
25822000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2583
2584        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2585        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2586        ACLOCAL_AMFLAGS.
2587        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2588        ACLOCAL_AMFLAGS.
2589        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2590        ACLOCAL_AMFLAGS.
2591
25922000-11-03      Chris Johns <ccj@acm.org>
2593
2594        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2595        libchip/network/cs8900.h: New files.
2596
25972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2598
2599        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2600        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2601        $(RTEMS_TOPdir)/aclocal.
2602        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2603        $(RTEMS_TOPdir)/aclocal.
2604        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2605        $(RTEMS_TOPdir)/aclocal.
2606
26072000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2608
2609        * configure.in: Switch to GNU-canonicalization.
2610        * Makefile.am: Reflect changes to configure.in.
2611        * acinclude.m4: Remove.
2612
26132000-10-30      Joel Sherrill <joel@OARcorp.com>
2614
2615        * POSIX include files merged into newlib.  This resulted in some
2616        definitions moving to other files and thus some secondary effects in
2617        RTEMS source code.
2618        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2619        in sync with newlib's <machine/types.h>.
2620        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2621        definition of struct itimerval in <sys/time.h>.
2622
26232000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2624
2625        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2626        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2627        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2628        * ChangeLog: Fix typos.
2629        * configure.in: add tests to the GNU canonicalized subdirectories.
2630
26312000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2632
2633        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2634        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2635        the lib directory before configuring lib/.
2636
26372000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2638
2639        * configure.in, Makefile.am: add exec to the GNU canonicalized
2640        subdirectories.
2641        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2642        * configure.in: add libnetworking, librpc and librdb to the GNU
2643        canonicalized subdirectories.
2644        * configure.in: add libmisc and libchip to the GNU canonicalized
2645        subdirectories.
2646        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2647        Switch to GNU canonicalization.
2648        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2649        Switch to GNU canonicalization.
2650        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2651        Switch to GNU canonicalization.
2652
26532000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2654
2655        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2656        canonicalization to libfs/. The approach is currently a bit of a hack as
2657        GNU canonicalization does not support the per-BSP build some of the
2658        other directories require.  As more of the tree is converted, this will
2659        become less  of an issue.
2660
26612000-10-20      Joel Sherrill <joel@OARcorp.com>
2662
2663        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2664        parameter.
2665
26662000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2667
2668        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2669        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2670        * librdbg/configure.in: Add m68k support.
2671        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2672        subdirectory.
2673        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2674        failure.
2675        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2676        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2677        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2678        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2679        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2680        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2681        librdbg/src/m68k/.cvsignore: New files.
2682        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2683        function pointers.
2684        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2685        _after_ pointer has been checked against NULL.
2686
26872000-10-18      Joel Sherrill <joel@OARcorp.com>
2688
2689        * wrapup/Makefile.am: Added libfs.
2690
26912000-10-18      Chris Johns <ccj@acm.org>
2692
2693        * libfs created.
2694        * configure.in: Added libfs subdirectory.
2695        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2696
26972000-09-28      Joel Sherrill <joel@OARcorp.com>
2698
2699        * libnetworking/rtems_webserver/Makefile.am,
2700        libnetworking/rtems_webserver/base64.c,
2701        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2702        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2703
27042000-09-22      Joel Sherrill <joel@OARcorp.com>
2705
2706        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2707        libnetworking/rtems/rtems_bsdnet_internal.h,
2708        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2709        have included rtems.h.  It is now including precisely the  least amount
2710        of low level, yet portable .h files to get the basic RTEMS types
2711        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2712        used machine/types.h to include rtems.h.
2713
27142000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2715
2716        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2717
27182000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2719
2720        * libnetworking/ChangeLog: Cleanup.
2721
27222000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2723
2724        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2725        * libchip/ChangeLog: Fix formating.
2726
27272000-09-05      Joel Sherrill <joel@OARcorp.com>
2728
2729        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2730        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2731        confusion and to work with the converted flags.
2732
27332000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2734
2735        * wrapup/Makefile.am: Include compile.am.
2736        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2737        libchip/serial/Makefile.am: Include compile.am.
2738        * librdbg/src/i386/any/Makefile.am,
2739        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2740        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2741        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2742        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2743        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2744        libnetworking/rtems_servers/Makefile.am,
2745        libnetworking/rtems_webserver/Makefile.am,
2746        libnetworking/wrapup/Makefile.am: Include compile.am.
2747
27482000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2749
2750        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2751        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2752
27532000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2754
2755        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2756
27572000-08-31      Joel Sherrill <joel@OARcorp.com>
2758
2759        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2760        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2761        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2762        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2763        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2764        * libnetworking/wbase64.c: Removed.
2765        * libnetworking/Makefile.am, libnetworking/asp.c,
2766        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2767        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2768        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2769        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2770        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2771        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2772        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2773        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2774        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2775        Modified.
2776
27772000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2778
2779        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2780
27812000-08-30      Joel Sherrill <joel@OARcorp.com>
2782
2783        * libnetworking/rtems_webserver/license.txt: New file.
2784
27852000-08-10      Joel Sherrill <joel@OARcorp.com>
2786
2787        * ChangeLog: New file.
2788        * libchip/ChangeLog: New file.
2789        * librdbg/ChangeLog: New file.
2790        * libnetworking/ChangeLog: New file.
2791
Note: See TracBrowser for help on using the repository browser.