source: rtems/c/src/ChangeLog @ bb41881e

4.104.114.84.95
Last change on this file since bb41881e was cebad96, checked in by Jennifer Averett <Jennifer.Averett@…>, on 04/25/05 at 14:22:55

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

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