source: rtems/c/src/ChangeLog @ 03f655c

4.104.114.84.95
Last change on this file since 03f655c was ce7d49bc, checked in by Joel Sherrill <joel.sherrill@…>, on 04/28/05 at 17:25:08

2005-04-28 Joel Sherrill <joel@…>

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