source: rtems/c/src/ChangeLog @ 4321d1f

4.104.114.84.95
Last change on this file since 4321d1f was 4321d1f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/22/05 at 04:00:07

2005-01-22 Ralf Corsepius <ralf.corsepius@…>

  • libchip/rtc/rtc.h: size_t RTC_Count.
  • Property mode set to 100644
File size: 106.8 KB
RevLine 
[4321d1f]12005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * libchip/rtc/rtc.h: size_t RTC_Count.
4
[4ca43d72]52005-01-20      Joel Sherrill <joel@OARcorp.com>
6
7        PR 736/pppd
8        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
9        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
10        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
11        should not be static and should have a name more specific to pppd.
12
[4f647b9]132005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
16        libnetworking/rtems_servers/Makefile.am,
17        libnetworking/rtems_telnetd/Makefile.am,
18        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
19        Eliminate CFLAGS_OPTIMIZE_V.
20
[6c2b5324]212005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * configure.ac: Pass CFLAGS to testsuites configure.
24        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
25        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
26
[ea3f559]272005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Pass CFLAGS to cpukit configure.
30        * aclocal/rtems-flags.m4: Remove (Unused).
31        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
32        * aclocal/env-rtemsbsp.m4:
33        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
34        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
35        RTEMS_CFLAGS.
36        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
37        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
38        Cleanup comments.
39
[4c14ea3e]402005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * automake/compile.am: Remove build-variant support.
43
[44213ad]442005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * libnetworking/pppd/Makefile.am,
47        libnetworking/rtems_servers/Makefile.am,
48        libnetworking/rtems_telnetd/Makefile.am:
49        Remove build-variant support.
50
[552fca7]512005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
54        support/Makefile.am, wrapup/Makefile.am:
55        Remove build-variant support.
56
[55243362]572004-11-22      Joel Sherrill <joel@OARcorp.com>
58
59        * libchip/network/if_fxp.c: Add entry for another module ID code.
60
[bb15d1d2]612004-11-22      Joel Sherrill <joel@OARcorp.com>
62
63        PR 693/misc
64        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
65        in/outport routines.
66
672004-11-22      Joel Sherrill <joel@OARcorp.com>
68
69        PR 693/misc
70        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
71        in/outport routines.
72
[f4857b21]732004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * aclocal/enable-itron.m4: Remove (unused).
76
[259c516]772004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        * configure.ac: Misc. quoting cleanups.
80        Enable ada-tests iff --enable-ada and --enable-tests.
81
[bf474880]822004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
83
84        PR 703/filesystem
85        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
86        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
87        libchip/ide/ide_controller.c:
88        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
89        available for BSPS/device drivers.
90        Extend the "modes_available" and "mode_active" parameters to
91        uint16_t for UDMA support.
92
[ac8f462]932004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
94
95        * libchip/network/dec21140.c: Cleanup a bit and remove message about
96        not supported on PowerPC since it works on the MVME2100 BSP.
97
[9bb5b9d]982004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
99
100        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
101        Add dependency tracking for *.cfgs.
102        * Makefile.am: Add dependency tracking for *.cfg.
103
[1c3dfb4a]1042004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
105
106        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
107        (Thanks to Lars Munch <lars@segv.dk> for catching this).
108
[62fdded]1092004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
110
111        PR 707/make_build
112        * configure.ac: Add --enable-rpcgen.
113
[577fe95]1142004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
115
116        PR 700/rtems_misc
117        * libnetworking/rtems_webserver/asp.c,
118        libnetworking/rtems_webserver/balloc.c,
119        libnetworking/rtems_webserver/cgi.c,
120        libnetworking/rtems_webserver/default.c,
121        libnetworking/rtems_webserver/ej.h,
122        libnetworking/rtems_webserver/ejIntrn.h,
123        libnetworking/rtems_webserver/ejlex.c,
124        libnetworking/rtems_webserver/ejparse.c,
125        libnetworking/rtems_webserver/emfdb.c,
126        libnetworking/rtems_webserver/emfdb.h,
127        libnetworking/rtems_webserver/form.c,
128        libnetworking/rtems_webserver/handler.c,
129        libnetworking/rtems_webserver/h.c,
130        libnetworking/rtems_webserver/license.txt,
131        libnetworking/rtems_webserver/Makefile.am,
132        libnetworking/rtems_webserver/md5c.c,
133        libnetworking/rtems_webserver/md5.h,
134        libnetworking/rtems_webserver/mime.c,
135        libnetworking/rtems_webserver/misc.c,
136        libnetworking/rtems_webserver/NOTES,
137        libnetworking/rtems_webserver/ringq.c,
138        libnetworking/rtems_webserver/rom.c,
139        libnetworking/rtems_webserver/rtems_webserver.h,
140        libnetworking/rtems_webserver/security.c,
141        libnetworking/rtems_webserver/sock.c,
142        libnetworking/rtems_webserver/socket.c,
143        libnetworking/rtems_webserver/sockGen.c,
144        libnetworking/rtems_webserver/sym.c,
145        libnetworking/rtems_webserver/uemf.c,
146        libnetworking/rtems_webserver/uemf.h,
147        libnetworking/rtems_webserver/um.c,
148        libnetworking/rtems_webserver/um.h,
149        libnetworking/rtems_webserver/umui.c,
150        libnetworking/rtems_webserver/url.c,
151        libnetworking/rtems_webserver/value.c,
152        libnetworking/rtems_webserver/wbase64.c,
153        libnetworking/rtems_webserver/webcomp.c,
154        libnetworking/rtems_webserver/webmain.c,
155        libnetworking/rtems_webserver/webpage.c,
156        libnetworking/rtems_webserver/webrom.c,
157        libnetworking/rtems_webserver/webs.c,
158        libnetworking/rtems_webserver/websda.c,
159        libnetworking/rtems_webserver/websda.h,
160        libnetworking/rtems_webserver/webs.h,
161        libnetworking/rtems_webserver/websSSL.c,
162        libnetworking/rtems_webserver/websSSL.h,
163        libnetworking/rtems_webserver/websuemf.c,
164        libnetworking/rtems_webserver/wsIntrn.h:
165        Remove (Moved to cpukit/http).
166
[cc87080]1672004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
168
169        PR 700/rtems_misc
170        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
171        Remove libnetworking/rtems_webserver.
172
[bb5b4048]1732004-10-25      Eric Norum <norume@aps.anl.gov>
174
175        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
176
[ba5288d]1772004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
178
179        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
180
[1e006d52]1812004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
182
183        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
184        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
185
[5146462f]1862004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
187
188        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
189
[d4d624e2]1902004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
191
192        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
193        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
194
[811db88]1952004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
196
197        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
198        BITSPERBYTE.
199
[41d0d94e]2002004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
201
202        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
203        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
204
[9a4b31f]2052004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
206
207        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
208
[41ed282]2092004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
210
211        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
212        * aclocal/enable-bare.m4: Remove.
213        * configure.ac: Remove BARE_CPU_MODEL.
214
[2992cd23]2152004-10-13      Eric Norum <norume@aps.anl.gov>
216
217        PR 688/bsps
218        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
219        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
220        MC146818A (and several Dallas Semiconductor) TOD chips.
221
2222004-10-13      Eric Norum <norume@aps.anl.gov>
223
224        PR 686/networking
225        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
226        device code.
227
[efab64d]2282004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
229
230        * libchip/network/dec21140.c: include <rtems/pci.h>.
231
[7452b855]2322004-09-29      Joel Sherrill <joel@OARcorp.com>
233
234        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
235        libnetworking/pppd/utils.c: i960 obsoleted and all references
236        removed.
237
[cd38196f]2382004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
239
240        PR 607/networking
241        * libchip/network/dec21140.c: Made PCI configuration minimum sane
242        instead of fully specifying unused PCI features.
243
[97891e5e]2442004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
245
246        * configure.ac: Require automake > 1.9.
247
[f27c25f]2482004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
249
250        * aclocal/rtems-cpu-subdirs.m4: Add avr.
251
[d71ab7fd]2522004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
253
254        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
255        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
256
[0ad53a9]2572004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
258
259        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
260        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
261
[2977f24c]2622004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
263
264        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
265
[90a33a8]2662004-07-28  Joel Sherrill <joel@OARcorp.com>
267
268    * aclocal/version.m4: Updated to rtems-4.6.99.1.
269
[2a757a8]2702004-07-25      Joel Sherrill <joel@OARcorp.com>
271
272        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
273
[1402d56a]2742004-05-21  Till Strauman <strauman@slac.stanford.edu>
275
[4dbbcb7]276        PR 625/networking
[1402d56a]277        * libchip/network/dec21140.c, ... : Prevent name clashes by making
278        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
279        an error rather than panic if no chip is detected (thus allowing
280        for probing).
281        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
282        instead of looping forever.  Avoid divide by zero (crashed my PC).
283        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
284        they are UNTESTED.
285
[1eaf0fda]2862004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
287
288        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
289
[593bc32]2902004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
291
292        * libchip/network/dec21140.c, libchip/network/elnk.c:
293        #include <errno.h>.
294
[c8e8f119]2952004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
296
297        * libchip/network/if_media.h: Update from FreeBSD.
298        * libchip/network/open_eth.c, libchip/network/cs8900.c,
299        libchip/network/i82586.c: #include <errno.h>.
300
[61c78ab]3012004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
302
303        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
304
[0d0528d3]3052004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
306
307        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
308
[7b5f6e82]3092004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
310
311        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
312        automake).
313
[7220366a]3142004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
315
316        PR 599/pppd
[7b5f6e82]317        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
[7220366a]318
[57c86a05]3192004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
320
321        * optman/rtems/no-region.c: Reflect having changed
322        rtems_region_get_segment_size.
323
[4caeb10]3242004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
325
326        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
327        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
328        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
329        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
330        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
331        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
332        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
333
[509fec9c]3342004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
335
336        * libchip/ide/ata.c, libchip/network/dec21140.c,
337        libchip/network/elnk.c, libchip/network/i82586.c,
338        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
339        libchip/network/open_eth.c, libchip/network/sonic.c,
340        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
341        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
342        libchip/shmdr/init.c, libchip/shmdr/intr.c,
343        libchip/shmdr/shm_driver.h: Cosmetics.
344
[c83b5678]3452004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
346
347        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
348        optman/rtems/no-msg.c, optman/rtems/no-part.c,
349        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
350        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
351        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
352        fixed size types.
353
[cdf41b07]3542004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
355
356        * configure.ac: Explicitly pass --includedir and --libdir to
357        cpukit/configure.
358
[ddeb7693]3592004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
360
361        * librdbg/Makefile.am: Fix rpcgen rules.
362        * librdbg/src/i386/any/remdeb_xdr.c,
363        librdbg/src/m68k/any/remdeb_xdr.c,
364        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
365        Reflect changes to librdbg/Makefile.am.
366
[850c88d]3672004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
368
369        * configure.ac: Reflect changes testsuites/configure.ac and
370        cpukit/configure.ac.
371
[ef02bc1]3722004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
373
374        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
375        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
376
[8ae203e3]3772004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
378
379        * configure.ac: Reflect changes to testsuites's configuration.
380
[cdcef7e6]3812004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
382
383        PR/589 rtems
384        * libchip/network/pci.h: Remove (Moved to cpukit).
385
[ee4f57d]3862004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
[60f9088]387
[ee4f57d]388        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
389        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
390        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
391        libchip/network/dec21140.c, libchip/network/elnk.c,
392        libchip/network/if_fxp.c, libchip/network/open_eth.c,
393        libchip/network/open_eth.h, libchip/network/sonic.c,
394        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
395        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
396        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
397        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
398        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
399        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
400        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
401        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
402        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
403        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
404        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
405        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
406        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
407        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
408        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
409        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
410        fixed-size types.
[60f9088]411
[ee4f57d]4122004-03-14      Chris Johns  <chrisj@rtems.org>
[60f9088]413
[ee4f57d]414        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
415        the BSP example code.
416        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
417        support the DIMMPC. This is a pc386 target with IO port support. Minor
418        formating clean up. Add documentation to the header file.
419        * libchip/network/README.cs8900: The CS8900 driver is documented in the
420        cs8900.h header file.
[60f9088]421
[51b9899]4222004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
425        Cosmetics.
426
[5569cec]4272004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
430        There are no application level Makefiles in here.
431
[e73c249]4322004-03-04      Joel Sherrill <joel@OARcorp.com>
433
434        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
435        they can be used in application level makefiles.
436
[845e4f3]4372004-03-05      Joel Sherrill <joel@OARcorp.com>
438
[bfb4c547]439        * libnetworking/rtems_webserver/ejparse.c,
440        libnetworking/rtems_webserver/emfdb.c,
441        libnetworking/rtems_webserver/sock.c,
442        libnetworking/rtems_webserver/socket.c,
443        libnetworking/rtems_webserver/sym.c,
444        libnetworking/rtems_webserver/webs.c,
445        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
4462004-03-05      Joel Sherrill <joel@OARcorp.com>
447
[845e4f3]448        * libchipnetwork/open_eth.c: Remove warnings by conditionally
449        compiling this file only only those CPU families with supported
450        exception models.
451
[789694a1]4522004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * acinclude.m4: Fix loosing arguments when configuring cpukit and
455        testsuites (Was exposed with --enable-multilib, only).
456        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
457         Add RTEMS_BSP_CONFIG_SUBDIR.
458        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
459        testsuites's configure.
460        * aclocal/rtems-top.m4: Remove ENDIF hack.
461        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
462
[fcf0034]4632004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
466        wrapup/Makefile.am: Fix automake problems having been introduced
467        in previous patch.
468
[5e5cf07]4692004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
472        Preinstall dirs.
473        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
474        * aclocal/check-multiprocessing.m4: Cosmetics.
475        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
476        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
477
[e7495ae]4782004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
481        librdbg/src/Makefile.am.
482        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
483        * configure.ac: Reflect changes above.
484        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
485        * wrapup/Makefile.am: Reflect changes above.
486        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
487
[c9251c7]4882004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
491
[541a45a]4922004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
495
[9e23302]4962004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * wrapup/Makefile.am: Reflect new location of librdbg.a.
499
[832bed1]5002004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
[9e23302]503        librdbg/src/powerpc/Makefile.am: Remove.
[832bed1]504        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
505        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
506        * configure.ac: Reflect changes above.
507
5082004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510
[dcf277c]5112004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
514        STRIP.
515
[b083736]5162004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * librdbg/include/Makefile.am: Merge-in
519        librdbg/include/rdbg/i386/Makefile.am,
520        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
521        librdbg/include/rdbg/powerpc/Makefile.am.
522        * librdbg/include/rdbg/i386/Makefile.am,
523        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
524        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
525        * configure.ac: Reflect changes above.
526
[a03c1ab]5272004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.ac: Use AS_HELP_STRING(ada).
530
[3025a4a]5312004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * aclocal/bspopts.m4: Use AS_HELP_STRING.
534        * aclocal/bsp-configure.m4: Require autoconf-2.59.
535        Use AC_CONFIG_HEADERS.
536        * aclocal/check-custom-bsp.m4: Add bspkit-support.
537        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
538
[5434449b]5392004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * Makefile.am: include local.am.
542
[31ffd58]5432004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * aclocal/version.m4: 4.6.99.0.
546
[0724e79b]5472004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * Makefile.am: Don't include host.am.
550        * automake/compile.am: Further cleanups.
551
[d158c16]5522004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * automake/lib.am: Remove (Unused).
555
[11cafc0]5562004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * wrapup/Makefile.am: Don't include lib.am.
559        * automake/compile.am: Use automake compilation rules.
560
[6436254a]5612004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * libnetworking/pppd/Makefile.am,
564        libnetworking/rtems_servers/Makefile.am,
565        libnetworking/rtems_telnetd/Makefile.am,
566        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
567        support/Makefile.am: Don't include lib.am.
568
[97380b4]5692004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * libchip/Makefile.am: Don't include lib.am.
572        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
573        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
574        unnecessary EXTRA_DISTs.
575
[12b0ada]5762004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
579        hack.
580
[b5d91ad]5812004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
584        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
585        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
586        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
587
[477180fa]5882004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
591        Add AM_CONDITIONAL(HAS_MP).
592        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
593        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
594        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
595        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
596        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
597        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
598        (Deprecated by autoconf 2.59).
599
[171a04c]6002004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
603        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
604
[d499683]6052004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
[93a735b]607        * ChangeLog: Merge-in libnetworking/ChangeLog.
608        * libnetworking/ChangeLog: Remove.
[8b615cd]609        * ChangeLog: Merge-in librdbg/ChangeLog.
610        * librdbg/ChangeLog: Remove.
611        * ChangeLog: Merge-in libchip/ChangeLog.
[1d331547]612        * libchip/ChangeLog: Remove.
[d499683]613        * ChangeLog: Merge-in optman/ChangeLog.
614        * optman/ChangeLog: Remove.
615
[d844a182]6162004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * configure.ac: Reflect changes to cpukit.
[1734d37]619        * wrapup/Makefile.am: Reflect changes to librdbg.
620        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
[1d331547]621        * libchip/Makefile.am: Add PREINSTALL_DIRS.
[8b615cd]622        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
623        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
624        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
625        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
626        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
627        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
628        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
[1734d37]629
[208aa86e]6302004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * aclocal/rtems-top.m4: Remove check for version.m4.
633        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
634
[9480bb42]6352004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
[5a80f36b]637        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
[ebff819]638        * wrapup/Makefile.am: Reflect changes to libchip/*.
[ca1531c5]639        * support/Makefile.am: Use automake compilation rules.
640        * wrapup/Makefile.am: Reflect changes to support/*.
[7c5a840]641        * configure.ac: Remove libnetworking/wrapup/Makefile.
[5a80f36b]642        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
643        libnetworking/*/lib*.a instead of libnetapps.a.
644        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
645        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
[d499683]646        * optman/Makefile.am: Use automake compilation rules.
[1d331547]647        * libchip/Makefile.am: Fix typo in previous patch.
648        * libchip/Makefile.am: Use automake compilation rules.
[93a735b]649        * libnetworking/Makefile.am: Remove wrapup.
650        * libnetworking/pppd/Makefile.am: Build libpppd. Use
651        automake-compilation rules.
652        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
653        automake-compilation rules.
654        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
655        automake-compilation rules.
656        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
657        automake-compilation rules.
658        * libnetworking/wrapup/Makefile.am: Remove (Unused).
[033f0686]659
[0724887f]6602004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
[5a80f36b]662        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
663        PRE/TMPINSTALL_FILES to CLEANFILES.
[0724887f]664        * automake/lib.am: Remove TMPINSTALL_FILES.
[d499683]665        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
666        PRE/TMPINSTALL_FILES to CLEANFILES.
[1d331547]667        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
668        PRE/TMPINSTALL_FILES to CLEANFILES.
[8b615cd]669        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
670        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
671        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
672        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
673        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
674        * librdbg/src/i386/Makefile.am: Ditto.
675        * librdbg/src/m68k/Makefile.am: Ditto.
676        * librdbg/src/powerpc/Makefile.am: Ditto.
[93a735b]677        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
678        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
679        * libnetworking/rtems_servers/Makefile.am: Ditto.
680        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
681        * libnetworking/rtems_webserver/Makefile.am: Ditto.
[0724887f]682
[6416628]6832004-01-07      Joel Sherrill <joel@OARcorp.com>
684
685        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
686        more completely covers the MIPS family.
687
[a099e9a]6882003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * wrapup/Makefile.am: Reflect changes to shmdr.
[1d331547]691        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
692
6932003-12-18      Joel Sherrill <joel@OARcorp.com>
694
695        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
696        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
697        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
698        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
699        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
700        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
701        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
[a099e9a]702
[5a80f36b]7032003-12-17      Joel Sherrill <joel@OARcorp.com>
[44652f8]704
[5a80f36b]705        * aclocal/version.m4: Updated to rtems-20031217-test.
[917a884]706
[5a80f36b]7072003-12-17     
[917a884]708
[5a80f36b]709        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
710        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
[2b2353d]711
[41fc78d]7122003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * automake/compile.am: Remove LINK_LIBS (Unused).
715        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
716
[e90cff96]7172003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
720        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
721        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
722        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
[777db82f]723        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
724
[b946613]7252003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
728        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[d499683]729        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[1d331547]730        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[8b615cd]731        * librdbg/src/i386/Makefile.am:
732        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
733        * librdbg/src/m68k/Makefile.am:
734        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
735        * librdbg/src/powerpc/Makefile.am:
736        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[b946613]737
[795d9d46]7382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
[5a80f36b]740        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
[14348a00]741        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
742        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
[5a80f36b]743        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
744        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
745        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
[810720b6]746        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
[d499683]747        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
748        * optman/Makefile.am: Remove project_libdir.
[1d331547]749        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
750        PRE/TMPINSTALL_FILES.
[8b615cd]751        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
752        PRE/TMPINSTALL_FILES.
753        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
754        PRE/TMPINSTALL_FILES.
755        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
756        PRE/TMPINSTALL_FILES.
757        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
758        from PRE/TMPINSTALL_FILES.
759        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
760        PRE/TMPINSTALL_FILES.
761        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
762        PRE/TMPINSTALL_FILES.
763        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
764        PRE/TMPINSTALL_FILES.
[93a735b]765        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
766        PRE/TMPINSTALL_FILES.
767        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
768        PRE/TMPINSTALL_FILES.
769        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
770        PRE/TMPINSTALL_FILES.
771        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
772        from PRE/TMPINSTALL_FILES.
[810720b6]773
[0e31ed7]7742003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
777        * automake/lib.am: Remove project_libdir.
778        * wrapup/Makefile.am: Reworked.
779
[109d660]7802003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
781
782        * configure.ac: Reflect changes to librdbg.
[d499683]783        * optman/Makefile.am: Add tmpinstall dirstamp support.
[1d331547]784        * libchip/Makefile.am: Fix variant-tmpinstall support.
[8b615cd]785        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
786        * librdbg/src/powerpc/Makefile.am: Merge-in former
787        new_exception_processing/Makefile.am.
788        * librdbg/src/m68k/any/Makefile.am: Remove.
789        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
790        * librdbg/src/i386/any/Makefile.am: Remove.
791        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
792        * librdbg/src/Makefile.am: Cosmetics.
793        * librdbg/include/Makefile.am: Cosmetics.
794        * librdbg/Makefile.am: Cosmetics.
[93a735b]795        * libnetworking/Makefile.am: Cosmetics.
796        * libnetworking/pppd/Makefile.am: Cosmetics.
797        * libnetworking/wrapup/Makefile.am: Cosmetics.
[109d660]798
[91fd793d]7992003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
800
801        * Makefile.am: Cosmetics.
[5a80f36b]802        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
803        support.
[91fd793d]804
[8347069]8052003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
806
807        * automake/compile.am: Remove $(ARCH):-rule.
808
[184f279]8092003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
810
811        * configure.ac: Remove lib/libbsp/shared/Makefile,
812        lib/libbsp/shmdr/Makefile.
813
[1ca7bc9]8142003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
815
816        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
817        libchip/serial/Makefile, libchip/rtc/Makefile.
[f2fc5cf]818        * support/Makefile.am: Remove all-local: $(ARCH).
819        * wrapup/Makefile.am: Remove all-local: $(ARCH).
[306a66e]820        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
[d499683]821        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
822        * optman/Makefile.am: Remove all-local: $(ARCH).
[1d331547]823        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
824        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
825        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
826        compilation dirstamp support.
827        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
828        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
829        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
830        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
[8b615cd]831        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
832        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
833        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
834        all-local: $(ARCH).
[93a735b]835        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
836        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
837        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
838        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
839        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
[306a66e]840
[82bdc057]8412003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * aclocal/lead-dot.m4: New (from automake-1.7f).
[5a80f36b]844        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
845        AC_SUBST(dirstamp).
[1d331547]846        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
847        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
848        libchip/serial/Makefile.am: Ditto.
[8b615cd]849        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
850        * librdbg/include/Makefile.am: Ditto.
851        * librdbg/include/rdbg/Makefile.am: Ditto.
852        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
853        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
854        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
855        * librdbg/src/Makefile.am: Ditto.
856        * librdbg/src/i386/Makefile.am: Ditto.
857        * librdbg/src/i386/any/Makefile.am: Ditto.
858        * librdbg/src/m68k/Makefile.am: Ditto.
859        * librdbg/src/m68k/any/Makefile.am: Ditto.
860        * librdbg/src/powerpc/Makefile.am: Ditto.
861        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
[93a735b]862        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
863        preinstallation.
864        * libnetworking/pppd/Makefile.am: Ditto.
865        * libnetworking/rtems_servers/Makefile.am: Ditto.
866        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
867        * libnetworking/rtems_webserver/Makefile.am: Ditto.
868        * libnetworking/wrapup/Makefile.am: Ditto.
[82bdc057]869
[9550125e]8702003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
871
872        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
873        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
[5a80f36b]874        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
875        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
876        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
877        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
878        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
879        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
880        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
881        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
882        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
883        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
884        underquoting to silence automake-1.8.
[9550125e]885
[e42cb8b]8862003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * configure.ac: Reflect having moved tests to ../../testsuites.
889
[4f21a587]8902003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
891
[5a80f36b]892        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
[69decf3]893        * aclocal/canonical-host.m4: Remove.
894        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
[c44312d]895        * configure.ac: Remove RTEMS_CANONICAL_HOST.
896
[51d35b2]8972003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
898
899        * aclocal/check-cpu.m4: Remove.
900        * configure.ac: Merge-in former aclocal/check-cpu.m4.
[3993b6f7]901        * aclocal/canonical-target-name.m4: Add m4-quotes.
[5a80f36b]902        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
903        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
904        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
905        * aclocal/check-networking.m4: Add m4-quotes. Require
906        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
907        * aclocal/check-posix.m4: Add m4-quotes. Require
908        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
909        * aclocal/check-rdbg.m4: Add m4-quotes. Require
910        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
[1d331547]911        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
[3993b6f7]912
[2eaee845]9132003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
914
915        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
916        * aclocal/bsp-alias.m4: Remove.
917
[0038885]9182003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
919
920        * configure.ac: Make presence of tests/ optional.
921
[8857d525]9222003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
923
924        * aclocal/path-perl.m4: Remove (Unused).
925
[15ee26f]9262003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
927
928        * automake/force-preinstall.am: Remove.
929
[1d331547]9302003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
931
932        PR 499/rtems_misc
933        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
934        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
935        Configuration (Odd was forced) - Correction of Stop Bit configuration
936        (inversed) - Correction of ISR Handler to call
937        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
938        CTS Hardware flow control Configuration.
939
[e96d248]9402003-09-04      Joel Sherrill <joel@OARcorp.com>
941
942        * lib/libcpu/shared/include/cache.h,
943        lib/libcpu/shared/src/cache_aligned_malloc.c,
944        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
945        license changed.
[d499683]946        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
947        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
948        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
949        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
950        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
951        for license changed.
[1d331547]952        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
953        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
954        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
955        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
956        libchip/network/cs8900.h, libchip/network/dec21140.c,
957        libchip/network/elnk.c, libchip/network/open_eth.c,
958        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
959        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
960        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
961        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
962        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
963        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
964        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
965        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
966        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
967        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
968        libchip/serial/serial.h, libchip/serial/z85c30.c,
969        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
970        libchip/serial/z85c30_reg.c: URL for license changed.
971
9722003-09-03      Jiri Gaisler <jiri@gaisler.com>
973
974        PR 477/networking
975        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
976        * libchip/network/README.open_eth, libchip/network/open_eth.c,
977        libchip/network/open_eth.h: New files.
[e96d248]978
[ac3786b]9792003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
980
981        * aclocal/rtems-top.m4: Add RTEMS_API.
982        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
983
[8b615cd]9842003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
985
986        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
987        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
988        @RTEMS_BSP@.cfg.
989
[1d331547]9902003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
991
992        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
993
9942003-08-20      Joel Sherrill <joel@OARcorp.com>
995
996        * libchip/network/cs8900.c: Correct copyright statements.
997
[161f2651]9982003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
999
1000        * aclocal/check-itron.m4: Remove.
1001        * aclocal/enable-inlines.m4: Remove.
[fe8bc62f]1002        * Makefile.am: Reflect having moved aclocal/.
[867ab080]1003        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1004        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1005        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1006        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1007        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1008        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1009        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1010        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1011        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1012        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1013        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1014        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1015        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1016        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1017        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1018        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1019        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1020        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1021        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1022        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1023        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1024        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1025        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1026        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1027        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1028        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1029        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1030        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1031        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1032        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1033        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1034        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1035        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1036        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1037        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1038        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1039        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1040        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1041        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1042        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1043        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1044        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1045        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1046        * aclocal/target.m4: New (Copied from ../../aclocal).
1047        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1048        * aclocal/version.m4: New (Copied from ../../aclocal).
1049
[3a99e6f]10502003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1051
1052        * configure.ac: Remove stray comments.
1053        * automake/local.am, automake/host.am: Remove "debug".
1054
[514e77b7]10552003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1056
[c483a4e]1057        * Makefile.am: Reflect having moved automake/.
1058        * lib/Makefile.am: Reflect having moved automake/.
1059        * support/Makefile.am: Reflect having moved automake/.
1060        * wrapup/Makefile.am: Reflect having moved automake/.
[5a80f36b]1061        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1062        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1063        from ../../automake).
[d499683]1064        * optman/Makefile.am: Reflect having moved automake/.
[1d331547]1065        * libchip/Makefile.am: Reflect having moved automake/.
1066        * libchip/ide/Makefile.am: Reflect having moved automake/.
1067        * libchip/network/Makefile.am: Reflect having moved automake/.
1068        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1069        * libchip/serial/Makefile.am: Reflect having moved automake/.
[8b615cd]1070        * librdbg/Makefile.am: Reflect having moved automake/.
1071        * librdbg/include/Makefile.am: Reflect having moved automake/.
1072        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1073        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1074        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1075        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1076        automake/.
1077        * librdbg/src/Makefile.am: Reflect having moved automake/.
1078        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1079        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1080        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1081        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1082        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1083        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1084        having moved automake/.
[93a735b]1085        * libnetworking/Makefile.am: Reflect having moved automake/.
1086        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1087        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1088        automake/.
1089        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1090        automake/.
1091        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1092        automake/.
1093        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
[11a26b9]1094
[d4b5e876]10952003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1096
[5a80f36b]1097        * Makefile.am: Add bsp.pc.in.
[d4b5e876]1098        * bsp.pc.in: New (pkgconfig support).
1099
[7dcc3fe]11002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1101
1102        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1103
[539e266e]11042003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1105
1106        * lib/Makefile.am: New (Required by 'make dist').
1107        * lib/ChangeLog: Remove.
1108        * lib/.cvsignore: Cleanup.
1109        * configure.ac: Reflect having added lib/Makefile.am.
[5a80f36b]1110        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1111        lib/libbsp/configure.ac.
[8b615cd]1112        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1113        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
[dd984c0]1114
[da499ad]11152003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1116
1117        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
[6fcf4571]1118        * configure.ac: Merge-in librdbg/configure.ac.
[5a80f36b]1119        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1120        librdbg/configure.ac.
[1d331547]1121        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1122        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1123        LIBCHIP. Conditionally build include-dirs.
1124        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
[8b615cd]1125        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1126        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1127        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1128        librdbg/include/rdbg/m68k/Makefile.am,
1129        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1130        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1131        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1132        librdbg/src/powerpc/Makefile.am, librdbg/
1133        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1134        configure.ac into ../configure.ac.
[93a735b]1135        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1136        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1137        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1138        libnetworking/rtems_telnetd/Makefile.am,
1139        libnetworking/rtems_webserver/Makefile.am,
1140        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1141        into ../configure.ac.
[8b615cd]1142
11432003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1144
1145        PR 427/rtems
1146        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1147        * librdbg/src/servtsp.c: Ditto.
[1d331547]1148
11492003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1150
1151        PR 429/bsps
1152        PR 432/bsps
1153        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1154        packets are queued onto an elnk board, the ISR will deadlock the device
1155        with a tx complete interrupt.  Lighter tx loads are not affected as they
1156        end up submitting single packets to the device.
[4108ae8]1157
[babba25a]11582003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1159
[5a80f36b]1160        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1161        optman/configure.ac.
[d499683]1162        * optman/configure.ac: Remove (Merged into ../configure.ac).
1163        * optman/Makefile.am: Reflect having merged configure.ac into
1164        ../configure.ac.
[1d331547]1165        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1166        * libchip/Makefile.am, libchip/ide/Makefile.am,
1167        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1168        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1169        ../configure.ac.
[babba25a]1170
[c1a72962]11712003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1172
[5a80f36b]1173        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
[c1a72962]1174
[1d331547]11752003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1176
1177        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1178        on i386.
1179
[93a735b]11802003-06-13      Joel Sherrill <joel@OARcorp.com>
1181
1182        * libnetworking/pppd/chat.c: Removed warnings.
1183
[1d331547]11842003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1185
1186        * libchip/network/README.3com: New file missed in previous commit.
1187        PR 405/bsps
1188        PR 393/networking
1189        * libchip/network/dec21140.c: Fix leak also known as PR393.
1190        * libchip/network/elnk.c, libchip/network/if_media.h,
1191        libchip/network/mii.h: New files.
1192        * libchip/network/Makefile.am: Reflect new files.
1193
[581c3117]11942003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1195
1196        * configure.ac: Remove support for profile-variant.
1197
[93a735b]11982003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1199
1200        PR 397/pppd
1201        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1202        * libnetworking/pppd/magic.c: Remove *rand48.
1203        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1204
[8a7f8c23]12052003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1206
1207        * wrapup/Makefile.am: Add libide.a.
1208
[1d331547]12092003-04-15      Joel Sherrill <joel@OARcorp.com>
1210
1211        PR 387/rtems_misc
1212        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1213        routines.
1214        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1215
[93a735b]12162003-04-11      Joel Sherrill <joel@OARcorp.com>
1217
1218        * libnetworking/rtems_webserver/cgi.c,
1219        libnetworking/rtems_webserver/sockGen.c,
1220        libnetworking/rtems_webserver/umui.c,
1221        libnetworking/rtems_webserver/websSSL.c,
1222        libnetworking/rtems_webserver/websSSL.h,
1223        libnetworking/rtems_webserver/websda.c,
1224        libnetworking/rtems_webserver/websda.h: New files. Not included in
1225        previous commit.
1226
12272003-04-10      Joel Sherrill <joel@OARcorp.com>
1228
1229        PR 371/pppd
1230        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1231        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1232        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1233        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1234        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1235        still global symbols in rtemspppd.h which might need to be changed or
1236        converted into member of a structure which is dereferenced with a
1237        pointer that is managed as a per task variable. But this patch should
1238        avoid many conflicts.
1239
[1d331547]12402003-03-27      Joel Sherrill <joel@OARcorp.com>
1241
1242        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1243        not allowed in the cpukit source code since it must be buildable
1244        independent of any BSP. These files were moved to libchip/ide.
1245        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1246        files.
1247
12482003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1249
1250        PR 368/filesystems
1251        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1252        improvements which now work on pc386 and mbx8xx.
1253        * libchip/ide/ide_controller.c: New file.
1254
[93a735b]12552003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1256
1257        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1258
[db3e91f2]12592003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1260
1261        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1262        * configure.ac: Add support/.
1263        * support/.cvsignore: New.
1264        * support/Makefile.am: New.
1265        * support/version.c: New.
1266        * wrapup/Makefile.am: Add support/libsupport.a.
[d499683]1267        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
[1d331547]1268        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
[8b615cd]1269        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
[93a735b]1270        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
[db3e91f2]1271
12722003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1273
1274        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1275
[1d331547]12762003-02-20      Till Straumann <strauman@slac.stanford.edu>
1277
1278        PR 354/networking
1279        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1280        chip against a table of supported chips. The untested ones are still
1281        commented out, however.
1282
[ccd81b60]12832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1284
1285        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
[9b5c258]1286        * configure.ac: AC_PREREQ(2.57).
[d499683]1287        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1288        * optman/configure.ac: AC_PREREQ(2.57).
[1d331547]1289        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1290        * libchip/configure.ac: AC_PREREQ(2.57).
[8b615cd]1291        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1292        * librdbg/configure.ac: AC_PREREQ(2.57).
[93a735b]1293        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1294        * libnetworking/configure.ac: AC_PREREQ(2.57).
1295
12962003-02-06      Joel Sherrill <joel@OARcorp.com>
1297
1298        * libnetworking/pppd/chat.c: Convert routines with common names to
1299        static. This included get_char(), put_char(), and character() among
1300        others.
[d499683]1301
13022003-02-03      Joel Sherrill <joel@OARcorp.com>
1303
1304        PR 338/filesystem
1305        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1306        rtems_io_lookup_name() (API change).  Unused function removed.
[9b5c258]1307
[17aa98d]13082003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1309
1310        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
[93a735b]1311        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1312        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1313        Eliminate *_O_FILES.
1314        * libnetworking/rtems_servers/Makefile.am,
1315        libnetworking/rtems_webserver/Makefile.am,
1316        libnetworking/rtems_telnetd/Makefile.am: Ditto.
[17aa98d]1317
[131814f]13182002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1319
1320        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1321        Let all-local: depend on $(LIB).
[93a735b]1322        * wrapup/Makefile.am, configure.ac: Remove libmisc.
[d499683]1323        * optman/Makefile.am: Apply install-data-local to install *.rels.
1324
13252002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1326
1327        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1328        %.c rules.
1329        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
[1d331547]1330        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1331        * libchip/rtc/Makefile.am: Ditto.
1332        * libchip/serial/Makefile.am: Ditto.
1333
13342002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1335
1336        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1337        LIBC_DEFINES.
1338        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1339        LIBC_DEFINES.
1340        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1341        LIBC_DEFINES.
[d499683]1342
13432002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1344
1345        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
[9346df0]1346
[d4181d5]13472002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1348
[5a80f36b]1349        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1350        cache-checking.
[d499683]1351        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
[d4181d5]1352
[028792e8]13532002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1354
1355        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
[5a80f36b]1356        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1357        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
[d499683]1358        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
[8b615cd]1359        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
[d499683]1360
13612002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1362
1363        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
[93a735b]1364        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1365        Remove.
[d499683]1366        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
[382e1eb3]1367
[6184265d]13682002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1369
1370        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1371        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1372
[1d331547]13732002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1374
1375        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1376        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1377
[d499683]13782002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1379
[93a735b]1380        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
[d499683]1381        * optman/rel.am: New.
1382
[54508fd]13832002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1384
1385        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
[5a80f36b]1386        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1387        braino in comment on "exec". Extend --enable-ada handling.
[54508fd]1388
[8b615cd]13892002-11-04      Joel Sherrill <joel@OARcorp.com>
1390
1391        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1392        tasks and rolling multiple loops into 1.
1393        * librdbg/src/m68k/rdbg_f.c: Removed warning.
[93a735b]1394        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1395        Removed warnings.
[8b615cd]1396
[1d331547]13972002-10-31      Joel Sherrill <joel@OARcorp.com>
1398
1399        * libchip/network/dec21140.c: Removed warnings.
[8b615cd]1400        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1401        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1402        librdbg/src/m68k/any/remdeb_xdr.c,
1403        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1404        warnings.
[93a735b]1405        * libnetworking/rtems_webserver/socket.c,
1406        libnetworking/rtems_webserver/uemf.h: Removed warnings.
[1d331547]1407
14082002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1409
1410        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1411        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1412        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1413        above.
1414
[c22d613]14152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1416
[5a80f36b]1417        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
[c22d613]1418        * wrapup/.cvsignore: Remove autom4te.cache.
[d499683]1419        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
[1d331547]1420        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1421        autom4te.cache.
[8b615cd]1422        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1423        autom4te.cache.
[93a735b]1424        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1425        autom4te.cache.
[c22d613]1426
[154c99c]14272002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1428
1429        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1430
[d499683]14312002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1432
1433        * optman/.cvsignore: Add autom4te.cache.
1434
[1d331547]14352002-09-14      Joel Sherrill <joel@OARcorp.com>
1436
1437        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1438
[93a735b]14392002-09-07      Joel Sherrill <joel@OARcorp.com>
1440
1441        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1442        include files to resolve warnings.
1443
[1d331547]14442002-09-07      Chris Johns <ccj@acm.org>
1445
1446        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1447        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1448        which corrects the problem  where the cs8900.c file was actually the BSP
1449        glue.  Joel did some hacking so this file will compile.  Previously it
1450        required providing a target.h file to compile.
1451        * libchip/network/cs8900.c.bsp: New file.
1452
[93a735b]14532002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1454
1455        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1456
14572002-08-31      Joel Sherrill <joel@OARcorp.com>
1458
1459        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1460        eliminate warning.
1461
[a456af96]14622002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1463
1464        * configure.ac: Add ada-tests.
1465
[1846a62]14662002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1467
1468        * Makefile.am: Add preinstall-stamp.
1469
[93a735b]14702002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1471
1472        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1473        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1474        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1475        gcc31 happy.
1476        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1477        cp.
1478
[67bfd9a6]14792002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1480
[5a80f36b]1481        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1482        make/bsp.mak.
[67bfd9a6]1483        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1484        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1485
[93a735b]14862002-08-12      Joel Sherrill <joel@OARcorp.com>
1487
1488        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1489        avoid error.
1490
[55ac4e1]14912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1492
1493        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
[85a8933]1494        * configure.ac: Add BSP_SUBDIRS.
1495        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
[d499683]1496        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1497        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
[1d331547]1498        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1499        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1500        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
[8b615cd]1501        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1502        RTEMS_CHECK_BSP_CACHE.
1503        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1504        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1505        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1506        .$(OBJEXT) instead of .o.
[93a735b]1507        * libnetworking/pppd/Makefile.am,
1508        libnetworking/rtems_servers/Makefile.am,
1509        libnetworking/rtems_telnetd/Makefile.am,
1510        libnetworking/rtems_webserver/Makefile.am,
1511        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
[85a8933]1512
[4db904ec]15132002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1514
[5a80f36b]1515        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
[2b61cd06]1516        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
[5a80f36b]1517        ../libchip/serial/$(ARCH)/libserialio.a.
[1d331547]1518        * libchip/serial/Makefile.am: Don't tmp-install lib.
1519        * libchip/rtc/Makefile.am: Don't tmp-install lib.
[2b61cd06]1520
[97bfd09]15212002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1522
1523        * Makefile.am: Add rtems_makedir.
[5a80f36b]1524        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
[94f4a9ba]1525        * Makefile.am: Add wrapup-SUBDIR.
1526        * wrapup/ChangeLog: Remove.
1527        * wrapup/configure.ac: Remove.
[5a80f36b]1528        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1529        (Make the bare BSP happy).
[f21ccd2]1530        * configure.ac: Ditto.
[5a80f36b]1531        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
[f0d7515]1532        Create make/custom/default.cfg.
[5a80f36b]1533        * configure.ac: Add creation of make/custom/*.cfg. Create
1534        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
[f0d7515]1535
[d6f4c1b6]15362002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1537
1538        * Makefile.am: Clean $(PROJECT_RELEASE).
1539
[93a735b]15402002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1541
1542        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1543        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1544        prototype mismatches.
1545
[d499683]15462002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1547
1548        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1549        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1550
[dbaca2a7]15512002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1552
1553        * acinclude.m4: Add test "$multilib" != "yes".
1554        * config-ml.in: Remove.
[247874ae]1555        * acinclude.m4: Cleanups.
1556        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
[5a80f36b]1557        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
[d499683]1558        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1559        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1560        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
[247874ae]1561
[1d331547]15622002-07-16      Eric Norum <eric.norum@usask.ca>
1563
1564        * New driver for the Intel EtherExpressPro (82559ER) chip.
1565        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1566        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1567        * libchip/network/Makefile.am: Modified to reflect above.
1568
[02ccf4a]15692002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1570
1571        * acinclude.m4: New.
[5a80f36b]1572        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1573        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1574        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
[02ccf4a]1575
[8b615cd]15762002-07-01      Joel Sherrill <joel@OARcorp.com>
1577
1578        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1579        _Objects_Information_table now that it is a two dimensional array based
1580        upon API and class.
[93a735b]1581        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1582        of strnlen().
1583
15842002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1585
1586        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1587        preinstall libnetapps.a.
[8b615cd]1588
[3ebe28f]15892002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1590
1591        * configure.ac: Remove librpc.
1592
[0b2f26d]15932002-06-25      Joel Sherrill <joel@OARcorp.com>
1594
[dee3768b]1595        * Per PR233, moved librpc to exec.
[0b2f26d]1596        * configure.ac, wrapup/Makefile.am: Modified.
1597        * librpc, librpc/ChangeLog: Removed.
1598
[d499683]15992002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1600
1601        * optman/Makefile.am: Remove multilib support.
1602        * optman/configure.ac: Ditto.
1603        * optman/sapi/Makefile.am: Ditto.
1604
[93a735b]16052002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1606
1607        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1608        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1609
16102002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1611
1612        Move networking libraries to c/src/exec/libnetworking
1613        * libnetworking/configure.ac, libnetworking/Makefile.am,
1614        libnetworking/wrapup/Makefile.am: Reflect Moval.
1615
[1b092b7]16162002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1617
[dee3768b]1618        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
[93a735b]1619        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1620        <rtems/bspIo.h>.
1621
16222002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1623
1624        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1625        * libnetworking/rtems/mkrootfs.h: Ditto.
1626        * libnetworking/rtems/Makefile.am: Reflect changes above.
[1b092b7]1627
[166475a]16282002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1629
1630        * configure.ac: Remove lib.
1631
[8b615cd]16322002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1633
1634        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1635        that exception stack frames on M68K members with VBR always are 6 byte
1636        long. The incorrect assumption resulted in some gdb commands like "next"
1637        to fail on the 68360.
1638
[d9af8a8e]16392002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1640
1641        * config-ml.in: Take out arm and sh variants RTEMS does not support.
[8b615cd]1642        PR 220
1643        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1644        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1645        CVS.
[93a735b]1646        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1647        libnetworking/sys/filio.h: Remove.
1648        * libnetworking/sys/Makefile.am: Reflect changes above.
[d9af8a8e]1649
[1d331547]16502002-05-07      Chris Johns <ccj@acm.org>
1651
1652        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1653        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1654        requires it to be stripped.
1655
[93a735b]16562002-05-01      Eric Norum <eric.norum@usask.ca>
1657
1658        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1659        assembly  to satisfy gcc 3.1 and newer.
1660
16612002-04-26      Eric Norum <eric.norum@usask.ca>
1662
1663        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1664        agressive optimization in gcc 3.1 does not reorder things.
1665
[1d331547]16662002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1667
1668        * libchip/network/dec21140.c: Reflect changes to powerpc's
1669        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
[8b615cd]1670        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1671        <rtems/score/cpu.h>.
1672        * librdbg/src/powerpc/rdbg_f.c: Ditto.
[93a735b]1673        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
[1d331547]1674
[d499683]16752002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1676
1677        * optman/configure.ac: Remove ENABLE_GCC28.
1678
[1d331547]16792002-04-11      Chris Johns <ccj@acm.org>
1680
1681        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1682        driver control block field to the ifconfig network driver structure.
1683        This field is needed by the i82586 driver which was ported from NetBSD
1684        as it had better hardware abstraction.
[93a735b]1685        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1686        PR59, added the drv_ctrl driver control block field to the ifconfig
1687        network driver structure. This field is needed by the i82586 driver
1688        which was ported from NetBSD as it had better hardware abstraction.
1689
16902002-04-10      Mike Siers <mikes@poliac.com>
1691
1692        * libnetworking/rtems_webserver/NOTES,
1693        libnetworking/rtems_webserver/asp.c,
1694        libnetworking/rtems_webserver/balloc.c,
1695        libnetworking/rtems_webserver/default.c,
1696        libnetworking/rtems_webserver/ej.h,
1697        libnetworking/rtems_webserver/ejIntrn.h,
1698        libnetworking/rtems_webserver/ejlex.c,
1699        libnetworking/rtems_webserver/ejparse.c,
1700        libnetworking/rtems_webserver/emfdb.c,
1701        libnetworking/rtems_webserver/emfdb.h,
1702        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1703        libnetworking/rtems_webserver/handler.c,
1704        libnetworking/rtems_webserver/license.txt,
1705        libnetworking/rtems_webserver/md5.h,
1706        libnetworking/rtems_webserver/md5c.c,
1707        libnetworking/rtems_webserver/mime.c,
1708        libnetworking/rtems_webserver/misc.c,
1709        libnetworking/rtems_webserver/ringq.c,
1710        libnetworking/rtems_webserver/rom.c,
1711        libnetworking/rtems_webserver/security.c,
1712        libnetworking/rtems_webserver/sock.c,
1713        libnetworking/rtems_webserver/sym.c,
1714        libnetworking/rtems_webserver/uemf.c,
1715        libnetworking/rtems_webserver/uemf.h,
1716        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1717        libnetworking/rtems_webserver/url.c,
1718        libnetworking/rtems_webserver/value.c,
1719        libnetworking/rtems_webserver/wbase64.c,
1720        libnetworking/rtems_webserver/webcomp.c,
1721        libnetworking/rtems_webserver/webpage.c,
1722        libnetworking/rtems_webserver/webrom.c,
1723        libnetworking/rtems_webserver/webs.c,
1724        libnetworking/rtems_webserver/webs.h,
1725        libnetworking/rtems_webserver/websuemf.c,
1726        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1727        2.1.4.
[1d331547]1728
17292002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1730
1731        * libchip/network/i82586.c: Include <string.h>.
1732        * libchip/network/sonic.c: Ditto.
1733
17342002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1735
1736        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1737
[93a735b]17382002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1739
1740        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1741
17422002-03-27      Thomas.Doerfler@imd-systems.de
1743
1744        PR 144
1745        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1746        memory address 0 when called for the first time. This is done when
1747        trying to clear the variable "dhcp_hostname".
1748
[7273b6e]17492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1750
[5a80f36b]1751        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
[7273b6e]1752        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1753        * Makefile.am: Remove AUTOMAKE_OPTIONS.
[d499683]1754        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1755        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1756        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1757        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1758        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
[1d331547]1759        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1760        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1761        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1762        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1763        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1764        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
[8b615cd]1765        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1766        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1767        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1768        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1769        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1770        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1771        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1772        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1773        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1774        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1775        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1776        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1777        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1778        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1779        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1780        AUTOMAKE_OPTIONS.
[93a735b]1781        * libnetworking/configure.ac:
1782        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1783        foreign 1.6]).
1784        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1785        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1786        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1787        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1788        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1789        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1790        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1791        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1792        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1793        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1794        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1795        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1796        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1797        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1798        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1799        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1800        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1801
18022002-03-27      Ilya Alexeev <ilya@continuum.ru>
1803
1804        PR 162
1805        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1806        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1807        used in a device write routines.  Now ppp_softc structure have own
1808        character for writing to device (sc_outchar).  I think that converting
1809        local variables to static is not a right solution, because problems will
1810        occur in the case of two or more ppp instances.
1811        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1812        must be u_long, otherwise in the case of the big output packet endless
1813        loop may occur.
1814
18152002-03-21      Ilya Alexeev <ilya@continuum.ru>
1816
1817        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1818        preparations for multiple PPPD connections.
[8b615cd]1819
18202002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1821
1822        PR 149
1823        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1824        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1825        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1826        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
[7273b6e]1827
[1d42dcbc]18282002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1829
1830        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1831        * configure.ac: Modified to reflect addition.
1832
[93a735b]18332002-02-27      Ilya Alexeev <ilya@continuum.ru>
1834
1835        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1836        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1837        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1838        capabilities as well as eliminate some warnings.
1839
18402002-02-27      Eric Norum <eric.norum@usask.ca>
1841
1842        * libnetworking/net/radix.c: Properly handle fetching the default route
1843        when there is no route.  This was a bug in the original FreeBSD code and
1844        this fix is from an updated version of their code.
1845
18462002-02-16      Eric Norum <eric.norum@usask.ca>
1847
1848        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1849        checking.
1850
18512002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1852
1853        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1854        dodefaultroute.
1855
18562002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1857
1858        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1859        include <rtems/seterr.h>.
1860
18612002-02-01      Mike Siers <mikes@poliac.com>
1862
1863        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1864        avoid bringing the link down too fast. NOTE: Mike reports successfully
1865        running at 56K baud on a direct link.
1866
[8b615cd]18672002-02-01      Eric Valette <valette@crf.canon.fr>
1868
1869        * librdbg/So many patches have been posted recently on the mailing list
1870        and  because we were unable to find correct solution to compile on
1871        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1872        because the coding  style of rdbg was rather inconsistant among various
1873        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1874        global coding style (using indent + manual edits), 2) incorporate/review
1875        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1876        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1877        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1878        after rdbg initialization is done, NB : the paches is huge but it is
1879        mainly due to coding styke chnages.  Only few lines of codes have been
1880        really changed and they do not impact  rdbg functionnality (AFAIKT).
1881        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1882        librdbg/include/rdbg/m68k/rdbg_f.h,
1883        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1884        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1885        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1886        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1887        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1888        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1889        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1890        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1891        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1892        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1893        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1894        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1895        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1896        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1897        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1898        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1899
[93a735b]19002002-01-31      Mike Siers <mikes@poliac.com>
1901
1902        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1903        * Nice Update of PPPD support which eliminates the requiremetn that
1904        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1905        and reports that it seems to be more stable and handle larger packets
1906        better.  This patch replaces the termios tasks with more general pppd
1907        network driver tasks.  The functions pppinput() and pppstart() get
1908        called from the interrupt service routine.
1909        * libnetworking/Makefile.am, libnetworking/configure.ac,
1910        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1911        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1912        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1913        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1914        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1915        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1916        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1917        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1918        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1919        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1920        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1921        libnetworking/net/route.c, libnetworking/net/route.h,
1922        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1923        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1924        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1925        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1926        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1927        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1928        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1929        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1930        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1931        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1932        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1933        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1934        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1935        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1936        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1937        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1938        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1939        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1940        libnetworking/pppd/example/README,
1941        libnetworking/pppd/example/netconfig.h,
1942        libnetworking/wrapup/Makefile.am: Modified.
1943        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1944        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1945        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1946        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1947        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1948        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1949        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1950        libnetworking/modem/pppcompress.c: Subdirectory removed.
1951
19522002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1953
1954        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1955        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1956
[8b615cd]19572002-01-18      Till Straumann <strauman@slac.stanford.edu>
1958
1959        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1960        issues: - exception handler needs to enable MSR_FP if the interrupted
1961        thread is FP enabled. - printk message for MSR fixed and added
1962        stacktrace. NOTE: this requires the stacktrace patch to
1963        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1964        however).
1965
[d499683]19662002-01-06      Joel Sherrill <joel@OARcorp.com>
1967
1968        * optman/.cvsignore: Added aclocal.m4 and configure.
1969        * optman/.cvsignore: New file.
1970
[1d331547]19712002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1972
1973        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1974
[e4dbf55]19752002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1976
[5a80f36b]1977        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
[d499683]1978        * optman/ChangeLog: New.
1979        * optman/configure.ac: New.
1980        * optman/Makefile.am: New.
1981        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1982        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
[e4dbf55]1983
[efcb89c]19842001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1985
1986        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1987
[93a735b]19882001-12-18      Eric Norum <eric.norum@usask.ca>
1989
1990        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1991        `directories' (path names with a / at the end) while disallowing open()
1992        operations on TFTP `directories'.
1993
19942001-12-07      Eric Norum <eric.norum@usask.ca>
1995
1996        * libnetworking/lib/tftpDriver.c: Restore write capability.
1997
[1d331547]19982001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1999
2000        * libchip/network/sonic.h: Fix typo.
[93a735b]2001        * libnetworking/arpa/Makefile.am: Remove stray lines.
[1d331547]2002
[8b615cd]20032001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2004
2005        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2006
[93a735b]20072001-10-18      Eric Norum <eric.norum@usask.ca>
2008
2009        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2010        chdir() and open() operations within the TFTP file system.
2011
[8b615cd]20122001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2013
2014        * librdbg/configure.ac: Fix latent bug exposed by removal of
2015        config.cache's which prevented powerpc targets librdbg from building.
2016
[8dc51855]20172001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2018
2019        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2020        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2021        autoconf-2.52 happy.
2022
[93a735b]20232001-10-12      Mike Siers <mikes@poliac.com>
2024
2025        * libnetworking/Update to stable working state.  Congratulations Mike!
2026        :).
2027        * libnetworking/modem_example: Directory removed.
2028        * libnetworking/modem_example/16550.h,
2029        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2030        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2031        libnetworking/modem_example/ppp.h,
2032        libnetworking/modem_example/pppcompress.c: Files removed.
2033        * libnetworking/pppd/example/pppd.options: New file.
2034        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2035        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2036        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2037        libnetworking/pppd/rtemsmain.c: Updated.
2038
[1d331547]20392001-10-12      Joel Sherrill <joel@OARcorp.com>
2040
2041        * libchip/serial/z85c30.c: Fixed typo.
2042
[df25c998]20432001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2044
2045        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2046        * configure.in: Remove.
2047        * configure.ac: New file, generated from configure.in by autoupdate.
[1d331547]2048        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2049        * libchip/configure.in: Remove.
2050        * libchip/configure.ac: New file, generated from configure.in by
2051        autoupdate.
[8b615cd]2052        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2053        * librdbg/configure.in: Remove.
2054        * librdbg/configure.ac: New file, generated from configure.in by
2055        autoupdate.
[93a735b]2056        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2057        * libnetworking/configure.in: Remove.
2058        * libnetworking/configure.ac: New file, generated from configure.in by
2059        autoupdate.
[1d331547]2060
20612001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2062
2063        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2064        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2065        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2066
20672001-09-27      Joel Sherrill <joel@OARcorp.com>
2068
2069        * libchip/ChangeLog: Fixed typo in date.
2070
[93a735b]20712001-09-27      Eric Norum <eric.norum@usask.ca>
2072
2073        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2074        TFTP  filesystem.
2075
[8b615cd]20762001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2077
2078        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2079        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2080        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2081        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2082        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2083        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2084        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2085        'PREINSTALL_FILES ='.
[93a735b]2086        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2087        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2088        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2089        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2090        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2091        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2092        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2093        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2094        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2095        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2096        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2097        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
[8b615cd]2098
20992001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2100
2101        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2102        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2103        * librdbg/src/m68k/any/Makefile.am: Ditto.
2104        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
[93a735b]2105        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2106        happy.
[8b615cd]2107
[1d331547]21082001-09-21      Joel Sherrill <joel@OARcorp.com>
2109
2110        * libchip/network/Makefile.am: Fixed typo on file name.
2111        * libchip/network/i82586.c: Commented out line 318 which is referencing
2112        a member of a structure that is not currently there.  This needs to be
2113        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2114        to C style.
2115
[93a735b]21162001-09-19      Eric Norum <eric.norum@usask.ca>
2117
2118        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2119
[1d331547]21202001-09-19      Chris Johns <ccj@acm.org>
2121
2122        * libchip/network/README.i82586, libchip/network/i82586.c,
2123        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2124        Network driver for Intel i82586.
[93a735b]2125        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2126        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2127        "root" filesystem with information obtained via the DHCP response.
[1d331547]2128
[8b615cd]21292001-09-14      Eric Norum <eric.norum@usask.ca>
2130
2131        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2132        make gcc 3.x happy.
2133
[93a735b]21342001-08-16      Mike Siers <mikes@poliac.com>
2135
2136        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2137        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2138        These support callback functionality that has not even been compiled
2139        under RTEMS yet.
2140        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2141        example application.  Mike's notes on the modifications: - renamed
2142        error() function because of namespace problems - removed calls to the
2143        exit() funciton - removed extra files from the pppd source directory -
2144        defined pppd task constant values in rtemspppd.h - modifyied example
2145        code to get actual tick per second value - placed the pppd 2.3.11 man
2146        page file (pppd.8) into the pppd directory.
2147        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2148        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2149        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2150        libnetworking/pppd/rtems-ppp.c: Deleted.
2151        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2152        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2153        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2154        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2155        libnetworking/pppd/example/init.c,
2156        libnetworking/pppd/example/netconfig.h,
2157        libnetworking/pppd/example/ppp.conf,
2158        libnetworking/pppd/example/pppdapp.c,
2159        libnetworking/pppd/example/system.h: New files.
2160        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2161        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2162        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2163        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2164        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2165        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2166        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2167        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2168        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2169        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2170        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2171        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2172        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2173        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2174        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2175
21762001-08-16      Joel Sherrill <joel@OARcorp.com>
2177
2178        * libnetworking/pppd/example/Makefile: Removed.
2179        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2180        to avoid bootstrap -c clobbering it.
2181        * libnetworking/rtems_telnetd/.cvsignore: New file.
2182
21832001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2184
2185        * libnetworking/Makefile.am, libnetworking/configure.in,
2186        libnetworking/rtems_servers/Makefile.am,
2187        libnetworking/rtems_servers/telnetd.c,
2188        libnetworking/rtems_servers/telnetd.h,
2189        libnetworking/rtems_telnetd/Makefile.am,
2190        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2191        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2192        libnetworking/rtems_telnetd/telnetd.c,
2193        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2194        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2195        effect when ftpd change. - the tcp/ip stats have been implemented into
2196        icmds.c and started when telnetd daemon is started.
2197        * libnetworking/rtems_servers/telnetd.c,
2198        libnetworking/rtems_servers/telnetd.h: Removed.
2199        * libnetworking/rtems_telnetd: New directory.
2200        * libnetworking/rtems_telnetd/Makefile.am,
2201        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2202        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2203        libnetworking/rtems_telnetd/telnetd.c,
2204        libnetworking/rtems_telnetd/telnetd.h: New files.
2205
22062001-06-14      Joel Sherrill <joel@OARcorp.com>
2207
2208        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2209        Moved from libmisc/shell so the network stack to address network
2210        depenendency.
2211        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2212
22132001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2214
2215        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2216
[8b615cd]22172001-05-15      Joel Sherrill <joel@OARcorp.com>
2218
2219        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2220        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2221        accidentally deleted the incorrectly empty versions.
2222
[1d331547]22232001-05-14      Till Straumann <strauman@slac.stanford.edu>
2224
2225        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2226        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2227        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2228        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2229        to know the values) - the affected BSP (shared/motorola) headers have
2230        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2231        driver (libchip/network/dec21140.c) has been fixed to use
2232        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2233        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2234        who is using this driver. - the DEC driver also has been fixed to use
2235        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2236        delay_in_bus_cycles().
2237
[93a735b]22382001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2239
2240        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2241
[1d331547]22422001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2243
2244        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2245
[93a735b]22462001-04-24      Eric Norum <eric.norum@usask.ca>
2247
2248        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2249        NTP synchronization a little more robust -- no NTP daemon yet, but at
2250        least it trys a little harder when the primary NTP server is down.
2251
22522001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2253
2254        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2255        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2256        libnetworking/pppd/modem_example/modem.c,
2257        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2258        other strings into English.
2259        * libnetworking/pppd/STATUS: updated to reflect the changes.
2260
22612001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2262
2263        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2264        again.
2265
[8b615cd]22662001-04-20      Eric Valette <valette@crf.canon.fr>
2267
2268        * mcp750 directory renamed new_exception processing as it supports many
2269        more CPU models.
2270        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2271        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2272        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2273        formerly in mcp750 plus modifications.
2274        * librdbg/src/powerpc/mcp750/.cvsignore,
2275        librdbg/src/powerpc/mcp750/Makefile.am,
2276        librdbg/src/powerpc/mcp750/remdeb.h,
2277        librdbg/src/powerpc/mcp750/remdeb_f.x,
2278        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2279        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2280        new_exception_processing.
2281        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2282        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2283        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2284        part of this effort to add support for the MPC8xx.
2285
22862001-04-19      Joel Sherrill <joel@OARcorp.com>
2287
2288        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2289        internal include files.
2290
[93a735b]22912001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2292
2293        PR 158
2294        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2295        rcmd() library call by commenting out the parts that deal with signals.
2296        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2297        stdio. The 'server-side' parts of this file which deal with
2298        authentication are disabled since they are not needed.
2299
23002001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2301
2302        * libnetworking/include/.cvsignore: Remove dangling file.
2303
[1d331547]23042001-03-14      Joel Sherrill <joel@OARcorp.com>
2305
2306        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2307        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2308        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2309        libchip style serial drivers can be written in libcpu or libbsp.
2310
23112001-03-01      Joel Sherrill <joel@OARcorp.com>
2312
2313        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2314        libchip/network/sonic.c, libchip/network/sonic.h,
2315        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2316        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2317        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2318        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2319        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2320        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2321        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2322        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2323
[8b615cd]23242001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2325
2326        * librdbg/include/rdbg/Makefile.am,
2327        librdbg/include/rdbg/i386/Makefile.am,
2328        librdbg/include/rdbg/m68k/Makefile.am,
2329        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2330        style on include files.
2331
[1d331547]23322001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2333
2334        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2335        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2336        replace ${..} with $(..).
[93a735b]2337        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2338        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2339        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2340        libnetworking/rtems/Makefile.am, libnetworking/
2341        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2342        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2343        include_*HEADERS instead of H_FILES.
2344        * libnetworking/include/Makefile.am: Remove.
2345        * libnetworking/Makefile.am: Add handling of *.h files.
2346        * libnetworking/configure.in: Remove include/Makefile.
[df25c998]2347
[6e6f0f06]23482001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2349
2350        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2351
[93a735b]23522001-01-31      Sergei Organov <osv@javad.ru>
2353
2354        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2355        current dir and root dir removed in favor of new libio support for
2356        task-local current and root directories. - Bug in `close_data_socket()'
2357        introduced by previous change fixed. - `command_pasv()' changed to set
2358        timeout on socket we are listening on and code fixed to don't close
2359        socket twice on error. - `serr()' changed to clear `errno'. -
2360        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2361        changed to clear `errno' before processing session. -
2362        `close_data_socket()' fixed to close both active and passive sockets -
2363        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2364        empty string  in `exec_command()'.
2365
23662001-01-25      Eric Norum <eric.norum@usask.ca>
2367
2368        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2369        improves throughput on systems which are dropping packets.   Only the
2370        first timeout is reduced.  This keeps the number of extra packets down
2371        on networks that are very busy and dropping lots of packets.
2372
23732001-01-24      Sergei Organov <osv@javad.ru>
2374
2375        * libnetworking/rtems_servers/ftpd.c,
2376        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2377        - Timeouts on sockets implemented. 'idle' field added to configuration.
2378        No timeout by default to keep backward compatibility. Note: SITE IDLE
2379        command not implemented yet. - Basic global access control implemented.
2380        'access' field added to configuration. No access limitations by default
2381        to keep backward compatibility. - Anchor data socket for active mode
2382        (using self IP and port 20.) - Fixed default data port support (still
2383        not tested). - Don't allow IP address different from originating host in
2384        PORT command to improve security. - Fixed bug in MDTM command. - Check
2385        for correctness of parsing of argument in command_port(). - Fixed
2386        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2387        a directory. - Command parsing a little bit improved: command names are
2388        now converted to upper-case to be more compatible with RFC (command
2389        names are not case-sensitive.) - Reformat comments so that they have
2390        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2391        previous changes - True ASCII mode implemented (doesn't work for hooks
2392        and /dev/null) - Passive mode implemented, PASV command added. - Default
2393        port for data connection could be used (untested, can't find ftp client
2394        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2395        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2396
[8b615cd]23972001-01-18      Joel Sherrill <joel@OARcorp.com>
2398
2399        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2400        macro using variable arguments.
2401        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2402        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2403        since I updated the main RTEMS development machine to RedHat 7.2 and
2404        apparently got a new version of rpcgen.
2405
[93a735b]24062001-01-12      Sergei Organov <osv@javad.ru>
2407
2408        * libnetworking/rtems_servers/ftpd.c,
2409        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2410        - use pool of pre-created threads to handle sessions instead of
2411        creating/deleting threads on the fly - LIST output is now similar to
2412        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2413        happy with it. - LIST NAME now works (both for files and directories) -
2414        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2415        clients happy  - keep track of CWD for every session separately -
2416        ability to specify root directory name for FTPD in configuration table.
2417        FTPD will then create illusion for FTP clients that this is actually
2418        root directory. - ignore options sent in commands, thus LIST -al FILE
2419        works and doesn't try to list "-al" directory. - buffers are allocated
2420        on stack instead of heap where possible to eliminate malloc/free calls
2421        (avoid possible heap fragmentation troubles). - drop using of task
2422        notepad to pass parameters - use function arguments instead - use
2423        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2424        in socket() instead of AF_INET.
2425
24262001-01-02      Joel Sherrill <joel@OARcorp.com>
2427
2428        * libnetworking/CHANGELOG: Removed.
2429        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2430
24312000-12-14      Eric Norum <eric.norum@usask.ca>
2432
2433        * libnetworking/lib/tftpDriver.c: Added write capability.
2434
24352000-12-08      Joel Sherrill <joel@OARcorp.com>
2436
2437        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2438        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2439        numerous variable declarations conditional on PPP_COMPRESS and
2440        PPP_FILTER.  Commented out variables that were not used because the code
2441        using them was commented out. Removed totally unused variables.
2442        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2443        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2444
24452000-11-30      Joel Sherrill <joel@OARcorp.com>
2446
2447        * libnetworking/modem/ppp_tty.c: Changed to include
2448        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2449        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2450        * libnetworking/Makefile.am: Modified to reflect above.
2451
24522000-11-27      Joel Sherrill <joel@OARcorp.com>
2453
2454        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2455
24562000-11-25      Eric Norum <eric.norum@usask.ca>
2457
2458        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2459        core.
2460
24612000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2462
2463        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2464        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2465        subdir.
2466        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2467        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2468        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2469        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2470        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2471        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2472        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2473        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2474        ppp_tty.c and the real pppd main is in pppmain.c.
2475
[1d331547]24762000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2477
2478        * libchip/network/sonic.c: Added ipalign() routine to align the received
2479        packet so that the ip header is on a 32-bit boundary. Necessary for
2480        cpu's that do not allow unaligned loads and stores and when the 32-bit
2481        DMA mode is used.
2482
[feead226]24832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2484
2485        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
[1d331547]2486        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2487        ACLOCAL_AMFLAGS.
[8b615cd]2488        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2489        ACLOCAL_AMFLAGS.
[93a735b]2490        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2491        ACLOCAL_AMFLAGS.
[1d331547]2492
24932000-11-03      Chris Johns <ccj@acm.org>
2494
2495        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2496        libchip/network/cs8900.h: New files.
[feead226]2497
[a314d3b4]24982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2499
2500        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
[1d331547]2501        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2502        $(RTEMS_TOPdir)/aclocal.
[8b615cd]2503        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2504        $(RTEMS_TOPdir)/aclocal.
[93a735b]2505        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2506        $(RTEMS_TOPdir)/aclocal.
[a314d3b4]2507
[846027b]25082000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2509
2510        * configure.in: Switch to GNU-canonicalization.
2511        * Makefile.am: Reflect changes to configure.in.
2512        * acinclude.m4: Remove.
2513
[93a735b]25142000-10-30      Joel Sherrill <joel@OARcorp.com>
2515
2516        * POSIX include files merged into newlib.  This resulted in some
2517        definitions moving to other files and thus some secondary effects in
2518        RTEMS source code.
2519        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2520        in sync with newlib's <machine/types.h>.
2521        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2522        definition of struct itimerval in <sys/time.h>.
2523
[1c31722]25242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2525
[5a80f36b]2526        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2527        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
[d16ca93]2528        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2529        * ChangeLog: Fix typos.
2530        * configure.in: add tests to the GNU canonicalized subdirectories.
[1c31722]2531
[a6eabdb6]25322000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2533
[5a80f36b]2534        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2535        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2536        the lib directory before configuring lib/.
[c05edee]2537
[e590416a]25382000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2539
[5a80f36b]2540        * configure.in, Makefile.am: add exec to the GNU canonicalized
2541        subdirectories.
2542        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2543        * configure.in: add libnetworking, librpc and librdb to the GNU
2544        canonicalized subdirectories.
[fa60c5b]2545        * configure.in: add libmisc and libchip to the GNU canonicalized
2546        subdirectories.
[1d331547]2547        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2548        Switch to GNU canonicalization.
[8b615cd]2549        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2550        Switch to GNU canonicalization.
[93a735b]2551        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2552        Switch to GNU canonicalization.
[fa60c5b]2553
[4a2faa7c]25542000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2555
2556        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
[5a80f36b]2557        canonicalization to libfs/. The approach is currently a bit of a hack as
2558        GNU canonicalization does not support the per-BSP build some of the
2559        other directories require.  As more of the tree is converted, this will
2560        become less  of an issue.
[4a2faa7c]2561
[1d331547]25622000-10-20      Joel Sherrill <joel@OARcorp.com>
2563
2564        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2565        parameter.
2566
[8b615cd]25672000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2568
2569        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2570        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2571        * librdbg/configure.in: Add m68k support.
2572        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2573        subdirectory.
2574        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2575        failure.
2576        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2577        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2578        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2579        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2580        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2581        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2582        librdbg/src/m68k/.cvsignore: New files.
[93a735b]2583        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2584        function pointers.
2585        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2586        _after_ pointer has been checked against NULL.
[8b615cd]2587
[10c6e903]25882000-10-18      Joel Sherrill <joel@OARcorp.com>
2589
2590        * wrapup/Makefile.am: Added libfs.
2591
[5a80f36b]25922000-10-18      Chris Johns <ccj@acm.org>
[ee419f3]2593
2594        * libfs created.
2595        * configure.in: Added libfs subdirectory.
[93a735b]2596        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2597
25982000-09-28      Joel Sherrill <joel@OARcorp.com>
2599
2600        * libnetworking/rtems_webserver/Makefile.am,
2601        libnetworking/rtems_webserver/base64.c,
2602        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2603        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2604
26052000-09-22      Joel Sherrill <joel@OARcorp.com>
2606
2607        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2608        libnetworking/rtems/rtems_bsdnet_internal.h,
2609        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2610        have included rtems.h.  It is now including precisely the  least amount
2611        of low level, yet portable .h files to get the basic RTEMS types
2612        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2613        used machine/types.h to include rtems.h.
[ee419f3]2614
[00438014]26152000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2616
[5a80f36b]2617        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
[00438014]2618
[93a735b]26192000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2620
2621        * libnetworking/ChangeLog: Cleanup.
2622
[1d331547]26232000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2624
2625        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2626        * libchip/ChangeLog: Fix formating.
2627
[93a735b]26282000-09-05      Joel Sherrill <joel@OARcorp.com>
2629
2630        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2631        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2632        confusion and to work with the converted flags.
2633
[19530ab5]26342000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2635
2636        * wrapup/Makefile.am: Include compile.am.
[1d331547]2637        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2638        libchip/serial/Makefile.am: Include compile.am.
[8b615cd]2639        * librdbg/src/i386/any/Makefile.am,
2640        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
[93a735b]2641        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2642        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2643        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2644        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2645        libnetworking/rtems_servers/Makefile.am,
2646        libnetworking/rtems_webserver/Makefile.am,
2647        libnetworking/wrapup/Makefile.am: Include compile.am.
2648
26492000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2650
2651        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2652        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2653
26542000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2655
2656        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2657
26582000-08-31      Joel Sherrill <joel@OARcorp.com>
2659
2660        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2661        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2662        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2663        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2664        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2665        * libnetworking/wbase64.c: Removed.
2666        * libnetworking/Makefile.am, libnetworking/asp.c,
2667        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2668        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2669        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2670        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2671        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2672        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2673        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2674        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2675        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2676        Modified.
[19530ab5]2677
[00966ba]26782000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2679
[19530ab5]2680        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
[00966ba]2681
[93a735b]26822000-08-30      Joel Sherrill <joel@OARcorp.com>
2683
2684        * libnetworking/rtems_webserver/license.txt: New file.
2685
[e94ad1fe]26862000-08-10      Joel Sherrill <joel@OARcorp.com>
2687
2688        * ChangeLog: New file.
[1d331547]2689        * libchip/ChangeLog: New file.
[8b615cd]2690        * librdbg/ChangeLog: New file.
[93a735b]2691        * libnetworking/ChangeLog: New file.
[5a80f36b]2692
Note: See TracBrowser for help on using the repository browser.