source: rtems/c/src/ChangeLog @ 48b8259

4.104.114.84.95
Last change on this file since 48b8259 was 48b8259, checked in by Jennifer Averett <Jennifer.Averett@…>, on 05/03/05 at 14:42:48

2005-05-03 Jennifer Averett <jennifer.averett@…>

  • libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_fxp.c, libchip/serial/mc68681.c: Modified parameter list to remove warnings.
  • Property mode set to 100644
File size: 110.6 KB
Line 
12005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
2
3        * libchip/network/dec21140.c, libchip/network/elnk.c,
4        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
5        Modified parameter list to remove warnings.
6
72005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
8
9        * libchip/network/cs8900.c, libchip/network/i82586.c,
10        libchip/network/open_eth.c, libchip/network/sonic.c,
11        libchip/serial/mc68681.c: Modified types to remove
12        warnings.  Added initialization to remove warnings.
13
142005-04-28      Joel Sherrill <joel@OARcorp.com>
15
16        * libchip/network/README.sonic: Rewritten to account for removal of
17        dmv177.
18
192005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
20
21        PR 781/rtems_misc
22        * libchip/serial/ns16550_p.h: Fix baud rate calculation
23
242005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
25
26        * libchip/serial/ns16550.c:
27        Fixed warnings generated in various powerpc configurations
28
292005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
30
31        * libchip/serial/ns16550.c: Modified
32        ISR to work with PPC new exception processing
33
342005-03-14      Joel Sherrill <joel@OARcorp.com>
35
36        * libchip/network/dec21140.c, libchip/network/elnk.c,
37        libchip/network/if_fxp.c: Continue PCI API unification. All use
38        pci_find_device(). Network drivers manufacture a signature since all
39        calls have not been converted yet.
40
412005-03-04      Joel Sherrill <joel@OARcorp.com>
42
43        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
44        initialize function part of the unified PCI API as pci_initialize().
45
462005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
49        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
50
512005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
54        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
55
562005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        * aclocal/ppc.m4: Reflect changes to ppc exception processing
59        building procedures.
60
612005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * aclocal/prog-cc.m4:
64        Quote CFLAGS's RHS to accomodate Solaris broken sh.
65
662005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
69
702005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
73
742005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
75
76        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
77
782005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * libnetworking/rtems_servers/ftp.c,
81        libnetworking/rtems_servers/ftp.h,
82        libnetworking/rtems_servers/Makefile.am:
83        Remove (relocated to cpukit/ftpd).
84        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
85        removed move libnetworking/rtems_servers.
86
872005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
90
912005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        PR 755/rtems
94        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
95        Remove local declarations of rtems_bsdnet_nameservers,
96        rtems_bsdnet_nameservers_count.
97
982005-01-31      Sergei Organov <osv@topconrd.ru>
99
100        PR 751/pppd
101        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
102        committed to fix PR736 breaks pppd. chat.c should have its own static
103        ttyfd for pppd to work correctly. The symptom is that second
104        invokation of chat (for connect script) fails due to pppd_ttyfd set
105        to -1 by previous chat invokation (for init script). In addition,
106        this patch fixes leaving of dangling pointer in the abort_stbring[]
107        by chat_send().
108
1092005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * configure.ac: Remove CFLAGS_DEBUG_V.
112        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
113
1142005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * wrapup/Makefile.am: Remove rtems-ctor.o.
117
1182005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * libchip/rtc/rtc.h: size_t RTC_Count.
121
1222005-01-20      Joel Sherrill <joel@OARcorp.com>
123
124        PR 736/pppd
125        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
126        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
127        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
128        should not be static and should have a name more specific to pppd.
129
1302005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
131
132        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
133        libnetworking/rtems_servers/Makefile.am,
134        libnetworking/rtems_telnetd/Makefile.am,
135        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
136        Eliminate CFLAGS_OPTIMIZE_V.
137
1382005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        * configure.ac: Pass CFLAGS to testsuites configure.
141        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
142        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
143
1442005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
145
146        * configure.ac: Pass CFLAGS to cpukit configure.
147        * aclocal/rtems-flags.m4: Remove (Unused).
148        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
149        * aclocal/env-rtemsbsp.m4:
150        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
151        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
152        RTEMS_CFLAGS.
153        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
154        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
155        Cleanup comments.
156
1572005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
158
159        * automake/compile.am: Remove build-variant support.
160
1612005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * libnetworking/pppd/Makefile.am,
164        libnetworking/rtems_servers/Makefile.am,
165        libnetworking/rtems_telnetd/Makefile.am:
166        Remove build-variant support.
167
1682005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
169
170        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
171        support/Makefile.am, wrapup/Makefile.am:
172        Remove build-variant support.
173
1742004-11-22      Joel Sherrill <joel@OARcorp.com>
175
176        * libchip/network/if_fxp.c: Add entry for another module ID code.
177
1782004-11-22      Joel Sherrill <joel@OARcorp.com>
179
180        PR 693/misc
181        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
182        in/outport routines.
183
1842004-11-22      Joel Sherrill <joel@OARcorp.com>
185
186        PR 693/misc
187        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
188        in/outport routines.
189
1902004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
191
192        * aclocal/enable-itron.m4: Remove (unused).
193
1942004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
195
196        * configure.ac: Misc. quoting cleanups.
197        Enable ada-tests iff --enable-ada and --enable-tests.
198
1992004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
200
201        PR 703/filesystem
202        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
203        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
204        libchip/ide/ide_controller.c:
205        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
206        available for BSPS/device drivers.
207        Extend the "modes_available" and "mode_active" parameters to
208        uint16_t for UDMA support.
209
2102004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
211
212        * libchip/network/dec21140.c: Cleanup a bit and remove message about
213        not supported on PowerPC since it works on the MVME2100 BSP.
214
2152004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
216
217        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
218        Add dependency tracking for *.cfgs.
219        * Makefile.am: Add dependency tracking for *.cfg.
220
2212004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
222
223        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
224        (Thanks to Lars Munch <lars@segv.dk> for catching this).
225
2262004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
227
228        PR 707/make_build
229        * configure.ac: Add --enable-rpcgen.
230
2312004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
232
233        PR 700/rtems_misc
234        * libnetworking/rtems_webserver/asp.c,
235        libnetworking/rtems_webserver/balloc.c,
236        libnetworking/rtems_webserver/cgi.c,
237        libnetworking/rtems_webserver/default.c,
238        libnetworking/rtems_webserver/ej.h,
239        libnetworking/rtems_webserver/ejIntrn.h,
240        libnetworking/rtems_webserver/ejlex.c,
241        libnetworking/rtems_webserver/ejparse.c,
242        libnetworking/rtems_webserver/emfdb.c,
243        libnetworking/rtems_webserver/emfdb.h,
244        libnetworking/rtems_webserver/form.c,
245        libnetworking/rtems_webserver/handler.c,
246        libnetworking/rtems_webserver/h.c,
247        libnetworking/rtems_webserver/license.txt,
248        libnetworking/rtems_webserver/Makefile.am,
249        libnetworking/rtems_webserver/md5c.c,
250        libnetworking/rtems_webserver/md5.h,
251        libnetworking/rtems_webserver/mime.c,
252        libnetworking/rtems_webserver/misc.c,
253        libnetworking/rtems_webserver/NOTES,
254        libnetworking/rtems_webserver/ringq.c,
255        libnetworking/rtems_webserver/rom.c,
256        libnetworking/rtems_webserver/rtems_webserver.h,
257        libnetworking/rtems_webserver/security.c,
258        libnetworking/rtems_webserver/sock.c,
259        libnetworking/rtems_webserver/socket.c,
260        libnetworking/rtems_webserver/sockGen.c,
261        libnetworking/rtems_webserver/sym.c,
262        libnetworking/rtems_webserver/uemf.c,
263        libnetworking/rtems_webserver/uemf.h,
264        libnetworking/rtems_webserver/um.c,
265        libnetworking/rtems_webserver/um.h,
266        libnetworking/rtems_webserver/umui.c,
267        libnetworking/rtems_webserver/url.c,
268        libnetworking/rtems_webserver/value.c,
269        libnetworking/rtems_webserver/wbase64.c,
270        libnetworking/rtems_webserver/webcomp.c,
271        libnetworking/rtems_webserver/webmain.c,
272        libnetworking/rtems_webserver/webpage.c,
273        libnetworking/rtems_webserver/webrom.c,
274        libnetworking/rtems_webserver/webs.c,
275        libnetworking/rtems_webserver/websda.c,
276        libnetworking/rtems_webserver/websda.h,
277        libnetworking/rtems_webserver/webs.h,
278        libnetworking/rtems_webserver/websSSL.c,
279        libnetworking/rtems_webserver/websSSL.h,
280        libnetworking/rtems_webserver/websuemf.c,
281        libnetworking/rtems_webserver/wsIntrn.h:
282        Remove (Moved to cpukit/http).
283
2842004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
285
286        PR 700/rtems_misc
287        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
288        Remove libnetworking/rtems_webserver.
289
2902004-10-25      Eric Norum <norume@aps.anl.gov>
291
292        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
293
2942004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
295
296        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
297
2982004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
299
300        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
301        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
302
3032004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
304
305        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
306
3072004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
308
309        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
310        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
311
3122004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
313
314        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
315        BITSPERBYTE.
316
3172004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
318
319        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
320        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
321
3222004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
323
324        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
325
3262004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
327
328        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
329        * aclocal/enable-bare.m4: Remove.
330        * configure.ac: Remove BARE_CPU_MODEL.
331
3322004-10-13      Eric Norum <norume@aps.anl.gov>
333
334        PR 688/bsps
335        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
336        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
337        MC146818A (and several Dallas Semiconductor) TOD chips.
338
3392004-10-13      Eric Norum <norume@aps.anl.gov>
340
341        PR 686/networking
342        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
343        device code.
344
3452004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
346
347        * libchip/network/dec21140.c: include <rtems/pci.h>.
348
3492004-09-29      Joel Sherrill <joel@OARcorp.com>
350
351        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
352        libnetworking/pppd/utils.c: i960 obsoleted and all references
353        removed.
354
3552004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
356
357        PR 607/networking
358        * libchip/network/dec21140.c: Made PCI configuration minimum sane
359        instead of fully specifying unused PCI features.
360
3612004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
362
363        * configure.ac: Require automake > 1.9.
364
3652004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
366
367        * aclocal/rtems-cpu-subdirs.m4: Add avr.
368
3692004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
370
371        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
372        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
373
3742004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
375
376        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
377        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
378
3792004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
380
381        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
382
3832004-07-28  Joel Sherrill <joel@OARcorp.com>
384
385    * aclocal/version.m4: Updated to rtems-4.6.99.1.
386
3872004-07-25      Joel Sherrill <joel@OARcorp.com>
388
389        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
390
3912004-05-21  Till Strauman <strauman@slac.stanford.edu>
392
393        PR 625/networking
394        * libchip/network/dec21140.c, ... : Prevent name clashes by making
395        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
396        an error rather than panic if no chip is detected (thus allowing
397        for probing).
398        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
399        instead of looping forever.  Avoid divide by zero (crashed my PC).
400        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
401        they are UNTESTED.
402
4032004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
404
405        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
406
4072004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
408
409        * libchip/network/dec21140.c, libchip/network/elnk.c:
410        #include <errno.h>.
411
4122004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
413
414        * libchip/network/if_media.h: Update from FreeBSD.
415        * libchip/network/open_eth.c, libchip/network/cs8900.c,
416        libchip/network/i82586.c: #include <errno.h>.
417
4182004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
419
420        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
421
4222004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
423
424        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
425
4262004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
427
428        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
429        automake).
430
4312004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
432
433        PR 599/pppd
434        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
435
4362004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
437
438        * optman/rtems/no-region.c: Reflect having changed
439        rtems_region_get_segment_size.
440
4412004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
442
443        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
444        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
445        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
446        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
447        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
448        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
449        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
450
4512004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
452
453        * libchip/ide/ata.c, libchip/network/dec21140.c,
454        libchip/network/elnk.c, libchip/network/i82586.c,
455        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
456        libchip/network/open_eth.c, libchip/network/sonic.c,
457        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
458        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
459        libchip/shmdr/init.c, libchip/shmdr/intr.c,
460        libchip/shmdr/shm_driver.h: Cosmetics.
461
4622004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
463
464        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
465        optman/rtems/no-msg.c, optman/rtems/no-part.c,
466        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
467        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
468        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
469        fixed size types.
470
4712004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
472
473        * configure.ac: Explicitly pass --includedir and --libdir to
474        cpukit/configure.
475
4762004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
477
478        * librdbg/Makefile.am: Fix rpcgen rules.
479        * librdbg/src/i386/any/remdeb_xdr.c,
480        librdbg/src/m68k/any/remdeb_xdr.c,
481        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
482        Reflect changes to librdbg/Makefile.am.
483
4842004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
485
486        * configure.ac: Reflect changes testsuites/configure.ac and
487        cpukit/configure.ac.
488
4892004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
490
491        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
492        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
493
4942004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
495
496        * configure.ac: Reflect changes to testsuites's configuration.
497
4982004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
499
500        PR/589 rtems
501        * libchip/network/pci.h: Remove (Moved to cpukit).
502
5032004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
504
505        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
506        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
507        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
508        libchip/network/dec21140.c, libchip/network/elnk.c,
509        libchip/network/if_fxp.c, libchip/network/open_eth.c,
510        libchip/network/open_eth.h, libchip/network/sonic.c,
511        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
512        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
513        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
514        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
515        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
516        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
517        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
518        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
519        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
520        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
521        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
522        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
523        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
524        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
525        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
526        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
527        fixed-size types.
528
5292004-03-14      Chris Johns  <chrisj@rtems.org>
530
531        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
532        the BSP example code.
533        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
534        support the DIMMPC. This is a pc386 target with IO port support. Minor
535        formating clean up. Add documentation to the header file.
536        * libchip/network/README.cs8900: The CS8900 driver is documented in the
537        cs8900.h header file.
538
5392004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
542        Cosmetics.
543
5442004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
547        There are no application level Makefiles in here.
548
5492004-03-04      Joel Sherrill <joel@OARcorp.com>
550
551        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
552        they can be used in application level makefiles.
553
5542004-03-05      Joel Sherrill <joel@OARcorp.com>
555
556        * libnetworking/rtems_webserver/ejparse.c,
557        libnetworking/rtems_webserver/emfdb.c,
558        libnetworking/rtems_webserver/sock.c,
559        libnetworking/rtems_webserver/socket.c,
560        libnetworking/rtems_webserver/sym.c,
561        libnetworking/rtems_webserver/webs.c,
562        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
5632004-03-05      Joel Sherrill <joel@OARcorp.com>
564
565        * libchipnetwork/open_eth.c: Remove warnings by conditionally
566        compiling this file only only those CPU families with supported
567        exception models.
568
5692004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * acinclude.m4: Fix loosing arguments when configuring cpukit and
572        testsuites (Was exposed with --enable-multilib, only).
573        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
574         Add RTEMS_BSP_CONFIG_SUBDIR.
575        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
576        testsuites's configure.
577        * aclocal/rtems-top.m4: Remove ENDIF hack.
578        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
579
5802004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
583        wrapup/Makefile.am: Fix automake problems having been introduced
584        in previous patch.
585
5862004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
589        Preinstall dirs.
590        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
591        * aclocal/check-multiprocessing.m4: Cosmetics.
592        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
593        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
594
5952004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
598        librdbg/src/Makefile.am.
599        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
600        * configure.ac: Reflect changes above.
601        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
602        * wrapup/Makefile.am: Reflect changes above.
603        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
604
6052004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
608
6092004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
612
6132004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * wrapup/Makefile.am: Reflect new location of librdbg.a.
616
6172004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
620        librdbg/src/powerpc/Makefile.am: Remove.
621        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
622        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
623        * configure.ac: Reflect changes above.
624
6252004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627
6282004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
631        STRIP.
632
6332004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * librdbg/include/Makefile.am: Merge-in
636        librdbg/include/rdbg/i386/Makefile.am,
637        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
638        librdbg/include/rdbg/powerpc/Makefile.am.
639        * librdbg/include/rdbg/i386/Makefile.am,
640        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
641        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
642        * configure.ac: Reflect changes above.
643
6442004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * configure.ac: Use AS_HELP_STRING(ada).
647
6482004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * aclocal/bspopts.m4: Use AS_HELP_STRING.
651        * aclocal/bsp-configure.m4: Require autoconf-2.59.
652        Use AC_CONFIG_HEADERS.
653        * aclocal/check-custom-bsp.m4: Add bspkit-support.
654        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
655
6562004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * Makefile.am: include local.am.
659
6602004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * aclocal/version.m4: 4.6.99.0.
663
6642004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * Makefile.am: Don't include host.am.
667        * automake/compile.am: Further cleanups.
668
6692004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * automake/lib.am: Remove (Unused).
672
6732004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * wrapup/Makefile.am: Don't include lib.am.
676        * automake/compile.am: Use automake compilation rules.
677
6782004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * libnetworking/pppd/Makefile.am,
681        libnetworking/rtems_servers/Makefile.am,
682        libnetworking/rtems_telnetd/Makefile.am,
683        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
684        support/Makefile.am: Don't include lib.am.
685
6862004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * libchip/Makefile.am: Don't include lib.am.
689        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
690        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
691        unnecessary EXTRA_DISTs.
692
6932004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
696        hack.
697
6982004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
701        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
702        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
703        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
704
7052004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
708        Add AM_CONDITIONAL(HAS_MP).
709        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
710        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
711        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
712        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
713        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
714        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
715        (Deprecated by autoconf 2.59).
716
7172004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
720        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
721
7222004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * ChangeLog: Merge-in libnetworking/ChangeLog.
725        * libnetworking/ChangeLog: Remove.
726        * ChangeLog: Merge-in librdbg/ChangeLog.
727        * librdbg/ChangeLog: Remove.
728        * ChangeLog: Merge-in libchip/ChangeLog.
729        * libchip/ChangeLog: Remove.
730        * ChangeLog: Merge-in optman/ChangeLog.
731        * optman/ChangeLog: Remove.
732
7332004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * configure.ac: Reflect changes to cpukit.
736        * wrapup/Makefile.am: Reflect changes to librdbg.
737        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
738        * libchip/Makefile.am: Add PREINSTALL_DIRS.
739        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
740        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
741        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
742        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
743        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
744        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
745        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
746
7472004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * aclocal/rtems-top.m4: Remove check for version.m4.
750        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
751
7522004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
755        * wrapup/Makefile.am: Reflect changes to libchip/*.
756        * support/Makefile.am: Use automake compilation rules.
757        * wrapup/Makefile.am: Reflect changes to support/*.
758        * configure.ac: Remove libnetworking/wrapup/Makefile.
759        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
760        libnetworking/*/lib*.a instead of libnetapps.a.
761        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
762        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
763        * optman/Makefile.am: Use automake compilation rules.
764        * libchip/Makefile.am: Fix typo in previous patch.
765        * libchip/Makefile.am: Use automake compilation rules.
766        * libnetworking/Makefile.am: Remove wrapup.
767        * libnetworking/pppd/Makefile.am: Build libpppd. Use
768        automake-compilation rules.
769        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
770        automake-compilation rules.
771        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
772        automake-compilation rules.
773        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
774        automake-compilation rules.
775        * libnetworking/wrapup/Makefile.am: Remove (Unused).
776
7772004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
778
779        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
780        PRE/TMPINSTALL_FILES to CLEANFILES.
781        * automake/lib.am: Remove TMPINSTALL_FILES.
782        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
783        PRE/TMPINSTALL_FILES to CLEANFILES.
784        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
785        PRE/TMPINSTALL_FILES to CLEANFILES.
786        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
787        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
788        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
789        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
790        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
791        * librdbg/src/i386/Makefile.am: Ditto.
792        * librdbg/src/m68k/Makefile.am: Ditto.
793        * librdbg/src/powerpc/Makefile.am: Ditto.
794        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
795        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
796        * libnetworking/rtems_servers/Makefile.am: Ditto.
797        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
798        * libnetworking/rtems_webserver/Makefile.am: Ditto.
799
8002004-01-07      Joel Sherrill <joel@OARcorp.com>
801
802        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
803        more completely covers the MIPS family.
804
8052003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
806
807        * wrapup/Makefile.am: Reflect changes to shmdr.
808        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
809
8102003-12-18      Joel Sherrill <joel@OARcorp.com>
811
812        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
813        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
814        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
815        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
816        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
817        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
818        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
819
8202003-12-17      Joel Sherrill <joel@OARcorp.com>
821
822        * aclocal/version.m4: Updated to rtems-20031217-test.
823
8242003-12-17     
825
826        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
827        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
828
8292003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
830
831        * automake/compile.am: Remove LINK_LIBS (Unused).
832        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
833
8342003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
835
836        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
837        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
838        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
839        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
840        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
841
8422003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
843
844        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
845        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
846        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
847        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
848        * librdbg/src/i386/Makefile.am:
849        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
850        * librdbg/src/m68k/Makefile.am:
851        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
852        * librdbg/src/powerpc/Makefile.am:
853        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
854
8552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
856
857        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
858        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
859        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
860        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
861        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
862        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
863        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
864        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
865        * optman/Makefile.am: Remove project_libdir.
866        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
867        PRE/TMPINSTALL_FILES.
868        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
869        PRE/TMPINSTALL_FILES.
870        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
871        PRE/TMPINSTALL_FILES.
872        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
873        PRE/TMPINSTALL_FILES.
874        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
875        from PRE/TMPINSTALL_FILES.
876        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
877        PRE/TMPINSTALL_FILES.
878        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
879        PRE/TMPINSTALL_FILES.
880        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
881        PRE/TMPINSTALL_FILES.
882        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
883        PRE/TMPINSTALL_FILES.
884        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
885        PRE/TMPINSTALL_FILES.
886        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
887        PRE/TMPINSTALL_FILES.
888        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
889        from PRE/TMPINSTALL_FILES.
890
8912003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
892
893        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
894        * automake/lib.am: Remove project_libdir.
895        * wrapup/Makefile.am: Reworked.
896
8972003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
898
899        * configure.ac: Reflect changes to librdbg.
900        * optman/Makefile.am: Add tmpinstall dirstamp support.
901        * libchip/Makefile.am: Fix variant-tmpinstall support.
902        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
903        * librdbg/src/powerpc/Makefile.am: Merge-in former
904        new_exception_processing/Makefile.am.
905        * librdbg/src/m68k/any/Makefile.am: Remove.
906        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
907        * librdbg/src/i386/any/Makefile.am: Remove.
908        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
909        * librdbg/src/Makefile.am: Cosmetics.
910        * librdbg/include/Makefile.am: Cosmetics.
911        * librdbg/Makefile.am: Cosmetics.
912        * libnetworking/Makefile.am: Cosmetics.
913        * libnetworking/pppd/Makefile.am: Cosmetics.
914        * libnetworking/wrapup/Makefile.am: Cosmetics.
915
9162003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
917
918        * Makefile.am: Cosmetics.
919        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
920        support.
921
9222003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
923
924        * automake/compile.am: Remove $(ARCH):-rule.
925
9262003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
927
928        * configure.ac: Remove lib/libbsp/shared/Makefile,
929        lib/libbsp/shmdr/Makefile.
930
9312003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
932
933        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
934        libchip/serial/Makefile, libchip/rtc/Makefile.
935        * support/Makefile.am: Remove all-local: $(ARCH).
936        * wrapup/Makefile.am: Remove all-local: $(ARCH).
937        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
938        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
939        * optman/Makefile.am: Remove all-local: $(ARCH).
940        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
941        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
942        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
943        compilation dirstamp support.
944        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
945        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
946        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
947        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
948        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
949        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
950        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
951        all-local: $(ARCH).
952        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
953        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
954        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
955        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
956        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
957
9582003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
959
960        * aclocal/lead-dot.m4: New (from automake-1.7f).
961        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
962        AC_SUBST(dirstamp).
963        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
964        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
965        libchip/serial/Makefile.am: Ditto.
966        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
967        * librdbg/include/Makefile.am: Ditto.
968        * librdbg/include/rdbg/Makefile.am: Ditto.
969        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
970        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
971        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
972        * librdbg/src/Makefile.am: Ditto.
973        * librdbg/src/i386/Makefile.am: Ditto.
974        * librdbg/src/i386/any/Makefile.am: Ditto.
975        * librdbg/src/m68k/Makefile.am: Ditto.
976        * librdbg/src/m68k/any/Makefile.am: Ditto.
977        * librdbg/src/powerpc/Makefile.am: Ditto.
978        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
979        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
980        preinstallation.
981        * libnetworking/pppd/Makefile.am: Ditto.
982        * libnetworking/rtems_servers/Makefile.am: Ditto.
983        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
984        * libnetworking/rtems_webserver/Makefile.am: Ditto.
985        * libnetworking/wrapup/Makefile.am: Ditto.
986
9872003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
988
989        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
990        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
991        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
992        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
993        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
994        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
995        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
996        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
997        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
998        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
999        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1000        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1001        underquoting to silence automake-1.8.
1002
10032003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1004
1005        * configure.ac: Reflect having moved tests to ../../testsuites.
1006
10072003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1008
1009        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1010        * aclocal/canonical-host.m4: Remove.
1011        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1012        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1013
10142003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1015
1016        * aclocal/check-cpu.m4: Remove.
1017        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1018        * aclocal/canonical-target-name.m4: Add m4-quotes.
1019        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1020        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1021        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1022        * aclocal/check-networking.m4: Add m4-quotes. Require
1023        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1024        * aclocal/check-posix.m4: Add m4-quotes. Require
1025        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1026        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1027        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1028        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1029
10302003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1031
1032        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1033        * aclocal/bsp-alias.m4: Remove.
1034
10352003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1036
1037        * configure.ac: Make presence of tests/ optional.
1038
10392003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1040
1041        * aclocal/path-perl.m4: Remove (Unused).
1042
10432003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1044
1045        * automake/force-preinstall.am: Remove.
1046
10472003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1048
1049        PR 499/rtems_misc
1050        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1051        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1052        Configuration (Odd was forced) - Correction of Stop Bit configuration
1053        (inversed) - Correction of ISR Handler to call
1054        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1055        CTS Hardware flow control Configuration.
1056
10572003-09-04      Joel Sherrill <joel@OARcorp.com>
1058
1059        * lib/libcpu/shared/include/cache.h,
1060        lib/libcpu/shared/src/cache_aligned_malloc.c,
1061        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1062        license changed.
1063        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1064        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1065        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1066        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1067        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1068        for license changed.
1069        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1070        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1071        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1072        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1073        libchip/network/cs8900.h, libchip/network/dec21140.c,
1074        libchip/network/elnk.c, libchip/network/open_eth.c,
1075        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1076        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1077        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1078        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1079        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1080        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1081        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1082        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1083        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1084        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1085        libchip/serial/serial.h, libchip/serial/z85c30.c,
1086        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1087        libchip/serial/z85c30_reg.c: URL for license changed.
1088
10892003-09-03      Jiri Gaisler <jiri@gaisler.com>
1090
1091        PR 477/networking
1092        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1093        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1094        libchip/network/open_eth.h: New files.
1095
10962003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1097
1098        * aclocal/rtems-top.m4: Add RTEMS_API.
1099        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1100
11012003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1102
1103        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1104        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1105        @RTEMS_BSP@.cfg.
1106
11072003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1108
1109        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1110
11112003-08-20      Joel Sherrill <joel@OARcorp.com>
1112
1113        * libchip/network/cs8900.c: Correct copyright statements.
1114
11152003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1116
1117        * aclocal/check-itron.m4: Remove.
1118        * aclocal/enable-inlines.m4: Remove.
1119        * Makefile.am: Reflect having moved aclocal/.
1120        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1121        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1122        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1123        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1124        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1125        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1126        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1127        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1128        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1129        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1130        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1131        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1132        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1133        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1134        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1135        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1136        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1137        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1138        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1139        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1140        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1141        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1142        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1143        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1144        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1145        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1146        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1147        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1148        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1149        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1150        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1151        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1152        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1153        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1154        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1155        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1156        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1157        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1158        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1159        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1160        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1161        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1162        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1163        * aclocal/target.m4: New (Copied from ../../aclocal).
1164        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1165        * aclocal/version.m4: New (Copied from ../../aclocal).
1166
11672003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1168
1169        * configure.ac: Remove stray comments.
1170        * automake/local.am, automake/host.am: Remove "debug".
1171
11722003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1173
1174        * Makefile.am: Reflect having moved automake/.
1175        * lib/Makefile.am: Reflect having moved automake/.
1176        * support/Makefile.am: Reflect having moved automake/.
1177        * wrapup/Makefile.am: Reflect having moved automake/.
1178        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1179        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1180        from ../../automake).
1181        * optman/Makefile.am: Reflect having moved automake/.
1182        * libchip/Makefile.am: Reflect having moved automake/.
1183        * libchip/ide/Makefile.am: Reflect having moved automake/.
1184        * libchip/network/Makefile.am: Reflect having moved automake/.
1185        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1186        * libchip/serial/Makefile.am: Reflect having moved automake/.
1187        * librdbg/Makefile.am: Reflect having moved automake/.
1188        * librdbg/include/Makefile.am: Reflect having moved automake/.
1189        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1190        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1191        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1192        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1193        automake/.
1194        * librdbg/src/Makefile.am: Reflect having moved automake/.
1195        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1196        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1197        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1198        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1199        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1200        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1201        having moved automake/.
1202        * libnetworking/Makefile.am: Reflect having moved automake/.
1203        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1204        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1205        automake/.
1206        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1207        automake/.
1208        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1209        automake/.
1210        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1211
12122003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1213
1214        * Makefile.am: Add bsp.pc.in.
1215        * bsp.pc.in: New (pkgconfig support).
1216
12172003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1218
1219        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1220
12212003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1222
1223        * lib/Makefile.am: New (Required by 'make dist').
1224        * lib/ChangeLog: Remove.
1225        * lib/.cvsignore: Cleanup.
1226        * configure.ac: Reflect having added lib/Makefile.am.
1227        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1228        lib/libbsp/configure.ac.
1229        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1230        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1231
12322003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1233
1234        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1235        * configure.ac: Merge-in librdbg/configure.ac.
1236        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1237        librdbg/configure.ac.
1238        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1239        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1240        LIBCHIP. Conditionally build include-dirs.
1241        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1242        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1243        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1244        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1245        librdbg/include/rdbg/m68k/Makefile.am,
1246        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1247        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1248        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1249        librdbg/src/powerpc/Makefile.am, librdbg/
1250        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1251        configure.ac into ../configure.ac.
1252        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1253        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1254        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1255        libnetworking/rtems_telnetd/Makefile.am,
1256        libnetworking/rtems_webserver/Makefile.am,
1257        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1258        into ../configure.ac.
1259
12602003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1261
1262        PR 427/rtems
1263        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1264        * librdbg/src/servtsp.c: Ditto.
1265
12662003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1267
1268        PR 429/bsps
1269        PR 432/bsps
1270        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1271        packets are queued onto an elnk board, the ISR will deadlock the device
1272        with a tx complete interrupt.  Lighter tx loads are not affected as they
1273        end up submitting single packets to the device.
1274
12752003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1276
1277        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1278        optman/configure.ac.
1279        * optman/configure.ac: Remove (Merged into ../configure.ac).
1280        * optman/Makefile.am: Reflect having merged configure.ac into
1281        ../configure.ac.
1282        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1283        * libchip/Makefile.am, libchip/ide/Makefile.am,
1284        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1285        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1286        ../configure.ac.
1287
12882003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1289
1290        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1291
12922003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1293
1294        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1295        on i386.
1296
12972003-06-13      Joel Sherrill <joel@OARcorp.com>
1298
1299        * libnetworking/pppd/chat.c: Removed warnings.
1300
13012003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1302
1303        * libchip/network/README.3com: New file missed in previous commit.
1304        PR 405/bsps
1305        PR 393/networking
1306        * libchip/network/dec21140.c: Fix leak also known as PR393.
1307        * libchip/network/elnk.c, libchip/network/if_media.h,
1308        libchip/network/mii.h: New files.
1309        * libchip/network/Makefile.am: Reflect new files.
1310
13112003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1312
1313        * configure.ac: Remove support for profile-variant.
1314
13152003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1316
1317        PR 397/pppd
1318        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1319        * libnetworking/pppd/magic.c: Remove *rand48.
1320        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1321
13222003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1323
1324        * wrapup/Makefile.am: Add libide.a.
1325
13262003-04-15      Joel Sherrill <joel@OARcorp.com>
1327
1328        PR 387/rtems_misc
1329        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1330        routines.
1331        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1332
13332003-04-11      Joel Sherrill <joel@OARcorp.com>
1334
1335        * libnetworking/rtems_webserver/cgi.c,
1336        libnetworking/rtems_webserver/sockGen.c,
1337        libnetworking/rtems_webserver/umui.c,
1338        libnetworking/rtems_webserver/websSSL.c,
1339        libnetworking/rtems_webserver/websSSL.h,
1340        libnetworking/rtems_webserver/websda.c,
1341        libnetworking/rtems_webserver/websda.h: New files. Not included in
1342        previous commit.
1343
13442003-04-10      Joel Sherrill <joel@OARcorp.com>
1345
1346        PR 371/pppd
1347        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1348        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1349        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1350        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1351        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1352        still global symbols in rtemspppd.h which might need to be changed or
1353        converted into member of a structure which is dereferenced with a
1354        pointer that is managed as a per task variable. But this patch should
1355        avoid many conflicts.
1356
13572003-03-27      Joel Sherrill <joel@OARcorp.com>
1358
1359        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1360        not allowed in the cpukit source code since it must be buildable
1361        independent of any BSP. These files were moved to libchip/ide.
1362        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1363        files.
1364
13652003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1366
1367        PR 368/filesystems
1368        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1369        improvements which now work on pc386 and mbx8xx.
1370        * libchip/ide/ide_controller.c: New file.
1371
13722003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1373
1374        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1375
13762003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1377
1378        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1379        * configure.ac: Add support/.
1380        * support/.cvsignore: New.
1381        * support/Makefile.am: New.
1382        * support/version.c: New.
1383        * wrapup/Makefile.am: Add support/libsupport.a.
1384        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1385        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1386        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1387        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1388
13892003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1390
1391        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1392
13932003-02-20      Till Straumann <strauman@slac.stanford.edu>
1394
1395        PR 354/networking
1396        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1397        chip against a table of supported chips. The untested ones are still
1398        commented out, however.
1399
14002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1401
1402        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1403        * configure.ac: AC_PREREQ(2.57).
1404        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1405        * optman/configure.ac: AC_PREREQ(2.57).
1406        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1407        * libchip/configure.ac: AC_PREREQ(2.57).
1408        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1409        * librdbg/configure.ac: AC_PREREQ(2.57).
1410        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1411        * libnetworking/configure.ac: AC_PREREQ(2.57).
1412
14132003-02-06      Joel Sherrill <joel@OARcorp.com>
1414
1415        * libnetworking/pppd/chat.c: Convert routines with common names to
1416        static. This included get_char(), put_char(), and character() among
1417        others.
1418
14192003-02-03      Joel Sherrill <joel@OARcorp.com>
1420
1421        PR 338/filesystem
1422        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1423        rtems_io_lookup_name() (API change).  Unused function removed.
1424
14252003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1426
1427        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1428        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1429        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1430        Eliminate *_O_FILES.
1431        * libnetworking/rtems_servers/Makefile.am,
1432        libnetworking/rtems_webserver/Makefile.am,
1433        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1434
14352002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1436
1437        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1438        Let all-local: depend on $(LIB).
1439        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1440        * optman/Makefile.am: Apply install-data-local to install *.rels.
1441
14422002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1443
1444        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1445        %.c rules.
1446        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1447        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1448        * libchip/rtc/Makefile.am: Ditto.
1449        * libchip/serial/Makefile.am: Ditto.
1450
14512002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1452
1453        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1454        LIBC_DEFINES.
1455        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1456        LIBC_DEFINES.
1457        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1458        LIBC_DEFINES.
1459
14602002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1461
1462        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1463
14642002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1465
1466        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1467        cache-checking.
1468        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1469
14702002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1471
1472        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1473        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1474        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1475        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1476        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1477
14782002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1479
1480        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1481        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1482        Remove.
1483        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1484
14852002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1486
1487        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1488        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1489
14902002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1491
1492        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1493        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1494
14952002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1496
1497        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1498        * optman/rel.am: New.
1499
15002002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1501
1502        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1503        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1504        braino in comment on "exec". Extend --enable-ada handling.
1505
15062002-11-04      Joel Sherrill <joel@OARcorp.com>
1507
1508        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1509        tasks and rolling multiple loops into 1.
1510        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1511        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1512        Removed warnings.
1513
15142002-10-31      Joel Sherrill <joel@OARcorp.com>
1515
1516        * libchip/network/dec21140.c: Removed warnings.
1517        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1518        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1519        librdbg/src/m68k/any/remdeb_xdr.c,
1520        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1521        warnings.
1522        * libnetworking/rtems_webserver/socket.c,
1523        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1524
15252002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1526
1527        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1528        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1529        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1530        above.
1531
15322002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1533
1534        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1535        * wrapup/.cvsignore: Remove autom4te.cache.
1536        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1537        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1538        autom4te.cache.
1539        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1540        autom4te.cache.
1541        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1542        autom4te.cache.
1543
15442002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1545
1546        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1547
15482002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1549
1550        * optman/.cvsignore: Add autom4te.cache.
1551
15522002-09-14      Joel Sherrill <joel@OARcorp.com>
1553
1554        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1555
15562002-09-07      Joel Sherrill <joel@OARcorp.com>
1557
1558        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1559        include files to resolve warnings.
1560
15612002-09-07      Chris Johns <ccj@acm.org>
1562
1563        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1564        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1565        which corrects the problem  where the cs8900.c file was actually the BSP
1566        glue.  Joel did some hacking so this file will compile.  Previously it
1567        required providing a target.h file to compile.
1568        * libchip/network/cs8900.c.bsp: New file.
1569
15702002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1571
1572        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1573
15742002-08-31      Joel Sherrill <joel@OARcorp.com>
1575
1576        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1577        eliminate warning.
1578
15792002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1580
1581        * configure.ac: Add ada-tests.
1582
15832002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1584
1585        * Makefile.am: Add preinstall-stamp.
1586
15872002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1588
1589        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1590        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1591        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1592        gcc31 happy.
1593        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1594        cp.
1595
15962002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1597
1598        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1599        make/bsp.mak.
1600        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1601        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1602
16032002-08-12      Joel Sherrill <joel@OARcorp.com>
1604
1605        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1606        avoid error.
1607
16082002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1609
1610        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1611        * configure.ac: Add BSP_SUBDIRS.
1612        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1613        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1614        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1615        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1616        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1617        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1618        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1619        RTEMS_CHECK_BSP_CACHE.
1620        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1621        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1622        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1623        .$(OBJEXT) instead of .o.
1624        * libnetworking/pppd/Makefile.am,
1625        libnetworking/rtems_servers/Makefile.am,
1626        libnetworking/rtems_telnetd/Makefile.am,
1627        libnetworking/rtems_webserver/Makefile.am,
1628        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1629
16302002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1631
1632        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1633        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1634        ../libchip/serial/$(ARCH)/libserialio.a.
1635        * libchip/serial/Makefile.am: Don't tmp-install lib.
1636        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1637
16382002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1639
1640        * Makefile.am: Add rtems_makedir.
1641        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1642        * Makefile.am: Add wrapup-SUBDIR.
1643        * wrapup/ChangeLog: Remove.
1644        * wrapup/configure.ac: Remove.
1645        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1646        (Make the bare BSP happy).
1647        * configure.ac: Ditto.
1648        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1649        Create make/custom/default.cfg.
1650        * configure.ac: Add creation of make/custom/*.cfg. Create
1651        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1652
16532002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1654
1655        * Makefile.am: Clean $(PROJECT_RELEASE).
1656
16572002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1658
1659        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1660        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1661        prototype mismatches.
1662
16632002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1664
1665        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1666        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1667
16682002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1669
1670        * acinclude.m4: Add test "$multilib" != "yes".
1671        * config-ml.in: Remove.
1672        * acinclude.m4: Cleanups.
1673        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1674        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1675        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1676        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1677        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1678
16792002-07-16      Eric Norum <eric.norum@usask.ca>
1680
1681        * New driver for the Intel EtherExpressPro (82559ER) chip.
1682        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1683        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1684        * libchip/network/Makefile.am: Modified to reflect above.
1685
16862002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1687
1688        * acinclude.m4: New.
1689        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1690        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1691        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1692
16932002-07-01      Joel Sherrill <joel@OARcorp.com>
1694
1695        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1696        _Objects_Information_table now that it is a two dimensional array based
1697        upon API and class.
1698        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1699        of strnlen().
1700
17012002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1702
1703        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1704        preinstall libnetapps.a.
1705
17062002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1707
1708        * configure.ac: Remove librpc.
1709
17102002-06-25      Joel Sherrill <joel@OARcorp.com>
1711
1712        * Per PR233, moved librpc to exec.
1713        * configure.ac, wrapup/Makefile.am: Modified.
1714        * librpc, librpc/ChangeLog: Removed.
1715
17162002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1717
1718        * optman/Makefile.am: Remove multilib support.
1719        * optman/configure.ac: Ditto.
1720        * optman/sapi/Makefile.am: Ditto.
1721
17222002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1723
1724        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1725        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1726
17272002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1728
1729        Move networking libraries to c/src/exec/libnetworking
1730        * libnetworking/configure.ac, libnetworking/Makefile.am,
1731        libnetworking/wrapup/Makefile.am: Reflect Moval.
1732
17332002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1734
1735        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1736        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1737        <rtems/bspIo.h>.
1738
17392002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1740
1741        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1742        * libnetworking/rtems/mkrootfs.h: Ditto.
1743        * libnetworking/rtems/Makefile.am: Reflect changes above.
1744
17452002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1746
1747        * configure.ac: Remove lib.
1748
17492002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1750
1751        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1752        that exception stack frames on M68K members with VBR always are 6 byte
1753        long. The incorrect assumption resulted in some gdb commands like "next"
1754        to fail on the 68360.
1755
17562002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1757
1758        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1759        PR 220
1760        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1761        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1762        CVS.
1763        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1764        libnetworking/sys/filio.h: Remove.
1765        * libnetworking/sys/Makefile.am: Reflect changes above.
1766
17672002-05-07      Chris Johns <ccj@acm.org>
1768
1769        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1770        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1771        requires it to be stripped.
1772
17732002-05-01      Eric Norum <eric.norum@usask.ca>
1774
1775        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1776        assembly  to satisfy gcc 3.1 and newer.
1777
17782002-04-26      Eric Norum <eric.norum@usask.ca>
1779
1780        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1781        agressive optimization in gcc 3.1 does not reorder things.
1782
17832002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1784
1785        * libchip/network/dec21140.c: Reflect changes to powerpc's
1786        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1787        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1788        <rtems/score/cpu.h>.
1789        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1790        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1791
17922002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1793
1794        * optman/configure.ac: Remove ENABLE_GCC28.
1795
17962002-04-11      Chris Johns <ccj@acm.org>
1797
1798        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1799        driver control block field to the ifconfig network driver structure.
1800        This field is needed by the i82586 driver which was ported from NetBSD
1801        as it had better hardware abstraction.
1802        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1803        PR59, added the drv_ctrl driver control block field to the ifconfig
1804        network driver structure. This field is needed by the i82586 driver
1805        which was ported from NetBSD as it had better hardware abstraction.
1806
18072002-04-10      Mike Siers <mikes@poliac.com>
1808
1809        * libnetworking/rtems_webserver/NOTES,
1810        libnetworking/rtems_webserver/asp.c,
1811        libnetworking/rtems_webserver/balloc.c,
1812        libnetworking/rtems_webserver/default.c,
1813        libnetworking/rtems_webserver/ej.h,
1814        libnetworking/rtems_webserver/ejIntrn.h,
1815        libnetworking/rtems_webserver/ejlex.c,
1816        libnetworking/rtems_webserver/ejparse.c,
1817        libnetworking/rtems_webserver/emfdb.c,
1818        libnetworking/rtems_webserver/emfdb.h,
1819        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1820        libnetworking/rtems_webserver/handler.c,
1821        libnetworking/rtems_webserver/license.txt,
1822        libnetworking/rtems_webserver/md5.h,
1823        libnetworking/rtems_webserver/md5c.c,
1824        libnetworking/rtems_webserver/mime.c,
1825        libnetworking/rtems_webserver/misc.c,
1826        libnetworking/rtems_webserver/ringq.c,
1827        libnetworking/rtems_webserver/rom.c,
1828        libnetworking/rtems_webserver/security.c,
1829        libnetworking/rtems_webserver/sock.c,
1830        libnetworking/rtems_webserver/sym.c,
1831        libnetworking/rtems_webserver/uemf.c,
1832        libnetworking/rtems_webserver/uemf.h,
1833        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1834        libnetworking/rtems_webserver/url.c,
1835        libnetworking/rtems_webserver/value.c,
1836        libnetworking/rtems_webserver/wbase64.c,
1837        libnetworking/rtems_webserver/webcomp.c,
1838        libnetworking/rtems_webserver/webpage.c,
1839        libnetworking/rtems_webserver/webrom.c,
1840        libnetworking/rtems_webserver/webs.c,
1841        libnetworking/rtems_webserver/webs.h,
1842        libnetworking/rtems_webserver/websuemf.c,
1843        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1844        2.1.4.
1845
18462002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1847
1848        * libchip/network/i82586.c: Include <string.h>.
1849        * libchip/network/sonic.c: Ditto.
1850
18512002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1852
1853        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1854
18552002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1856
1857        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1858
18592002-03-27      Thomas.Doerfler@imd-systems.de
1860
1861        PR 144
1862        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1863        memory address 0 when called for the first time. This is done when
1864        trying to clear the variable "dhcp_hostname".
1865
18662002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1867
1868        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1869        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1870        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1871        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1872        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1873        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1874        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1875        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1876        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1877        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1878        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1879        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1880        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1881        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1882        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1883        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1884        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1885        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1886        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1887        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1888        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1889        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1890        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1891        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1892        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1893        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1894        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1895        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1896        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1897        AUTOMAKE_OPTIONS.
1898        * libnetworking/configure.ac:
1899        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1900        foreign 1.6]).
1901        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1902        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1903        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1904        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1905        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1906        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1907        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1908        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1909        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1910        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1911        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1912        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1913        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1914        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1915        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1916        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1917        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1918
19192002-03-27      Ilya Alexeev <ilya@continuum.ru>
1920
1921        PR 162
1922        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1923        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1924        used in a device write routines.  Now ppp_softc structure have own
1925        character for writing to device (sc_outchar).  I think that converting
1926        local variables to static is not a right solution, because problems will
1927        occur in the case of two or more ppp instances.
1928        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1929        must be u_long, otherwise in the case of the big output packet endless
1930        loop may occur.
1931
19322002-03-21      Ilya Alexeev <ilya@continuum.ru>
1933
1934        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1935        preparations for multiple PPPD connections.
1936
19372002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1938
1939        PR 149
1940        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1941        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1942        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1943        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1944
19452002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1946
1947        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1948        * configure.ac: Modified to reflect addition.
1949
19502002-02-27      Ilya Alexeev <ilya@continuum.ru>
1951
1952        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1953        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1954        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1955        capabilities as well as eliminate some warnings.
1956
19572002-02-27      Eric Norum <eric.norum@usask.ca>
1958
1959        * libnetworking/net/radix.c: Properly handle fetching the default route
1960        when there is no route.  This was a bug in the original FreeBSD code and
1961        this fix is from an updated version of their code.
1962
19632002-02-16      Eric Norum <eric.norum@usask.ca>
1964
1965        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1966        checking.
1967
19682002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1969
1970        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1971        dodefaultroute.
1972
19732002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1974
1975        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1976        include <rtems/seterr.h>.
1977
19782002-02-01      Mike Siers <mikes@poliac.com>
1979
1980        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1981        avoid bringing the link down too fast. NOTE: Mike reports successfully
1982        running at 56K baud on a direct link.
1983
19842002-02-01      Eric Valette <valette@crf.canon.fr>
1985
1986        * librdbg/So many patches have been posted recently on the mailing list
1987        and  because we were unable to find correct solution to compile on
1988        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1989        because the coding  style of rdbg was rather inconsistant among various
1990        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1991        global coding style (using indent + manual edits), 2) incorporate/review
1992        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1993        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1994        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1995        after rdbg initialization is done, NB : the paches is huge but it is
1996        mainly due to coding styke chnages.  Only few lines of codes have been
1997        really changed and they do not impact  rdbg functionnality (AFAIKT).
1998        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1999        librdbg/include/rdbg/m68k/rdbg_f.h,
2000        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2001        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2002        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2003        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2004        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2005        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2006        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2007        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2008        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2009        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2010        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2011        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2012        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2013        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2014        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2015        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2016
20172002-01-31      Mike Siers <mikes@poliac.com>
2018
2019        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2020        * Nice Update of PPPD support which eliminates the requiremetn that
2021        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2022        and reports that it seems to be more stable and handle larger packets
2023        better.  This patch replaces the termios tasks with more general pppd
2024        network driver tasks.  The functions pppinput() and pppstart() get
2025        called from the interrupt service routine.
2026        * libnetworking/Makefile.am, libnetworking/configure.ac,
2027        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2028        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2029        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2030        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2031        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2032        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2033        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2034        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2035        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2036        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2037        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2038        libnetworking/net/route.c, libnetworking/net/route.h,
2039        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2040        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2041        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2042        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2043        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2044        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2045        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2046        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2047        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2048        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2049        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2050        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2051        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2052        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2053        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2054        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2055        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2056        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2057        libnetworking/pppd/example/README,
2058        libnetworking/pppd/example/netconfig.h,
2059        libnetworking/wrapup/Makefile.am: Modified.
2060        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2061        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2062        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2063        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2064        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2065        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2066        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2067        libnetworking/modem/pppcompress.c: Subdirectory removed.
2068
20692002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2070
2071        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2072        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2073
20742002-01-18      Till Straumann <strauman@slac.stanford.edu>
2075
2076        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2077        issues: - exception handler needs to enable MSR_FP if the interrupted
2078        thread is FP enabled. - printk message for MSR fixed and added
2079        stacktrace. NOTE: this requires the stacktrace patch to
2080        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2081        however).
2082
20832002-01-06      Joel Sherrill <joel@OARcorp.com>
2084
2085        * optman/.cvsignore: Added aclocal.m4 and configure.
2086        * optman/.cvsignore: New file.
2087
20882002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2089
2090        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2091
20922002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2093
2094        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2095        * optman/ChangeLog: New.
2096        * optman/configure.ac: New.
2097        * optman/Makefile.am: New.
2098        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2099        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2100
21012001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2102
2103        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2104
21052001-12-18      Eric Norum <eric.norum@usask.ca>
2106
2107        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2108        `directories' (path names with a / at the end) while disallowing open()
2109        operations on TFTP `directories'.
2110
21112001-12-07      Eric Norum <eric.norum@usask.ca>
2112
2113        * libnetworking/lib/tftpDriver.c: Restore write capability.
2114
21152001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2116
2117        * libchip/network/sonic.h: Fix typo.
2118        * libnetworking/arpa/Makefile.am: Remove stray lines.
2119
21202001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2121
2122        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2123
21242001-10-18      Eric Norum <eric.norum@usask.ca>
2125
2126        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2127        chdir() and open() operations within the TFTP file system.
2128
21292001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2130
2131        * librdbg/configure.ac: Fix latent bug exposed by removal of
2132        config.cache's which prevented powerpc targets librdbg from building.
2133
21342001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2135
2136        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2137        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2138        autoconf-2.52 happy.
2139
21402001-10-12      Mike Siers <mikes@poliac.com>
2141
2142        * libnetworking/Update to stable working state.  Congratulations Mike!
2143        :).
2144        * libnetworking/modem_example: Directory removed.
2145        * libnetworking/modem_example/16550.h,
2146        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2147        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2148        libnetworking/modem_example/ppp.h,
2149        libnetworking/modem_example/pppcompress.c: Files removed.
2150        * libnetworking/pppd/example/pppd.options: New file.
2151        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2152        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2153        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2154        libnetworking/pppd/rtemsmain.c: Updated.
2155
21562001-10-12      Joel Sherrill <joel@OARcorp.com>
2157
2158        * libchip/serial/z85c30.c: Fixed typo.
2159
21602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2161
2162        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2163        * configure.in: Remove.
2164        * configure.ac: New file, generated from configure.in by autoupdate.
2165        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2166        * libchip/configure.in: Remove.
2167        * libchip/configure.ac: New file, generated from configure.in by
2168        autoupdate.
2169        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2170        * librdbg/configure.in: Remove.
2171        * librdbg/configure.ac: New file, generated from configure.in by
2172        autoupdate.
2173        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2174        * libnetworking/configure.in: Remove.
2175        * libnetworking/configure.ac: New file, generated from configure.in by
2176        autoupdate.
2177
21782001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2179
2180        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2181        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2182        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2183
21842001-09-27      Joel Sherrill <joel@OARcorp.com>
2185
2186        * libchip/ChangeLog: Fixed typo in date.
2187
21882001-09-27      Eric Norum <eric.norum@usask.ca>
2189
2190        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2191        TFTP  filesystem.
2192
21932001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2194
2195        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2196        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2197        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2198        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2199        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2200        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2201        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2202        'PREINSTALL_FILES ='.
2203        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2204        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2205        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2206        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2207        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2208        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2209        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2210        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2211        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2212        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2213        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2214        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2215
22162001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2217
2218        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2219        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2220        * librdbg/src/m68k/any/Makefile.am: Ditto.
2221        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2222        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2223        happy.
2224
22252001-09-21      Joel Sherrill <joel@OARcorp.com>
2226
2227        * libchip/network/Makefile.am: Fixed typo on file name.
2228        * libchip/network/i82586.c: Commented out line 318 which is referencing
2229        a member of a structure that is not currently there.  This needs to be
2230        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2231        to C style.
2232
22332001-09-19      Eric Norum <eric.norum@usask.ca>
2234
2235        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2236
22372001-09-19      Chris Johns <ccj@acm.org>
2238
2239        * libchip/network/README.i82586, libchip/network/i82586.c,
2240        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2241        Network driver for Intel i82586.
2242        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2243        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2244        "root" filesystem with information obtained via the DHCP response.
2245
22462001-09-14      Eric Norum <eric.norum@usask.ca>
2247
2248        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2249        make gcc 3.x happy.
2250
22512001-08-16      Mike Siers <mikes@poliac.com>
2252
2253        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2254        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2255        These support callback functionality that has not even been compiled
2256        under RTEMS yet.
2257        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2258        example application.  Mike's notes on the modifications: - renamed
2259        error() function because of namespace problems - removed calls to the
2260        exit() funciton - removed extra files from the pppd source directory -
2261        defined pppd task constant values in rtemspppd.h - modifyied example
2262        code to get actual tick per second value - placed the pppd 2.3.11 man
2263        page file (pppd.8) into the pppd directory.
2264        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2265        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2266        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2267        libnetworking/pppd/rtems-ppp.c: Deleted.
2268        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2269        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2270        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2271        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2272        libnetworking/pppd/example/init.c,
2273        libnetworking/pppd/example/netconfig.h,
2274        libnetworking/pppd/example/ppp.conf,
2275        libnetworking/pppd/example/pppdapp.c,
2276        libnetworking/pppd/example/system.h: New files.
2277        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2278        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2279        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2280        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2281        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2282        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2283        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2284        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2285        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2286        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2287        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2288        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2289        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2290        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2291        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2292
22932001-08-16      Joel Sherrill <joel@OARcorp.com>
2294
2295        * libnetworking/pppd/example/Makefile: Removed.
2296        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2297        to avoid bootstrap -c clobbering it.
2298        * libnetworking/rtems_telnetd/.cvsignore: New file.
2299
23002001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2301
2302        * libnetworking/Makefile.am, libnetworking/configure.in,
2303        libnetworking/rtems_servers/Makefile.am,
2304        libnetworking/rtems_servers/telnetd.c,
2305        libnetworking/rtems_servers/telnetd.h,
2306        libnetworking/rtems_telnetd/Makefile.am,
2307        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2308        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2309        libnetworking/rtems_telnetd/telnetd.c,
2310        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2311        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2312        effect when ftpd change. - the tcp/ip stats have been implemented into
2313        icmds.c and started when telnetd daemon is started.
2314        * libnetworking/rtems_servers/telnetd.c,
2315        libnetworking/rtems_servers/telnetd.h: Removed.
2316        * libnetworking/rtems_telnetd: New directory.
2317        * libnetworking/rtems_telnetd/Makefile.am,
2318        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2319        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2320        libnetworking/rtems_telnetd/telnetd.c,
2321        libnetworking/rtems_telnetd/telnetd.h: New files.
2322
23232001-06-14      Joel Sherrill <joel@OARcorp.com>
2324
2325        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2326        Moved from libmisc/shell so the network stack to address network
2327        depenendency.
2328        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2329
23302001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2331
2332        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2333
23342001-05-15      Joel Sherrill <joel@OARcorp.com>
2335
2336        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2337        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2338        accidentally deleted the incorrectly empty versions.
2339
23402001-05-14      Till Straumann <strauman@slac.stanford.edu>
2341
2342        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2343        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2344        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2345        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2346        to know the values) - the affected BSP (shared/motorola) headers have
2347        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2348        driver (libchip/network/dec21140.c) has been fixed to use
2349        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2350        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2351        who is using this driver. - the DEC driver also has been fixed to use
2352        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2353        delay_in_bus_cycles().
2354
23552001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2356
2357        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2358
23592001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2360
2361        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2362
23632001-04-24      Eric Norum <eric.norum@usask.ca>
2364
2365        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2366        NTP synchronization a little more robust -- no NTP daemon yet, but at
2367        least it trys a little harder when the primary NTP server is down.
2368
23692001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2370
2371        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2372        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2373        libnetworking/pppd/modem_example/modem.c,
2374        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2375        other strings into English.
2376        * libnetworking/pppd/STATUS: updated to reflect the changes.
2377
23782001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2379
2380        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2381        again.
2382
23832001-04-20      Eric Valette <valette@crf.canon.fr>
2384
2385        * mcp750 directory renamed new_exception processing as it supports many
2386        more CPU models.
2387        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2388        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2389        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2390        formerly in mcp750 plus modifications.
2391        * librdbg/src/powerpc/mcp750/.cvsignore,
2392        librdbg/src/powerpc/mcp750/Makefile.am,
2393        librdbg/src/powerpc/mcp750/remdeb.h,
2394        librdbg/src/powerpc/mcp750/remdeb_f.x,
2395        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2396        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2397        new_exception_processing.
2398        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2399        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2400        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2401        part of this effort to add support for the MPC8xx.
2402
24032001-04-19      Joel Sherrill <joel@OARcorp.com>
2404
2405        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2406        internal include files.
2407
24082001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2409
2410        PR 158
2411        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2412        rcmd() library call by commenting out the parts that deal with signals.
2413        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2414        stdio. The 'server-side' parts of this file which deal with
2415        authentication are disabled since they are not needed.
2416
24172001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2418
2419        * libnetworking/include/.cvsignore: Remove dangling file.
2420
24212001-03-14      Joel Sherrill <joel@OARcorp.com>
2422
2423        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2424        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2425        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2426        libchip style serial drivers can be written in libcpu or libbsp.
2427
24282001-03-01      Joel Sherrill <joel@OARcorp.com>
2429
2430        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2431        libchip/network/sonic.c, libchip/network/sonic.h,
2432        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2433        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2434        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2435        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2436        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2437        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2438        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2439        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2440
24412001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2442
2443        * librdbg/include/rdbg/Makefile.am,
2444        librdbg/include/rdbg/i386/Makefile.am,
2445        librdbg/include/rdbg/m68k/Makefile.am,
2446        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2447        style on include files.
2448
24492001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2450
2451        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2452        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2453        replace ${..} with $(..).
2454        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2455        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2456        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2457        libnetworking/rtems/Makefile.am, libnetworking/
2458        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2459        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2460        include_*HEADERS instead of H_FILES.
2461        * libnetworking/include/Makefile.am: Remove.
2462        * libnetworking/Makefile.am: Add handling of *.h files.
2463        * libnetworking/configure.in: Remove include/Makefile.
2464
24652001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2466
2467        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2468
24692001-01-31      Sergei Organov <osv@javad.ru>
2470
2471        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2472        current dir and root dir removed in favor of new libio support for
2473        task-local current and root directories. - Bug in `close_data_socket()'
2474        introduced by previous change fixed. - `command_pasv()' changed to set
2475        timeout on socket we are listening on and code fixed to don't close
2476        socket twice on error. - `serr()' changed to clear `errno'. -
2477        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2478        changed to clear `errno' before processing session. -
2479        `close_data_socket()' fixed to close both active and passive sockets -
2480        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2481        empty string  in `exec_command()'.
2482
24832001-01-25      Eric Norum <eric.norum@usask.ca>
2484
2485        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2486        improves throughput on systems which are dropping packets.   Only the
2487        first timeout is reduced.  This keeps the number of extra packets down
2488        on networks that are very busy and dropping lots of packets.
2489
24902001-01-24      Sergei Organov <osv@javad.ru>
2491
2492        * libnetworking/rtems_servers/ftpd.c,
2493        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2494        - Timeouts on sockets implemented. 'idle' field added to configuration.
2495        No timeout by default to keep backward compatibility. Note: SITE IDLE
2496        command not implemented yet. - Basic global access control implemented.
2497        'access' field added to configuration. No access limitations by default
2498        to keep backward compatibility. - Anchor data socket for active mode
2499        (using self IP and port 20.) - Fixed default data port support (still
2500        not tested). - Don't allow IP address different from originating host in
2501        PORT command to improve security. - Fixed bug in MDTM command. - Check
2502        for correctness of parsing of argument in command_port(). - Fixed
2503        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2504        a directory. - Command parsing a little bit improved: command names are
2505        now converted to upper-case to be more compatible with RFC (command
2506        names are not case-sensitive.) - Reformat comments so that they have
2507        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2508        previous changes - True ASCII mode implemented (doesn't work for hooks
2509        and /dev/null) - Passive mode implemented, PASV command added. - Default
2510        port for data connection could be used (untested, can't find ftp client
2511        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2512        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2513
25142001-01-18      Joel Sherrill <joel@OARcorp.com>
2515
2516        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2517        macro using variable arguments.
2518        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2519        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2520        since I updated the main RTEMS development machine to RedHat 7.2 and
2521        apparently got a new version of rpcgen.
2522
25232001-01-12      Sergei Organov <osv@javad.ru>
2524
2525        * libnetworking/rtems_servers/ftpd.c,
2526        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2527        - use pool of pre-created threads to handle sessions instead of
2528        creating/deleting threads on the fly - LIST output is now similar to
2529        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2530        happy with it. - LIST NAME now works (both for files and directories) -
2531        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2532        clients happy  - keep track of CWD for every session separately -
2533        ability to specify root directory name for FTPD in configuration table.
2534        FTPD will then create illusion for FTP clients that this is actually
2535        root directory. - ignore options sent in commands, thus LIST -al FILE
2536        works and doesn't try to list "-al" directory. - buffers are allocated
2537        on stack instead of heap where possible to eliminate malloc/free calls
2538        (avoid possible heap fragmentation troubles). - drop using of task
2539        notepad to pass parameters - use function arguments instead - use
2540        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2541        in socket() instead of AF_INET.
2542
25432001-01-02      Joel Sherrill <joel@OARcorp.com>
2544
2545        * libnetworking/CHANGELOG: Removed.
2546        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2547
25482000-12-14      Eric Norum <eric.norum@usask.ca>
2549
2550        * libnetworking/lib/tftpDriver.c: Added write capability.
2551
25522000-12-08      Joel Sherrill <joel@OARcorp.com>
2553
2554        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2555        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2556        numerous variable declarations conditional on PPP_COMPRESS and
2557        PPP_FILTER.  Commented out variables that were not used because the code
2558        using them was commented out. Removed totally unused variables.
2559        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2560        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2561
25622000-11-30      Joel Sherrill <joel@OARcorp.com>
2563
2564        * libnetworking/modem/ppp_tty.c: Changed to include
2565        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2566        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2567        * libnetworking/Makefile.am: Modified to reflect above.
2568
25692000-11-27      Joel Sherrill <joel@OARcorp.com>
2570
2571        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2572
25732000-11-25      Eric Norum <eric.norum@usask.ca>
2574
2575        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2576        core.
2577
25782000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2579
2580        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2581        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2582        subdir.
2583        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2584        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2585        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2586        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2587        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2588        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2589        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2590        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2591        ppp_tty.c and the real pppd main is in pppmain.c.
2592
25932000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2594
2595        * libchip/network/sonic.c: Added ipalign() routine to align the received
2596        packet so that the ip header is on a 32-bit boundary. Necessary for
2597        cpu's that do not allow unaligned loads and stores and when the 32-bit
2598        DMA mode is used.
2599
26002000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2601
2602        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2603        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2604        ACLOCAL_AMFLAGS.
2605        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2606        ACLOCAL_AMFLAGS.
2607        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2608        ACLOCAL_AMFLAGS.
2609
26102000-11-03      Chris Johns <ccj@acm.org>
2611
2612        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2613        libchip/network/cs8900.h: New files.
2614
26152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2616
2617        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2618        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2619        $(RTEMS_TOPdir)/aclocal.
2620        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2621        $(RTEMS_TOPdir)/aclocal.
2622        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2623        $(RTEMS_TOPdir)/aclocal.
2624
26252000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2626
2627        * configure.in: Switch to GNU-canonicalization.
2628        * Makefile.am: Reflect changes to configure.in.
2629        * acinclude.m4: Remove.
2630
26312000-10-30      Joel Sherrill <joel@OARcorp.com>
2632
2633        * POSIX include files merged into newlib.  This resulted in some
2634        definitions moving to other files and thus some secondary effects in
2635        RTEMS source code.
2636        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2637        in sync with newlib's <machine/types.h>.
2638        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2639        definition of struct itimerval in <sys/time.h>.
2640
26412000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2642
2643        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2644        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2645        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2646        * ChangeLog: Fix typos.
2647        * configure.in: add tests to the GNU canonicalized subdirectories.
2648
26492000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2650
2651        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2652        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2653        the lib directory before configuring lib/.
2654
26552000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2656
2657        * configure.in, Makefile.am: add exec to the GNU canonicalized
2658        subdirectories.
2659        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2660        * configure.in: add libnetworking, librpc and librdb to the GNU
2661        canonicalized subdirectories.
2662        * configure.in: add libmisc and libchip to the GNU canonicalized
2663        subdirectories.
2664        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2665        Switch to GNU canonicalization.
2666        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2667        Switch to GNU canonicalization.
2668        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2669        Switch to GNU canonicalization.
2670
26712000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2672
2673        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2674        canonicalization to libfs/. The approach is currently a bit of a hack as
2675        GNU canonicalization does not support the per-BSP build some of the
2676        other directories require.  As more of the tree is converted, this will
2677        become less  of an issue.
2678
26792000-10-20      Joel Sherrill <joel@OARcorp.com>
2680
2681        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2682        parameter.
2683
26842000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2685
2686        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2687        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2688        * librdbg/configure.in: Add m68k support.
2689        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2690        subdirectory.
2691        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2692        failure.
2693        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2694        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2695        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2696        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2697        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2698        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2699        librdbg/src/m68k/.cvsignore: New files.
2700        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2701        function pointers.
2702        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2703        _after_ pointer has been checked against NULL.
2704
27052000-10-18      Joel Sherrill <joel@OARcorp.com>
2706
2707        * wrapup/Makefile.am: Added libfs.
2708
27092000-10-18      Chris Johns <ccj@acm.org>
2710
2711        * libfs created.
2712        * configure.in: Added libfs subdirectory.
2713        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2714
27152000-09-28      Joel Sherrill <joel@OARcorp.com>
2716
2717        * libnetworking/rtems_webserver/Makefile.am,
2718        libnetworking/rtems_webserver/base64.c,
2719        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2720        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2721
27222000-09-22      Joel Sherrill <joel@OARcorp.com>
2723
2724        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2725        libnetworking/rtems/rtems_bsdnet_internal.h,
2726        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2727        have included rtems.h.  It is now including precisely the  least amount
2728        of low level, yet portable .h files to get the basic RTEMS types
2729        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2730        used machine/types.h to include rtems.h.
2731
27322000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2733
2734        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2735
27362000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2737
2738        * libnetworking/ChangeLog: Cleanup.
2739
27402000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2741
2742        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2743        * libchip/ChangeLog: Fix formating.
2744
27452000-09-05      Joel Sherrill <joel@OARcorp.com>
2746
2747        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2748        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2749        confusion and to work with the converted flags.
2750
27512000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2752
2753        * wrapup/Makefile.am: Include compile.am.
2754        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2755        libchip/serial/Makefile.am: Include compile.am.
2756        * librdbg/src/i386/any/Makefile.am,
2757        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2758        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2759        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2760        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2761        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2762        libnetworking/rtems_servers/Makefile.am,
2763        libnetworking/rtems_webserver/Makefile.am,
2764        libnetworking/wrapup/Makefile.am: Include compile.am.
2765
27662000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2767
2768        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2769        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2770
27712000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2772
2773        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2774
27752000-08-31      Joel Sherrill <joel@OARcorp.com>
2776
2777        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2778        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2779        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2780        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2781        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2782        * libnetworking/wbase64.c: Removed.
2783        * libnetworking/Makefile.am, libnetworking/asp.c,
2784        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2785        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2786        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2787        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2788        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2789        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2790        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2791        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2792        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2793        Modified.
2794
27952000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2796
2797        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2798
27992000-08-30      Joel Sherrill <joel@OARcorp.com>
2800
2801        * libnetworking/rtems_webserver/license.txt: New file.
2802
28032000-08-10      Joel Sherrill <joel@OARcorp.com>
2804
2805        * ChangeLog: New file.
2806        * libchip/ChangeLog: New file.
2807        * librdbg/ChangeLog: New file.
2808        * libnetworking/ChangeLog: New file.
2809
Note: See TracBrowser for help on using the repository browser.