source: rtems/c/src/ChangeLog @ ea68ed5

4.104.114.84.95
Last change on this file since ea68ed5 was ea68ed5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/08/05 at 02:54:07

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

  • aclocal/prog-cc.m4: Quote CFLAGS's RHS to accomodate Solaris broken sh.
  • Property mode set to 100644
File size: 108.6 KB
Line 
12005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * aclocal/prog-cc.m4:
4        Quote CFLAGS's RHS to accomodate Solaris broken sh.
5
62005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
9
102005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
13
142005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
17
182005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * libnetworking/rtems_servers/ftp.c,
21        libnetworking/rtems_servers/ftp.h,
22        libnetworking/rtems_servers/Makefile.am:
23        Remove (relocated to cpukit/ftpd).
24        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
25        removed move libnetworking/rtems_servers.
26
272005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
30
312005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        PR 755/rtems
34        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
35        Remove local declarations of rtems_bsdnet_nameservers,
36        rtems_bsdnet_nameservers_count.
37
382005-01-31      Sergei Organov <osv@topconrd.ru>
39
40        PR 751/pppd
41        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
42        committed to fix PR736 breaks pppd. chat.c should have its own static
43        ttyfd for pppd to work correctly. The symptom is that second
44        invokation of chat (for connect script) fails due to pppd_ttyfd set
45        to -1 by previous chat invokation (for init script). In addition,
46        this patch fixes leaving of dangling pointer in the abort_stbring[]
47        by chat_send().
48
492005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * configure.ac: Remove CFLAGS_DEBUG_V.
52        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
53
542005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * wrapup/Makefile.am: Remove rtems-ctor.o.
57
582005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * libchip/rtc/rtc.h: size_t RTC_Count.
61
622005-01-20      Joel Sherrill <joel@OARcorp.com>
63
64        PR 736/pppd
65        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
66        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
67        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
68        should not be static and should have a name more specific to pppd.
69
702005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
73        libnetworking/rtems_servers/Makefile.am,
74        libnetworking/rtems_telnetd/Makefile.am,
75        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
76        Eliminate CFLAGS_OPTIMIZE_V.
77
782005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * configure.ac: Pass CFLAGS to testsuites configure.
81        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
82        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
83
842005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
85
86        * configure.ac: Pass CFLAGS to cpukit configure.
87        * aclocal/rtems-flags.m4: Remove (Unused).
88        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
89        * aclocal/env-rtemsbsp.m4:
90        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
91        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
92        RTEMS_CFLAGS.
93        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
94        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
95        Cleanup comments.
96
972005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
98
99        * automake/compile.am: Remove build-variant support.
100
1012005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
102
103        * libnetworking/pppd/Makefile.am,
104        libnetworking/rtems_servers/Makefile.am,
105        libnetworking/rtems_telnetd/Makefile.am:
106        Remove build-variant support.
107
1082005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
109
110        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
111        support/Makefile.am, wrapup/Makefile.am:
112        Remove build-variant support.
113
1142004-11-22      Joel Sherrill <joel@OARcorp.com>
115
116        * libchip/network/if_fxp.c: Add entry for another module ID code.
117
1182004-11-22      Joel Sherrill <joel@OARcorp.com>
119
120        PR 693/misc
121        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
122        in/outport routines.
123
1242004-11-22      Joel Sherrill <joel@OARcorp.com>
125
126        PR 693/misc
127        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
128        in/outport routines.
129
1302004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        * aclocal/enable-itron.m4: Remove (unused).
133
1342004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
135
136        * configure.ac: Misc. quoting cleanups.
137        Enable ada-tests iff --enable-ada and --enable-tests.
138
1392004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
140
141        PR 703/filesystem
142        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
143        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
144        libchip/ide/ide_controller.c:
145        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
146        available for BSPS/device drivers.
147        Extend the "modes_available" and "mode_active" parameters to
148        uint16_t for UDMA support.
149
1502004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
151
152        * libchip/network/dec21140.c: Cleanup a bit and remove message about
153        not supported on PowerPC since it works on the MVME2100 BSP.
154
1552004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
156
157        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
158        Add dependency tracking for *.cfgs.
159        * Makefile.am: Add dependency tracking for *.cfg.
160
1612004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
162
163        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
164        (Thanks to Lars Munch <lars@segv.dk> for catching this).
165
1662004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
167
168        PR 707/make_build
169        * configure.ac: Add --enable-rpcgen.
170
1712004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
172
173        PR 700/rtems_misc
174        * libnetworking/rtems_webserver/asp.c,
175        libnetworking/rtems_webserver/balloc.c,
176        libnetworking/rtems_webserver/cgi.c,
177        libnetworking/rtems_webserver/default.c,
178        libnetworking/rtems_webserver/ej.h,
179        libnetworking/rtems_webserver/ejIntrn.h,
180        libnetworking/rtems_webserver/ejlex.c,
181        libnetworking/rtems_webserver/ejparse.c,
182        libnetworking/rtems_webserver/emfdb.c,
183        libnetworking/rtems_webserver/emfdb.h,
184        libnetworking/rtems_webserver/form.c,
185        libnetworking/rtems_webserver/handler.c,
186        libnetworking/rtems_webserver/h.c,
187        libnetworking/rtems_webserver/license.txt,
188        libnetworking/rtems_webserver/Makefile.am,
189        libnetworking/rtems_webserver/md5c.c,
190        libnetworking/rtems_webserver/md5.h,
191        libnetworking/rtems_webserver/mime.c,
192        libnetworking/rtems_webserver/misc.c,
193        libnetworking/rtems_webserver/NOTES,
194        libnetworking/rtems_webserver/ringq.c,
195        libnetworking/rtems_webserver/rom.c,
196        libnetworking/rtems_webserver/rtems_webserver.h,
197        libnetworking/rtems_webserver/security.c,
198        libnetworking/rtems_webserver/sock.c,
199        libnetworking/rtems_webserver/socket.c,
200        libnetworking/rtems_webserver/sockGen.c,
201        libnetworking/rtems_webserver/sym.c,
202        libnetworking/rtems_webserver/uemf.c,
203        libnetworking/rtems_webserver/uemf.h,
204        libnetworking/rtems_webserver/um.c,
205        libnetworking/rtems_webserver/um.h,
206        libnetworking/rtems_webserver/umui.c,
207        libnetworking/rtems_webserver/url.c,
208        libnetworking/rtems_webserver/value.c,
209        libnetworking/rtems_webserver/wbase64.c,
210        libnetworking/rtems_webserver/webcomp.c,
211        libnetworking/rtems_webserver/webmain.c,
212        libnetworking/rtems_webserver/webpage.c,
213        libnetworking/rtems_webserver/webrom.c,
214        libnetworking/rtems_webserver/webs.c,
215        libnetworking/rtems_webserver/websda.c,
216        libnetworking/rtems_webserver/websda.h,
217        libnetworking/rtems_webserver/webs.h,
218        libnetworking/rtems_webserver/websSSL.c,
219        libnetworking/rtems_webserver/websSSL.h,
220        libnetworking/rtems_webserver/websuemf.c,
221        libnetworking/rtems_webserver/wsIntrn.h:
222        Remove (Moved to cpukit/http).
223
2242004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
225
226        PR 700/rtems_misc
227        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
228        Remove libnetworking/rtems_webserver.
229
2302004-10-25      Eric Norum <norume@aps.anl.gov>
231
232        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
233
2342004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
235
236        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
237
2382004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
239
240        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
241        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
242
2432004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
244
245        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
246
2472004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
248
249        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
250        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
251
2522004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
253
254        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
255        BITSPERBYTE.
256
2572004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
258
259        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
260        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
261
2622004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
263
264        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
265
2662004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
267
268        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
269        * aclocal/enable-bare.m4: Remove.
270        * configure.ac: Remove BARE_CPU_MODEL.
271
2722004-10-13      Eric Norum <norume@aps.anl.gov>
273
274        PR 688/bsps
275        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
276        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
277        MC146818A (and several Dallas Semiconductor) TOD chips.
278
2792004-10-13      Eric Norum <norume@aps.anl.gov>
280
281        PR 686/networking
282        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
283        device code.
284
2852004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
286
287        * libchip/network/dec21140.c: include <rtems/pci.h>.
288
2892004-09-29      Joel Sherrill <joel@OARcorp.com>
290
291        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
292        libnetworking/pppd/utils.c: i960 obsoleted and all references
293        removed.
294
2952004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
296
297        PR 607/networking
298        * libchip/network/dec21140.c: Made PCI configuration minimum sane
299        instead of fully specifying unused PCI features.
300
3012004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
302
303        * configure.ac: Require automake > 1.9.
304
3052004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
306
307        * aclocal/rtems-cpu-subdirs.m4: Add avr.
308
3092004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
310
311        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
312        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
313
3142004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
315
316        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
317        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
318
3192004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
320
321        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
322
3232004-07-28  Joel Sherrill <joel@OARcorp.com>
324
325    * aclocal/version.m4: Updated to rtems-4.6.99.1.
326
3272004-07-25      Joel Sherrill <joel@OARcorp.com>
328
329        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
330
3312004-05-21  Till Strauman <strauman@slac.stanford.edu>
332
333        PR 625/networking
334        * libchip/network/dec21140.c, ... : Prevent name clashes by making
335        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
336        an error rather than panic if no chip is detected (thus allowing
337        for probing).
338        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
339        instead of looping forever.  Avoid divide by zero (crashed my PC).
340        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
341        they are UNTESTED.
342
3432004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
344
345        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
346
3472004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
348
349        * libchip/network/dec21140.c, libchip/network/elnk.c:
350        #include <errno.h>.
351
3522004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
353
354        * libchip/network/if_media.h: Update from FreeBSD.
355        * libchip/network/open_eth.c, libchip/network/cs8900.c,
356        libchip/network/i82586.c: #include <errno.h>.
357
3582004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
359
360        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
361
3622004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
363
364        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
365
3662004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
367
368        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
369        automake).
370
3712004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
372
373        PR 599/pppd
374        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
375
3762004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
377
378        * optman/rtems/no-region.c: Reflect having changed
379        rtems_region_get_segment_size.
380
3812004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
382
383        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
384        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
385        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
386        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
387        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
388        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
389        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
390
3912004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
392
393        * libchip/ide/ata.c, libchip/network/dec21140.c,
394        libchip/network/elnk.c, libchip/network/i82586.c,
395        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
396        libchip/network/open_eth.c, libchip/network/sonic.c,
397        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
398        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
399        libchip/shmdr/init.c, libchip/shmdr/intr.c,
400        libchip/shmdr/shm_driver.h: Cosmetics.
401
4022004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
403
404        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
405        optman/rtems/no-msg.c, optman/rtems/no-part.c,
406        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
407        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
408        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
409        fixed size types.
410
4112004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
412
413        * configure.ac: Explicitly pass --includedir and --libdir to
414        cpukit/configure.
415
4162004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
417
418        * librdbg/Makefile.am: Fix rpcgen rules.
419        * librdbg/src/i386/any/remdeb_xdr.c,
420        librdbg/src/m68k/any/remdeb_xdr.c,
421        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
422        Reflect changes to librdbg/Makefile.am.
423
4242004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
425
426        * configure.ac: Reflect changes testsuites/configure.ac and
427        cpukit/configure.ac.
428
4292004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
430
431        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
432        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
433
4342004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
435
436        * configure.ac: Reflect changes to testsuites's configuration.
437
4382004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
439
440        PR/589 rtems
441        * libchip/network/pci.h: Remove (Moved to cpukit).
442
4432004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
444
445        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
446        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
447        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
448        libchip/network/dec21140.c, libchip/network/elnk.c,
449        libchip/network/if_fxp.c, libchip/network/open_eth.c,
450        libchip/network/open_eth.h, libchip/network/sonic.c,
451        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
452        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
453        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
454        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
455        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
456        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
457        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
458        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
459        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
460        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
461        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
462        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
463        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
464        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
465        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
466        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
467        fixed-size types.
468
4692004-03-14      Chris Johns  <chrisj@rtems.org>
470
471        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
472        the BSP example code.
473        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
474        support the DIMMPC. This is a pc386 target with IO port support. Minor
475        formating clean up. Add documentation to the header file.
476        * libchip/network/README.cs8900: The CS8900 driver is documented in the
477        cs8900.h header file.
478
4792004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
482        Cosmetics.
483
4842004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
487        There are no application level Makefiles in here.
488
4892004-03-04      Joel Sherrill <joel@OARcorp.com>
490
491        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
492        they can be used in application level makefiles.
493
4942004-03-05      Joel Sherrill <joel@OARcorp.com>
495
496        * libnetworking/rtems_webserver/ejparse.c,
497        libnetworking/rtems_webserver/emfdb.c,
498        libnetworking/rtems_webserver/sock.c,
499        libnetworking/rtems_webserver/socket.c,
500        libnetworking/rtems_webserver/sym.c,
501        libnetworking/rtems_webserver/webs.c,
502        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
5032004-03-05      Joel Sherrill <joel@OARcorp.com>
504
505        * libchipnetwork/open_eth.c: Remove warnings by conditionally
506        compiling this file only only those CPU families with supported
507        exception models.
508
5092004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * acinclude.m4: Fix loosing arguments when configuring cpukit and
512        testsuites (Was exposed with --enable-multilib, only).
513        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
514         Add RTEMS_BSP_CONFIG_SUBDIR.
515        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
516        testsuites's configure.
517        * aclocal/rtems-top.m4: Remove ENDIF hack.
518        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
519
5202004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
523        wrapup/Makefile.am: Fix automake problems having been introduced
524        in previous patch.
525
5262004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
529        Preinstall dirs.
530        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
531        * aclocal/check-multiprocessing.m4: Cosmetics.
532        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
533        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
534
5352004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
538        librdbg/src/Makefile.am.
539        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
540        * configure.ac: Reflect changes above.
541        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
542        * wrapup/Makefile.am: Reflect changes above.
543        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
544
5452004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
548
5492004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
552
5532004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * wrapup/Makefile.am: Reflect new location of librdbg.a.
556
5572004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
560        librdbg/src/powerpc/Makefile.am: Remove.
561        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
562        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
563        * configure.ac: Reflect changes above.
564
5652004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567
5682004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
571        STRIP.
572
5732004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * librdbg/include/Makefile.am: Merge-in
576        librdbg/include/rdbg/i386/Makefile.am,
577        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
578        librdbg/include/rdbg/powerpc/Makefile.am.
579        * librdbg/include/rdbg/i386/Makefile.am,
580        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
581        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
582        * configure.ac: Reflect changes above.
583
5842004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * configure.ac: Use AS_HELP_STRING(ada).
587
5882004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * aclocal/bspopts.m4: Use AS_HELP_STRING.
591        * aclocal/bsp-configure.m4: Require autoconf-2.59.
592        Use AC_CONFIG_HEADERS.
593        * aclocal/check-custom-bsp.m4: Add bspkit-support.
594        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
595
5962004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * Makefile.am: include local.am.
599
6002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * aclocal/version.m4: 4.6.99.0.
603
6042004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * Makefile.am: Don't include host.am.
607        * automake/compile.am: Further cleanups.
608
6092004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * automake/lib.am: Remove (Unused).
612
6132004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * wrapup/Makefile.am: Don't include lib.am.
616        * automake/compile.am: Use automake compilation rules.
617
6182004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * libnetworking/pppd/Makefile.am,
621        libnetworking/rtems_servers/Makefile.am,
622        libnetworking/rtems_telnetd/Makefile.am,
623        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
624        support/Makefile.am: Don't include lib.am.
625
6262004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * libchip/Makefile.am: Don't include lib.am.
629        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
630        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
631        unnecessary EXTRA_DISTs.
632
6332004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
636        hack.
637
6382004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
641        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
642        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
643        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
644
6452004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
648        Add AM_CONDITIONAL(HAS_MP).
649        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
650        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
651        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
652        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
653        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
654        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
655        (Deprecated by autoconf 2.59).
656
6572004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
660        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
661
6622004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * ChangeLog: Merge-in libnetworking/ChangeLog.
665        * libnetworking/ChangeLog: Remove.
666        * ChangeLog: Merge-in librdbg/ChangeLog.
667        * librdbg/ChangeLog: Remove.
668        * ChangeLog: Merge-in libchip/ChangeLog.
669        * libchip/ChangeLog: Remove.
670        * ChangeLog: Merge-in optman/ChangeLog.
671        * optman/ChangeLog: Remove.
672
6732004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * configure.ac: Reflect changes to cpukit.
676        * wrapup/Makefile.am: Reflect changes to librdbg.
677        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
678        * libchip/Makefile.am: Add PREINSTALL_DIRS.
679        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
680        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
681        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
682        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
683        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
684        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
685        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
686
6872004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * aclocal/rtems-top.m4: Remove check for version.m4.
690        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
691
6922004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
693
694        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
695        * wrapup/Makefile.am: Reflect changes to libchip/*.
696        * support/Makefile.am: Use automake compilation rules.
697        * wrapup/Makefile.am: Reflect changes to support/*.
698        * configure.ac: Remove libnetworking/wrapup/Makefile.
699        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
700        libnetworking/*/lib*.a instead of libnetapps.a.
701        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
702        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
703        * optman/Makefile.am: Use automake compilation rules.
704        * libchip/Makefile.am: Fix typo in previous patch.
705        * libchip/Makefile.am: Use automake compilation rules.
706        * libnetworking/Makefile.am: Remove wrapup.
707        * libnetworking/pppd/Makefile.am: Build libpppd. Use
708        automake-compilation rules.
709        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
710        automake-compilation rules.
711        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
712        automake-compilation rules.
713        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
714        automake-compilation rules.
715        * libnetworking/wrapup/Makefile.am: Remove (Unused).
716
7172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
720        PRE/TMPINSTALL_FILES to CLEANFILES.
721        * automake/lib.am: Remove TMPINSTALL_FILES.
722        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
723        PRE/TMPINSTALL_FILES to CLEANFILES.
724        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
725        PRE/TMPINSTALL_FILES to CLEANFILES.
726        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
727        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
728        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
729        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
730        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
731        * librdbg/src/i386/Makefile.am: Ditto.
732        * librdbg/src/m68k/Makefile.am: Ditto.
733        * librdbg/src/powerpc/Makefile.am: Ditto.
734        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
735        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
736        * libnetworking/rtems_servers/Makefile.am: Ditto.
737        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
738        * libnetworking/rtems_webserver/Makefile.am: Ditto.
739
7402004-01-07      Joel Sherrill <joel@OARcorp.com>
741
742        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
743        more completely covers the MIPS family.
744
7452003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * wrapup/Makefile.am: Reflect changes to shmdr.
748        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
749
7502003-12-18      Joel Sherrill <joel@OARcorp.com>
751
752        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
753        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
754        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
755        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
756        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
757        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
758        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
759
7602003-12-17      Joel Sherrill <joel@OARcorp.com>
761
762        * aclocal/version.m4: Updated to rtems-20031217-test.
763
7642003-12-17     
765
766        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
767        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
768
7692003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * automake/compile.am: Remove LINK_LIBS (Unused).
772        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
773
7742003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
777        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
778        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
779        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
780        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
781
7822003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
783
784        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
785        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
786        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
787        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
788        * librdbg/src/i386/Makefile.am:
789        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
790        * librdbg/src/m68k/Makefile.am:
791        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
792        * librdbg/src/powerpc/Makefile.am:
793        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
794
7952003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
796
797        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
798        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
799        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
800        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
801        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
802        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
803        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
804        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
805        * optman/Makefile.am: Remove project_libdir.
806        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
807        PRE/TMPINSTALL_FILES.
808        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
809        PRE/TMPINSTALL_FILES.
810        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
811        PRE/TMPINSTALL_FILES.
812        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
813        PRE/TMPINSTALL_FILES.
814        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
815        from PRE/TMPINSTALL_FILES.
816        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
817        PRE/TMPINSTALL_FILES.
818        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
819        PRE/TMPINSTALL_FILES.
820        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
821        PRE/TMPINSTALL_FILES.
822        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
823        PRE/TMPINSTALL_FILES.
824        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
825        PRE/TMPINSTALL_FILES.
826        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
827        PRE/TMPINSTALL_FILES.
828        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
829        from PRE/TMPINSTALL_FILES.
830
8312003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
832
833        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
834        * automake/lib.am: Remove project_libdir.
835        * wrapup/Makefile.am: Reworked.
836
8372003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * configure.ac: Reflect changes to librdbg.
840        * optman/Makefile.am: Add tmpinstall dirstamp support.
841        * libchip/Makefile.am: Fix variant-tmpinstall support.
842        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
843        * librdbg/src/powerpc/Makefile.am: Merge-in former
844        new_exception_processing/Makefile.am.
845        * librdbg/src/m68k/any/Makefile.am: Remove.
846        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
847        * librdbg/src/i386/any/Makefile.am: Remove.
848        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
849        * librdbg/src/Makefile.am: Cosmetics.
850        * librdbg/include/Makefile.am: Cosmetics.
851        * librdbg/Makefile.am: Cosmetics.
852        * libnetworking/Makefile.am: Cosmetics.
853        * libnetworking/pppd/Makefile.am: Cosmetics.
854        * libnetworking/wrapup/Makefile.am: Cosmetics.
855
8562003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
857
858        * Makefile.am: Cosmetics.
859        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
860        support.
861
8622003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
863
864        * automake/compile.am: Remove $(ARCH):-rule.
865
8662003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
867
868        * configure.ac: Remove lib/libbsp/shared/Makefile,
869        lib/libbsp/shmdr/Makefile.
870
8712003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
872
873        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
874        libchip/serial/Makefile, libchip/rtc/Makefile.
875        * support/Makefile.am: Remove all-local: $(ARCH).
876        * wrapup/Makefile.am: Remove all-local: $(ARCH).
877        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
878        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
879        * optman/Makefile.am: Remove all-local: $(ARCH).
880        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
881        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
882        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
883        compilation dirstamp support.
884        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
885        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
886        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
887        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
888        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
889        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
890        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
891        all-local: $(ARCH).
892        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
893        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
894        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
895        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
896        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
897
8982003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
899
900        * aclocal/lead-dot.m4: New (from automake-1.7f).
901        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
902        AC_SUBST(dirstamp).
903        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
904        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
905        libchip/serial/Makefile.am: Ditto.
906        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
907        * librdbg/include/Makefile.am: Ditto.
908        * librdbg/include/rdbg/Makefile.am: Ditto.
909        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
910        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
911        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
912        * librdbg/src/Makefile.am: Ditto.
913        * librdbg/src/i386/Makefile.am: Ditto.
914        * librdbg/src/i386/any/Makefile.am: Ditto.
915        * librdbg/src/m68k/Makefile.am: Ditto.
916        * librdbg/src/m68k/any/Makefile.am: Ditto.
917        * librdbg/src/powerpc/Makefile.am: Ditto.
918        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
919        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
920        preinstallation.
921        * libnetworking/pppd/Makefile.am: Ditto.
922        * libnetworking/rtems_servers/Makefile.am: Ditto.
923        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
924        * libnetworking/rtems_webserver/Makefile.am: Ditto.
925        * libnetworking/wrapup/Makefile.am: Ditto.
926
9272003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
928
929        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
930        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
931        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
932        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
933        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
934        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
935        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
936        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
937        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
938        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
939        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
940        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
941        underquoting to silence automake-1.8.
942
9432003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
944
945        * configure.ac: Reflect having moved tests to ../../testsuites.
946
9472003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
948
949        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
950        * aclocal/canonical-host.m4: Remove.
951        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
952        * configure.ac: Remove RTEMS_CANONICAL_HOST.
953
9542003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
955
956        * aclocal/check-cpu.m4: Remove.
957        * configure.ac: Merge-in former aclocal/check-cpu.m4.
958        * aclocal/canonical-target-name.m4: Add m4-quotes.
959        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
960        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
961        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
962        * aclocal/check-networking.m4: Add m4-quotes. Require
963        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
964        * aclocal/check-posix.m4: Add m4-quotes. Require
965        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
966        * aclocal/check-rdbg.m4: Add m4-quotes. Require
967        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
968        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
969
9702003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
971
972        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
973        * aclocal/bsp-alias.m4: Remove.
974
9752003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
976
977        * configure.ac: Make presence of tests/ optional.
978
9792003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
980
981        * aclocal/path-perl.m4: Remove (Unused).
982
9832003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
984
985        * automake/force-preinstall.am: Remove.
986
9872003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
988
989        PR 499/rtems_misc
990        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
991        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
992        Configuration (Odd was forced) - Correction of Stop Bit configuration
993        (inversed) - Correction of ISR Handler to call
994        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
995        CTS Hardware flow control Configuration.
996
9972003-09-04      Joel Sherrill <joel@OARcorp.com>
998
999        * lib/libcpu/shared/include/cache.h,
1000        lib/libcpu/shared/src/cache_aligned_malloc.c,
1001        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1002        license changed.
1003        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1004        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1005        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1006        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1007        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1008        for license changed.
1009        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1010        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1011        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1012        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1013        libchip/network/cs8900.h, libchip/network/dec21140.c,
1014        libchip/network/elnk.c, libchip/network/open_eth.c,
1015        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1016        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1017        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1018        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1019        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1020        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1021        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1022        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1023        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1024        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1025        libchip/serial/serial.h, libchip/serial/z85c30.c,
1026        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1027        libchip/serial/z85c30_reg.c: URL for license changed.
1028
10292003-09-03      Jiri Gaisler <jiri@gaisler.com>
1030
1031        PR 477/networking
1032        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1033        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1034        libchip/network/open_eth.h: New files.
1035
10362003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1037
1038        * aclocal/rtems-top.m4: Add RTEMS_API.
1039        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1040
10412003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1042
1043        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1044        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1045        @RTEMS_BSP@.cfg.
1046
10472003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1048
1049        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1050
10512003-08-20      Joel Sherrill <joel@OARcorp.com>
1052
1053        * libchip/network/cs8900.c: Correct copyright statements.
1054
10552003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1056
1057        * aclocal/check-itron.m4: Remove.
1058        * aclocal/enable-inlines.m4: Remove.
1059        * Makefile.am: Reflect having moved aclocal/.
1060        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1061        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1062        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1063        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1064        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1065        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1066        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1067        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1068        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1069        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1070        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1071        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1072        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1073        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1074        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1075        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1076        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1077        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1078        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1079        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1080        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1081        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1082        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1083        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1084        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1085        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1086        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1087        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1088        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1089        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1090        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1091        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1092        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1093        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1094        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1095        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1096        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1097        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1098        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1099        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1100        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1101        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1102        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1103        * aclocal/target.m4: New (Copied from ../../aclocal).
1104        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1105        * aclocal/version.m4: New (Copied from ../../aclocal).
1106
11072003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1108
1109        * configure.ac: Remove stray comments.
1110        * automake/local.am, automake/host.am: Remove "debug".
1111
11122003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1113
1114        * Makefile.am: Reflect having moved automake/.
1115        * lib/Makefile.am: Reflect having moved automake/.
1116        * support/Makefile.am: Reflect having moved automake/.
1117        * wrapup/Makefile.am: Reflect having moved automake/.
1118        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1119        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1120        from ../../automake).
1121        * optman/Makefile.am: Reflect having moved automake/.
1122        * libchip/Makefile.am: Reflect having moved automake/.
1123        * libchip/ide/Makefile.am: Reflect having moved automake/.
1124        * libchip/network/Makefile.am: Reflect having moved automake/.
1125        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1126        * libchip/serial/Makefile.am: Reflect having moved automake/.
1127        * librdbg/Makefile.am: Reflect having moved automake/.
1128        * librdbg/include/Makefile.am: Reflect having moved automake/.
1129        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1130        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1131        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1132        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1133        automake/.
1134        * librdbg/src/Makefile.am: Reflect having moved automake/.
1135        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1136        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1137        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1138        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1139        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1140        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1141        having moved automake/.
1142        * libnetworking/Makefile.am: Reflect having moved automake/.
1143        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1144        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1145        automake/.
1146        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1147        automake/.
1148        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1149        automake/.
1150        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1151
11522003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1153
1154        * Makefile.am: Add bsp.pc.in.
1155        * bsp.pc.in: New (pkgconfig support).
1156
11572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1158
1159        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1160
11612003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1162
1163        * lib/Makefile.am: New (Required by 'make dist').
1164        * lib/ChangeLog: Remove.
1165        * lib/.cvsignore: Cleanup.
1166        * configure.ac: Reflect having added lib/Makefile.am.
1167        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1168        lib/libbsp/configure.ac.
1169        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1170        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1171
11722003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1173
1174        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1175        * configure.ac: Merge-in librdbg/configure.ac.
1176        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1177        librdbg/configure.ac.
1178        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1179        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1180        LIBCHIP. Conditionally build include-dirs.
1181        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1182        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1183        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1184        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1185        librdbg/include/rdbg/m68k/Makefile.am,
1186        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1187        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1188        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1189        librdbg/src/powerpc/Makefile.am, librdbg/
1190        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1191        configure.ac into ../configure.ac.
1192        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1193        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1194        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1195        libnetworking/rtems_telnetd/Makefile.am,
1196        libnetworking/rtems_webserver/Makefile.am,
1197        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1198        into ../configure.ac.
1199
12002003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1201
1202        PR 427/rtems
1203        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1204        * librdbg/src/servtsp.c: Ditto.
1205
12062003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1207
1208        PR 429/bsps
1209        PR 432/bsps
1210        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1211        packets are queued onto an elnk board, the ISR will deadlock the device
1212        with a tx complete interrupt.  Lighter tx loads are not affected as they
1213        end up submitting single packets to the device.
1214
12152003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1216
1217        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1218        optman/configure.ac.
1219        * optman/configure.ac: Remove (Merged into ../configure.ac).
1220        * optman/Makefile.am: Reflect having merged configure.ac into
1221        ../configure.ac.
1222        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1223        * libchip/Makefile.am, libchip/ide/Makefile.am,
1224        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1225        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1226        ../configure.ac.
1227
12282003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1229
1230        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1231
12322003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1233
1234        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1235        on i386.
1236
12372003-06-13      Joel Sherrill <joel@OARcorp.com>
1238
1239        * libnetworking/pppd/chat.c: Removed warnings.
1240
12412003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1242
1243        * libchip/network/README.3com: New file missed in previous commit.
1244        PR 405/bsps
1245        PR 393/networking
1246        * libchip/network/dec21140.c: Fix leak also known as PR393.
1247        * libchip/network/elnk.c, libchip/network/if_media.h,
1248        libchip/network/mii.h: New files.
1249        * libchip/network/Makefile.am: Reflect new files.
1250
12512003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1252
1253        * configure.ac: Remove support for profile-variant.
1254
12552003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1256
1257        PR 397/pppd
1258        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1259        * libnetworking/pppd/magic.c: Remove *rand48.
1260        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1261
12622003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1263
1264        * wrapup/Makefile.am: Add libide.a.
1265
12662003-04-15      Joel Sherrill <joel@OARcorp.com>
1267
1268        PR 387/rtems_misc
1269        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1270        routines.
1271        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1272
12732003-04-11      Joel Sherrill <joel@OARcorp.com>
1274
1275        * libnetworking/rtems_webserver/cgi.c,
1276        libnetworking/rtems_webserver/sockGen.c,
1277        libnetworking/rtems_webserver/umui.c,
1278        libnetworking/rtems_webserver/websSSL.c,
1279        libnetworking/rtems_webserver/websSSL.h,
1280        libnetworking/rtems_webserver/websda.c,
1281        libnetworking/rtems_webserver/websda.h: New files. Not included in
1282        previous commit.
1283
12842003-04-10      Joel Sherrill <joel@OARcorp.com>
1285
1286        PR 371/pppd
1287        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1288        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1289        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1290        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1291        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1292        still global symbols in rtemspppd.h which might need to be changed or
1293        converted into member of a structure which is dereferenced with a
1294        pointer that is managed as a per task variable. But this patch should
1295        avoid many conflicts.
1296
12972003-03-27      Joel Sherrill <joel@OARcorp.com>
1298
1299        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1300        not allowed in the cpukit source code since it must be buildable
1301        independent of any BSP. These files were moved to libchip/ide.
1302        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1303        files.
1304
13052003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1306
1307        PR 368/filesystems
1308        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1309        improvements which now work on pc386 and mbx8xx.
1310        * libchip/ide/ide_controller.c: New file.
1311
13122003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1313
1314        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1315
13162003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1317
1318        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1319        * configure.ac: Add support/.
1320        * support/.cvsignore: New.
1321        * support/Makefile.am: New.
1322        * support/version.c: New.
1323        * wrapup/Makefile.am: Add support/libsupport.a.
1324        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1325        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1326        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1327        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1328
13292003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1330
1331        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1332
13332003-02-20      Till Straumann <strauman@slac.stanford.edu>
1334
1335        PR 354/networking
1336        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1337        chip against a table of supported chips. The untested ones are still
1338        commented out, however.
1339
13402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1341
1342        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1343        * configure.ac: AC_PREREQ(2.57).
1344        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1345        * optman/configure.ac: AC_PREREQ(2.57).
1346        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1347        * libchip/configure.ac: AC_PREREQ(2.57).
1348        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1349        * librdbg/configure.ac: AC_PREREQ(2.57).
1350        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1351        * libnetworking/configure.ac: AC_PREREQ(2.57).
1352
13532003-02-06      Joel Sherrill <joel@OARcorp.com>
1354
1355        * libnetworking/pppd/chat.c: Convert routines with common names to
1356        static. This included get_char(), put_char(), and character() among
1357        others.
1358
13592003-02-03      Joel Sherrill <joel@OARcorp.com>
1360
1361        PR 338/filesystem
1362        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1363        rtems_io_lookup_name() (API change).  Unused function removed.
1364
13652003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1366
1367        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1368        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1369        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1370        Eliminate *_O_FILES.
1371        * libnetworking/rtems_servers/Makefile.am,
1372        libnetworking/rtems_webserver/Makefile.am,
1373        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1374
13752002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1376
1377        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1378        Let all-local: depend on $(LIB).
1379        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1380        * optman/Makefile.am: Apply install-data-local to install *.rels.
1381
13822002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1383
1384        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1385        %.c rules.
1386        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1387        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1388        * libchip/rtc/Makefile.am: Ditto.
1389        * libchip/serial/Makefile.am: Ditto.
1390
13912002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1392
1393        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1394        LIBC_DEFINES.
1395        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1396        LIBC_DEFINES.
1397        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1398        LIBC_DEFINES.
1399
14002002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1401
1402        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1403
14042002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1405
1406        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1407        cache-checking.
1408        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1409
14102002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1411
1412        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1413        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1414        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1415        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1416        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1417
14182002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1419
1420        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1421        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1422        Remove.
1423        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1424
14252002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1426
1427        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1428        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1429
14302002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1431
1432        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1433        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1434
14352002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1436
1437        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1438        * optman/rel.am: New.
1439
14402002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1441
1442        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1443        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1444        braino in comment on "exec". Extend --enable-ada handling.
1445
14462002-11-04      Joel Sherrill <joel@OARcorp.com>
1447
1448        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1449        tasks and rolling multiple loops into 1.
1450        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1451        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1452        Removed warnings.
1453
14542002-10-31      Joel Sherrill <joel@OARcorp.com>
1455
1456        * libchip/network/dec21140.c: Removed warnings.
1457        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1458        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1459        librdbg/src/m68k/any/remdeb_xdr.c,
1460        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1461        warnings.
1462        * libnetworking/rtems_webserver/socket.c,
1463        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1464
14652002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1466
1467        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1468        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1469        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1470        above.
1471
14722002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1473
1474        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1475        * wrapup/.cvsignore: Remove autom4te.cache.
1476        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1477        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1478        autom4te.cache.
1479        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1480        autom4te.cache.
1481        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1482        autom4te.cache.
1483
14842002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1485
1486        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1487
14882002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1489
1490        * optman/.cvsignore: Add autom4te.cache.
1491
14922002-09-14      Joel Sherrill <joel@OARcorp.com>
1493
1494        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1495
14962002-09-07      Joel Sherrill <joel@OARcorp.com>
1497
1498        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1499        include files to resolve warnings.
1500
15012002-09-07      Chris Johns <ccj@acm.org>
1502
1503        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1504        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1505        which corrects the problem  where the cs8900.c file was actually the BSP
1506        glue.  Joel did some hacking so this file will compile.  Previously it
1507        required providing a target.h file to compile.
1508        * libchip/network/cs8900.c.bsp: New file.
1509
15102002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1511
1512        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1513
15142002-08-31      Joel Sherrill <joel@OARcorp.com>
1515
1516        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1517        eliminate warning.
1518
15192002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1520
1521        * configure.ac: Add ada-tests.
1522
15232002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1524
1525        * Makefile.am: Add preinstall-stamp.
1526
15272002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1528
1529        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1530        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1531        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1532        gcc31 happy.
1533        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1534        cp.
1535
15362002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1537
1538        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1539        make/bsp.mak.
1540        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1541        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1542
15432002-08-12      Joel Sherrill <joel@OARcorp.com>
1544
1545        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1546        avoid error.
1547
15482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1549
1550        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1551        * configure.ac: Add BSP_SUBDIRS.
1552        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1553        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1554        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1555        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1556        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1557        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1558        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1559        RTEMS_CHECK_BSP_CACHE.
1560        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1561        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1562        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1563        .$(OBJEXT) instead of .o.
1564        * libnetworking/pppd/Makefile.am,
1565        libnetworking/rtems_servers/Makefile.am,
1566        libnetworking/rtems_telnetd/Makefile.am,
1567        libnetworking/rtems_webserver/Makefile.am,
1568        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1569
15702002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1571
1572        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1573        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1574        ../libchip/serial/$(ARCH)/libserialio.a.
1575        * libchip/serial/Makefile.am: Don't tmp-install lib.
1576        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1577
15782002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1579
1580        * Makefile.am: Add rtems_makedir.
1581        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1582        * Makefile.am: Add wrapup-SUBDIR.
1583        * wrapup/ChangeLog: Remove.
1584        * wrapup/configure.ac: Remove.
1585        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1586        (Make the bare BSP happy).
1587        * configure.ac: Ditto.
1588        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1589        Create make/custom/default.cfg.
1590        * configure.ac: Add creation of make/custom/*.cfg. Create
1591        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1592
15932002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1594
1595        * Makefile.am: Clean $(PROJECT_RELEASE).
1596
15972002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1598
1599        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1600        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1601        prototype mismatches.
1602
16032002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1604
1605        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1606        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1607
16082002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1609
1610        * acinclude.m4: Add test "$multilib" != "yes".
1611        * config-ml.in: Remove.
1612        * acinclude.m4: Cleanups.
1613        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1614        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1615        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1616        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1617        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1618
16192002-07-16      Eric Norum <eric.norum@usask.ca>
1620
1621        * New driver for the Intel EtherExpressPro (82559ER) chip.
1622        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1623        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1624        * libchip/network/Makefile.am: Modified to reflect above.
1625
16262002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1627
1628        * acinclude.m4: New.
1629        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1630        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1631        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1632
16332002-07-01      Joel Sherrill <joel@OARcorp.com>
1634
1635        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1636        _Objects_Information_table now that it is a two dimensional array based
1637        upon API and class.
1638        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1639        of strnlen().
1640
16412002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1642
1643        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1644        preinstall libnetapps.a.
1645
16462002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1647
1648        * configure.ac: Remove librpc.
1649
16502002-06-25      Joel Sherrill <joel@OARcorp.com>
1651
1652        * Per PR233, moved librpc to exec.
1653        * configure.ac, wrapup/Makefile.am: Modified.
1654        * librpc, librpc/ChangeLog: Removed.
1655
16562002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1657
1658        * optman/Makefile.am: Remove multilib support.
1659        * optman/configure.ac: Ditto.
1660        * optman/sapi/Makefile.am: Ditto.
1661
16622002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1663
1664        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1665        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1666
16672002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1668
1669        Move networking libraries to c/src/exec/libnetworking
1670        * libnetworking/configure.ac, libnetworking/Makefile.am,
1671        libnetworking/wrapup/Makefile.am: Reflect Moval.
1672
16732002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1674
1675        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1676        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1677        <rtems/bspIo.h>.
1678
16792002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1680
1681        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1682        * libnetworking/rtems/mkrootfs.h: Ditto.
1683        * libnetworking/rtems/Makefile.am: Reflect changes above.
1684
16852002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1686
1687        * configure.ac: Remove lib.
1688
16892002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1690
1691        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1692        that exception stack frames on M68K members with VBR always are 6 byte
1693        long. The incorrect assumption resulted in some gdb commands like "next"
1694        to fail on the 68360.
1695
16962002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1697
1698        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1699        PR 220
1700        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1701        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1702        CVS.
1703        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1704        libnetworking/sys/filio.h: Remove.
1705        * libnetworking/sys/Makefile.am: Reflect changes above.
1706
17072002-05-07      Chris Johns <ccj@acm.org>
1708
1709        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1710        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1711        requires it to be stripped.
1712
17132002-05-01      Eric Norum <eric.norum@usask.ca>
1714
1715        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1716        assembly  to satisfy gcc 3.1 and newer.
1717
17182002-04-26      Eric Norum <eric.norum@usask.ca>
1719
1720        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1721        agressive optimization in gcc 3.1 does not reorder things.
1722
17232002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1724
1725        * libchip/network/dec21140.c: Reflect changes to powerpc's
1726        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1727        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1728        <rtems/score/cpu.h>.
1729        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1730        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1731
17322002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1733
1734        * optman/configure.ac: Remove ENABLE_GCC28.
1735
17362002-04-11      Chris Johns <ccj@acm.org>
1737
1738        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1739        driver control block field to the ifconfig network driver structure.
1740        This field is needed by the i82586 driver which was ported from NetBSD
1741        as it had better hardware abstraction.
1742        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1743        PR59, added the drv_ctrl driver control block field to the ifconfig
1744        network driver structure. This field is needed by the i82586 driver
1745        which was ported from NetBSD as it had better hardware abstraction.
1746
17472002-04-10      Mike Siers <mikes@poliac.com>
1748
1749        * libnetworking/rtems_webserver/NOTES,
1750        libnetworking/rtems_webserver/asp.c,
1751        libnetworking/rtems_webserver/balloc.c,
1752        libnetworking/rtems_webserver/default.c,
1753        libnetworking/rtems_webserver/ej.h,
1754        libnetworking/rtems_webserver/ejIntrn.h,
1755        libnetworking/rtems_webserver/ejlex.c,
1756        libnetworking/rtems_webserver/ejparse.c,
1757        libnetworking/rtems_webserver/emfdb.c,
1758        libnetworking/rtems_webserver/emfdb.h,
1759        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1760        libnetworking/rtems_webserver/handler.c,
1761        libnetworking/rtems_webserver/license.txt,
1762        libnetworking/rtems_webserver/md5.h,
1763        libnetworking/rtems_webserver/md5c.c,
1764        libnetworking/rtems_webserver/mime.c,
1765        libnetworking/rtems_webserver/misc.c,
1766        libnetworking/rtems_webserver/ringq.c,
1767        libnetworking/rtems_webserver/rom.c,
1768        libnetworking/rtems_webserver/security.c,
1769        libnetworking/rtems_webserver/sock.c,
1770        libnetworking/rtems_webserver/sym.c,
1771        libnetworking/rtems_webserver/uemf.c,
1772        libnetworking/rtems_webserver/uemf.h,
1773        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1774        libnetworking/rtems_webserver/url.c,
1775        libnetworking/rtems_webserver/value.c,
1776        libnetworking/rtems_webserver/wbase64.c,
1777        libnetworking/rtems_webserver/webcomp.c,
1778        libnetworking/rtems_webserver/webpage.c,
1779        libnetworking/rtems_webserver/webrom.c,
1780        libnetworking/rtems_webserver/webs.c,
1781        libnetworking/rtems_webserver/webs.h,
1782        libnetworking/rtems_webserver/websuemf.c,
1783        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1784        2.1.4.
1785
17862002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1787
1788        * libchip/network/i82586.c: Include <string.h>.
1789        * libchip/network/sonic.c: Ditto.
1790
17912002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1792
1793        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1794
17952002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1796
1797        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1798
17992002-03-27      Thomas.Doerfler@imd-systems.de
1800
1801        PR 144
1802        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1803        memory address 0 when called for the first time. This is done when
1804        trying to clear the variable "dhcp_hostname".
1805
18062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1807
1808        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1809        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1810        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1811        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1812        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1813        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1814        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1815        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1816        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1817        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1818        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1819        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1820        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1821        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1822        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1823        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1824        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1825        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1826        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1827        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1828        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1829        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1830        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1831        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1832        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1833        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1834        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1835        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1836        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1837        AUTOMAKE_OPTIONS.
1838        * libnetworking/configure.ac:
1839        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1840        foreign 1.6]).
1841        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1842        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1843        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1844        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1845        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1846        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1847        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1848        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1849        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1850        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1851        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1852        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1853        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1854        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1855        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1856        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1857        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1858
18592002-03-27      Ilya Alexeev <ilya@continuum.ru>
1860
1861        PR 162
1862        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1863        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1864        used in a device write routines.  Now ppp_softc structure have own
1865        character for writing to device (sc_outchar).  I think that converting
1866        local variables to static is not a right solution, because problems will
1867        occur in the case of two or more ppp instances.
1868        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1869        must be u_long, otherwise in the case of the big output packet endless
1870        loop may occur.
1871
18722002-03-21      Ilya Alexeev <ilya@continuum.ru>
1873
1874        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1875        preparations for multiple PPPD connections.
1876
18772002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1878
1879        PR 149
1880        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1881        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1882        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1883        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1884
18852002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1886
1887        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1888        * configure.ac: Modified to reflect addition.
1889
18902002-02-27      Ilya Alexeev <ilya@continuum.ru>
1891
1892        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1893        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1894        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1895        capabilities as well as eliminate some warnings.
1896
18972002-02-27      Eric Norum <eric.norum@usask.ca>
1898
1899        * libnetworking/net/radix.c: Properly handle fetching the default route
1900        when there is no route.  This was a bug in the original FreeBSD code and
1901        this fix is from an updated version of their code.
1902
19032002-02-16      Eric Norum <eric.norum@usask.ca>
1904
1905        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1906        checking.
1907
19082002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1909
1910        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1911        dodefaultroute.
1912
19132002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1914
1915        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1916        include <rtems/seterr.h>.
1917
19182002-02-01      Mike Siers <mikes@poliac.com>
1919
1920        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1921        avoid bringing the link down too fast. NOTE: Mike reports successfully
1922        running at 56K baud on a direct link.
1923
19242002-02-01      Eric Valette <valette@crf.canon.fr>
1925
1926        * librdbg/So many patches have been posted recently on the mailing list
1927        and  because we were unable to find correct solution to compile on
1928        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1929        because the coding  style of rdbg was rather inconsistant among various
1930        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1931        global coding style (using indent + manual edits), 2) incorporate/review
1932        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1933        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1934        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1935        after rdbg initialization is done, NB : the paches is huge but it is
1936        mainly due to coding styke chnages.  Only few lines of codes have been
1937        really changed and they do not impact  rdbg functionnality (AFAIKT).
1938        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1939        librdbg/include/rdbg/m68k/rdbg_f.h,
1940        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1941        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1942        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1943        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1944        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1945        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1946        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1947        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1948        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1949        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1950        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1951        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1952        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1953        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1954        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1955        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1956
19572002-01-31      Mike Siers <mikes@poliac.com>
1958
1959        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1960        * Nice Update of PPPD support which eliminates the requiremetn that
1961        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1962        and reports that it seems to be more stable and handle larger packets
1963        better.  This patch replaces the termios tasks with more general pppd
1964        network driver tasks.  The functions pppinput() and pppstart() get
1965        called from the interrupt service routine.
1966        * libnetworking/Makefile.am, libnetworking/configure.ac,
1967        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1968        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1969        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1970        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1971        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1972        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1973        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1974        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1975        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1976        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1977        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1978        libnetworking/net/route.c, libnetworking/net/route.h,
1979        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1980        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1981        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1982        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1983        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1984        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1985        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1986        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1987        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1988        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1989        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1990        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1991        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1992        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1993        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1994        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1995        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1996        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1997        libnetworking/pppd/example/README,
1998        libnetworking/pppd/example/netconfig.h,
1999        libnetworking/wrapup/Makefile.am: Modified.
2000        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2001        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2002        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2003        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2004        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2005        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2006        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2007        libnetworking/modem/pppcompress.c: Subdirectory removed.
2008
20092002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2010
2011        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2012        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2013
20142002-01-18      Till Straumann <strauman@slac.stanford.edu>
2015
2016        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2017        issues: - exception handler needs to enable MSR_FP if the interrupted
2018        thread is FP enabled. - printk message for MSR fixed and added
2019        stacktrace. NOTE: this requires the stacktrace patch to
2020        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2021        however).
2022
20232002-01-06      Joel Sherrill <joel@OARcorp.com>
2024
2025        * optman/.cvsignore: Added aclocal.m4 and configure.
2026        * optman/.cvsignore: New file.
2027
20282002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2029
2030        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2031
20322002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2033
2034        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2035        * optman/ChangeLog: New.
2036        * optman/configure.ac: New.
2037        * optman/Makefile.am: New.
2038        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2039        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2040
20412001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2042
2043        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2044
20452001-12-18      Eric Norum <eric.norum@usask.ca>
2046
2047        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2048        `directories' (path names with a / at the end) while disallowing open()
2049        operations on TFTP `directories'.
2050
20512001-12-07      Eric Norum <eric.norum@usask.ca>
2052
2053        * libnetworking/lib/tftpDriver.c: Restore write capability.
2054
20552001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2056
2057        * libchip/network/sonic.h: Fix typo.
2058        * libnetworking/arpa/Makefile.am: Remove stray lines.
2059
20602001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2061
2062        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2063
20642001-10-18      Eric Norum <eric.norum@usask.ca>
2065
2066        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2067        chdir() and open() operations within the TFTP file system.
2068
20692001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2070
2071        * librdbg/configure.ac: Fix latent bug exposed by removal of
2072        config.cache's which prevented powerpc targets librdbg from building.
2073
20742001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2075
2076        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2077        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2078        autoconf-2.52 happy.
2079
20802001-10-12      Mike Siers <mikes@poliac.com>
2081
2082        * libnetworking/Update to stable working state.  Congratulations Mike!
2083        :).
2084        * libnetworking/modem_example: Directory removed.
2085        * libnetworking/modem_example/16550.h,
2086        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2087        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2088        libnetworking/modem_example/ppp.h,
2089        libnetworking/modem_example/pppcompress.c: Files removed.
2090        * libnetworking/pppd/example/pppd.options: New file.
2091        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2092        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2093        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2094        libnetworking/pppd/rtemsmain.c: Updated.
2095
20962001-10-12      Joel Sherrill <joel@OARcorp.com>
2097
2098        * libchip/serial/z85c30.c: Fixed typo.
2099
21002001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2101
2102        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2103        * configure.in: Remove.
2104        * configure.ac: New file, generated from configure.in by autoupdate.
2105        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2106        * libchip/configure.in: Remove.
2107        * libchip/configure.ac: New file, generated from configure.in by
2108        autoupdate.
2109        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2110        * librdbg/configure.in: Remove.
2111        * librdbg/configure.ac: New file, generated from configure.in by
2112        autoupdate.
2113        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2114        * libnetworking/configure.in: Remove.
2115        * libnetworking/configure.ac: New file, generated from configure.in by
2116        autoupdate.
2117
21182001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2119
2120        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2121        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2122        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2123
21242001-09-27      Joel Sherrill <joel@OARcorp.com>
2125
2126        * libchip/ChangeLog: Fixed typo in date.
2127
21282001-09-27      Eric Norum <eric.norum@usask.ca>
2129
2130        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2131        TFTP  filesystem.
2132
21332001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2134
2135        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2136        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2137        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2138        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2139        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2140        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2141        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2142        'PREINSTALL_FILES ='.
2143        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2144        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2145        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2146        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2147        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2148        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2149        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2150        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2151        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2152        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2153        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2154        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2155
21562001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2157
2158        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2159        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2160        * librdbg/src/m68k/any/Makefile.am: Ditto.
2161        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2162        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2163        happy.
2164
21652001-09-21      Joel Sherrill <joel@OARcorp.com>
2166
2167        * libchip/network/Makefile.am: Fixed typo on file name.
2168        * libchip/network/i82586.c: Commented out line 318 which is referencing
2169        a member of a structure that is not currently there.  This needs to be
2170        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2171        to C style.
2172
21732001-09-19      Eric Norum <eric.norum@usask.ca>
2174
2175        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2176
21772001-09-19      Chris Johns <ccj@acm.org>
2178
2179        * libchip/network/README.i82586, libchip/network/i82586.c,
2180        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2181        Network driver for Intel i82586.
2182        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2183        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2184        "root" filesystem with information obtained via the DHCP response.
2185
21862001-09-14      Eric Norum <eric.norum@usask.ca>
2187
2188        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2189        make gcc 3.x happy.
2190
21912001-08-16      Mike Siers <mikes@poliac.com>
2192
2193        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2194        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2195        These support callback functionality that has not even been compiled
2196        under RTEMS yet.
2197        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2198        example application.  Mike's notes on the modifications: - renamed
2199        error() function because of namespace problems - removed calls to the
2200        exit() funciton - removed extra files from the pppd source directory -
2201        defined pppd task constant values in rtemspppd.h - modifyied example
2202        code to get actual tick per second value - placed the pppd 2.3.11 man
2203        page file (pppd.8) into the pppd directory.
2204        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2205        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2206        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2207        libnetworking/pppd/rtems-ppp.c: Deleted.
2208        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2209        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2210        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2211        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2212        libnetworking/pppd/example/init.c,
2213        libnetworking/pppd/example/netconfig.h,
2214        libnetworking/pppd/example/ppp.conf,
2215        libnetworking/pppd/example/pppdapp.c,
2216        libnetworking/pppd/example/system.h: New files.
2217        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2218        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2219        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2220        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2221        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2222        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2223        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2224        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2225        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2226        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2227        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2228        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2229        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2230        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2231        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2232
22332001-08-16      Joel Sherrill <joel@OARcorp.com>
2234
2235        * libnetworking/pppd/example/Makefile: Removed.
2236        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2237        to avoid bootstrap -c clobbering it.
2238        * libnetworking/rtems_telnetd/.cvsignore: New file.
2239
22402001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2241
2242        * libnetworking/Makefile.am, libnetworking/configure.in,
2243        libnetworking/rtems_servers/Makefile.am,
2244        libnetworking/rtems_servers/telnetd.c,
2245        libnetworking/rtems_servers/telnetd.h,
2246        libnetworking/rtems_telnetd/Makefile.am,
2247        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2248        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2249        libnetworking/rtems_telnetd/telnetd.c,
2250        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2251        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2252        effect when ftpd change. - the tcp/ip stats have been implemented into
2253        icmds.c and started when telnetd daemon is started.
2254        * libnetworking/rtems_servers/telnetd.c,
2255        libnetworking/rtems_servers/telnetd.h: Removed.
2256        * libnetworking/rtems_telnetd: New directory.
2257        * libnetworking/rtems_telnetd/Makefile.am,
2258        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2259        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2260        libnetworking/rtems_telnetd/telnetd.c,
2261        libnetworking/rtems_telnetd/telnetd.h: New files.
2262
22632001-06-14      Joel Sherrill <joel@OARcorp.com>
2264
2265        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2266        Moved from libmisc/shell so the network stack to address network
2267        depenendency.
2268        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2269
22702001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2271
2272        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2273
22742001-05-15      Joel Sherrill <joel@OARcorp.com>
2275
2276        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2277        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2278        accidentally deleted the incorrectly empty versions.
2279
22802001-05-14      Till Straumann <strauman@slac.stanford.edu>
2281
2282        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2283        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2284        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2285        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2286        to know the values) - the affected BSP (shared/motorola) headers have
2287        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2288        driver (libchip/network/dec21140.c) has been fixed to use
2289        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2290        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2291        who is using this driver. - the DEC driver also has been fixed to use
2292        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2293        delay_in_bus_cycles().
2294
22952001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2296
2297        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2298
22992001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2300
2301        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2302
23032001-04-24      Eric Norum <eric.norum@usask.ca>
2304
2305        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2306        NTP synchronization a little more robust -- no NTP daemon yet, but at
2307        least it trys a little harder when the primary NTP server is down.
2308
23092001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2310
2311        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2312        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2313        libnetworking/pppd/modem_example/modem.c,
2314        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2315        other strings into English.
2316        * libnetworking/pppd/STATUS: updated to reflect the changes.
2317
23182001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2319
2320        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2321        again.
2322
23232001-04-20      Eric Valette <valette@crf.canon.fr>
2324
2325        * mcp750 directory renamed new_exception processing as it supports many
2326        more CPU models.
2327        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2328        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2329        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2330        formerly in mcp750 plus modifications.
2331        * librdbg/src/powerpc/mcp750/.cvsignore,
2332        librdbg/src/powerpc/mcp750/Makefile.am,
2333        librdbg/src/powerpc/mcp750/remdeb.h,
2334        librdbg/src/powerpc/mcp750/remdeb_f.x,
2335        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2336        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2337        new_exception_processing.
2338        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2339        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2340        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2341        part of this effort to add support for the MPC8xx.
2342
23432001-04-19      Joel Sherrill <joel@OARcorp.com>
2344
2345        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2346        internal include files.
2347
23482001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2349
2350        PR 158
2351        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2352        rcmd() library call by commenting out the parts that deal with signals.
2353        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2354        stdio. The 'server-side' parts of this file which deal with
2355        authentication are disabled since they are not needed.
2356
23572001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2358
2359        * libnetworking/include/.cvsignore: Remove dangling file.
2360
23612001-03-14      Joel Sherrill <joel@OARcorp.com>
2362
2363        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2364        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2365        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2366        libchip style serial drivers can be written in libcpu or libbsp.
2367
23682001-03-01      Joel Sherrill <joel@OARcorp.com>
2369
2370        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2371        libchip/network/sonic.c, libchip/network/sonic.h,
2372        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2373        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2374        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2375        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2376        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2377        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2378        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2379        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2380
23812001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2382
2383        * librdbg/include/rdbg/Makefile.am,
2384        librdbg/include/rdbg/i386/Makefile.am,
2385        librdbg/include/rdbg/m68k/Makefile.am,
2386        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2387        style on include files.
2388
23892001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2390
2391        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2392        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2393        replace ${..} with $(..).
2394        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2395        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2396        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2397        libnetworking/rtems/Makefile.am, libnetworking/
2398        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2399        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2400        include_*HEADERS instead of H_FILES.
2401        * libnetworking/include/Makefile.am: Remove.
2402        * libnetworking/Makefile.am: Add handling of *.h files.
2403        * libnetworking/configure.in: Remove include/Makefile.
2404
24052001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2406
2407        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2408
24092001-01-31      Sergei Organov <osv@javad.ru>
2410
2411        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2412        current dir and root dir removed in favor of new libio support for
2413        task-local current and root directories. - Bug in `close_data_socket()'
2414        introduced by previous change fixed. - `command_pasv()' changed to set
2415        timeout on socket we are listening on and code fixed to don't close
2416        socket twice on error. - `serr()' changed to clear `errno'. -
2417        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2418        changed to clear `errno' before processing session. -
2419        `close_data_socket()' fixed to close both active and passive sockets -
2420        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2421        empty string  in `exec_command()'.
2422
24232001-01-25      Eric Norum <eric.norum@usask.ca>
2424
2425        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2426        improves throughput on systems which are dropping packets.   Only the
2427        first timeout is reduced.  This keeps the number of extra packets down
2428        on networks that are very busy and dropping lots of packets.
2429
24302001-01-24      Sergei Organov <osv@javad.ru>
2431
2432        * libnetworking/rtems_servers/ftpd.c,
2433        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2434        - Timeouts on sockets implemented. 'idle' field added to configuration.
2435        No timeout by default to keep backward compatibility. Note: SITE IDLE
2436        command not implemented yet. - Basic global access control implemented.
2437        'access' field added to configuration. No access limitations by default
2438        to keep backward compatibility. - Anchor data socket for active mode
2439        (using self IP and port 20.) - Fixed default data port support (still
2440        not tested). - Don't allow IP address different from originating host in
2441        PORT command to improve security. - Fixed bug in MDTM command. - Check
2442        for correctness of parsing of argument in command_port(). - Fixed
2443        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2444        a directory. - Command parsing a little bit improved: command names are
2445        now converted to upper-case to be more compatible with RFC (command
2446        names are not case-sensitive.) - Reformat comments so that they have
2447        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2448        previous changes - True ASCII mode implemented (doesn't work for hooks
2449        and /dev/null) - Passive mode implemented, PASV command added. - Default
2450        port for data connection could be used (untested, can't find ftp client
2451        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2452        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2453
24542001-01-18      Joel Sherrill <joel@OARcorp.com>
2455
2456        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2457        macro using variable arguments.
2458        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2459        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2460        since I updated the main RTEMS development machine to RedHat 7.2 and
2461        apparently got a new version of rpcgen.
2462
24632001-01-12      Sergei Organov <osv@javad.ru>
2464
2465        * libnetworking/rtems_servers/ftpd.c,
2466        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2467        - use pool of pre-created threads to handle sessions instead of
2468        creating/deleting threads on the fly - LIST output is now similar to
2469        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2470        happy with it. - LIST NAME now works (both for files and directories) -
2471        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2472        clients happy  - keep track of CWD for every session separately -
2473        ability to specify root directory name for FTPD in configuration table.
2474        FTPD will then create illusion for FTP clients that this is actually
2475        root directory. - ignore options sent in commands, thus LIST -al FILE
2476        works and doesn't try to list "-al" directory. - buffers are allocated
2477        on stack instead of heap where possible to eliminate malloc/free calls
2478        (avoid possible heap fragmentation troubles). - drop using of task
2479        notepad to pass parameters - use function arguments instead - use
2480        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2481        in socket() instead of AF_INET.
2482
24832001-01-02      Joel Sherrill <joel@OARcorp.com>
2484
2485        * libnetworking/CHANGELOG: Removed.
2486        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2487
24882000-12-14      Eric Norum <eric.norum@usask.ca>
2489
2490        * libnetworking/lib/tftpDriver.c: Added write capability.
2491
24922000-12-08      Joel Sherrill <joel@OARcorp.com>
2493
2494        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2495        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2496        numerous variable declarations conditional on PPP_COMPRESS and
2497        PPP_FILTER.  Commented out variables that were not used because the code
2498        using them was commented out. Removed totally unused variables.
2499        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2500        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2501
25022000-11-30      Joel Sherrill <joel@OARcorp.com>
2503
2504        * libnetworking/modem/ppp_tty.c: Changed to include
2505        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2506        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2507        * libnetworking/Makefile.am: Modified to reflect above.
2508
25092000-11-27      Joel Sherrill <joel@OARcorp.com>
2510
2511        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2512
25132000-11-25      Eric Norum <eric.norum@usask.ca>
2514
2515        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2516        core.
2517
25182000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2519
2520        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2521        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2522        subdir.
2523        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2524        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2525        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2526        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2527        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2528        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2529        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2530        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2531        ppp_tty.c and the real pppd main is in pppmain.c.
2532
25332000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2534
2535        * libchip/network/sonic.c: Added ipalign() routine to align the received
2536        packet so that the ip header is on a 32-bit boundary. Necessary for
2537        cpu's that do not allow unaligned loads and stores and when the 32-bit
2538        DMA mode is used.
2539
25402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2541
2542        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2543        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2544        ACLOCAL_AMFLAGS.
2545        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2546        ACLOCAL_AMFLAGS.
2547        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2548        ACLOCAL_AMFLAGS.
2549
25502000-11-03      Chris Johns <ccj@acm.org>
2551
2552        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2553        libchip/network/cs8900.h: New files.
2554
25552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2556
2557        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2558        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2559        $(RTEMS_TOPdir)/aclocal.
2560        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2561        $(RTEMS_TOPdir)/aclocal.
2562        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2563        $(RTEMS_TOPdir)/aclocal.
2564
25652000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2566
2567        * configure.in: Switch to GNU-canonicalization.
2568        * Makefile.am: Reflect changes to configure.in.
2569        * acinclude.m4: Remove.
2570
25712000-10-30      Joel Sherrill <joel@OARcorp.com>
2572
2573        * POSIX include files merged into newlib.  This resulted in some
2574        definitions moving to other files and thus some secondary effects in
2575        RTEMS source code.
2576        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2577        in sync with newlib's <machine/types.h>.
2578        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2579        definition of struct itimerval in <sys/time.h>.
2580
25812000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2582
2583        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2584        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2585        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2586        * ChangeLog: Fix typos.
2587        * configure.in: add tests to the GNU canonicalized subdirectories.
2588
25892000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2590
2591        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2592        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2593        the lib directory before configuring lib/.
2594
25952000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2596
2597        * configure.in, Makefile.am: add exec to the GNU canonicalized
2598        subdirectories.
2599        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2600        * configure.in: add libnetworking, librpc and librdb to the GNU
2601        canonicalized subdirectories.
2602        * configure.in: add libmisc and libchip to the GNU canonicalized
2603        subdirectories.
2604        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2605        Switch to GNU canonicalization.
2606        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2607        Switch to GNU canonicalization.
2608        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2609        Switch to GNU canonicalization.
2610
26112000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2612
2613        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2614        canonicalization to libfs/. The approach is currently a bit of a hack as
2615        GNU canonicalization does not support the per-BSP build some of the
2616        other directories require.  As more of the tree is converted, this will
2617        become less  of an issue.
2618
26192000-10-20      Joel Sherrill <joel@OARcorp.com>
2620
2621        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2622        parameter.
2623
26242000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2625
2626        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2627        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2628        * librdbg/configure.in: Add m68k support.
2629        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2630        subdirectory.
2631        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2632        failure.
2633        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2634        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2635        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2636        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2637        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2638        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2639        librdbg/src/m68k/.cvsignore: New files.
2640        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2641        function pointers.
2642        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2643        _after_ pointer has been checked against NULL.
2644
26452000-10-18      Joel Sherrill <joel@OARcorp.com>
2646
2647        * wrapup/Makefile.am: Added libfs.
2648
26492000-10-18      Chris Johns <ccj@acm.org>
2650
2651        * libfs created.
2652        * configure.in: Added libfs subdirectory.
2653        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2654
26552000-09-28      Joel Sherrill <joel@OARcorp.com>
2656
2657        * libnetworking/rtems_webserver/Makefile.am,
2658        libnetworking/rtems_webserver/base64.c,
2659        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2660        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2661
26622000-09-22      Joel Sherrill <joel@OARcorp.com>
2663
2664        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2665        libnetworking/rtems/rtems_bsdnet_internal.h,
2666        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2667        have included rtems.h.  It is now including precisely the  least amount
2668        of low level, yet portable .h files to get the basic RTEMS types
2669        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2670        used machine/types.h to include rtems.h.
2671
26722000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2673
2674        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2675
26762000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2677
2678        * libnetworking/ChangeLog: Cleanup.
2679
26802000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2681
2682        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2683        * libchip/ChangeLog: Fix formating.
2684
26852000-09-05      Joel Sherrill <joel@OARcorp.com>
2686
2687        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2688        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2689        confusion and to work with the converted flags.
2690
26912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2692
2693        * wrapup/Makefile.am: Include compile.am.
2694        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2695        libchip/serial/Makefile.am: Include compile.am.
2696        * librdbg/src/i386/any/Makefile.am,
2697        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2698        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2699        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2700        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2701        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2702        libnetworking/rtems_servers/Makefile.am,
2703        libnetworking/rtems_webserver/Makefile.am,
2704        libnetworking/wrapup/Makefile.am: Include compile.am.
2705
27062000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2707
2708        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2709        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2710
27112000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2712
2713        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2714
27152000-08-31      Joel Sherrill <joel@OARcorp.com>
2716
2717        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2718        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2719        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2720        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2721        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2722        * libnetworking/wbase64.c: Removed.
2723        * libnetworking/Makefile.am, libnetworking/asp.c,
2724        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2725        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2726        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2727        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2728        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2729        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2730        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2731        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2732        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2733        Modified.
2734
27352000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2736
2737        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2738
27392000-08-30      Joel Sherrill <joel@OARcorp.com>
2740
2741        * libnetworking/rtems_webserver/license.txt: New file.
2742
27432000-08-10      Joel Sherrill <joel@OARcorp.com>
2744
2745        * ChangeLog: New file.
2746        * libchip/ChangeLog: New file.
2747        * librdbg/ChangeLog: New file.
2748        * libnetworking/ChangeLog: New file.
2749
Note: See TracBrowser for help on using the repository browser.