source: rtems/c/src/ChangeLog @ ec899eaf

4.104.114.84.95
Last change on this file since ec899eaf was ec899eaf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/12/05 at 03:37:18

2005-02-11 Ralf Corsepius <ralf.corsepius@…>

  • aclocal/ppc.m4: Reflect changes to ppc exception processing building procedures.
  • Property mode set to 100644
File size: 108.7 KB
RevLine 
[ec899eaf]12005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * aclocal/ppc.m4: Reflect changes to ppc exception processing
4        building procedures.
5
[ea68ed5]62005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * aclocal/prog-cc.m4:
9        Quote CFLAGS's RHS to accomodate Solaris broken sh.
10
[0598fb8]112005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
14
[7cb25eb]152005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
18
[376dfb1a]192005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
22
[4bf6a9f2]232005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * libnetworking/rtems_servers/ftp.c,
26        libnetworking/rtems_servers/ftp.h,
27        libnetworking/rtems_servers/Makefile.am:
28        Remove (relocated to cpukit/ftpd).
29        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
30        removed move libnetworking/rtems_servers.
31
[f92f5f6]322005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
35
[abb63593]362005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        PR 755/rtems
39        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
40        Remove local declarations of rtems_bsdnet_nameservers,
41        rtems_bsdnet_nameservers_count.
42
[9c858e56]432005-01-31      Sergei Organov <osv@topconrd.ru>
44
[e3022f5d]45        PR 751/pppd
[9c858e56]46        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
47        committed to fix PR736 breaks pppd. chat.c should have its own static
48        ttyfd for pppd to work correctly. The symptom is that second
49        invokation of chat (for connect script) fails due to pppd_ttyfd set
50        to -1 by previous chat invokation (for init script). In addition,
51        this patch fixes leaving of dangling pointer in the abort_stbring[]
52        by chat_send().
53
[355887b]542005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * configure.ac: Remove CFLAGS_DEBUG_V.
57        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
58
[f68b890]592005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * wrapup/Makefile.am: Remove rtems-ctor.o.
62
[4321d1f]632005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * libchip/rtc/rtc.h: size_t RTC_Count.
66
[4ca43d72]672005-01-20      Joel Sherrill <joel@OARcorp.com>
68
69        PR 736/pppd
70        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
71        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
72        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
73        should not be static and should have a name more specific to pppd.
74
[4f647b9]752005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
78        libnetworking/rtems_servers/Makefile.am,
79        libnetworking/rtems_telnetd/Makefile.am,
80        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
81        Eliminate CFLAGS_OPTIMIZE_V.
82
[6c2b5324]832005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * configure.ac: Pass CFLAGS to testsuites configure.
86        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
87        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
88
[ea3f559]892005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
90
91        * configure.ac: Pass CFLAGS to cpukit configure.
92        * aclocal/rtems-flags.m4: Remove (Unused).
93        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
94        * aclocal/env-rtemsbsp.m4:
95        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
96        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
97        RTEMS_CFLAGS.
98        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
99        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
100        Cleanup comments.
101
[4c14ea3e]1022005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * automake/compile.am: Remove build-variant support.
105
[44213ad]1062005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
107
108        * libnetworking/pppd/Makefile.am,
109        libnetworking/rtems_servers/Makefile.am,
110        libnetworking/rtems_telnetd/Makefile.am:
111        Remove build-variant support.
112
[552fca7]1132005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
116        support/Makefile.am, wrapup/Makefile.am:
117        Remove build-variant support.
118
[55243362]1192004-11-22      Joel Sherrill <joel@OARcorp.com>
120
121        * libchip/network/if_fxp.c: Add entry for another module ID code.
122
[bb15d1d2]1232004-11-22      Joel Sherrill <joel@OARcorp.com>
124
125        PR 693/misc
126        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
127        in/outport routines.
128
1292004-11-22      Joel Sherrill <joel@OARcorp.com>
130
131        PR 693/misc
132        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
133        in/outport routines.
134
[f4857b21]1352004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        * aclocal/enable-itron.m4: Remove (unused).
138
[259c516]1392004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
140
141        * configure.ac: Misc. quoting cleanups.
142        Enable ada-tests iff --enable-ada and --enable-tests.
143
[bf474880]1442004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
145
146        PR 703/filesystem
147        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
148        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
149        libchip/ide/ide_controller.c:
150        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
151        available for BSPS/device drivers.
152        Extend the "modes_available" and "mode_active" parameters to
153        uint16_t for UDMA support.
154
[ac8f462]1552004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
156
157        * libchip/network/dec21140.c: Cleanup a bit and remove message about
158        not supported on PowerPC since it works on the MVME2100 BSP.
159
[9bb5b9d]1602004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
161
162        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
163        Add dependency tracking for *.cfgs.
164        * Makefile.am: Add dependency tracking for *.cfg.
165
[1c3dfb4a]1662004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
167
168        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
169        (Thanks to Lars Munch <lars@segv.dk> for catching this).
170
[62fdded]1712004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
172
173        PR 707/make_build
174        * configure.ac: Add --enable-rpcgen.
175
[577fe95]1762004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
177
178        PR 700/rtems_misc
179        * libnetworking/rtems_webserver/asp.c,
180        libnetworking/rtems_webserver/balloc.c,
181        libnetworking/rtems_webserver/cgi.c,
182        libnetworking/rtems_webserver/default.c,
183        libnetworking/rtems_webserver/ej.h,
184        libnetworking/rtems_webserver/ejIntrn.h,
185        libnetworking/rtems_webserver/ejlex.c,
186        libnetworking/rtems_webserver/ejparse.c,
187        libnetworking/rtems_webserver/emfdb.c,
188        libnetworking/rtems_webserver/emfdb.h,
189        libnetworking/rtems_webserver/form.c,
190        libnetworking/rtems_webserver/handler.c,
191        libnetworking/rtems_webserver/h.c,
192        libnetworking/rtems_webserver/license.txt,
193        libnetworking/rtems_webserver/Makefile.am,
194        libnetworking/rtems_webserver/md5c.c,
195        libnetworking/rtems_webserver/md5.h,
196        libnetworking/rtems_webserver/mime.c,
197        libnetworking/rtems_webserver/misc.c,
198        libnetworking/rtems_webserver/NOTES,
199        libnetworking/rtems_webserver/ringq.c,
200        libnetworking/rtems_webserver/rom.c,
201        libnetworking/rtems_webserver/rtems_webserver.h,
202        libnetworking/rtems_webserver/security.c,
203        libnetworking/rtems_webserver/sock.c,
204        libnetworking/rtems_webserver/socket.c,
205        libnetworking/rtems_webserver/sockGen.c,
206        libnetworking/rtems_webserver/sym.c,
207        libnetworking/rtems_webserver/uemf.c,
208        libnetworking/rtems_webserver/uemf.h,
209        libnetworking/rtems_webserver/um.c,
210        libnetworking/rtems_webserver/um.h,
211        libnetworking/rtems_webserver/umui.c,
212        libnetworking/rtems_webserver/url.c,
213        libnetworking/rtems_webserver/value.c,
214        libnetworking/rtems_webserver/wbase64.c,
215        libnetworking/rtems_webserver/webcomp.c,
216        libnetworking/rtems_webserver/webmain.c,
217        libnetworking/rtems_webserver/webpage.c,
218        libnetworking/rtems_webserver/webrom.c,
219        libnetworking/rtems_webserver/webs.c,
220        libnetworking/rtems_webserver/websda.c,
221        libnetworking/rtems_webserver/websda.h,
222        libnetworking/rtems_webserver/webs.h,
223        libnetworking/rtems_webserver/websSSL.c,
224        libnetworking/rtems_webserver/websSSL.h,
225        libnetworking/rtems_webserver/websuemf.c,
226        libnetworking/rtems_webserver/wsIntrn.h:
227        Remove (Moved to cpukit/http).
228
[cc87080]2292004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
230
231        PR 700/rtems_misc
232        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
233        Remove libnetworking/rtems_webserver.
234
[bb5b4048]2352004-10-25      Eric Norum <norume@aps.anl.gov>
236
237        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
238
[ba5288d]2392004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
240
241        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
242
[1e006d52]2432004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
244
245        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
246        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
247
[5146462f]2482004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
249
250        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
251
[d4d624e2]2522004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
253
254        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
255        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
256
[811db88]2572004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
258
259        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
260        BITSPERBYTE.
261
[41d0d94e]2622004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
263
264        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
265        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
266
[9a4b31f]2672004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
268
269        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
270
[41ed282]2712004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
272
273        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
274        * aclocal/enable-bare.m4: Remove.
275        * configure.ac: Remove BARE_CPU_MODEL.
276
[2992cd23]2772004-10-13      Eric Norum <norume@aps.anl.gov>
278
279        PR 688/bsps
280        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
281        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
282        MC146818A (and several Dallas Semiconductor) TOD chips.
283
2842004-10-13      Eric Norum <norume@aps.anl.gov>
285
286        PR 686/networking
287        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
288        device code.
289
[efab64d]2902004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
291
292        * libchip/network/dec21140.c: include <rtems/pci.h>.
293
[7452b855]2942004-09-29      Joel Sherrill <joel@OARcorp.com>
295
296        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
297        libnetworking/pppd/utils.c: i960 obsoleted and all references
298        removed.
299
[cd38196f]3002004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
301
302        PR 607/networking
303        * libchip/network/dec21140.c: Made PCI configuration minimum sane
304        instead of fully specifying unused PCI features.
305
[97891e5e]3062004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
307
308        * configure.ac: Require automake > 1.9.
309
[f27c25f]3102004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
311
312        * aclocal/rtems-cpu-subdirs.m4: Add avr.
313
[d71ab7fd]3142004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
315
316        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
317        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
318
[0ad53a9]3192004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
320
321        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
322        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
323
[2977f24c]3242004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
325
326        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
327
[90a33a8]3282004-07-28  Joel Sherrill <joel@OARcorp.com>
329
330    * aclocal/version.m4: Updated to rtems-4.6.99.1.
331
[2a757a8]3322004-07-25      Joel Sherrill <joel@OARcorp.com>
333
334        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
335
[1402d56a]3362004-05-21  Till Strauman <strauman@slac.stanford.edu>
337
[4dbbcb7]338        PR 625/networking
[1402d56a]339        * libchip/network/dec21140.c, ... : Prevent name clashes by making
340        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
341        an error rather than panic if no chip is detected (thus allowing
342        for probing).
343        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
344        instead of looping forever.  Avoid divide by zero (crashed my PC).
345        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
346        they are UNTESTED.
347
[1eaf0fda]3482004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
349
350        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
351
[593bc32]3522004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
353
354        * libchip/network/dec21140.c, libchip/network/elnk.c:
355        #include <errno.h>.
356
[c8e8f119]3572004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
358
359        * libchip/network/if_media.h: Update from FreeBSD.
360        * libchip/network/open_eth.c, libchip/network/cs8900.c,
361        libchip/network/i82586.c: #include <errno.h>.
362
[61c78ab]3632004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
364
365        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
366
[0d0528d3]3672004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
368
369        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
370
[7b5f6e82]3712004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
372
373        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
374        automake).
375
[7220366a]3762004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
377
378        PR 599/pppd
[7b5f6e82]379        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
[7220366a]380
[57c86a05]3812004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
382
383        * optman/rtems/no-region.c: Reflect having changed
384        rtems_region_get_segment_size.
385
[4caeb10]3862004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
387
388        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
389        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
390        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
391        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
392        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
393        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
394        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
395
[509fec9c]3962004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
397
398        * libchip/ide/ata.c, libchip/network/dec21140.c,
399        libchip/network/elnk.c, libchip/network/i82586.c,
400        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
401        libchip/network/open_eth.c, libchip/network/sonic.c,
402        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
403        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
404        libchip/shmdr/init.c, libchip/shmdr/intr.c,
405        libchip/shmdr/shm_driver.h: Cosmetics.
406
[c83b5678]4072004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
408
409        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
410        optman/rtems/no-msg.c, optman/rtems/no-part.c,
411        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
412        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
413        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
414        fixed size types.
415
[cdf41b07]4162004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
417
418        * configure.ac: Explicitly pass --includedir and --libdir to
419        cpukit/configure.
420
[ddeb7693]4212004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
422
423        * librdbg/Makefile.am: Fix rpcgen rules.
424        * librdbg/src/i386/any/remdeb_xdr.c,
425        librdbg/src/m68k/any/remdeb_xdr.c,
426        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
427        Reflect changes to librdbg/Makefile.am.
428
[850c88d]4292004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
430
431        * configure.ac: Reflect changes testsuites/configure.ac and
432        cpukit/configure.ac.
433
[ef02bc1]4342004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
435
436        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
437        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
438
[8ae203e3]4392004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
440
441        * configure.ac: Reflect changes to testsuites's configuration.
442
[cdcef7e6]4432004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
444
445        PR/589 rtems
446        * libchip/network/pci.h: Remove (Moved to cpukit).
447
[ee4f57d]4482004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
[60f9088]449
[ee4f57d]450        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
451        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
452        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
453        libchip/network/dec21140.c, libchip/network/elnk.c,
454        libchip/network/if_fxp.c, libchip/network/open_eth.c,
455        libchip/network/open_eth.h, libchip/network/sonic.c,
456        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
457        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
458        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
459        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
460        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
461        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
462        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
463        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
464        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
465        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
466        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
467        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
468        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
469        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
470        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
471        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
472        fixed-size types.
[60f9088]473
[ee4f57d]4742004-03-14      Chris Johns  <chrisj@rtems.org>
[60f9088]475
[ee4f57d]476        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
477        the BSP example code.
478        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
479        support the DIMMPC. This is a pc386 target with IO port support. Minor
480        formating clean up. Add documentation to the header file.
481        * libchip/network/README.cs8900: The CS8900 driver is documented in the
482        cs8900.h header file.
[60f9088]483
[51b9899]4842004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
487        Cosmetics.
488
[5569cec]4892004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
492        There are no application level Makefiles in here.
493
[e73c249]4942004-03-04      Joel Sherrill <joel@OARcorp.com>
495
496        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
497        they can be used in application level makefiles.
498
[845e4f3]4992004-03-05      Joel Sherrill <joel@OARcorp.com>
500
[bfb4c547]501        * libnetworking/rtems_webserver/ejparse.c,
502        libnetworking/rtems_webserver/emfdb.c,
503        libnetworking/rtems_webserver/sock.c,
504        libnetworking/rtems_webserver/socket.c,
505        libnetworking/rtems_webserver/sym.c,
506        libnetworking/rtems_webserver/webs.c,
507        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
5082004-03-05      Joel Sherrill <joel@OARcorp.com>
509
[845e4f3]510        * libchipnetwork/open_eth.c: Remove warnings by conditionally
511        compiling this file only only those CPU families with supported
512        exception models.
513
[789694a1]5142004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * acinclude.m4: Fix loosing arguments when configuring cpukit and
517        testsuites (Was exposed with --enable-multilib, only).
518        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
519         Add RTEMS_BSP_CONFIG_SUBDIR.
520        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
521        testsuites's configure.
522        * aclocal/rtems-top.m4: Remove ENDIF hack.
523        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
524
[fcf0034]5252004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
528        wrapup/Makefile.am: Fix automake problems having been introduced
529        in previous patch.
530
[5e5cf07]5312004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
534        Preinstall dirs.
535        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
536        * aclocal/check-multiprocessing.m4: Cosmetics.
537        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
538        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
539
[e7495ae]5402004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
543        librdbg/src/Makefile.am.
544        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
545        * configure.ac: Reflect changes above.
546        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
547        * wrapup/Makefile.am: Reflect changes above.
548        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
549
[c9251c7]5502004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
553
[541a45a]5542004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
557
[9e23302]5582004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * wrapup/Makefile.am: Reflect new location of librdbg.a.
561
[832bed1]5622004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
[9e23302]565        librdbg/src/powerpc/Makefile.am: Remove.
[832bed1]566        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
567        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
568        * configure.ac: Reflect changes above.
569
5702004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572
[dcf277c]5732004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
576        STRIP.
577
[b083736]5782004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * librdbg/include/Makefile.am: Merge-in
581        librdbg/include/rdbg/i386/Makefile.am,
582        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
583        librdbg/include/rdbg/powerpc/Makefile.am.
584        * librdbg/include/rdbg/i386/Makefile.am,
585        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
586        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
587        * configure.ac: Reflect changes above.
588
[a03c1ab]5892004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * configure.ac: Use AS_HELP_STRING(ada).
592
[3025a4a]5932004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * aclocal/bspopts.m4: Use AS_HELP_STRING.
596        * aclocal/bsp-configure.m4: Require autoconf-2.59.
597        Use AC_CONFIG_HEADERS.
598        * aclocal/check-custom-bsp.m4: Add bspkit-support.
599        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
600
[5434449b]6012004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * Makefile.am: include local.am.
604
[31ffd58]6052004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * aclocal/version.m4: 4.6.99.0.
608
[0724e79b]6092004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * Makefile.am: Don't include host.am.
612        * automake/compile.am: Further cleanups.
613
[d158c16]6142004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * automake/lib.am: Remove (Unused).
617
[11cafc0]6182004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * wrapup/Makefile.am: Don't include lib.am.
621        * automake/compile.am: Use automake compilation rules.
622
[6436254a]6232004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * libnetworking/pppd/Makefile.am,
626        libnetworking/rtems_servers/Makefile.am,
627        libnetworking/rtems_telnetd/Makefile.am,
628        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
629        support/Makefile.am: Don't include lib.am.
630
[97380b4]6312004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * libchip/Makefile.am: Don't include lib.am.
634        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
635        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
636        unnecessary EXTRA_DISTs.
637
[12b0ada]6382004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
641        hack.
642
[b5d91ad]6432004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
646        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
647        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
648        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
649
[477180fa]6502004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
653        Add AM_CONDITIONAL(HAS_MP).
654        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
655        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
656        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
657        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
658        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
659        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
660        (Deprecated by autoconf 2.59).
661
[171a04c]6622004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
665        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
666
[d499683]6672004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
[93a735b]669        * ChangeLog: Merge-in libnetworking/ChangeLog.
670        * libnetworking/ChangeLog: Remove.
[8b615cd]671        * ChangeLog: Merge-in librdbg/ChangeLog.
672        * librdbg/ChangeLog: Remove.
673        * ChangeLog: Merge-in libchip/ChangeLog.
[1d331547]674        * libchip/ChangeLog: Remove.
[d499683]675        * ChangeLog: Merge-in optman/ChangeLog.
676        * optman/ChangeLog: Remove.
677
[d844a182]6782004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * configure.ac: Reflect changes to cpukit.
[1734d37]681        * wrapup/Makefile.am: Reflect changes to librdbg.
682        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
[1d331547]683        * libchip/Makefile.am: Add PREINSTALL_DIRS.
[8b615cd]684        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
685        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
686        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
687        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
688        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
689        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
690        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
[1734d37]691
[208aa86e]6922004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
693
694        * aclocal/rtems-top.m4: Remove check for version.m4.
695        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
696
[9480bb42]6972004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
[5a80f36b]699        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
[ebff819]700        * wrapup/Makefile.am: Reflect changes to libchip/*.
[ca1531c5]701        * support/Makefile.am: Use automake compilation rules.
702        * wrapup/Makefile.am: Reflect changes to support/*.
[7c5a840]703        * configure.ac: Remove libnetworking/wrapup/Makefile.
[5a80f36b]704        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
705        libnetworking/*/lib*.a instead of libnetapps.a.
706        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
707        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
[d499683]708        * optman/Makefile.am: Use automake compilation rules.
[1d331547]709        * libchip/Makefile.am: Fix typo in previous patch.
710        * libchip/Makefile.am: Use automake compilation rules.
[93a735b]711        * libnetworking/Makefile.am: Remove wrapup.
712        * libnetworking/pppd/Makefile.am: Build libpppd. Use
713        automake-compilation rules.
714        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
715        automake-compilation rules.
716        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
717        automake-compilation rules.
718        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
719        automake-compilation rules.
720        * libnetworking/wrapup/Makefile.am: Remove (Unused).
[033f0686]721
[0724887f]7222004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
[5a80f36b]724        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
725        PRE/TMPINSTALL_FILES to CLEANFILES.
[0724887f]726        * automake/lib.am: Remove TMPINSTALL_FILES.
[d499683]727        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
728        PRE/TMPINSTALL_FILES to CLEANFILES.
[1d331547]729        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
730        PRE/TMPINSTALL_FILES to CLEANFILES.
[8b615cd]731        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
732        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
733        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
734        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
735        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
736        * librdbg/src/i386/Makefile.am: Ditto.
737        * librdbg/src/m68k/Makefile.am: Ditto.
738        * librdbg/src/powerpc/Makefile.am: Ditto.
[93a735b]739        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
740        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
741        * libnetworking/rtems_servers/Makefile.am: Ditto.
742        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
743        * libnetworking/rtems_webserver/Makefile.am: Ditto.
[0724887f]744
[6416628]7452004-01-07      Joel Sherrill <joel@OARcorp.com>
746
747        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
748        more completely covers the MIPS family.
749
[a099e9a]7502003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
751
752        * wrapup/Makefile.am: Reflect changes to shmdr.
[1d331547]753        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
754
7552003-12-18      Joel Sherrill <joel@OARcorp.com>
756
757        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
758        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
759        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
760        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
761        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
762        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
763        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
[a099e9a]764
[5a80f36b]7652003-12-17      Joel Sherrill <joel@OARcorp.com>
[44652f8]766
[5a80f36b]767        * aclocal/version.m4: Updated to rtems-20031217-test.
[917a884]768
[5a80f36b]7692003-12-17     
[917a884]770
[5a80f36b]771        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
772        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
[2b2353d]773
[41fc78d]7742003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * automake/compile.am: Remove LINK_LIBS (Unused).
777        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
778
[e90cff96]7792003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
782        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
783        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
784        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
[777db82f]785        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
786
[b946613]7872003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
788
789        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
790        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[d499683]791        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[1d331547]792        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[8b615cd]793        * librdbg/src/i386/Makefile.am:
794        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
795        * librdbg/src/m68k/Makefile.am:
796        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
797        * librdbg/src/powerpc/Makefile.am:
798        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[b946613]799
[795d9d46]8002003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
801
[5a80f36b]802        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
[14348a00]803        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
804        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
[5a80f36b]805        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
806        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
807        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
[810720b6]808        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
[d499683]809        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
810        * optman/Makefile.am: Remove project_libdir.
[1d331547]811        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
812        PRE/TMPINSTALL_FILES.
[8b615cd]813        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
814        PRE/TMPINSTALL_FILES.
815        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
816        PRE/TMPINSTALL_FILES.
817        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
818        PRE/TMPINSTALL_FILES.
819        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
820        from PRE/TMPINSTALL_FILES.
821        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
822        PRE/TMPINSTALL_FILES.
823        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
824        PRE/TMPINSTALL_FILES.
825        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
826        PRE/TMPINSTALL_FILES.
[93a735b]827        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
828        PRE/TMPINSTALL_FILES.
829        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
830        PRE/TMPINSTALL_FILES.
831        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
832        PRE/TMPINSTALL_FILES.
833        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
834        from PRE/TMPINSTALL_FILES.
[810720b6]835
[0e31ed7]8362003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
839        * automake/lib.am: Remove project_libdir.
840        * wrapup/Makefile.am: Reworked.
841
[109d660]8422003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
843
844        * configure.ac: Reflect changes to librdbg.
[d499683]845        * optman/Makefile.am: Add tmpinstall dirstamp support.
[1d331547]846        * libchip/Makefile.am: Fix variant-tmpinstall support.
[8b615cd]847        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
848        * librdbg/src/powerpc/Makefile.am: Merge-in former
849        new_exception_processing/Makefile.am.
850        * librdbg/src/m68k/any/Makefile.am: Remove.
851        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
852        * librdbg/src/i386/any/Makefile.am: Remove.
853        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
854        * librdbg/src/Makefile.am: Cosmetics.
855        * librdbg/include/Makefile.am: Cosmetics.
856        * librdbg/Makefile.am: Cosmetics.
[93a735b]857        * libnetworking/Makefile.am: Cosmetics.
858        * libnetworking/pppd/Makefile.am: Cosmetics.
859        * libnetworking/wrapup/Makefile.am: Cosmetics.
[109d660]860
[91fd793d]8612003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
862
863        * Makefile.am: Cosmetics.
[5a80f36b]864        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
865        support.
[91fd793d]866
[8347069]8672003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
868
869        * automake/compile.am: Remove $(ARCH):-rule.
870
[184f279]8712003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
872
873        * configure.ac: Remove lib/libbsp/shared/Makefile,
874        lib/libbsp/shmdr/Makefile.
875
[1ca7bc9]8762003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
877
878        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
879        libchip/serial/Makefile, libchip/rtc/Makefile.
[f2fc5cf]880        * support/Makefile.am: Remove all-local: $(ARCH).
881        * wrapup/Makefile.am: Remove all-local: $(ARCH).
[306a66e]882        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
[d499683]883        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
884        * optman/Makefile.am: Remove all-local: $(ARCH).
[1d331547]885        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
886        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
887        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
888        compilation dirstamp support.
889        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
890        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
891        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
892        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
[8b615cd]893        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
894        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
895        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
896        all-local: $(ARCH).
[93a735b]897        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
898        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
899        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
900        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
901        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
[306a66e]902
[82bdc057]9032003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
904
905        * aclocal/lead-dot.m4: New (from automake-1.7f).
[5a80f36b]906        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
907        AC_SUBST(dirstamp).
[1d331547]908        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
909        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
910        libchip/serial/Makefile.am: Ditto.
[8b615cd]911        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
912        * librdbg/include/Makefile.am: Ditto.
913        * librdbg/include/rdbg/Makefile.am: Ditto.
914        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
915        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
916        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
917        * librdbg/src/Makefile.am: Ditto.
918        * librdbg/src/i386/Makefile.am: Ditto.
919        * librdbg/src/i386/any/Makefile.am: Ditto.
920        * librdbg/src/m68k/Makefile.am: Ditto.
921        * librdbg/src/m68k/any/Makefile.am: Ditto.
922        * librdbg/src/powerpc/Makefile.am: Ditto.
923        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
[93a735b]924        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
925        preinstallation.
926        * libnetworking/pppd/Makefile.am: Ditto.
927        * libnetworking/rtems_servers/Makefile.am: Ditto.
928        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
929        * libnetworking/rtems_webserver/Makefile.am: Ditto.
930        * libnetworking/wrapup/Makefile.am: Ditto.
[82bdc057]931
[9550125e]9322003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
933
934        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
935        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
[5a80f36b]936        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
937        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
938        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
939        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
940        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
941        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
942        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
943        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
944        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
945        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
946        underquoting to silence automake-1.8.
[9550125e]947
[e42cb8b]9482003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949
950        * configure.ac: Reflect having moved tests to ../../testsuites.
951
[4f21a587]9522003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
953
[5a80f36b]954        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
[69decf3]955        * aclocal/canonical-host.m4: Remove.
956        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
[c44312d]957        * configure.ac: Remove RTEMS_CANONICAL_HOST.
958
[51d35b2]9592003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
960
961        * aclocal/check-cpu.m4: Remove.
962        * configure.ac: Merge-in former aclocal/check-cpu.m4.
[3993b6f7]963        * aclocal/canonical-target-name.m4: Add m4-quotes.
[5a80f36b]964        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
965        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
966        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
967        * aclocal/check-networking.m4: Add m4-quotes. Require
968        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
969        * aclocal/check-posix.m4: Add m4-quotes. Require
970        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
971        * aclocal/check-rdbg.m4: Add m4-quotes. Require
972        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
[1d331547]973        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
[3993b6f7]974
[2eaee845]9752003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
976
977        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
978        * aclocal/bsp-alias.m4: Remove.
979
[0038885]9802003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
981
982        * configure.ac: Make presence of tests/ optional.
983
[8857d525]9842003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
985
986        * aclocal/path-perl.m4: Remove (Unused).
987
[15ee26f]9882003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
989
990        * automake/force-preinstall.am: Remove.
991
[1d331547]9922003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
993
994        PR 499/rtems_misc
995        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
996        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
997        Configuration (Odd was forced) - Correction of Stop Bit configuration
998        (inversed) - Correction of ISR Handler to call
999        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1000        CTS Hardware flow control Configuration.
1001
[e96d248]10022003-09-04      Joel Sherrill <joel@OARcorp.com>
1003
1004        * lib/libcpu/shared/include/cache.h,
1005        lib/libcpu/shared/src/cache_aligned_malloc.c,
1006        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1007        license changed.
[d499683]1008        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1009        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1010        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1011        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1012        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1013        for license changed.
[1d331547]1014        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1015        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1016        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1017        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1018        libchip/network/cs8900.h, libchip/network/dec21140.c,
1019        libchip/network/elnk.c, libchip/network/open_eth.c,
1020        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1021        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1022        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1023        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1024        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1025        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1026        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1027        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1028        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1029        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1030        libchip/serial/serial.h, libchip/serial/z85c30.c,
1031        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1032        libchip/serial/z85c30_reg.c: URL for license changed.
1033
10342003-09-03      Jiri Gaisler <jiri@gaisler.com>
1035
1036        PR 477/networking
1037        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1038        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1039        libchip/network/open_eth.h: New files.
[e96d248]1040
[ac3786b]10412003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1042
1043        * aclocal/rtems-top.m4: Add RTEMS_API.
1044        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1045
[8b615cd]10462003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1047
1048        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1049        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1050        @RTEMS_BSP@.cfg.
1051
[1d331547]10522003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1053
1054        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1055
10562003-08-20      Joel Sherrill <joel@OARcorp.com>
1057
1058        * libchip/network/cs8900.c: Correct copyright statements.
1059
[161f2651]10602003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1061
1062        * aclocal/check-itron.m4: Remove.
1063        * aclocal/enable-inlines.m4: Remove.
[fe8bc62f]1064        * Makefile.am: Reflect having moved aclocal/.
[867ab080]1065        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1066        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1067        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1068        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1069        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1070        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1071        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1072        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1073        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1074        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1075        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1076        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1077        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1078        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1079        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1080        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1081        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1082        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1083        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1084        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1085        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1086        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1087        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1088        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1089        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1090        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1091        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1092        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1093        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1094        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1095        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1096        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1097        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1098        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1099        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1100        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1101        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1102        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1103        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1104        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1105        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1106        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1107        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1108        * aclocal/target.m4: New (Copied from ../../aclocal).
1109        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1110        * aclocal/version.m4: New (Copied from ../../aclocal).
1111
[3a99e6f]11122003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1113
1114        * configure.ac: Remove stray comments.
1115        * automake/local.am, automake/host.am: Remove "debug".
1116
[514e77b7]11172003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1118
[c483a4e]1119        * Makefile.am: Reflect having moved automake/.
1120        * lib/Makefile.am: Reflect having moved automake/.
1121        * support/Makefile.am: Reflect having moved automake/.
1122        * wrapup/Makefile.am: Reflect having moved automake/.
[5a80f36b]1123        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1124        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1125        from ../../automake).
[d499683]1126        * optman/Makefile.am: Reflect having moved automake/.
[1d331547]1127        * libchip/Makefile.am: Reflect having moved automake/.
1128        * libchip/ide/Makefile.am: Reflect having moved automake/.
1129        * libchip/network/Makefile.am: Reflect having moved automake/.
1130        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1131        * libchip/serial/Makefile.am: Reflect having moved automake/.
[8b615cd]1132        * librdbg/Makefile.am: Reflect having moved automake/.
1133        * librdbg/include/Makefile.am: Reflect having moved automake/.
1134        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1135        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1136        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1137        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1138        automake/.
1139        * librdbg/src/Makefile.am: Reflect having moved automake/.
1140        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1141        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1142        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1143        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1144        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1145        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1146        having moved automake/.
[93a735b]1147        * libnetworking/Makefile.am: Reflect having moved automake/.
1148        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1149        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1150        automake/.
1151        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1152        automake/.
1153        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1154        automake/.
1155        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
[11a26b9]1156
[d4b5e876]11572003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1158
[5a80f36b]1159        * Makefile.am: Add bsp.pc.in.
[d4b5e876]1160        * bsp.pc.in: New (pkgconfig support).
1161
[7dcc3fe]11622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1163
1164        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1165
[539e266e]11662003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1167
1168        * lib/Makefile.am: New (Required by 'make dist').
1169        * lib/ChangeLog: Remove.
1170        * lib/.cvsignore: Cleanup.
1171        * configure.ac: Reflect having added lib/Makefile.am.
[5a80f36b]1172        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1173        lib/libbsp/configure.ac.
[8b615cd]1174        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1175        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
[dd984c0]1176
[da499ad]11772003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1178
1179        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
[6fcf4571]1180        * configure.ac: Merge-in librdbg/configure.ac.
[5a80f36b]1181        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1182        librdbg/configure.ac.
[1d331547]1183        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1184        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1185        LIBCHIP. Conditionally build include-dirs.
1186        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
[8b615cd]1187        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1188        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1189        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1190        librdbg/include/rdbg/m68k/Makefile.am,
1191        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1192        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1193        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1194        librdbg/src/powerpc/Makefile.am, librdbg/
1195        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1196        configure.ac into ../configure.ac.
[93a735b]1197        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1198        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1199        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1200        libnetworking/rtems_telnetd/Makefile.am,
1201        libnetworking/rtems_webserver/Makefile.am,
1202        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1203        into ../configure.ac.
[8b615cd]1204
12052003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1206
1207        PR 427/rtems
1208        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1209        * librdbg/src/servtsp.c: Ditto.
[1d331547]1210
12112003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1212
1213        PR 429/bsps
1214        PR 432/bsps
1215        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1216        packets are queued onto an elnk board, the ISR will deadlock the device
1217        with a tx complete interrupt.  Lighter tx loads are not affected as they
1218        end up submitting single packets to the device.
[4108ae8]1219
[babba25a]12202003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1221
[5a80f36b]1222        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1223        optman/configure.ac.
[d499683]1224        * optman/configure.ac: Remove (Merged into ../configure.ac).
1225        * optman/Makefile.am: Reflect having merged configure.ac into
1226        ../configure.ac.
[1d331547]1227        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1228        * libchip/Makefile.am, libchip/ide/Makefile.am,
1229        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1230        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1231        ../configure.ac.
[babba25a]1232
[c1a72962]12332003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1234
[5a80f36b]1235        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
[c1a72962]1236
[1d331547]12372003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1238
1239        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1240        on i386.
1241
[93a735b]12422003-06-13      Joel Sherrill <joel@OARcorp.com>
1243
1244        * libnetworking/pppd/chat.c: Removed warnings.
1245
[1d331547]12462003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1247
1248        * libchip/network/README.3com: New file missed in previous commit.
1249        PR 405/bsps
1250        PR 393/networking
1251        * libchip/network/dec21140.c: Fix leak also known as PR393.
1252        * libchip/network/elnk.c, libchip/network/if_media.h,
1253        libchip/network/mii.h: New files.
1254        * libchip/network/Makefile.am: Reflect new files.
1255
[581c3117]12562003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1257
1258        * configure.ac: Remove support for profile-variant.
1259
[93a735b]12602003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1261
1262        PR 397/pppd
1263        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1264        * libnetworking/pppd/magic.c: Remove *rand48.
1265        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1266
[8a7f8c23]12672003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1268
1269        * wrapup/Makefile.am: Add libide.a.
1270
[1d331547]12712003-04-15      Joel Sherrill <joel@OARcorp.com>
1272
1273        PR 387/rtems_misc
1274        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1275        routines.
1276        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1277
[93a735b]12782003-04-11      Joel Sherrill <joel@OARcorp.com>
1279
1280        * libnetworking/rtems_webserver/cgi.c,
1281        libnetworking/rtems_webserver/sockGen.c,
1282        libnetworking/rtems_webserver/umui.c,
1283        libnetworking/rtems_webserver/websSSL.c,
1284        libnetworking/rtems_webserver/websSSL.h,
1285        libnetworking/rtems_webserver/websda.c,
1286        libnetworking/rtems_webserver/websda.h: New files. Not included in
1287        previous commit.
1288
12892003-04-10      Joel Sherrill <joel@OARcorp.com>
1290
1291        PR 371/pppd
1292        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1293        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1294        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1295        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1296        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1297        still global symbols in rtemspppd.h which might need to be changed or
1298        converted into member of a structure which is dereferenced with a
1299        pointer that is managed as a per task variable. But this patch should
1300        avoid many conflicts.
1301
[1d331547]13022003-03-27      Joel Sherrill <joel@OARcorp.com>
1303
1304        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1305        not allowed in the cpukit source code since it must be buildable
1306        independent of any BSP. These files were moved to libchip/ide.
1307        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1308        files.
1309
13102003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1311
1312        PR 368/filesystems
1313        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1314        improvements which now work on pc386 and mbx8xx.
1315        * libchip/ide/ide_controller.c: New file.
1316
[93a735b]13172003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1318
1319        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1320
[db3e91f2]13212003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1322
1323        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1324        * configure.ac: Add support/.
1325        * support/.cvsignore: New.
1326        * support/Makefile.am: New.
1327        * support/version.c: New.
1328        * wrapup/Makefile.am: Add support/libsupport.a.
[d499683]1329        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
[1d331547]1330        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
[8b615cd]1331        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
[93a735b]1332        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
[db3e91f2]1333
13342003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1335
1336        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1337
[1d331547]13382003-02-20      Till Straumann <strauman@slac.stanford.edu>
1339
1340        PR 354/networking
1341        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1342        chip against a table of supported chips. The untested ones are still
1343        commented out, however.
1344
[ccd81b60]13452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1346
1347        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
[9b5c258]1348        * configure.ac: AC_PREREQ(2.57).
[d499683]1349        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1350        * optman/configure.ac: AC_PREREQ(2.57).
[1d331547]1351        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1352        * libchip/configure.ac: AC_PREREQ(2.57).
[8b615cd]1353        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1354        * librdbg/configure.ac: AC_PREREQ(2.57).
[93a735b]1355        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1356        * libnetworking/configure.ac: AC_PREREQ(2.57).
1357
13582003-02-06      Joel Sherrill <joel@OARcorp.com>
1359
1360        * libnetworking/pppd/chat.c: Convert routines with common names to
1361        static. This included get_char(), put_char(), and character() among
1362        others.
[d499683]1363
13642003-02-03      Joel Sherrill <joel@OARcorp.com>
1365
1366        PR 338/filesystem
1367        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1368        rtems_io_lookup_name() (API change).  Unused function removed.
[9b5c258]1369
[17aa98d]13702003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1371
1372        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
[93a735b]1373        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1374        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1375        Eliminate *_O_FILES.
1376        * libnetworking/rtems_servers/Makefile.am,
1377        libnetworking/rtems_webserver/Makefile.am,
1378        libnetworking/rtems_telnetd/Makefile.am: Ditto.
[17aa98d]1379
[131814f]13802002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1381
1382        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1383        Let all-local: depend on $(LIB).
[93a735b]1384        * wrapup/Makefile.am, configure.ac: Remove libmisc.
[d499683]1385        * optman/Makefile.am: Apply install-data-local to install *.rels.
1386
13872002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1388
1389        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1390        %.c rules.
1391        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
[1d331547]1392        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1393        * libchip/rtc/Makefile.am: Ditto.
1394        * libchip/serial/Makefile.am: Ditto.
1395
13962002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1397
1398        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1399        LIBC_DEFINES.
1400        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1401        LIBC_DEFINES.
1402        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1403        LIBC_DEFINES.
[d499683]1404
14052002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1406
1407        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
[9346df0]1408
[d4181d5]14092002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1410
[5a80f36b]1411        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1412        cache-checking.
[d499683]1413        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
[d4181d5]1414
[028792e8]14152002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1416
1417        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
[5a80f36b]1418        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1419        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
[d499683]1420        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
[8b615cd]1421        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
[d499683]1422
14232002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1424
1425        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
[93a735b]1426        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1427        Remove.
[d499683]1428        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
[382e1eb3]1429
[6184265d]14302002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1431
1432        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1433        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1434
[1d331547]14352002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1436
1437        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1438        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1439
[d499683]14402002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1441
[93a735b]1442        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
[d499683]1443        * optman/rel.am: New.
1444
[54508fd]14452002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1446
1447        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
[5a80f36b]1448        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1449        braino in comment on "exec". Extend --enable-ada handling.
[54508fd]1450
[8b615cd]14512002-11-04      Joel Sherrill <joel@OARcorp.com>
1452
1453        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1454        tasks and rolling multiple loops into 1.
1455        * librdbg/src/m68k/rdbg_f.c: Removed warning.
[93a735b]1456        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1457        Removed warnings.
[8b615cd]1458
[1d331547]14592002-10-31      Joel Sherrill <joel@OARcorp.com>
1460
1461        * libchip/network/dec21140.c: Removed warnings.
[8b615cd]1462        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1463        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1464        librdbg/src/m68k/any/remdeb_xdr.c,
1465        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1466        warnings.
[93a735b]1467        * libnetworking/rtems_webserver/socket.c,
1468        libnetworking/rtems_webserver/uemf.h: Removed warnings.
[1d331547]1469
14702002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1471
1472        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1473        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1474        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1475        above.
1476
[c22d613]14772002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1478
[5a80f36b]1479        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
[c22d613]1480        * wrapup/.cvsignore: Remove autom4te.cache.
[d499683]1481        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
[1d331547]1482        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1483        autom4te.cache.
[8b615cd]1484        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1485        autom4te.cache.
[93a735b]1486        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1487        autom4te.cache.
[c22d613]1488
[154c99c]14892002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1490
1491        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1492
[d499683]14932002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1494
1495        * optman/.cvsignore: Add autom4te.cache.
1496
[1d331547]14972002-09-14      Joel Sherrill <joel@OARcorp.com>
1498
1499        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1500
[93a735b]15012002-09-07      Joel Sherrill <joel@OARcorp.com>
1502
1503        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1504        include files to resolve warnings.
1505
[1d331547]15062002-09-07      Chris Johns <ccj@acm.org>
1507
1508        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1509        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1510        which corrects the problem  where the cs8900.c file was actually the BSP
1511        glue.  Joel did some hacking so this file will compile.  Previously it
1512        required providing a target.h file to compile.
1513        * libchip/network/cs8900.c.bsp: New file.
1514
[93a735b]15152002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1516
1517        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1518
15192002-08-31      Joel Sherrill <joel@OARcorp.com>
1520
1521        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1522        eliminate warning.
1523
[a456af96]15242002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1525
1526        * configure.ac: Add ada-tests.
1527
[1846a62]15282002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1529
1530        * Makefile.am: Add preinstall-stamp.
1531
[93a735b]15322002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1533
1534        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1535        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1536        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1537        gcc31 happy.
1538        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1539        cp.
1540
[67bfd9a6]15412002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1542
[5a80f36b]1543        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1544        make/bsp.mak.
[67bfd9a6]1545        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1546        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1547
[93a735b]15482002-08-12      Joel Sherrill <joel@OARcorp.com>
1549
1550        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1551        avoid error.
1552
[55ac4e1]15532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1554
1555        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
[85a8933]1556        * configure.ac: Add BSP_SUBDIRS.
1557        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
[d499683]1558        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1559        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
[1d331547]1560        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1561        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1562        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
[8b615cd]1563        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1564        RTEMS_CHECK_BSP_CACHE.
1565        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1566        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1567        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1568        .$(OBJEXT) instead of .o.
[93a735b]1569        * libnetworking/pppd/Makefile.am,
1570        libnetworking/rtems_servers/Makefile.am,
1571        libnetworking/rtems_telnetd/Makefile.am,
1572        libnetworking/rtems_webserver/Makefile.am,
1573        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
[85a8933]1574
[4db904ec]15752002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1576
[5a80f36b]1577        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
[2b61cd06]1578        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
[5a80f36b]1579        ../libchip/serial/$(ARCH)/libserialio.a.
[1d331547]1580        * libchip/serial/Makefile.am: Don't tmp-install lib.
1581        * libchip/rtc/Makefile.am: Don't tmp-install lib.
[2b61cd06]1582
[97bfd09]15832002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1584
1585        * Makefile.am: Add rtems_makedir.
[5a80f36b]1586        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
[94f4a9ba]1587        * Makefile.am: Add wrapup-SUBDIR.
1588        * wrapup/ChangeLog: Remove.
1589        * wrapup/configure.ac: Remove.
[5a80f36b]1590        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1591        (Make the bare BSP happy).
[f21ccd2]1592        * configure.ac: Ditto.
[5a80f36b]1593        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
[f0d7515]1594        Create make/custom/default.cfg.
[5a80f36b]1595        * configure.ac: Add creation of make/custom/*.cfg. Create
1596        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
[f0d7515]1597
[d6f4c1b6]15982002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1599
1600        * Makefile.am: Clean $(PROJECT_RELEASE).
1601
[93a735b]16022002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1603
1604        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1605        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1606        prototype mismatches.
1607
[d499683]16082002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1609
1610        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1611        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1612
[dbaca2a7]16132002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1614
1615        * acinclude.m4: Add test "$multilib" != "yes".
1616        * config-ml.in: Remove.
[247874ae]1617        * acinclude.m4: Cleanups.
1618        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
[5a80f36b]1619        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
[d499683]1620        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1621        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1622        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
[247874ae]1623
[1d331547]16242002-07-16      Eric Norum <eric.norum@usask.ca>
1625
1626        * New driver for the Intel EtherExpressPro (82559ER) chip.
1627        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1628        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1629        * libchip/network/Makefile.am: Modified to reflect above.
1630
[02ccf4a]16312002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1632
1633        * acinclude.m4: New.
[5a80f36b]1634        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1635        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1636        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
[02ccf4a]1637
[8b615cd]16382002-07-01      Joel Sherrill <joel@OARcorp.com>
1639
1640        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1641        _Objects_Information_table now that it is a two dimensional array based
1642        upon API and class.
[93a735b]1643        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1644        of strnlen().
1645
16462002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1647
1648        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1649        preinstall libnetapps.a.
[8b615cd]1650
[3ebe28f]16512002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1652
1653        * configure.ac: Remove librpc.
1654
[0b2f26d]16552002-06-25      Joel Sherrill <joel@OARcorp.com>
1656
[dee3768b]1657        * Per PR233, moved librpc to exec.
[0b2f26d]1658        * configure.ac, wrapup/Makefile.am: Modified.
1659        * librpc, librpc/ChangeLog: Removed.
1660
[d499683]16612002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1662
1663        * optman/Makefile.am: Remove multilib support.
1664        * optman/configure.ac: Ditto.
1665        * optman/sapi/Makefile.am: Ditto.
1666
[93a735b]16672002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1668
1669        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1670        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1671
16722002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1673
1674        Move networking libraries to c/src/exec/libnetworking
1675        * libnetworking/configure.ac, libnetworking/Makefile.am,
1676        libnetworking/wrapup/Makefile.am: Reflect Moval.
1677
[1b092b7]16782002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1679
[dee3768b]1680        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
[93a735b]1681        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1682        <rtems/bspIo.h>.
1683
16842002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1685
1686        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1687        * libnetworking/rtems/mkrootfs.h: Ditto.
1688        * libnetworking/rtems/Makefile.am: Reflect changes above.
[1b092b7]1689
[166475a]16902002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1691
1692        * configure.ac: Remove lib.
1693
[8b615cd]16942002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1695
1696        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1697        that exception stack frames on M68K members with VBR always are 6 byte
1698        long. The incorrect assumption resulted in some gdb commands like "next"
1699        to fail on the 68360.
1700
[d9af8a8e]17012002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1702
1703        * config-ml.in: Take out arm and sh variants RTEMS does not support.
[8b615cd]1704        PR 220
1705        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1706        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1707        CVS.
[93a735b]1708        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1709        libnetworking/sys/filio.h: Remove.
1710        * libnetworking/sys/Makefile.am: Reflect changes above.
[d9af8a8e]1711
[1d331547]17122002-05-07      Chris Johns <ccj@acm.org>
1713
1714        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1715        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1716        requires it to be stripped.
1717
[93a735b]17182002-05-01      Eric Norum <eric.norum@usask.ca>
1719
1720        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1721        assembly  to satisfy gcc 3.1 and newer.
1722
17232002-04-26      Eric Norum <eric.norum@usask.ca>
1724
1725        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1726        agressive optimization in gcc 3.1 does not reorder things.
1727
[1d331547]17282002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1729
1730        * libchip/network/dec21140.c: Reflect changes to powerpc's
1731        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
[8b615cd]1732        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1733        <rtems/score/cpu.h>.
1734        * librdbg/src/powerpc/rdbg_f.c: Ditto.
[93a735b]1735        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
[1d331547]1736
[d499683]17372002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1738
1739        * optman/configure.ac: Remove ENABLE_GCC28.
1740
[1d331547]17412002-04-11      Chris Johns <ccj@acm.org>
1742
1743        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1744        driver control block field to the ifconfig network driver structure.
1745        This field is needed by the i82586 driver which was ported from NetBSD
1746        as it had better hardware abstraction.
[93a735b]1747        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1748        PR59, added the drv_ctrl driver control block field to the ifconfig
1749        network driver structure. This field is needed by the i82586 driver
1750        which was ported from NetBSD as it had better hardware abstraction.
1751
17522002-04-10      Mike Siers <mikes@poliac.com>
1753
1754        * libnetworking/rtems_webserver/NOTES,
1755        libnetworking/rtems_webserver/asp.c,
1756        libnetworking/rtems_webserver/balloc.c,
1757        libnetworking/rtems_webserver/default.c,
1758        libnetworking/rtems_webserver/ej.h,
1759        libnetworking/rtems_webserver/ejIntrn.h,
1760        libnetworking/rtems_webserver/ejlex.c,
1761        libnetworking/rtems_webserver/ejparse.c,
1762        libnetworking/rtems_webserver/emfdb.c,
1763        libnetworking/rtems_webserver/emfdb.h,
1764        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1765        libnetworking/rtems_webserver/handler.c,
1766        libnetworking/rtems_webserver/license.txt,
1767        libnetworking/rtems_webserver/md5.h,
1768        libnetworking/rtems_webserver/md5c.c,
1769        libnetworking/rtems_webserver/mime.c,
1770        libnetworking/rtems_webserver/misc.c,
1771        libnetworking/rtems_webserver/ringq.c,
1772        libnetworking/rtems_webserver/rom.c,
1773        libnetworking/rtems_webserver/security.c,
1774        libnetworking/rtems_webserver/sock.c,
1775        libnetworking/rtems_webserver/sym.c,
1776        libnetworking/rtems_webserver/uemf.c,
1777        libnetworking/rtems_webserver/uemf.h,
1778        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1779        libnetworking/rtems_webserver/url.c,
1780        libnetworking/rtems_webserver/value.c,
1781        libnetworking/rtems_webserver/wbase64.c,
1782        libnetworking/rtems_webserver/webcomp.c,
1783        libnetworking/rtems_webserver/webpage.c,
1784        libnetworking/rtems_webserver/webrom.c,
1785        libnetworking/rtems_webserver/webs.c,
1786        libnetworking/rtems_webserver/webs.h,
1787        libnetworking/rtems_webserver/websuemf.c,
1788        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1789        2.1.4.
[1d331547]1790
17912002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1792
1793        * libchip/network/i82586.c: Include <string.h>.
1794        * libchip/network/sonic.c: Ditto.
1795
17962002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1797
1798        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1799
[93a735b]18002002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1801
1802        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1803
18042002-03-27      Thomas.Doerfler@imd-systems.de
1805
1806        PR 144
1807        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1808        memory address 0 when called for the first time. This is done when
1809        trying to clear the variable "dhcp_hostname".
1810
[7273b6e]18112002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1812
[5a80f36b]1813        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
[7273b6e]1814        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1815        * Makefile.am: Remove AUTOMAKE_OPTIONS.
[d499683]1816        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1817        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1818        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1819        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1820        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
[1d331547]1821        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1822        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1823        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1824        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1825        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1826        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
[8b615cd]1827        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1828        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1829        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1830        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1831        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1832        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1833        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1834        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1835        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1836        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1837        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1838        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1839        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1840        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1841        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1842        AUTOMAKE_OPTIONS.
[93a735b]1843        * libnetworking/configure.ac:
1844        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1845        foreign 1.6]).
1846        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1847        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1848        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1849        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1850        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1851        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1852        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1853        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1854        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1855        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1856        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1857        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1858        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1859        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1860        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1861        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1862        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1863
18642002-03-27      Ilya Alexeev <ilya@continuum.ru>
1865
1866        PR 162
1867        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1868        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1869        used in a device write routines.  Now ppp_softc structure have own
1870        character for writing to device (sc_outchar).  I think that converting
1871        local variables to static is not a right solution, because problems will
1872        occur in the case of two or more ppp instances.
1873        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1874        must be u_long, otherwise in the case of the big output packet endless
1875        loop may occur.
1876
18772002-03-21      Ilya Alexeev <ilya@continuum.ru>
1878
1879        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1880        preparations for multiple PPPD connections.
[8b615cd]1881
18822002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1883
1884        PR 149
1885        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1886        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1887        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1888        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
[7273b6e]1889
[1d42dcbc]18902002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1891
1892        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1893        * configure.ac: Modified to reflect addition.
1894
[93a735b]18952002-02-27      Ilya Alexeev <ilya@continuum.ru>
1896
1897        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1898        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1899        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1900        capabilities as well as eliminate some warnings.
1901
19022002-02-27      Eric Norum <eric.norum@usask.ca>
1903
1904        * libnetworking/net/radix.c: Properly handle fetching the default route
1905        when there is no route.  This was a bug in the original FreeBSD code and
1906        this fix is from an updated version of their code.
1907
19082002-02-16      Eric Norum <eric.norum@usask.ca>
1909
1910        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1911        checking.
1912
19132002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1914
1915        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1916        dodefaultroute.
1917
19182002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1919
1920        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1921        include <rtems/seterr.h>.
1922
19232002-02-01      Mike Siers <mikes@poliac.com>
1924
1925        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1926        avoid bringing the link down too fast. NOTE: Mike reports successfully
1927        running at 56K baud on a direct link.
1928
[8b615cd]19292002-02-01      Eric Valette <valette@crf.canon.fr>
1930
1931        * librdbg/So many patches have been posted recently on the mailing list
1932        and  because we were unable to find correct solution to compile on
1933        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1934        because the coding  style of rdbg was rather inconsistant among various
1935        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1936        global coding style (using indent + manual edits), 2) incorporate/review
1937        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1938        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1939        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1940        after rdbg initialization is done, NB : the paches is huge but it is
1941        mainly due to coding styke chnages.  Only few lines of codes have been
1942        really changed and they do not impact  rdbg functionnality (AFAIKT).
1943        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1944        librdbg/include/rdbg/m68k/rdbg_f.h,
1945        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1946        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1947        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1948        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1949        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1950        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1951        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1952        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1953        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1954        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1955        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1956        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1957        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1958        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1959        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1960        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1961
[93a735b]19622002-01-31      Mike Siers <mikes@poliac.com>
1963
1964        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1965        * Nice Update of PPPD support which eliminates the requiremetn that
1966        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1967        and reports that it seems to be more stable and handle larger packets
1968        better.  This patch replaces the termios tasks with more general pppd
1969        network driver tasks.  The functions pppinput() and pppstart() get
1970        called from the interrupt service routine.
1971        * libnetworking/Makefile.am, libnetworking/configure.ac,
1972        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1973        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1974        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1975        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1976        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1977        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1978        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1979        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1980        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1981        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1982        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1983        libnetworking/net/route.c, libnetworking/net/route.h,
1984        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1985        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1986        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1987        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1988        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1989        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1990        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1991        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1992        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1993        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1994        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1995        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1996        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1997        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1998        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1999        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2000        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2001        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2002        libnetworking/pppd/example/README,
2003        libnetworking/pppd/example/netconfig.h,
2004        libnetworking/wrapup/Makefile.am: Modified.
2005        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2006        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2007        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2008        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2009        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2010        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2011        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2012        libnetworking/modem/pppcompress.c: Subdirectory removed.
2013
20142002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2015
2016        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2017        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2018
[8b615cd]20192002-01-18      Till Straumann <strauman@slac.stanford.edu>
2020
2021        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2022        issues: - exception handler needs to enable MSR_FP if the interrupted
2023        thread is FP enabled. - printk message for MSR fixed and added
2024        stacktrace. NOTE: this requires the stacktrace patch to
2025        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2026        however).
2027
[d499683]20282002-01-06      Joel Sherrill <joel@OARcorp.com>
2029
2030        * optman/.cvsignore: Added aclocal.m4 and configure.
2031        * optman/.cvsignore: New file.
2032
[1d331547]20332002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2034
2035        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2036
[e4dbf55]20372002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2038
[5a80f36b]2039        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
[d499683]2040        * optman/ChangeLog: New.
2041        * optman/configure.ac: New.
2042        * optman/Makefile.am: New.
2043        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2044        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
[e4dbf55]2045
[efcb89c]20462001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2047
2048        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2049
[93a735b]20502001-12-18      Eric Norum <eric.norum@usask.ca>
2051
2052        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2053        `directories' (path names with a / at the end) while disallowing open()
2054        operations on TFTP `directories'.
2055
20562001-12-07      Eric Norum <eric.norum@usask.ca>
2057
2058        * libnetworking/lib/tftpDriver.c: Restore write capability.
2059
[1d331547]20602001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2061
2062        * libchip/network/sonic.h: Fix typo.
[93a735b]2063        * libnetworking/arpa/Makefile.am: Remove stray lines.
[1d331547]2064
[8b615cd]20652001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2066
2067        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2068
[93a735b]20692001-10-18      Eric Norum <eric.norum@usask.ca>
2070
2071        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2072        chdir() and open() operations within the TFTP file system.
2073
[8b615cd]20742001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2075
2076        * librdbg/configure.ac: Fix latent bug exposed by removal of
2077        config.cache's which prevented powerpc targets librdbg from building.
2078
[8dc51855]20792001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2080
2081        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2082        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2083        autoconf-2.52 happy.
2084
[93a735b]20852001-10-12      Mike Siers <mikes@poliac.com>
2086
2087        * libnetworking/Update to stable working state.  Congratulations Mike!
2088        :).
2089        * libnetworking/modem_example: Directory removed.
2090        * libnetworking/modem_example/16550.h,
2091        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2092        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2093        libnetworking/modem_example/ppp.h,
2094        libnetworking/modem_example/pppcompress.c: Files removed.
2095        * libnetworking/pppd/example/pppd.options: New file.
2096        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2097        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2098        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2099        libnetworking/pppd/rtemsmain.c: Updated.
2100
[1d331547]21012001-10-12      Joel Sherrill <joel@OARcorp.com>
2102
2103        * libchip/serial/z85c30.c: Fixed typo.
2104
[df25c998]21052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2106
2107        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2108        * configure.in: Remove.
2109        * configure.ac: New file, generated from configure.in by autoupdate.
[1d331547]2110        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2111        * libchip/configure.in: Remove.
2112        * libchip/configure.ac: New file, generated from configure.in by
2113        autoupdate.
[8b615cd]2114        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2115        * librdbg/configure.in: Remove.
2116        * librdbg/configure.ac: New file, generated from configure.in by
2117        autoupdate.
[93a735b]2118        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2119        * libnetworking/configure.in: Remove.
2120        * libnetworking/configure.ac: New file, generated from configure.in by
2121        autoupdate.
[1d331547]2122
21232001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2124
2125        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2126        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2127        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2128
21292001-09-27      Joel Sherrill <joel@OARcorp.com>
2130
2131        * libchip/ChangeLog: Fixed typo in date.
2132
[93a735b]21332001-09-27      Eric Norum <eric.norum@usask.ca>
2134
2135        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2136        TFTP  filesystem.
2137
[8b615cd]21382001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2139
2140        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2141        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2142        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2143        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2144        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2145        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2146        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2147        'PREINSTALL_FILES ='.
[93a735b]2148        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2149        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2150        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2151        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2152        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2153        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2154        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2155        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2156        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2157        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2158        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2159        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
[8b615cd]2160
21612001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2162
2163        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2164        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2165        * librdbg/src/m68k/any/Makefile.am: Ditto.
2166        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
[93a735b]2167        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2168        happy.
[8b615cd]2169
[1d331547]21702001-09-21      Joel Sherrill <joel@OARcorp.com>
2171
2172        * libchip/network/Makefile.am: Fixed typo on file name.
2173        * libchip/network/i82586.c: Commented out line 318 which is referencing
2174        a member of a structure that is not currently there.  This needs to be
2175        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2176        to C style.
2177
[93a735b]21782001-09-19      Eric Norum <eric.norum@usask.ca>
2179
2180        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2181
[1d331547]21822001-09-19      Chris Johns <ccj@acm.org>
2183
2184        * libchip/network/README.i82586, libchip/network/i82586.c,
2185        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2186        Network driver for Intel i82586.
[93a735b]2187        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2188        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2189        "root" filesystem with information obtained via the DHCP response.
[1d331547]2190
[8b615cd]21912001-09-14      Eric Norum <eric.norum@usask.ca>
2192
2193        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2194        make gcc 3.x happy.
2195
[93a735b]21962001-08-16      Mike Siers <mikes@poliac.com>
2197
2198        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2199        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2200        These support callback functionality that has not even been compiled
2201        under RTEMS yet.
2202        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2203        example application.  Mike's notes on the modifications: - renamed
2204        error() function because of namespace problems - removed calls to the
2205        exit() funciton - removed extra files from the pppd source directory -
2206        defined pppd task constant values in rtemspppd.h - modifyied example
2207        code to get actual tick per second value - placed the pppd 2.3.11 man
2208        page file (pppd.8) into the pppd directory.
2209        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2210        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2211        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2212        libnetworking/pppd/rtems-ppp.c: Deleted.
2213        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2214        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2215        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2216        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2217        libnetworking/pppd/example/init.c,
2218        libnetworking/pppd/example/netconfig.h,
2219        libnetworking/pppd/example/ppp.conf,
2220        libnetworking/pppd/example/pppdapp.c,
2221        libnetworking/pppd/example/system.h: New files.
2222        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2223        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2224        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2225        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2226        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2227        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2228        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2229        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2230        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2231        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2232        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2233        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2234        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2235        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2236        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2237
22382001-08-16      Joel Sherrill <joel@OARcorp.com>
2239
2240        * libnetworking/pppd/example/Makefile: Removed.
2241        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2242        to avoid bootstrap -c clobbering it.
2243        * libnetworking/rtems_telnetd/.cvsignore: New file.
2244
22452001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2246
2247        * libnetworking/Makefile.am, libnetworking/configure.in,
2248        libnetworking/rtems_servers/Makefile.am,
2249        libnetworking/rtems_servers/telnetd.c,
2250        libnetworking/rtems_servers/telnetd.h,
2251        libnetworking/rtems_telnetd/Makefile.am,
2252        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2253        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2254        libnetworking/rtems_telnetd/telnetd.c,
2255        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2256        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2257        effect when ftpd change. - the tcp/ip stats have been implemented into
2258        icmds.c and started when telnetd daemon is started.
2259        * libnetworking/rtems_servers/telnetd.c,
2260        libnetworking/rtems_servers/telnetd.h: Removed.
2261        * libnetworking/rtems_telnetd: New directory.
2262        * libnetworking/rtems_telnetd/Makefile.am,
2263        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2264        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2265        libnetworking/rtems_telnetd/telnetd.c,
2266        libnetworking/rtems_telnetd/telnetd.h: New files.
2267
22682001-06-14      Joel Sherrill <joel@OARcorp.com>
2269
2270        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2271        Moved from libmisc/shell so the network stack to address network
2272        depenendency.
2273        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2274
22752001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2276
2277        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2278
[8b615cd]22792001-05-15      Joel Sherrill <joel@OARcorp.com>
2280
2281        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2282        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2283        accidentally deleted the incorrectly empty versions.
2284
[1d331547]22852001-05-14      Till Straumann <strauman@slac.stanford.edu>
2286
2287        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2288        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2289        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2290        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2291        to know the values) - the affected BSP (shared/motorola) headers have
2292        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2293        driver (libchip/network/dec21140.c) has been fixed to use
2294        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2295        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2296        who is using this driver. - the DEC driver also has been fixed to use
2297        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2298        delay_in_bus_cycles().
2299
[93a735b]23002001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2301
2302        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2303
[1d331547]23042001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2305
2306        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2307
[93a735b]23082001-04-24      Eric Norum <eric.norum@usask.ca>
2309
2310        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2311        NTP synchronization a little more robust -- no NTP daemon yet, but at
2312        least it trys a little harder when the primary NTP server is down.
2313
23142001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2315
2316        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2317        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2318        libnetworking/pppd/modem_example/modem.c,
2319        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2320        other strings into English.
2321        * libnetworking/pppd/STATUS: updated to reflect the changes.
2322
23232001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2324
2325        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2326        again.
2327
[8b615cd]23282001-04-20      Eric Valette <valette@crf.canon.fr>
2329
2330        * mcp750 directory renamed new_exception processing as it supports many
2331        more CPU models.
2332        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2333        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2334        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2335        formerly in mcp750 plus modifications.
2336        * librdbg/src/powerpc/mcp750/.cvsignore,
2337        librdbg/src/powerpc/mcp750/Makefile.am,
2338        librdbg/src/powerpc/mcp750/remdeb.h,
2339        librdbg/src/powerpc/mcp750/remdeb_f.x,
2340        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2341        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2342        new_exception_processing.
2343        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2344        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2345        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2346        part of this effort to add support for the MPC8xx.
2347
23482001-04-19      Joel Sherrill <joel@OARcorp.com>
2349
2350        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2351        internal include files.
2352
[93a735b]23532001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2354
2355        PR 158
2356        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2357        rcmd() library call by commenting out the parts that deal with signals.
2358        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2359        stdio. The 'server-side' parts of this file which deal with
2360        authentication are disabled since they are not needed.
2361
23622001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2363
2364        * libnetworking/include/.cvsignore: Remove dangling file.
2365
[1d331547]23662001-03-14      Joel Sherrill <joel@OARcorp.com>
2367
2368        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2369        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2370        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2371        libchip style serial drivers can be written in libcpu or libbsp.
2372
23732001-03-01      Joel Sherrill <joel@OARcorp.com>
2374
2375        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2376        libchip/network/sonic.c, libchip/network/sonic.h,
2377        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2378        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2379        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2380        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2381        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2382        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2383        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2384        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2385
[8b615cd]23862001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2387
2388        * librdbg/include/rdbg/Makefile.am,
2389        librdbg/include/rdbg/i386/Makefile.am,
2390        librdbg/include/rdbg/m68k/Makefile.am,
2391        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2392        style on include files.
2393
[1d331547]23942001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2395
2396        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2397        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2398        replace ${..} with $(..).
[93a735b]2399        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2400        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2401        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2402        libnetworking/rtems/Makefile.am, libnetworking/
2403        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2404        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2405        include_*HEADERS instead of H_FILES.
2406        * libnetworking/include/Makefile.am: Remove.
2407        * libnetworking/Makefile.am: Add handling of *.h files.
2408        * libnetworking/configure.in: Remove include/Makefile.
[df25c998]2409
[6e6f0f06]24102001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2411
2412        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2413
[93a735b]24142001-01-31      Sergei Organov <osv@javad.ru>
2415
2416        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2417        current dir and root dir removed in favor of new libio support for
2418        task-local current and root directories. - Bug in `close_data_socket()'
2419        introduced by previous change fixed. - `command_pasv()' changed to set
2420        timeout on socket we are listening on and code fixed to don't close
2421        socket twice on error. - `serr()' changed to clear `errno'. -
2422        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2423        changed to clear `errno' before processing session. -
2424        `close_data_socket()' fixed to close both active and passive sockets -
2425        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2426        empty string  in `exec_command()'.
2427
24282001-01-25      Eric Norum <eric.norum@usask.ca>
2429
2430        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2431        improves throughput on systems which are dropping packets.   Only the
2432        first timeout is reduced.  This keeps the number of extra packets down
2433        on networks that are very busy and dropping lots of packets.
2434
24352001-01-24      Sergei Organov <osv@javad.ru>
2436
2437        * libnetworking/rtems_servers/ftpd.c,
2438        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2439        - Timeouts on sockets implemented. 'idle' field added to configuration.
2440        No timeout by default to keep backward compatibility. Note: SITE IDLE
2441        command not implemented yet. - Basic global access control implemented.
2442        'access' field added to configuration. No access limitations by default
2443        to keep backward compatibility. - Anchor data socket for active mode
2444        (using self IP and port 20.) - Fixed default data port support (still
2445        not tested). - Don't allow IP address different from originating host in
2446        PORT command to improve security. - Fixed bug in MDTM command. - Check
2447        for correctness of parsing of argument in command_port(). - Fixed
2448        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2449        a directory. - Command parsing a little bit improved: command names are
2450        now converted to upper-case to be more compatible with RFC (command
2451        names are not case-sensitive.) - Reformat comments so that they have
2452        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2453        previous changes - True ASCII mode implemented (doesn't work for hooks
2454        and /dev/null) - Passive mode implemented, PASV command added. - Default
2455        port for data connection could be used (untested, can't find ftp client
2456        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2457        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2458
[8b615cd]24592001-01-18      Joel Sherrill <joel@OARcorp.com>
2460
2461        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2462        macro using variable arguments.
2463        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2464        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2465        since I updated the main RTEMS development machine to RedHat 7.2 and
2466        apparently got a new version of rpcgen.
2467
[93a735b]24682001-01-12      Sergei Organov <osv@javad.ru>
2469
2470        * libnetworking/rtems_servers/ftpd.c,
2471        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2472        - use pool of pre-created threads to handle sessions instead of
2473        creating/deleting threads on the fly - LIST output is now similar to
2474        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2475        happy with it. - LIST NAME now works (both for files and directories) -
2476        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2477        clients happy  - keep track of CWD for every session separately -
2478        ability to specify root directory name for FTPD in configuration table.
2479        FTPD will then create illusion for FTP clients that this is actually
2480        root directory. - ignore options sent in commands, thus LIST -al FILE
2481        works and doesn't try to list "-al" directory. - buffers are allocated
2482        on stack instead of heap where possible to eliminate malloc/free calls
2483        (avoid possible heap fragmentation troubles). - drop using of task
2484        notepad to pass parameters - use function arguments instead - use
2485        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2486        in socket() instead of AF_INET.
2487
24882001-01-02      Joel Sherrill <joel@OARcorp.com>
2489
2490        * libnetworking/CHANGELOG: Removed.
2491        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2492
24932000-12-14      Eric Norum <eric.norum@usask.ca>
2494
2495        * libnetworking/lib/tftpDriver.c: Added write capability.
2496
24972000-12-08      Joel Sherrill <joel@OARcorp.com>
2498
2499        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2500        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2501        numerous variable declarations conditional on PPP_COMPRESS and
2502        PPP_FILTER.  Commented out variables that were not used because the code
2503        using them was commented out. Removed totally unused variables.
2504        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2505        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2506
25072000-11-30      Joel Sherrill <joel@OARcorp.com>
2508
2509        * libnetworking/modem/ppp_tty.c: Changed to include
2510        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2511        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2512        * libnetworking/Makefile.am: Modified to reflect above.
2513
25142000-11-27      Joel Sherrill <joel@OARcorp.com>
2515
2516        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2517
25182000-11-25      Eric Norum <eric.norum@usask.ca>
2519
2520        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2521        core.
2522
25232000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2524
2525        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2526        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2527        subdir.
2528        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2529        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2530        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2531        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2532        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2533        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2534        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2535        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2536        ppp_tty.c and the real pppd main is in pppmain.c.
2537
[1d331547]25382000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2539
2540        * libchip/network/sonic.c: Added ipalign() routine to align the received
2541        packet so that the ip header is on a 32-bit boundary. Necessary for
2542        cpu's that do not allow unaligned loads and stores and when the 32-bit
2543        DMA mode is used.
2544
[feead226]25452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2546
2547        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
[1d331547]2548        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2549        ACLOCAL_AMFLAGS.
[8b615cd]2550        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2551        ACLOCAL_AMFLAGS.
[93a735b]2552        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2553        ACLOCAL_AMFLAGS.
[1d331547]2554
25552000-11-03      Chris Johns <ccj@acm.org>
2556
2557        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2558        libchip/network/cs8900.h: New files.
[feead226]2559
[a314d3b4]25602000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2561
2562        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
[1d331547]2563        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2564        $(RTEMS_TOPdir)/aclocal.
[8b615cd]2565        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2566        $(RTEMS_TOPdir)/aclocal.
[93a735b]2567        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2568        $(RTEMS_TOPdir)/aclocal.
[a314d3b4]2569
[846027b]25702000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2571
2572        * configure.in: Switch to GNU-canonicalization.
2573        * Makefile.am: Reflect changes to configure.in.
2574        * acinclude.m4: Remove.
2575
[93a735b]25762000-10-30      Joel Sherrill <joel@OARcorp.com>
2577
2578        * POSIX include files merged into newlib.  This resulted in some
2579        definitions moving to other files and thus some secondary effects in
2580        RTEMS source code.
2581        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2582        in sync with newlib's <machine/types.h>.
2583        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2584        definition of struct itimerval in <sys/time.h>.
2585
[1c31722]25862000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2587
[5a80f36b]2588        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2589        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
[d16ca93]2590        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2591        * ChangeLog: Fix typos.
2592        * configure.in: add tests to the GNU canonicalized subdirectories.
[1c31722]2593
[a6eabdb6]25942000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2595
[5a80f36b]2596        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2597        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2598        the lib directory before configuring lib/.
[c05edee]2599
[e590416a]26002000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2601
[5a80f36b]2602        * configure.in, Makefile.am: add exec to the GNU canonicalized
2603        subdirectories.
2604        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2605        * configure.in: add libnetworking, librpc and librdb to the GNU
2606        canonicalized subdirectories.
[fa60c5b]2607        * configure.in: add libmisc and libchip to the GNU canonicalized
2608        subdirectories.
[1d331547]2609        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2610        Switch to GNU canonicalization.
[8b615cd]2611        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2612        Switch to GNU canonicalization.
[93a735b]2613        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2614        Switch to GNU canonicalization.
[fa60c5b]2615
[4a2faa7c]26162000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2617
2618        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
[5a80f36b]2619        canonicalization to libfs/. The approach is currently a bit of a hack as
2620        GNU canonicalization does not support the per-BSP build some of the
2621        other directories require.  As more of the tree is converted, this will
2622        become less  of an issue.
[4a2faa7c]2623
[1d331547]26242000-10-20      Joel Sherrill <joel@OARcorp.com>
2625
2626        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2627        parameter.
2628
[8b615cd]26292000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2630
2631        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2632        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2633        * librdbg/configure.in: Add m68k support.
2634        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2635        subdirectory.
2636        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2637        failure.
2638        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2639        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2640        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2641        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2642        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2643        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2644        librdbg/src/m68k/.cvsignore: New files.
[93a735b]2645        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2646        function pointers.
2647        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2648        _after_ pointer has been checked against NULL.
[8b615cd]2649
[10c6e903]26502000-10-18      Joel Sherrill <joel@OARcorp.com>
2651
2652        * wrapup/Makefile.am: Added libfs.
2653
[5a80f36b]26542000-10-18      Chris Johns <ccj@acm.org>
[ee419f3]2655
2656        * libfs created.
2657        * configure.in: Added libfs subdirectory.
[93a735b]2658        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2659
26602000-09-28      Joel Sherrill <joel@OARcorp.com>
2661
2662        * libnetworking/rtems_webserver/Makefile.am,
2663        libnetworking/rtems_webserver/base64.c,
2664        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2665        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2666
26672000-09-22      Joel Sherrill <joel@OARcorp.com>
2668
2669        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2670        libnetworking/rtems/rtems_bsdnet_internal.h,
2671        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2672        have included rtems.h.  It is now including precisely the  least amount
2673        of low level, yet portable .h files to get the basic RTEMS types
2674        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2675        used machine/types.h to include rtems.h.
[ee419f3]2676
[00438014]26772000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2678
[5a80f36b]2679        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
[00438014]2680
[93a735b]26812000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2682
2683        * libnetworking/ChangeLog: Cleanup.
2684
[1d331547]26852000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2686
2687        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2688        * libchip/ChangeLog: Fix formating.
2689
[93a735b]26902000-09-05      Joel Sherrill <joel@OARcorp.com>
2691
2692        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2693        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2694        confusion and to work with the converted flags.
2695
[19530ab5]26962000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2697
2698        * wrapup/Makefile.am: Include compile.am.
[1d331547]2699        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2700        libchip/serial/Makefile.am: Include compile.am.
[8b615cd]2701        * librdbg/src/i386/any/Makefile.am,
2702        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
[93a735b]2703        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2704        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2705        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2706        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2707        libnetworking/rtems_servers/Makefile.am,
2708        libnetworking/rtems_webserver/Makefile.am,
2709        libnetworking/wrapup/Makefile.am: Include compile.am.
2710
27112000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2712
2713        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2714        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2715
27162000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2717
2718        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2719
27202000-08-31      Joel Sherrill <joel@OARcorp.com>
2721
2722        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2723        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2724        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2725        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2726        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2727        * libnetworking/wbase64.c: Removed.
2728        * libnetworking/Makefile.am, libnetworking/asp.c,
2729        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2730        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2731        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2732        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2733        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2734        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2735        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2736        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2737        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2738        Modified.
[19530ab5]2739
[00966ba]27402000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2741
[19530ab5]2742        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
[00966ba]2743
[93a735b]27442000-08-30      Joel Sherrill <joel@OARcorp.com>
2745
2746        * libnetworking/rtems_webserver/license.txt: New file.
2747
[e94ad1fe]27482000-08-10      Joel Sherrill <joel@OARcorp.com>
2749
2750        * ChangeLog: New file.
[1d331547]2751        * libchip/ChangeLog: New file.
[8b615cd]2752        * librdbg/ChangeLog: New file.
[93a735b]2753        * libnetworking/ChangeLog: New file.
[5a80f36b]2754
Note: See TracBrowser for help on using the repository browser.