source: rtems/c/src/ChangeLog @ 005fbe56

4.104.114.84.95
Last change on this file since 005fbe56 was 005fbe56, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/10/05 at 05:15:30

2005-05-10 Ralf Corsepius <ralf.corsepius@…>

  • configure.ac: Let enable_rpcgen default to "no".
  • Property mode set to 100644
File size: 111.6 KB
Line 
12005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Let enable_rpcgen default to "no".
4
52005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
8
92005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
10
11        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
12        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
13
142005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
15
16        * libchip/network/dec21140.c, libchip/network/elnk.c,
17        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
18
192005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
20
21        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
22        of code as a result of the implementation of a common PCI interface.
23
242005-05-04      Joel Sherrill <joel@OARcorp.com>
25
26        * libchip/network/open_eth.c: Remove prototype of set_vector.
27
282005-05-03      Joel Sherrill <joel@OARcorp.com>
29
30        * librdbg/src/ptrace.c: Remove warning.
31
322005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
33
34        * libchip/network/dec21140.c, libchip/network/elnk.c,
35        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
36        Modified parameter list to remove warnings.
37
382005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
39
40        * libchip/network/cs8900.c, libchip/network/i82586.c,
41        libchip/network/open_eth.c, libchip/network/sonic.c,
42        libchip/serial/mc68681.c: Modified types to remove
43        warnings.  Added initialization to remove warnings.
44
452005-04-28      Joel Sherrill <joel@OARcorp.com>
46
47        * libchip/network/README.sonic: Rewritten to account for removal of
48        dmv177.
49
502005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
51
52        PR 781/rtems_misc
53        * libchip/serial/ns16550_p.h: Fix baud rate calculation
54
552005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
56
57        * libchip/serial/ns16550.c:
58        Fixed warnings generated in various powerpc configurations
59
602005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
61
62        * libchip/serial/ns16550.c: Modified
63        ISR to work with PPC new exception processing
64
652005-03-14      Joel Sherrill <joel@OARcorp.com>
66
67        * libchip/network/dec21140.c, libchip/network/elnk.c,
68        libchip/network/if_fxp.c: Continue PCI API unification. All use
69        pci_find_device(). Network drivers manufacture a signature since all
70        calls have not been converted yet.
71
722005-03-04      Joel Sherrill <joel@OARcorp.com>
73
74        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
75        initialize function part of the unified PCI API as pci_initialize().
76
772005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
80        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
81
822005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
85        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
86
872005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * aclocal/ppc.m4: Reflect changes to ppc exception processing
90        building procedures.
91
922005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * aclocal/prog-cc.m4:
95        Quote CFLAGS's RHS to accomodate Solaris broken sh.
96
972005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
98
99        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
100
1012005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
102
103        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
104
1052005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
108
1092005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * libnetworking/rtems_servers/ftp.c,
112        libnetworking/rtems_servers/ftp.h,
113        libnetworking/rtems_servers/Makefile.am:
114        Remove (relocated to cpukit/ftpd).
115        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
116        removed move libnetworking/rtems_servers.
117
1182005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
121
1222005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        PR 755/rtems
125        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
126        Remove local declarations of rtems_bsdnet_nameservers,
127        rtems_bsdnet_nameservers_count.
128
1292005-01-31      Sergei Organov <osv@topconrd.ru>
130
131        PR 751/pppd
132        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
133        committed to fix PR736 breaks pppd. chat.c should have its own static
134        ttyfd for pppd to work correctly. The symptom is that second
135        invokation of chat (for connect script) fails due to pppd_ttyfd set
136        to -1 by previous chat invokation (for init script). In addition,
137        this patch fixes leaving of dangling pointer in the abort_stbring[]
138        by chat_send().
139
1402005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * configure.ac: Remove CFLAGS_DEBUG_V.
143        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
144
1452005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
146
147        * wrapup/Makefile.am: Remove rtems-ctor.o.
148
1492005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * libchip/rtc/rtc.h: size_t RTC_Count.
152
1532005-01-20      Joel Sherrill <joel@OARcorp.com>
154
155        PR 736/pppd
156        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
157        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
158        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
159        should not be static and should have a name more specific to pppd.
160
1612005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
164        libnetworking/rtems_servers/Makefile.am,
165        libnetworking/rtems_telnetd/Makefile.am,
166        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
167        Eliminate CFLAGS_OPTIMIZE_V.
168
1692005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        * configure.ac: Pass CFLAGS to testsuites configure.
172        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
173        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
174
1752005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
176
177        * configure.ac: Pass CFLAGS to cpukit configure.
178        * aclocal/rtems-flags.m4: Remove (Unused).
179        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
180        * aclocal/env-rtemsbsp.m4:
181        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
182        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
183        RTEMS_CFLAGS.
184        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
185        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
186        Cleanup comments.
187
1882005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
189
190        * automake/compile.am: Remove build-variant support.
191
1922005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * libnetworking/pppd/Makefile.am,
195        libnetworking/rtems_servers/Makefile.am,
196        libnetworking/rtems_telnetd/Makefile.am:
197        Remove build-variant support.
198
1992005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
200
201        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
202        support/Makefile.am, wrapup/Makefile.am:
203        Remove build-variant support.
204
2052004-11-22      Joel Sherrill <joel@OARcorp.com>
206
207        * libchip/network/if_fxp.c: Add entry for another module ID code.
208
2092004-11-22      Joel Sherrill <joel@OARcorp.com>
210
211        PR 693/misc
212        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
213        in/outport routines.
214
2152004-11-22      Joel Sherrill <joel@OARcorp.com>
216
217        PR 693/misc
218        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
219        in/outport routines.
220
2212004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
222
223        * aclocal/enable-itron.m4: Remove (unused).
224
2252004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
226
227        * configure.ac: Misc. quoting cleanups.
228        Enable ada-tests iff --enable-ada and --enable-tests.
229
2302004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
231
232        PR 703/filesystem
233        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
234        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
235        libchip/ide/ide_controller.c:
236        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
237        available for BSPS/device drivers.
238        Extend the "modes_available" and "mode_active" parameters to
239        uint16_t for UDMA support.
240
2412004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
242
243        * libchip/network/dec21140.c: Cleanup a bit and remove message about
244        not supported on PowerPC since it works on the MVME2100 BSP.
245
2462004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
247
248        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
249        Add dependency tracking for *.cfgs.
250        * Makefile.am: Add dependency tracking for *.cfg.
251
2522004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
253
254        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
255        (Thanks to Lars Munch <lars@segv.dk> for catching this).
256
2572004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
258
259        PR 707/make_build
260        * configure.ac: Add --enable-rpcgen.
261
2622004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
263
264        PR 700/rtems_misc
265        * libnetworking/rtems_webserver/asp.c,
266        libnetworking/rtems_webserver/balloc.c,
267        libnetworking/rtems_webserver/cgi.c,
268        libnetworking/rtems_webserver/default.c,
269        libnetworking/rtems_webserver/ej.h,
270        libnetworking/rtems_webserver/ejIntrn.h,
271        libnetworking/rtems_webserver/ejlex.c,
272        libnetworking/rtems_webserver/ejparse.c,
273        libnetworking/rtems_webserver/emfdb.c,
274        libnetworking/rtems_webserver/emfdb.h,
275        libnetworking/rtems_webserver/form.c,
276        libnetworking/rtems_webserver/handler.c,
277        libnetworking/rtems_webserver/h.c,
278        libnetworking/rtems_webserver/license.txt,
279        libnetworking/rtems_webserver/Makefile.am,
280        libnetworking/rtems_webserver/md5c.c,
281        libnetworking/rtems_webserver/md5.h,
282        libnetworking/rtems_webserver/mime.c,
283        libnetworking/rtems_webserver/misc.c,
284        libnetworking/rtems_webserver/NOTES,
285        libnetworking/rtems_webserver/ringq.c,
286        libnetworking/rtems_webserver/rom.c,
287        libnetworking/rtems_webserver/rtems_webserver.h,
288        libnetworking/rtems_webserver/security.c,
289        libnetworking/rtems_webserver/sock.c,
290        libnetworking/rtems_webserver/socket.c,
291        libnetworking/rtems_webserver/sockGen.c,
292        libnetworking/rtems_webserver/sym.c,
293        libnetworking/rtems_webserver/uemf.c,
294        libnetworking/rtems_webserver/uemf.h,
295        libnetworking/rtems_webserver/um.c,
296        libnetworking/rtems_webserver/um.h,
297        libnetworking/rtems_webserver/umui.c,
298        libnetworking/rtems_webserver/url.c,
299        libnetworking/rtems_webserver/value.c,
300        libnetworking/rtems_webserver/wbase64.c,
301        libnetworking/rtems_webserver/webcomp.c,
302        libnetworking/rtems_webserver/webmain.c,
303        libnetworking/rtems_webserver/webpage.c,
304        libnetworking/rtems_webserver/webrom.c,
305        libnetworking/rtems_webserver/webs.c,
306        libnetworking/rtems_webserver/websda.c,
307        libnetworking/rtems_webserver/websda.h,
308        libnetworking/rtems_webserver/webs.h,
309        libnetworking/rtems_webserver/websSSL.c,
310        libnetworking/rtems_webserver/websSSL.h,
311        libnetworking/rtems_webserver/websuemf.c,
312        libnetworking/rtems_webserver/wsIntrn.h:
313        Remove (Moved to cpukit/http).
314
3152004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
316
317        PR 700/rtems_misc
318        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
319        Remove libnetworking/rtems_webserver.
320
3212004-10-25      Eric Norum <norume@aps.anl.gov>
322
323        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
324
3252004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
326
327        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
328
3292004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
330
331        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
332        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
333
3342004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
335
336        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
337
3382004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
339
340        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
341        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
342
3432004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
344
345        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
346        BITSPERBYTE.
347
3482004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
349
350        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
351        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
352
3532004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
354
355        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
356
3572004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
358
359        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
360        * aclocal/enable-bare.m4: Remove.
361        * configure.ac: Remove BARE_CPU_MODEL.
362
3632004-10-13      Eric Norum <norume@aps.anl.gov>
364
365        PR 688/bsps
366        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
367        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
368        MC146818A (and several Dallas Semiconductor) TOD chips.
369
3702004-10-13      Eric Norum <norume@aps.anl.gov>
371
372        PR 686/networking
373        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
374        device code.
375
3762004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
377
378        * libchip/network/dec21140.c: include <rtems/pci.h>.
379
3802004-09-29      Joel Sherrill <joel@OARcorp.com>
381
382        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
383        libnetworking/pppd/utils.c: i960 obsoleted and all references
384        removed.
385
3862004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
387
388        PR 607/networking
389        * libchip/network/dec21140.c: Made PCI configuration minimum sane
390        instead of fully specifying unused PCI features.
391
3922004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
393
394        * configure.ac: Require automake > 1.9.
395
3962004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
397
398        * aclocal/rtems-cpu-subdirs.m4: Add avr.
399
4002004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
401
402        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
403        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
404
4052004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
406
407        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
408        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
409
4102004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
411
412        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
413
4142004-07-28  Joel Sherrill <joel@OARcorp.com>
415
416    * aclocal/version.m4: Updated to rtems-4.6.99.1.
417
4182004-07-25      Joel Sherrill <joel@OARcorp.com>
419
420        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
421
4222004-05-21  Till Strauman <strauman@slac.stanford.edu>
423
424        PR 625/networking
425        * libchip/network/dec21140.c, ... : Prevent name clashes by making
426        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
427        an error rather than panic if no chip is detected (thus allowing
428        for probing).
429        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
430        instead of looping forever.  Avoid divide by zero (crashed my PC).
431        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
432        they are UNTESTED.
433
4342004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
435
436        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
437
4382004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
439
440        * libchip/network/dec21140.c, libchip/network/elnk.c:
441        #include <errno.h>.
442
4432004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
444
445        * libchip/network/if_media.h: Update from FreeBSD.
446        * libchip/network/open_eth.c, libchip/network/cs8900.c,
447        libchip/network/i82586.c: #include <errno.h>.
448
4492004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
450
451        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
452
4532004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
454
455        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
456
4572004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
458
459        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
460        automake).
461
4622004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
463
464        PR 599/pppd
465        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
466
4672004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
468
469        * optman/rtems/no-region.c: Reflect having changed
470        rtems_region_get_segment_size.
471
4722004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
473
474        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
475        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
476        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
477        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
478        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
479        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
480        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
481
4822004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
483
484        * libchip/ide/ata.c, libchip/network/dec21140.c,
485        libchip/network/elnk.c, libchip/network/i82586.c,
486        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
487        libchip/network/open_eth.c, libchip/network/sonic.c,
488        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
489        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
490        libchip/shmdr/init.c, libchip/shmdr/intr.c,
491        libchip/shmdr/shm_driver.h: Cosmetics.
492
4932004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
494
495        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
496        optman/rtems/no-msg.c, optman/rtems/no-part.c,
497        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
498        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
499        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
500        fixed size types.
501
5022004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
503
504        * configure.ac: Explicitly pass --includedir and --libdir to
505        cpukit/configure.
506
5072004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
508
509        * librdbg/Makefile.am: Fix rpcgen rules.
510        * librdbg/src/i386/any/remdeb_xdr.c,
511        librdbg/src/m68k/any/remdeb_xdr.c,
512        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
513        Reflect changes to librdbg/Makefile.am.
514
5152004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
516
517        * configure.ac: Reflect changes testsuites/configure.ac and
518        cpukit/configure.ac.
519
5202004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
521
522        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
523        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
524
5252004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
526
527        * configure.ac: Reflect changes to testsuites's configuration.
528
5292004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
530
531        PR/589 rtems
532        * libchip/network/pci.h: Remove (Moved to cpukit).
533
5342004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
535
536        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
537        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
538        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
539        libchip/network/dec21140.c, libchip/network/elnk.c,
540        libchip/network/if_fxp.c, libchip/network/open_eth.c,
541        libchip/network/open_eth.h, libchip/network/sonic.c,
542        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
543        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
544        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
545        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
546        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
547        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
548        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
549        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
550        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
551        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
552        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
553        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
554        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
555        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
556        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
557        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
558        fixed-size types.
559
5602004-03-14      Chris Johns  <chrisj@rtems.org>
561
562        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
563        the BSP example code.
564        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
565        support the DIMMPC. This is a pc386 target with IO port support. Minor
566        formating clean up. Add documentation to the header file.
567        * libchip/network/README.cs8900: The CS8900 driver is documented in the
568        cs8900.h header file.
569
5702004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
573        Cosmetics.
574
5752004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
578        There are no application level Makefiles in here.
579
5802004-03-04      Joel Sherrill <joel@OARcorp.com>
581
582        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
583        they can be used in application level makefiles.
584
5852004-03-05      Joel Sherrill <joel@OARcorp.com>
586
587        * libnetworking/rtems_webserver/ejparse.c,
588        libnetworking/rtems_webserver/emfdb.c,
589        libnetworking/rtems_webserver/sock.c,
590        libnetworking/rtems_webserver/socket.c,
591        libnetworking/rtems_webserver/sym.c,
592        libnetworking/rtems_webserver/webs.c,
593        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
5942004-03-05      Joel Sherrill <joel@OARcorp.com>
595
596        * libchipnetwork/open_eth.c: Remove warnings by conditionally
597        compiling this file only only those CPU families with supported
598        exception models.
599
6002004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * acinclude.m4: Fix loosing arguments when configuring cpukit and
603        testsuites (Was exposed with --enable-multilib, only).
604        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
605         Add RTEMS_BSP_CONFIG_SUBDIR.
606        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
607        testsuites's configure.
608        * aclocal/rtems-top.m4: Remove ENDIF hack.
609        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
610
6112004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
614        wrapup/Makefile.am: Fix automake problems having been introduced
615        in previous patch.
616
6172004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
620        Preinstall dirs.
621        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
622        * aclocal/check-multiprocessing.m4: Cosmetics.
623        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
624        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
625
6262004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
629        librdbg/src/Makefile.am.
630        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
631        * configure.ac: Reflect changes above.
632        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
633        * wrapup/Makefile.am: Reflect changes above.
634        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
635
6362004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
639
6402004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
643
6442004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * wrapup/Makefile.am: Reflect new location of librdbg.a.
647
6482004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
651        librdbg/src/powerpc/Makefile.am: Remove.
652        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
653        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
654        * configure.ac: Reflect changes above.
655
6562004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658
6592004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
662        STRIP.
663
6642004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * librdbg/include/Makefile.am: Merge-in
667        librdbg/include/rdbg/i386/Makefile.am,
668        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
669        librdbg/include/rdbg/powerpc/Makefile.am.
670        * librdbg/include/rdbg/i386/Makefile.am,
671        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
672        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
673        * configure.ac: Reflect changes above.
674
6752004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * configure.ac: Use AS_HELP_STRING(ada).
678
6792004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * aclocal/bspopts.m4: Use AS_HELP_STRING.
682        * aclocal/bsp-configure.m4: Require autoconf-2.59.
683        Use AC_CONFIG_HEADERS.
684        * aclocal/check-custom-bsp.m4: Add bspkit-support.
685        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
686
6872004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * Makefile.am: include local.am.
690
6912004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        * aclocal/version.m4: 4.6.99.0.
694
6952004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * Makefile.am: Don't include host.am.
698        * automake/compile.am: Further cleanups.
699
7002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * automake/lib.am: Remove (Unused).
703
7042004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * wrapup/Makefile.am: Don't include lib.am.
707        * automake/compile.am: Use automake compilation rules.
708
7092004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
710
711        * libnetworking/pppd/Makefile.am,
712        libnetworking/rtems_servers/Makefile.am,
713        libnetworking/rtems_telnetd/Makefile.am,
714        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
715        support/Makefile.am: Don't include lib.am.
716
7172004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * libchip/Makefile.am: Don't include lib.am.
720        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
721        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
722        unnecessary EXTRA_DISTs.
723
7242004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
727        hack.
728
7292004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
732        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
733        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
734        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
735
7362004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
739        Add AM_CONDITIONAL(HAS_MP).
740        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
741        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
742        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
743        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
744        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
745        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
746        (Deprecated by autoconf 2.59).
747
7482004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
749
750        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
751        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
752
7532004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
754
755        * ChangeLog: Merge-in libnetworking/ChangeLog.
756        * libnetworking/ChangeLog: Remove.
757        * ChangeLog: Merge-in librdbg/ChangeLog.
758        * librdbg/ChangeLog: Remove.
759        * ChangeLog: Merge-in libchip/ChangeLog.
760        * libchip/ChangeLog: Remove.
761        * ChangeLog: Merge-in optman/ChangeLog.
762        * optman/ChangeLog: Remove.
763
7642004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
765
766        * configure.ac: Reflect changes to cpukit.
767        * wrapup/Makefile.am: Reflect changes to librdbg.
768        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
769        * libchip/Makefile.am: Add PREINSTALL_DIRS.
770        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
771        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
772        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
773        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
774        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
775        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
776        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
777
7782004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * aclocal/rtems-top.m4: Remove check for version.m4.
781        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
782
7832004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
784
785        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
786        * wrapup/Makefile.am: Reflect changes to libchip/*.
787        * support/Makefile.am: Use automake compilation rules.
788        * wrapup/Makefile.am: Reflect changes to support/*.
789        * configure.ac: Remove libnetworking/wrapup/Makefile.
790        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
791        libnetworking/*/lib*.a instead of libnetapps.a.
792        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
793        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
794        * optman/Makefile.am: Use automake compilation rules.
795        * libchip/Makefile.am: Fix typo in previous patch.
796        * libchip/Makefile.am: Use automake compilation rules.
797        * libnetworking/Makefile.am: Remove wrapup.
798        * libnetworking/pppd/Makefile.am: Build libpppd. Use
799        automake-compilation rules.
800        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
801        automake-compilation rules.
802        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
803        automake-compilation rules.
804        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
805        automake-compilation rules.
806        * libnetworking/wrapup/Makefile.am: Remove (Unused).
807
8082004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
809
810        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
811        PRE/TMPINSTALL_FILES to CLEANFILES.
812        * automake/lib.am: Remove TMPINSTALL_FILES.
813        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
814        PRE/TMPINSTALL_FILES to CLEANFILES.
815        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
816        PRE/TMPINSTALL_FILES to CLEANFILES.
817        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
818        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
819        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
820        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
821        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
822        * librdbg/src/i386/Makefile.am: Ditto.
823        * librdbg/src/m68k/Makefile.am: Ditto.
824        * librdbg/src/powerpc/Makefile.am: Ditto.
825        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
826        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
827        * libnetworking/rtems_servers/Makefile.am: Ditto.
828        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
829        * libnetworking/rtems_webserver/Makefile.am: Ditto.
830
8312004-01-07      Joel Sherrill <joel@OARcorp.com>
832
833        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
834        more completely covers the MIPS family.
835
8362003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * wrapup/Makefile.am: Reflect changes to shmdr.
839        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
840
8412003-12-18      Joel Sherrill <joel@OARcorp.com>
842
843        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
844        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
845        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
846        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
847        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
848        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
849        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
850
8512003-12-17      Joel Sherrill <joel@OARcorp.com>
852
853        * aclocal/version.m4: Updated to rtems-20031217-test.
854
8552003-12-17     
856
857        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
858        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
859
8602003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
861
862        * automake/compile.am: Remove LINK_LIBS (Unused).
863        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
864
8652003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
868        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
869        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
870        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
871        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
872
8732003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
874
875        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
876        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
877        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
878        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
879        * librdbg/src/i386/Makefile.am:
880        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
881        * librdbg/src/m68k/Makefile.am:
882        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
883        * librdbg/src/powerpc/Makefile.am:
884        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
885
8862003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
889        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
890        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
891        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
892        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
893        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
894        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
895        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
896        * optman/Makefile.am: Remove project_libdir.
897        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
898        PRE/TMPINSTALL_FILES.
899        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
900        PRE/TMPINSTALL_FILES.
901        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
902        PRE/TMPINSTALL_FILES.
903        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
904        PRE/TMPINSTALL_FILES.
905        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
906        from PRE/TMPINSTALL_FILES.
907        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
908        PRE/TMPINSTALL_FILES.
909        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
910        PRE/TMPINSTALL_FILES.
911        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
912        PRE/TMPINSTALL_FILES.
913        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
914        PRE/TMPINSTALL_FILES.
915        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
916        PRE/TMPINSTALL_FILES.
917        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
918        PRE/TMPINSTALL_FILES.
919        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
920        from PRE/TMPINSTALL_FILES.
921
9222003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
923
924        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
925        * automake/lib.am: Remove project_libdir.
926        * wrapup/Makefile.am: Reworked.
927
9282003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
929
930        * configure.ac: Reflect changes to librdbg.
931        * optman/Makefile.am: Add tmpinstall dirstamp support.
932        * libchip/Makefile.am: Fix variant-tmpinstall support.
933        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
934        * librdbg/src/powerpc/Makefile.am: Merge-in former
935        new_exception_processing/Makefile.am.
936        * librdbg/src/m68k/any/Makefile.am: Remove.
937        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
938        * librdbg/src/i386/any/Makefile.am: Remove.
939        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
940        * librdbg/src/Makefile.am: Cosmetics.
941        * librdbg/include/Makefile.am: Cosmetics.
942        * librdbg/Makefile.am: Cosmetics.
943        * libnetworking/Makefile.am: Cosmetics.
944        * libnetworking/pppd/Makefile.am: Cosmetics.
945        * libnetworking/wrapup/Makefile.am: Cosmetics.
946
9472003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
948
949        * Makefile.am: Cosmetics.
950        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
951        support.
952
9532003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
954
955        * automake/compile.am: Remove $(ARCH):-rule.
956
9572003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * configure.ac: Remove lib/libbsp/shared/Makefile,
960        lib/libbsp/shmdr/Makefile.
961
9622003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
963
964        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
965        libchip/serial/Makefile, libchip/rtc/Makefile.
966        * support/Makefile.am: Remove all-local: $(ARCH).
967        * wrapup/Makefile.am: Remove all-local: $(ARCH).
968        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
969        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
970        * optman/Makefile.am: Remove all-local: $(ARCH).
971        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
972        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
973        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
974        compilation dirstamp support.
975        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
976        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
977        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
978        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
979        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
980        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
981        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
982        all-local: $(ARCH).
983        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
984        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
985        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
986        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
987        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
988
9892003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
990
991        * aclocal/lead-dot.m4: New (from automake-1.7f).
992        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
993        AC_SUBST(dirstamp).
994        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
995        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
996        libchip/serial/Makefile.am: Ditto.
997        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
998        * librdbg/include/Makefile.am: Ditto.
999        * librdbg/include/rdbg/Makefile.am: Ditto.
1000        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1001        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1002        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1003        * librdbg/src/Makefile.am: Ditto.
1004        * librdbg/src/i386/Makefile.am: Ditto.
1005        * librdbg/src/i386/any/Makefile.am: Ditto.
1006        * librdbg/src/m68k/Makefile.am: Ditto.
1007        * librdbg/src/m68k/any/Makefile.am: Ditto.
1008        * librdbg/src/powerpc/Makefile.am: Ditto.
1009        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1010        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1011        preinstallation.
1012        * libnetworking/pppd/Makefile.am: Ditto.
1013        * libnetworking/rtems_servers/Makefile.am: Ditto.
1014        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1015        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1016        * libnetworking/wrapup/Makefile.am: Ditto.
1017
10182003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1019
1020        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1021        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1022        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1023        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1024        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1025        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1026        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1027        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1028        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1029        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1030        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1031        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1032        underquoting to silence automake-1.8.
1033
10342003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1035
1036        * configure.ac: Reflect having moved tests to ../../testsuites.
1037
10382003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1039
1040        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1041        * aclocal/canonical-host.m4: Remove.
1042        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1043        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1044
10452003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1046
1047        * aclocal/check-cpu.m4: Remove.
1048        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1049        * aclocal/canonical-target-name.m4: Add m4-quotes.
1050        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1051        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1052        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1053        * aclocal/check-networking.m4: Add m4-quotes. Require
1054        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1055        * aclocal/check-posix.m4: Add m4-quotes. Require
1056        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1057        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1058        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1059        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1060
10612003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1062
1063        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1064        * aclocal/bsp-alias.m4: Remove.
1065
10662003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1067
1068        * configure.ac: Make presence of tests/ optional.
1069
10702003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1071
1072        * aclocal/path-perl.m4: Remove (Unused).
1073
10742003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1075
1076        * automake/force-preinstall.am: Remove.
1077
10782003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1079
1080        PR 499/rtems_misc
1081        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1082        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1083        Configuration (Odd was forced) - Correction of Stop Bit configuration
1084        (inversed) - Correction of ISR Handler to call
1085        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1086        CTS Hardware flow control Configuration.
1087
10882003-09-04      Joel Sherrill <joel@OARcorp.com>
1089
1090        * lib/libcpu/shared/include/cache.h,
1091        lib/libcpu/shared/src/cache_aligned_malloc.c,
1092        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1093        license changed.
1094        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1095        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1096        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1097        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1098        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1099        for license changed.
1100        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1101        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1102        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1103        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1104        libchip/network/cs8900.h, libchip/network/dec21140.c,
1105        libchip/network/elnk.c, libchip/network/open_eth.c,
1106        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1107        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1108        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1109        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1110        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1111        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1112        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1113        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1114        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1115        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1116        libchip/serial/serial.h, libchip/serial/z85c30.c,
1117        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1118        libchip/serial/z85c30_reg.c: URL for license changed.
1119
11202003-09-03      Jiri Gaisler <jiri@gaisler.com>
1121
1122        PR 477/networking
1123        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1124        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1125        libchip/network/open_eth.h: New files.
1126
11272003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1128
1129        * aclocal/rtems-top.m4: Add RTEMS_API.
1130        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1131
11322003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1133
1134        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1135        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1136        @RTEMS_BSP@.cfg.
1137
11382003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1139
1140        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1141
11422003-08-20      Joel Sherrill <joel@OARcorp.com>
1143
1144        * libchip/network/cs8900.c: Correct copyright statements.
1145
11462003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1147
1148        * aclocal/check-itron.m4: Remove.
1149        * aclocal/enable-inlines.m4: Remove.
1150        * Makefile.am: Reflect having moved aclocal/.
1151        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1152        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1153        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1154        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1155        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1156        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1157        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1158        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1159        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1160        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1161        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1162        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1163        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1164        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1165        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1166        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1167        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1168        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1169        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1170        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1171        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1172        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1173        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1174        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1175        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1176        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1177        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1178        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1179        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1180        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1181        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1182        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1183        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1184        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1185        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1186        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1187        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1188        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1189        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1190        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1191        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1192        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1193        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1194        * aclocal/target.m4: New (Copied from ../../aclocal).
1195        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1196        * aclocal/version.m4: New (Copied from ../../aclocal).
1197
11982003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1199
1200        * configure.ac: Remove stray comments.
1201        * automake/local.am, automake/host.am: Remove "debug".
1202
12032003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1204
1205        * Makefile.am: Reflect having moved automake/.
1206        * lib/Makefile.am: Reflect having moved automake/.
1207        * support/Makefile.am: Reflect having moved automake/.
1208        * wrapup/Makefile.am: Reflect having moved automake/.
1209        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1210        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1211        from ../../automake).
1212        * optman/Makefile.am: Reflect having moved automake/.
1213        * libchip/Makefile.am: Reflect having moved automake/.
1214        * libchip/ide/Makefile.am: Reflect having moved automake/.
1215        * libchip/network/Makefile.am: Reflect having moved automake/.
1216        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1217        * libchip/serial/Makefile.am: Reflect having moved automake/.
1218        * librdbg/Makefile.am: Reflect having moved automake/.
1219        * librdbg/include/Makefile.am: Reflect having moved automake/.
1220        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1221        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1222        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1223        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1224        automake/.
1225        * librdbg/src/Makefile.am: Reflect having moved automake/.
1226        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1227        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1228        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1229        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1230        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1231        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1232        having moved automake/.
1233        * libnetworking/Makefile.am: Reflect having moved automake/.
1234        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1235        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1236        automake/.
1237        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1238        automake/.
1239        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1240        automake/.
1241        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1242
12432003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1244
1245        * Makefile.am: Add bsp.pc.in.
1246        * bsp.pc.in: New (pkgconfig support).
1247
12482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1249
1250        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1251
12522003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1253
1254        * lib/Makefile.am: New (Required by 'make dist').
1255        * lib/ChangeLog: Remove.
1256        * lib/.cvsignore: Cleanup.
1257        * configure.ac: Reflect having added lib/Makefile.am.
1258        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1259        lib/libbsp/configure.ac.
1260        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1261        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1262
12632003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1264
1265        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1266        * configure.ac: Merge-in librdbg/configure.ac.
1267        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1268        librdbg/configure.ac.
1269        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1270        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1271        LIBCHIP. Conditionally build include-dirs.
1272        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1273        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1274        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1275        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1276        librdbg/include/rdbg/m68k/Makefile.am,
1277        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1278        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1279        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1280        librdbg/src/powerpc/Makefile.am, librdbg/
1281        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1282        configure.ac into ../configure.ac.
1283        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1284        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1285        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1286        libnetworking/rtems_telnetd/Makefile.am,
1287        libnetworking/rtems_webserver/Makefile.am,
1288        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1289        into ../configure.ac.
1290
12912003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1292
1293        PR 427/rtems
1294        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1295        * librdbg/src/servtsp.c: Ditto.
1296
12972003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1298
1299        PR 429/bsps
1300        PR 432/bsps
1301        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1302        packets are queued onto an elnk board, the ISR will deadlock the device
1303        with a tx complete interrupt.  Lighter tx loads are not affected as they
1304        end up submitting single packets to the device.
1305
13062003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1307
1308        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1309        optman/configure.ac.
1310        * optman/configure.ac: Remove (Merged into ../configure.ac).
1311        * optman/Makefile.am: Reflect having merged configure.ac into
1312        ../configure.ac.
1313        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1314        * libchip/Makefile.am, libchip/ide/Makefile.am,
1315        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1316        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1317        ../configure.ac.
1318
13192003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1320
1321        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1322
13232003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1324
1325        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1326        on i386.
1327
13282003-06-13      Joel Sherrill <joel@OARcorp.com>
1329
1330        * libnetworking/pppd/chat.c: Removed warnings.
1331
13322003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1333
1334        * libchip/network/README.3com: New file missed in previous commit.
1335        PR 405/bsps
1336        PR 393/networking
1337        * libchip/network/dec21140.c: Fix leak also known as PR393.
1338        * libchip/network/elnk.c, libchip/network/if_media.h,
1339        libchip/network/mii.h: New files.
1340        * libchip/network/Makefile.am: Reflect new files.
1341
13422003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1343
1344        * configure.ac: Remove support for profile-variant.
1345
13462003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1347
1348        PR 397/pppd
1349        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1350        * libnetworking/pppd/magic.c: Remove *rand48.
1351        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1352
13532003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1354
1355        * wrapup/Makefile.am: Add libide.a.
1356
13572003-04-15      Joel Sherrill <joel@OARcorp.com>
1358
1359        PR 387/rtems_misc
1360        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1361        routines.
1362        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1363
13642003-04-11      Joel Sherrill <joel@OARcorp.com>
1365
1366        * libnetworking/rtems_webserver/cgi.c,
1367        libnetworking/rtems_webserver/sockGen.c,
1368        libnetworking/rtems_webserver/umui.c,
1369        libnetworking/rtems_webserver/websSSL.c,
1370        libnetworking/rtems_webserver/websSSL.h,
1371        libnetworking/rtems_webserver/websda.c,
1372        libnetworking/rtems_webserver/websda.h: New files. Not included in
1373        previous commit.
1374
13752003-04-10      Joel Sherrill <joel@OARcorp.com>
1376
1377        PR 371/pppd
1378        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1379        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1380        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1381        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1382        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1383        still global symbols in rtemspppd.h which might need to be changed or
1384        converted into member of a structure which is dereferenced with a
1385        pointer that is managed as a per task variable. But this patch should
1386        avoid many conflicts.
1387
13882003-03-27      Joel Sherrill <joel@OARcorp.com>
1389
1390        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1391        not allowed in the cpukit source code since it must be buildable
1392        independent of any BSP. These files were moved to libchip/ide.
1393        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1394        files.
1395
13962003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1397
1398        PR 368/filesystems
1399        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1400        improvements which now work on pc386 and mbx8xx.
1401        * libchip/ide/ide_controller.c: New file.
1402
14032003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1404
1405        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1406
14072003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1408
1409        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1410        * configure.ac: Add support/.
1411        * support/.cvsignore: New.
1412        * support/Makefile.am: New.
1413        * support/version.c: New.
1414        * wrapup/Makefile.am: Add support/libsupport.a.
1415        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1416        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1417        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1418        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1419
14202003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1421
1422        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1423
14242003-02-20      Till Straumann <strauman@slac.stanford.edu>
1425
1426        PR 354/networking
1427        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1428        chip against a table of supported chips. The untested ones are still
1429        commented out, however.
1430
14312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1432
1433        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1434        * configure.ac: AC_PREREQ(2.57).
1435        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1436        * optman/configure.ac: AC_PREREQ(2.57).
1437        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1438        * libchip/configure.ac: AC_PREREQ(2.57).
1439        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1440        * librdbg/configure.ac: AC_PREREQ(2.57).
1441        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1442        * libnetworking/configure.ac: AC_PREREQ(2.57).
1443
14442003-02-06      Joel Sherrill <joel@OARcorp.com>
1445
1446        * libnetworking/pppd/chat.c: Convert routines with common names to
1447        static. This included get_char(), put_char(), and character() among
1448        others.
1449
14502003-02-03      Joel Sherrill <joel@OARcorp.com>
1451
1452        PR 338/filesystem
1453        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1454        rtems_io_lookup_name() (API change).  Unused function removed.
1455
14562003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1457
1458        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1459        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1460        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1461        Eliminate *_O_FILES.
1462        * libnetworking/rtems_servers/Makefile.am,
1463        libnetworking/rtems_webserver/Makefile.am,
1464        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1465
14662002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1467
1468        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1469        Let all-local: depend on $(LIB).
1470        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1471        * optman/Makefile.am: Apply install-data-local to install *.rels.
1472
14732002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1474
1475        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1476        %.c rules.
1477        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1478        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1479        * libchip/rtc/Makefile.am: Ditto.
1480        * libchip/serial/Makefile.am: Ditto.
1481
14822002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1483
1484        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1485        LIBC_DEFINES.
1486        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1487        LIBC_DEFINES.
1488        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1489        LIBC_DEFINES.
1490
14912002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1492
1493        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1494
14952002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1496
1497        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1498        cache-checking.
1499        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1500
15012002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1502
1503        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1504        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1505        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1506        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1507        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1508
15092002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1510
1511        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1512        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1513        Remove.
1514        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1515
15162002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1517
1518        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1519        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1520
15212002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1522
1523        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1524        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1525
15262002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1527
1528        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1529        * optman/rel.am: New.
1530
15312002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1532
1533        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1534        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1535        braino in comment on "exec". Extend --enable-ada handling.
1536
15372002-11-04      Joel Sherrill <joel@OARcorp.com>
1538
1539        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1540        tasks and rolling multiple loops into 1.
1541        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1542        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1543        Removed warnings.
1544
15452002-10-31      Joel Sherrill <joel@OARcorp.com>
1546
1547        * libchip/network/dec21140.c: Removed warnings.
1548        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1549        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1550        librdbg/src/m68k/any/remdeb_xdr.c,
1551        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1552        warnings.
1553        * libnetworking/rtems_webserver/socket.c,
1554        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1555
15562002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1557
1558        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1559        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1560        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1561        above.
1562
15632002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1564
1565        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1566        * wrapup/.cvsignore: Remove autom4te.cache.
1567        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1568        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1569        autom4te.cache.
1570        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1571        autom4te.cache.
1572        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1573        autom4te.cache.
1574
15752002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1576
1577        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1578
15792002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1580
1581        * optman/.cvsignore: Add autom4te.cache.
1582
15832002-09-14      Joel Sherrill <joel@OARcorp.com>
1584
1585        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1586
15872002-09-07      Joel Sherrill <joel@OARcorp.com>
1588
1589        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1590        include files to resolve warnings.
1591
15922002-09-07      Chris Johns <ccj@acm.org>
1593
1594        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1595        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1596        which corrects the problem  where the cs8900.c file was actually the BSP
1597        glue.  Joel did some hacking so this file will compile.  Previously it
1598        required providing a target.h file to compile.
1599        * libchip/network/cs8900.c.bsp: New file.
1600
16012002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1602
1603        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1604
16052002-08-31      Joel Sherrill <joel@OARcorp.com>
1606
1607        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1608        eliminate warning.
1609
16102002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1611
1612        * configure.ac: Add ada-tests.
1613
16142002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1615
1616        * Makefile.am: Add preinstall-stamp.
1617
16182002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1619
1620        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1621        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1622        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1623        gcc31 happy.
1624        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1625        cp.
1626
16272002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1628
1629        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1630        make/bsp.mak.
1631        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1632        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1633
16342002-08-12      Joel Sherrill <joel@OARcorp.com>
1635
1636        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1637        avoid error.
1638
16392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1640
1641        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1642        * configure.ac: Add BSP_SUBDIRS.
1643        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1644        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1645        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1646        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1647        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1648        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1649        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1650        RTEMS_CHECK_BSP_CACHE.
1651        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1652        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1653        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1654        .$(OBJEXT) instead of .o.
1655        * libnetworking/pppd/Makefile.am,
1656        libnetworking/rtems_servers/Makefile.am,
1657        libnetworking/rtems_telnetd/Makefile.am,
1658        libnetworking/rtems_webserver/Makefile.am,
1659        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1660
16612002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1662
1663        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1664        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1665        ../libchip/serial/$(ARCH)/libserialio.a.
1666        * libchip/serial/Makefile.am: Don't tmp-install lib.
1667        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1668
16692002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1670
1671        * Makefile.am: Add rtems_makedir.
1672        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1673        * Makefile.am: Add wrapup-SUBDIR.
1674        * wrapup/ChangeLog: Remove.
1675        * wrapup/configure.ac: Remove.
1676        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1677        (Make the bare BSP happy).
1678        * configure.ac: Ditto.
1679        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1680        Create make/custom/default.cfg.
1681        * configure.ac: Add creation of make/custom/*.cfg. Create
1682        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1683
16842002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1685
1686        * Makefile.am: Clean $(PROJECT_RELEASE).
1687
16882002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1689
1690        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1691        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1692        prototype mismatches.
1693
16942002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1695
1696        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1697        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1698
16992002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1700
1701        * acinclude.m4: Add test "$multilib" != "yes".
1702        * config-ml.in: Remove.
1703        * acinclude.m4: Cleanups.
1704        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1705        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1706        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1707        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1708        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1709
17102002-07-16      Eric Norum <eric.norum@usask.ca>
1711
1712        * New driver for the Intel EtherExpressPro (82559ER) chip.
1713        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1714        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1715        * libchip/network/Makefile.am: Modified to reflect above.
1716
17172002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1718
1719        * acinclude.m4: New.
1720        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1721        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1722        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1723
17242002-07-01      Joel Sherrill <joel@OARcorp.com>
1725
1726        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1727        _Objects_Information_table now that it is a two dimensional array based
1728        upon API and class.
1729        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1730        of strnlen().
1731
17322002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1733
1734        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1735        preinstall libnetapps.a.
1736
17372002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1738
1739        * configure.ac: Remove librpc.
1740
17412002-06-25      Joel Sherrill <joel@OARcorp.com>
1742
1743        * Per PR233, moved librpc to exec.
1744        * configure.ac, wrapup/Makefile.am: Modified.
1745        * librpc, librpc/ChangeLog: Removed.
1746
17472002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1748
1749        * optman/Makefile.am: Remove multilib support.
1750        * optman/configure.ac: Ditto.
1751        * optman/sapi/Makefile.am: Ditto.
1752
17532002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1754
1755        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1756        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1757
17582002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1759
1760        Move networking libraries to c/src/exec/libnetworking
1761        * libnetworking/configure.ac, libnetworking/Makefile.am,
1762        libnetworking/wrapup/Makefile.am: Reflect Moval.
1763
17642002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1765
1766        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1767        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1768        <rtems/bspIo.h>.
1769
17702002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1771
1772        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1773        * libnetworking/rtems/mkrootfs.h: Ditto.
1774        * libnetworking/rtems/Makefile.am: Reflect changes above.
1775
17762002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1777
1778        * configure.ac: Remove lib.
1779
17802002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1781
1782        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1783        that exception stack frames on M68K members with VBR always are 6 byte
1784        long. The incorrect assumption resulted in some gdb commands like "next"
1785        to fail on the 68360.
1786
17872002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1788
1789        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1790        PR 220
1791        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1792        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1793        CVS.
1794        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1795        libnetworking/sys/filio.h: Remove.
1796        * libnetworking/sys/Makefile.am: Reflect changes above.
1797
17982002-05-07      Chris Johns <ccj@acm.org>
1799
1800        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1801        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1802        requires it to be stripped.
1803
18042002-05-01      Eric Norum <eric.norum@usask.ca>
1805
1806        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1807        assembly  to satisfy gcc 3.1 and newer.
1808
18092002-04-26      Eric Norum <eric.norum@usask.ca>
1810
1811        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1812        agressive optimization in gcc 3.1 does not reorder things.
1813
18142002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1815
1816        * libchip/network/dec21140.c: Reflect changes to powerpc's
1817        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1818        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1819        <rtems/score/cpu.h>.
1820        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1821        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1822
18232002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1824
1825        * optman/configure.ac: Remove ENABLE_GCC28.
1826
18272002-04-11      Chris Johns <ccj@acm.org>
1828
1829        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1830        driver control block field to the ifconfig network driver structure.
1831        This field is needed by the i82586 driver which was ported from NetBSD
1832        as it had better hardware abstraction.
1833        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1834        PR59, added the drv_ctrl driver control block field to the ifconfig
1835        network driver structure. This field is needed by the i82586 driver
1836        which was ported from NetBSD as it had better hardware abstraction.
1837
18382002-04-10      Mike Siers <mikes@poliac.com>
1839
1840        * libnetworking/rtems_webserver/NOTES,
1841        libnetworking/rtems_webserver/asp.c,
1842        libnetworking/rtems_webserver/balloc.c,
1843        libnetworking/rtems_webserver/default.c,
1844        libnetworking/rtems_webserver/ej.h,
1845        libnetworking/rtems_webserver/ejIntrn.h,
1846        libnetworking/rtems_webserver/ejlex.c,
1847        libnetworking/rtems_webserver/ejparse.c,
1848        libnetworking/rtems_webserver/emfdb.c,
1849        libnetworking/rtems_webserver/emfdb.h,
1850        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1851        libnetworking/rtems_webserver/handler.c,
1852        libnetworking/rtems_webserver/license.txt,
1853        libnetworking/rtems_webserver/md5.h,
1854        libnetworking/rtems_webserver/md5c.c,
1855        libnetworking/rtems_webserver/mime.c,
1856        libnetworking/rtems_webserver/misc.c,
1857        libnetworking/rtems_webserver/ringq.c,
1858        libnetworking/rtems_webserver/rom.c,
1859        libnetworking/rtems_webserver/security.c,
1860        libnetworking/rtems_webserver/sock.c,
1861        libnetworking/rtems_webserver/sym.c,
1862        libnetworking/rtems_webserver/uemf.c,
1863        libnetworking/rtems_webserver/uemf.h,
1864        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1865        libnetworking/rtems_webserver/url.c,
1866        libnetworking/rtems_webserver/value.c,
1867        libnetworking/rtems_webserver/wbase64.c,
1868        libnetworking/rtems_webserver/webcomp.c,
1869        libnetworking/rtems_webserver/webpage.c,
1870        libnetworking/rtems_webserver/webrom.c,
1871        libnetworking/rtems_webserver/webs.c,
1872        libnetworking/rtems_webserver/webs.h,
1873        libnetworking/rtems_webserver/websuemf.c,
1874        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1875        2.1.4.
1876
18772002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1878
1879        * libchip/network/i82586.c: Include <string.h>.
1880        * libchip/network/sonic.c: Ditto.
1881
18822002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1883
1884        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1885
18862002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1887
1888        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1889
18902002-03-27      Thomas.Doerfler@imd-systems.de
1891
1892        PR 144
1893        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1894        memory address 0 when called for the first time. This is done when
1895        trying to clear the variable "dhcp_hostname".
1896
18972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1898
1899        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1900        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1901        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1902        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1903        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1904        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1905        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1906        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1907        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1908        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1909        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1910        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1911        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1912        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1913        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1914        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1915        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1916        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1917        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1918        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1919        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1920        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1921        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1922        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1923        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1924        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1925        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1926        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1927        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1928        AUTOMAKE_OPTIONS.
1929        * libnetworking/configure.ac:
1930        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1931        foreign 1.6]).
1932        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1933        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1934        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1935        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1936        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1937        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1938        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1939        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1940        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1941        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1942        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1943        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1944        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1945        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1946        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1947        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1948        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1949
19502002-03-27      Ilya Alexeev <ilya@continuum.ru>
1951
1952        PR 162
1953        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1954        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1955        used in a device write routines.  Now ppp_softc structure have own
1956        character for writing to device (sc_outchar).  I think that converting
1957        local variables to static is not a right solution, because problems will
1958        occur in the case of two or more ppp instances.
1959        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1960        must be u_long, otherwise in the case of the big output packet endless
1961        loop may occur.
1962
19632002-03-21      Ilya Alexeev <ilya@continuum.ru>
1964
1965        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1966        preparations for multiple PPPD connections.
1967
19682002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1969
1970        PR 149
1971        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1972        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1973        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1974        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1975
19762002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1977
1978        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1979        * configure.ac: Modified to reflect addition.
1980
19812002-02-27      Ilya Alexeev <ilya@continuum.ru>
1982
1983        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1984        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1985        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1986        capabilities as well as eliminate some warnings.
1987
19882002-02-27      Eric Norum <eric.norum@usask.ca>
1989
1990        * libnetworking/net/radix.c: Properly handle fetching the default route
1991        when there is no route.  This was a bug in the original FreeBSD code and
1992        this fix is from an updated version of their code.
1993
19942002-02-16      Eric Norum <eric.norum@usask.ca>
1995
1996        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1997        checking.
1998
19992002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2000
2001        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2002        dodefaultroute.
2003
20042002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2005
2006        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2007        include <rtems/seterr.h>.
2008
20092002-02-01      Mike Siers <mikes@poliac.com>
2010
2011        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2012        avoid bringing the link down too fast. NOTE: Mike reports successfully
2013        running at 56K baud on a direct link.
2014
20152002-02-01      Eric Valette <valette@crf.canon.fr>
2016
2017        * librdbg/So many patches have been posted recently on the mailing list
2018        and  because we were unable to find correct solution to compile on
2019        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2020        because the coding  style of rdbg was rather inconsistant among various
2021        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2022        global coding style (using indent + manual edits), 2) incorporate/review
2023        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2024        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2025        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2026        after rdbg initialization is done, NB : the paches is huge but it is
2027        mainly due to coding styke chnages.  Only few lines of codes have been
2028        really changed and they do not impact  rdbg functionnality (AFAIKT).
2029        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2030        librdbg/include/rdbg/m68k/rdbg_f.h,
2031        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2032        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2033        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2034        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2035        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2036        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2037        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2038        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2039        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2040        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2041        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2042        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2043        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2044        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2045        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2046        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2047
20482002-01-31      Mike Siers <mikes@poliac.com>
2049
2050        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2051        * Nice Update of PPPD support which eliminates the requiremetn that
2052        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2053        and reports that it seems to be more stable and handle larger packets
2054        better.  This patch replaces the termios tasks with more general pppd
2055        network driver tasks.  The functions pppinput() and pppstart() get
2056        called from the interrupt service routine.
2057        * libnetworking/Makefile.am, libnetworking/configure.ac,
2058        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2059        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2060        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2061        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2062        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2063        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2064        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2065        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2066        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2067        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2068        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2069        libnetworking/net/route.c, libnetworking/net/route.h,
2070        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2071        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2072        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2073        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2074        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2075        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2076        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2077        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2078        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2079        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2080        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2081        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2082        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2083        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2084        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2085        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2086        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2087        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2088        libnetworking/pppd/example/README,
2089        libnetworking/pppd/example/netconfig.h,
2090        libnetworking/wrapup/Makefile.am: Modified.
2091        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2092        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2093        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2094        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2095        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2096        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2097        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2098        libnetworking/modem/pppcompress.c: Subdirectory removed.
2099
21002002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2101
2102        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2103        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2104
21052002-01-18      Till Straumann <strauman@slac.stanford.edu>
2106
2107        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2108        issues: - exception handler needs to enable MSR_FP if the interrupted
2109        thread is FP enabled. - printk message for MSR fixed and added
2110        stacktrace. NOTE: this requires the stacktrace patch to
2111        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2112        however).
2113
21142002-01-06      Joel Sherrill <joel@OARcorp.com>
2115
2116        * optman/.cvsignore: Added aclocal.m4 and configure.
2117        * optman/.cvsignore: New file.
2118
21192002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2120
2121        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2122
21232002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2124
2125        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2126        * optman/ChangeLog: New.
2127        * optman/configure.ac: New.
2128        * optman/Makefile.am: New.
2129        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2130        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2131
21322001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2133
2134        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2135
21362001-12-18      Eric Norum <eric.norum@usask.ca>
2137
2138        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2139        `directories' (path names with a / at the end) while disallowing open()
2140        operations on TFTP `directories'.
2141
21422001-12-07      Eric Norum <eric.norum@usask.ca>
2143
2144        * libnetworking/lib/tftpDriver.c: Restore write capability.
2145
21462001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2147
2148        * libchip/network/sonic.h: Fix typo.
2149        * libnetworking/arpa/Makefile.am: Remove stray lines.
2150
21512001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2152
2153        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2154
21552001-10-18      Eric Norum <eric.norum@usask.ca>
2156
2157        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2158        chdir() and open() operations within the TFTP file system.
2159
21602001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2161
2162        * librdbg/configure.ac: Fix latent bug exposed by removal of
2163        config.cache's which prevented powerpc targets librdbg from building.
2164
21652001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2166
2167        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2168        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2169        autoconf-2.52 happy.
2170
21712001-10-12      Mike Siers <mikes@poliac.com>
2172
2173        * libnetworking/Update to stable working state.  Congratulations Mike!
2174        :).
2175        * libnetworking/modem_example: Directory removed.
2176        * libnetworking/modem_example/16550.h,
2177        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2178        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2179        libnetworking/modem_example/ppp.h,
2180        libnetworking/modem_example/pppcompress.c: Files removed.
2181        * libnetworking/pppd/example/pppd.options: New file.
2182        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2183        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2184        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2185        libnetworking/pppd/rtemsmain.c: Updated.
2186
21872001-10-12      Joel Sherrill <joel@OARcorp.com>
2188
2189        * libchip/serial/z85c30.c: Fixed typo.
2190
21912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2192
2193        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2194        * configure.in: Remove.
2195        * configure.ac: New file, generated from configure.in by autoupdate.
2196        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2197        * libchip/configure.in: Remove.
2198        * libchip/configure.ac: New file, generated from configure.in by
2199        autoupdate.
2200        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2201        * librdbg/configure.in: Remove.
2202        * librdbg/configure.ac: New file, generated from configure.in by
2203        autoupdate.
2204        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2205        * libnetworking/configure.in: Remove.
2206        * libnetworking/configure.ac: New file, generated from configure.in by
2207        autoupdate.
2208
22092001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2210
2211        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2212        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2213        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2214
22152001-09-27      Joel Sherrill <joel@OARcorp.com>
2216
2217        * libchip/ChangeLog: Fixed typo in date.
2218
22192001-09-27      Eric Norum <eric.norum@usask.ca>
2220
2221        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2222        TFTP  filesystem.
2223
22242001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2225
2226        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2227        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2228        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2229        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2230        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2231        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2232        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2233        'PREINSTALL_FILES ='.
2234        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2235        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2236        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2237        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2238        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2239        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2240        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2241        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2242        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2243        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2244        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2245        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2246
22472001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2248
2249        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2250        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2251        * librdbg/src/m68k/any/Makefile.am: Ditto.
2252        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2253        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2254        happy.
2255
22562001-09-21      Joel Sherrill <joel@OARcorp.com>
2257
2258        * libchip/network/Makefile.am: Fixed typo on file name.
2259        * libchip/network/i82586.c: Commented out line 318 which is referencing
2260        a member of a structure that is not currently there.  This needs to be
2261        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2262        to C style.
2263
22642001-09-19      Eric Norum <eric.norum@usask.ca>
2265
2266        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2267
22682001-09-19      Chris Johns <ccj@acm.org>
2269
2270        * libchip/network/README.i82586, libchip/network/i82586.c,
2271        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2272        Network driver for Intel i82586.
2273        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2274        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2275        "root" filesystem with information obtained via the DHCP response.
2276
22772001-09-14      Eric Norum <eric.norum@usask.ca>
2278
2279        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2280        make gcc 3.x happy.
2281
22822001-08-16      Mike Siers <mikes@poliac.com>
2283
2284        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2285        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2286        These support callback functionality that has not even been compiled
2287        under RTEMS yet.
2288        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2289        example application.  Mike's notes on the modifications: - renamed
2290        error() function because of namespace problems - removed calls to the
2291        exit() funciton - removed extra files from the pppd source directory -
2292        defined pppd task constant values in rtemspppd.h - modifyied example
2293        code to get actual tick per second value - placed the pppd 2.3.11 man
2294        page file (pppd.8) into the pppd directory.
2295        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2296        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2297        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2298        libnetworking/pppd/rtems-ppp.c: Deleted.
2299        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2300        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2301        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2302        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2303        libnetworking/pppd/example/init.c,
2304        libnetworking/pppd/example/netconfig.h,
2305        libnetworking/pppd/example/ppp.conf,
2306        libnetworking/pppd/example/pppdapp.c,
2307        libnetworking/pppd/example/system.h: New files.
2308        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2309        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2310        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2311        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2312        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2313        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2314        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2315        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2316        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2317        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2318        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2319        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2320        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2321        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2322        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2323
23242001-08-16      Joel Sherrill <joel@OARcorp.com>
2325
2326        * libnetworking/pppd/example/Makefile: Removed.
2327        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2328        to avoid bootstrap -c clobbering it.
2329        * libnetworking/rtems_telnetd/.cvsignore: New file.
2330
23312001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2332
2333        * libnetworking/Makefile.am, libnetworking/configure.in,
2334        libnetworking/rtems_servers/Makefile.am,
2335        libnetworking/rtems_servers/telnetd.c,
2336        libnetworking/rtems_servers/telnetd.h,
2337        libnetworking/rtems_telnetd/Makefile.am,
2338        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2339        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2340        libnetworking/rtems_telnetd/telnetd.c,
2341        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2342        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2343        effect when ftpd change. - the tcp/ip stats have been implemented into
2344        icmds.c and started when telnetd daemon is started.
2345        * libnetworking/rtems_servers/telnetd.c,
2346        libnetworking/rtems_servers/telnetd.h: Removed.
2347        * libnetworking/rtems_telnetd: New directory.
2348        * libnetworking/rtems_telnetd/Makefile.am,
2349        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2350        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2351        libnetworking/rtems_telnetd/telnetd.c,
2352        libnetworking/rtems_telnetd/telnetd.h: New files.
2353
23542001-06-14      Joel Sherrill <joel@OARcorp.com>
2355
2356        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2357        Moved from libmisc/shell so the network stack to address network
2358        depenendency.
2359        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2360
23612001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2362
2363        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2364
23652001-05-15      Joel Sherrill <joel@OARcorp.com>
2366
2367        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2368        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2369        accidentally deleted the incorrectly empty versions.
2370
23712001-05-14      Till Straumann <strauman@slac.stanford.edu>
2372
2373        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2374        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2375        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2376        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2377        to know the values) - the affected BSP (shared/motorola) headers have
2378        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2379        driver (libchip/network/dec21140.c) has been fixed to use
2380        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2381        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2382        who is using this driver. - the DEC driver also has been fixed to use
2383        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2384        delay_in_bus_cycles().
2385
23862001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2387
2388        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2389
23902001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2391
2392        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2393
23942001-04-24      Eric Norum <eric.norum@usask.ca>
2395
2396        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2397        NTP synchronization a little more robust -- no NTP daemon yet, but at
2398        least it trys a little harder when the primary NTP server is down.
2399
24002001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2401
2402        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2403        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2404        libnetworking/pppd/modem_example/modem.c,
2405        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2406        other strings into English.
2407        * libnetworking/pppd/STATUS: updated to reflect the changes.
2408
24092001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2410
2411        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2412        again.
2413
24142001-04-20      Eric Valette <valette@crf.canon.fr>
2415
2416        * mcp750 directory renamed new_exception processing as it supports many
2417        more CPU models.
2418        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2419        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2420        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2421        formerly in mcp750 plus modifications.
2422        * librdbg/src/powerpc/mcp750/.cvsignore,
2423        librdbg/src/powerpc/mcp750/Makefile.am,
2424        librdbg/src/powerpc/mcp750/remdeb.h,
2425        librdbg/src/powerpc/mcp750/remdeb_f.x,
2426        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2427        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2428        new_exception_processing.
2429        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2430        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2431        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2432        part of this effort to add support for the MPC8xx.
2433
24342001-04-19      Joel Sherrill <joel@OARcorp.com>
2435
2436        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2437        internal include files.
2438
24392001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2440
2441        PR 158
2442        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2443        rcmd() library call by commenting out the parts that deal with signals.
2444        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2445        stdio. The 'server-side' parts of this file which deal with
2446        authentication are disabled since they are not needed.
2447
24482001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2449
2450        * libnetworking/include/.cvsignore: Remove dangling file.
2451
24522001-03-14      Joel Sherrill <joel@OARcorp.com>
2453
2454        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2455        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2456        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2457        libchip style serial drivers can be written in libcpu or libbsp.
2458
24592001-03-01      Joel Sherrill <joel@OARcorp.com>
2460
2461        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2462        libchip/network/sonic.c, libchip/network/sonic.h,
2463        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2464        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2465        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2466        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2467        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2468        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2469        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2470        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2471
24722001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2473
2474        * librdbg/include/rdbg/Makefile.am,
2475        librdbg/include/rdbg/i386/Makefile.am,
2476        librdbg/include/rdbg/m68k/Makefile.am,
2477        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2478        style on include files.
2479
24802001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2481
2482        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2483        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2484        replace ${..} with $(..).
2485        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2486        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2487        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2488        libnetworking/rtems/Makefile.am, libnetworking/
2489        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2490        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2491        include_*HEADERS instead of H_FILES.
2492        * libnetworking/include/Makefile.am: Remove.
2493        * libnetworking/Makefile.am: Add handling of *.h files.
2494        * libnetworking/configure.in: Remove include/Makefile.
2495
24962001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2497
2498        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2499
25002001-01-31      Sergei Organov <osv@javad.ru>
2501
2502        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2503        current dir and root dir removed in favor of new libio support for
2504        task-local current and root directories. - Bug in `close_data_socket()'
2505        introduced by previous change fixed. - `command_pasv()' changed to set
2506        timeout on socket we are listening on and code fixed to don't close
2507        socket twice on error. - `serr()' changed to clear `errno'. -
2508        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2509        changed to clear `errno' before processing session. -
2510        `close_data_socket()' fixed to close both active and passive sockets -
2511        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2512        empty string  in `exec_command()'.
2513
25142001-01-25      Eric Norum <eric.norum@usask.ca>
2515
2516        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2517        improves throughput on systems which are dropping packets.   Only the
2518        first timeout is reduced.  This keeps the number of extra packets down
2519        on networks that are very busy and dropping lots of packets.
2520
25212001-01-24      Sergei Organov <osv@javad.ru>
2522
2523        * libnetworking/rtems_servers/ftpd.c,
2524        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2525        - Timeouts on sockets implemented. 'idle' field added to configuration.
2526        No timeout by default to keep backward compatibility. Note: SITE IDLE
2527        command not implemented yet. - Basic global access control implemented.
2528        'access' field added to configuration. No access limitations by default
2529        to keep backward compatibility. - Anchor data socket for active mode
2530        (using self IP and port 20.) - Fixed default data port support (still
2531        not tested). - Don't allow IP address different from originating host in
2532        PORT command to improve security. - Fixed bug in MDTM command. - Check
2533        for correctness of parsing of argument in command_port(). - Fixed
2534        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2535        a directory. - Command parsing a little bit improved: command names are
2536        now converted to upper-case to be more compatible with RFC (command
2537        names are not case-sensitive.) - Reformat comments so that they have
2538        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2539        previous changes - True ASCII mode implemented (doesn't work for hooks
2540        and /dev/null) - Passive mode implemented, PASV command added. - Default
2541        port for data connection could be used (untested, can't find ftp client
2542        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2543        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2544
25452001-01-18      Joel Sherrill <joel@OARcorp.com>
2546
2547        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2548        macro using variable arguments.
2549        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2550        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2551        since I updated the main RTEMS development machine to RedHat 7.2 and
2552        apparently got a new version of rpcgen.
2553
25542001-01-12      Sergei Organov <osv@javad.ru>
2555
2556        * libnetworking/rtems_servers/ftpd.c,
2557        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2558        - use pool of pre-created threads to handle sessions instead of
2559        creating/deleting threads on the fly - LIST output is now similar to
2560        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2561        happy with it. - LIST NAME now works (both for files and directories) -
2562        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2563        clients happy  - keep track of CWD for every session separately -
2564        ability to specify root directory name for FTPD in configuration table.
2565        FTPD will then create illusion for FTP clients that this is actually
2566        root directory. - ignore options sent in commands, thus LIST -al FILE
2567        works and doesn't try to list "-al" directory. - buffers are allocated
2568        on stack instead of heap where possible to eliminate malloc/free calls
2569        (avoid possible heap fragmentation troubles). - drop using of task
2570        notepad to pass parameters - use function arguments instead - use
2571        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2572        in socket() instead of AF_INET.
2573
25742001-01-02      Joel Sherrill <joel@OARcorp.com>
2575
2576        * libnetworking/CHANGELOG: Removed.
2577        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2578
25792000-12-14      Eric Norum <eric.norum@usask.ca>
2580
2581        * libnetworking/lib/tftpDriver.c: Added write capability.
2582
25832000-12-08      Joel Sherrill <joel@OARcorp.com>
2584
2585        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2586        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2587        numerous variable declarations conditional on PPP_COMPRESS and
2588        PPP_FILTER.  Commented out variables that were not used because the code
2589        using them was commented out. Removed totally unused variables.
2590        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2591        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2592
25932000-11-30      Joel Sherrill <joel@OARcorp.com>
2594
2595        * libnetworking/modem/ppp_tty.c: Changed to include
2596        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2597        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2598        * libnetworking/Makefile.am: Modified to reflect above.
2599
26002000-11-27      Joel Sherrill <joel@OARcorp.com>
2601
2602        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2603
26042000-11-25      Eric Norum <eric.norum@usask.ca>
2605
2606        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2607        core.
2608
26092000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2610
2611        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2612        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2613        subdir.
2614        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2615        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2616        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2617        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2618        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2619        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2620        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2621        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2622        ppp_tty.c and the real pppd main is in pppmain.c.
2623
26242000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2625
2626        * libchip/network/sonic.c: Added ipalign() routine to align the received
2627        packet so that the ip header is on a 32-bit boundary. Necessary for
2628        cpu's that do not allow unaligned loads and stores and when the 32-bit
2629        DMA mode is used.
2630
26312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2632
2633        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2634        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2635        ACLOCAL_AMFLAGS.
2636        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2637        ACLOCAL_AMFLAGS.
2638        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2639        ACLOCAL_AMFLAGS.
2640
26412000-11-03      Chris Johns <ccj@acm.org>
2642
2643        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2644        libchip/network/cs8900.h: New files.
2645
26462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2647
2648        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2649        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2650        $(RTEMS_TOPdir)/aclocal.
2651        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2652        $(RTEMS_TOPdir)/aclocal.
2653        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2654        $(RTEMS_TOPdir)/aclocal.
2655
26562000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2657
2658        * configure.in: Switch to GNU-canonicalization.
2659        * Makefile.am: Reflect changes to configure.in.
2660        * acinclude.m4: Remove.
2661
26622000-10-30      Joel Sherrill <joel@OARcorp.com>
2663
2664        * POSIX include files merged into newlib.  This resulted in some
2665        definitions moving to other files and thus some secondary effects in
2666        RTEMS source code.
2667        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2668        in sync with newlib's <machine/types.h>.
2669        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2670        definition of struct itimerval in <sys/time.h>.
2671
26722000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2673
2674        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2675        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2676        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2677        * ChangeLog: Fix typos.
2678        * configure.in: add tests to the GNU canonicalized subdirectories.
2679
26802000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2681
2682        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2683        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2684        the lib directory before configuring lib/.
2685
26862000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2687
2688        * configure.in, Makefile.am: add exec to the GNU canonicalized
2689        subdirectories.
2690        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2691        * configure.in: add libnetworking, librpc and librdb to the GNU
2692        canonicalized subdirectories.
2693        * configure.in: add libmisc and libchip to the GNU canonicalized
2694        subdirectories.
2695        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2696        Switch to GNU canonicalization.
2697        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2698        Switch to GNU canonicalization.
2699        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2700        Switch to GNU canonicalization.
2701
27022000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2703
2704        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2705        canonicalization to libfs/. The approach is currently a bit of a hack as
2706        GNU canonicalization does not support the per-BSP build some of the
2707        other directories require.  As more of the tree is converted, this will
2708        become less  of an issue.
2709
27102000-10-20      Joel Sherrill <joel@OARcorp.com>
2711
2712        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2713        parameter.
2714
27152000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2716
2717        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2718        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2719        * librdbg/configure.in: Add m68k support.
2720        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2721        subdirectory.
2722        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2723        failure.
2724        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2725        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2726        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2727        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2728        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2729        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2730        librdbg/src/m68k/.cvsignore: New files.
2731        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2732        function pointers.
2733        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2734        _after_ pointer has been checked against NULL.
2735
27362000-10-18      Joel Sherrill <joel@OARcorp.com>
2737
2738        * wrapup/Makefile.am: Added libfs.
2739
27402000-10-18      Chris Johns <ccj@acm.org>
2741
2742        * libfs created.
2743        * configure.in: Added libfs subdirectory.
2744        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2745
27462000-09-28      Joel Sherrill <joel@OARcorp.com>
2747
2748        * libnetworking/rtems_webserver/Makefile.am,
2749        libnetworking/rtems_webserver/base64.c,
2750        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2751        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2752
27532000-09-22      Joel Sherrill <joel@OARcorp.com>
2754
2755        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2756        libnetworking/rtems/rtems_bsdnet_internal.h,
2757        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2758        have included rtems.h.  It is now including precisely the  least amount
2759        of low level, yet portable .h files to get the basic RTEMS types
2760        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2761        used machine/types.h to include rtems.h.
2762
27632000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2764
2765        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2766
27672000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2768
2769        * libnetworking/ChangeLog: Cleanup.
2770
27712000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2772
2773        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2774        * libchip/ChangeLog: Fix formating.
2775
27762000-09-05      Joel Sherrill <joel@OARcorp.com>
2777
2778        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2779        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2780        confusion and to work with the converted flags.
2781
27822000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2783
2784        * wrapup/Makefile.am: Include compile.am.
2785        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2786        libchip/serial/Makefile.am: Include compile.am.
2787        * librdbg/src/i386/any/Makefile.am,
2788        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2789        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2790        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2791        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2792        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2793        libnetworking/rtems_servers/Makefile.am,
2794        libnetworking/rtems_webserver/Makefile.am,
2795        libnetworking/wrapup/Makefile.am: Include compile.am.
2796
27972000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2798
2799        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2800        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2801
28022000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2803
2804        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2805
28062000-08-31      Joel Sherrill <joel@OARcorp.com>
2807
2808        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2809        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2810        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2811        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2812        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2813        * libnetworking/wbase64.c: Removed.
2814        * libnetworking/Makefile.am, libnetworking/asp.c,
2815        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2816        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2817        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2818        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2819        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2820        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2821        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2822        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2823        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2824        Modified.
2825
28262000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2827
2828        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2829
28302000-08-30      Joel Sherrill <joel@OARcorp.com>
2831
2832        * libnetworking/rtems_webserver/license.txt: New file.
2833
28342000-08-10      Joel Sherrill <joel@OARcorp.com>
2835
2836        * ChangeLog: New file.
2837        * libchip/ChangeLog: New file.
2838        * librdbg/ChangeLog: New file.
2839        * libnetworking/ChangeLog: New file.
2840
Note: See TracBrowser for help on using the repository browser.