source: rtems/c/src/ChangeLog @ 239b819

4.104.114.84.95
Last change on this file since 239b819 was 355887b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/24/05 at 09:22:33

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

  • configure.ac: Remove CFLAGS_DEBUG_V. Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
  • Property mode set to 100644
File size: 107.0 KB
Line 
12005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove CFLAGS_DEBUG_V.
4        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
5
62005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * wrapup/Makefile.am: Remove rtems-ctor.o.
9
102005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * libchip/rtc/rtc.h: size_t RTC_Count.
13
142005-01-20      Joel Sherrill <joel@OARcorp.com>
15
16        PR 736/pppd
17        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
18        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
19        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
20        should not be static and should have a name more specific to pppd.
21
222005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
25        libnetworking/rtems_servers/Makefile.am,
26        libnetworking/rtems_telnetd/Makefile.am,
27        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
28        Eliminate CFLAGS_OPTIMIZE_V.
29
302005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * configure.ac: Pass CFLAGS to testsuites configure.
33        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
34        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
35
362005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Pass CFLAGS to cpukit configure.
39        * aclocal/rtems-flags.m4: Remove (Unused).
40        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
41        * aclocal/env-rtemsbsp.m4:
42        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
43        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
44        RTEMS_CFLAGS.
45        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
46        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
47        Cleanup comments.
48
492005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * automake/compile.am: Remove build-variant support.
52
532005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * libnetworking/pppd/Makefile.am,
56        libnetworking/rtems_servers/Makefile.am,
57        libnetworking/rtems_telnetd/Makefile.am:
58        Remove build-variant support.
59
602005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
63        support/Makefile.am, wrapup/Makefile.am:
64        Remove build-variant support.
65
662004-11-22      Joel Sherrill <joel@OARcorp.com>
67
68        * libchip/network/if_fxp.c: Add entry for another module ID code.
69
702004-11-22      Joel Sherrill <joel@OARcorp.com>
71
72        PR 693/misc
73        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
74        in/outport routines.
75
762004-11-22      Joel Sherrill <joel@OARcorp.com>
77
78        PR 693/misc
79        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
80        in/outport routines.
81
822004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * aclocal/enable-itron.m4: Remove (unused).
85
862004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        * configure.ac: Misc. quoting cleanups.
89        Enable ada-tests iff --enable-ada and --enable-tests.
90
912004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
92
93        PR 703/filesystem
94        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
95        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
96        libchip/ide/ide_controller.c:
97        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
98        available for BSPS/device drivers.
99        Extend the "modes_available" and "mode_active" parameters to
100        uint16_t for UDMA support.
101
1022004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
103
104        * libchip/network/dec21140.c: Cleanup a bit and remove message about
105        not supported on PowerPC since it works on the MVME2100 BSP.
106
1072004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
108
109        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
110        Add dependency tracking for *.cfgs.
111        * Makefile.am: Add dependency tracking for *.cfg.
112
1132004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
114
115        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
116        (Thanks to Lars Munch <lars@segv.dk> for catching this).
117
1182004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
119
120        PR 707/make_build
121        * configure.ac: Add --enable-rpcgen.
122
1232004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
124
125        PR 700/rtems_misc
126        * libnetworking/rtems_webserver/asp.c,
127        libnetworking/rtems_webserver/balloc.c,
128        libnetworking/rtems_webserver/cgi.c,
129        libnetworking/rtems_webserver/default.c,
130        libnetworking/rtems_webserver/ej.h,
131        libnetworking/rtems_webserver/ejIntrn.h,
132        libnetworking/rtems_webserver/ejlex.c,
133        libnetworking/rtems_webserver/ejparse.c,
134        libnetworking/rtems_webserver/emfdb.c,
135        libnetworking/rtems_webserver/emfdb.h,
136        libnetworking/rtems_webserver/form.c,
137        libnetworking/rtems_webserver/handler.c,
138        libnetworking/rtems_webserver/h.c,
139        libnetworking/rtems_webserver/license.txt,
140        libnetworking/rtems_webserver/Makefile.am,
141        libnetworking/rtems_webserver/md5c.c,
142        libnetworking/rtems_webserver/md5.h,
143        libnetworking/rtems_webserver/mime.c,
144        libnetworking/rtems_webserver/misc.c,
145        libnetworking/rtems_webserver/NOTES,
146        libnetworking/rtems_webserver/ringq.c,
147        libnetworking/rtems_webserver/rom.c,
148        libnetworking/rtems_webserver/rtems_webserver.h,
149        libnetworking/rtems_webserver/security.c,
150        libnetworking/rtems_webserver/sock.c,
151        libnetworking/rtems_webserver/socket.c,
152        libnetworking/rtems_webserver/sockGen.c,
153        libnetworking/rtems_webserver/sym.c,
154        libnetworking/rtems_webserver/uemf.c,
155        libnetworking/rtems_webserver/uemf.h,
156        libnetworking/rtems_webserver/um.c,
157        libnetworking/rtems_webserver/um.h,
158        libnetworking/rtems_webserver/umui.c,
159        libnetworking/rtems_webserver/url.c,
160        libnetworking/rtems_webserver/value.c,
161        libnetworking/rtems_webserver/wbase64.c,
162        libnetworking/rtems_webserver/webcomp.c,
163        libnetworking/rtems_webserver/webmain.c,
164        libnetworking/rtems_webserver/webpage.c,
165        libnetworking/rtems_webserver/webrom.c,
166        libnetworking/rtems_webserver/webs.c,
167        libnetworking/rtems_webserver/websda.c,
168        libnetworking/rtems_webserver/websda.h,
169        libnetworking/rtems_webserver/webs.h,
170        libnetworking/rtems_webserver/websSSL.c,
171        libnetworking/rtems_webserver/websSSL.h,
172        libnetworking/rtems_webserver/websuemf.c,
173        libnetworking/rtems_webserver/wsIntrn.h:
174        Remove (Moved to cpukit/http).
175
1762004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
177
178        PR 700/rtems_misc
179        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
180        Remove libnetworking/rtems_webserver.
181
1822004-10-25      Eric Norum <norume@aps.anl.gov>
183
184        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
185
1862004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
187
188        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
189
1902004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
191
192        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
193        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
194
1952004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
196
197        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
198
1992004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
200
201        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
202        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
203
2042004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
205
206        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
207        BITSPERBYTE.
208
2092004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
210
211        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
212        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
213
2142004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
215
216        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
217
2182004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
219
220        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
221        * aclocal/enable-bare.m4: Remove.
222        * configure.ac: Remove BARE_CPU_MODEL.
223
2242004-10-13      Eric Norum <norume@aps.anl.gov>
225
226        PR 688/bsps
227        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
228        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
229        MC146818A (and several Dallas Semiconductor) TOD chips.
230
2312004-10-13      Eric Norum <norume@aps.anl.gov>
232
233        PR 686/networking
234        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
235        device code.
236
2372004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
238
239        * libchip/network/dec21140.c: include <rtems/pci.h>.
240
2412004-09-29      Joel Sherrill <joel@OARcorp.com>
242
243        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
244        libnetworking/pppd/utils.c: i960 obsoleted and all references
245        removed.
246
2472004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
248
249        PR 607/networking
250        * libchip/network/dec21140.c: Made PCI configuration minimum sane
251        instead of fully specifying unused PCI features.
252
2532004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
254
255        * configure.ac: Require automake > 1.9.
256
2572004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
258
259        * aclocal/rtems-cpu-subdirs.m4: Add avr.
260
2612004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
262
263        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
264        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
265
2662004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
267
268        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
269        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
270
2712004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
272
273        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
274
2752004-07-28  Joel Sherrill <joel@OARcorp.com>
276
277    * aclocal/version.m4: Updated to rtems-4.6.99.1.
278
2792004-07-25      Joel Sherrill <joel@OARcorp.com>
280
281        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
282
2832004-05-21  Till Strauman <strauman@slac.stanford.edu>
284
285        PR 625/networking
286        * libchip/network/dec21140.c, ... : Prevent name clashes by making
287        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
288        an error rather than panic if no chip is detected (thus allowing
289        for probing).
290        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
291        instead of looping forever.  Avoid divide by zero (crashed my PC).
292        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
293        they are UNTESTED.
294
2952004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
296
297        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
298
2992004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
300
301        * libchip/network/dec21140.c, libchip/network/elnk.c:
302        #include <errno.h>.
303
3042004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
305
306        * libchip/network/if_media.h: Update from FreeBSD.
307        * libchip/network/open_eth.c, libchip/network/cs8900.c,
308        libchip/network/i82586.c: #include <errno.h>.
309
3102004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
311
312        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
313
3142004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
315
316        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
317
3182004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
319
320        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
321        automake).
322
3232004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
324
325        PR 599/pppd
326        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
327
3282004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
329
330        * optman/rtems/no-region.c: Reflect having changed
331        rtems_region_get_segment_size.
332
3332004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
334
335        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
336        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
337        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
338        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
339        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
340        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
341        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
342
3432004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
344
345        * libchip/ide/ata.c, libchip/network/dec21140.c,
346        libchip/network/elnk.c, libchip/network/i82586.c,
347        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
348        libchip/network/open_eth.c, libchip/network/sonic.c,
349        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
350        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
351        libchip/shmdr/init.c, libchip/shmdr/intr.c,
352        libchip/shmdr/shm_driver.h: Cosmetics.
353
3542004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
355
356        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
357        optman/rtems/no-msg.c, optman/rtems/no-part.c,
358        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
359        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
360        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
361        fixed size types.
362
3632004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
364
365        * configure.ac: Explicitly pass --includedir and --libdir to
366        cpukit/configure.
367
3682004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
369
370        * librdbg/Makefile.am: Fix rpcgen rules.
371        * librdbg/src/i386/any/remdeb_xdr.c,
372        librdbg/src/m68k/any/remdeb_xdr.c,
373        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
374        Reflect changes to librdbg/Makefile.am.
375
3762004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
377
378        * configure.ac: Reflect changes testsuites/configure.ac and
379        cpukit/configure.ac.
380
3812004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
382
383        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
384        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
385
3862004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
387
388        * configure.ac: Reflect changes to testsuites's configuration.
389
3902004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
391
392        PR/589 rtems
393        * libchip/network/pci.h: Remove (Moved to cpukit).
394
3952004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
396
397        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
398        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
399        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
400        libchip/network/dec21140.c, libchip/network/elnk.c,
401        libchip/network/if_fxp.c, libchip/network/open_eth.c,
402        libchip/network/open_eth.h, libchip/network/sonic.c,
403        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
404        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
405        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
406        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
407        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
408        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
409        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
410        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
411        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
412        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
413        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
414        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
415        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
416        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
417        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
418        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
419        fixed-size types.
420
4212004-03-14      Chris Johns  <chrisj@rtems.org>
422
423        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
424        the BSP example code.
425        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
426        support the DIMMPC. This is a pc386 target with IO port support. Minor
427        formating clean up. Add documentation to the header file.
428        * libchip/network/README.cs8900: The CS8900 driver is documented in the
429        cs8900.h header file.
430
4312004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
434        Cosmetics.
435
4362004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
439        There are no application level Makefiles in here.
440
4412004-03-04      Joel Sherrill <joel@OARcorp.com>
442
443        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
444        they can be used in application level makefiles.
445
4462004-03-05      Joel Sherrill <joel@OARcorp.com>
447
448        * libnetworking/rtems_webserver/ejparse.c,
449        libnetworking/rtems_webserver/emfdb.c,
450        libnetworking/rtems_webserver/sock.c,
451        libnetworking/rtems_webserver/socket.c,
452        libnetworking/rtems_webserver/sym.c,
453        libnetworking/rtems_webserver/webs.c,
454        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
4552004-03-05      Joel Sherrill <joel@OARcorp.com>
456
457        * libchipnetwork/open_eth.c: Remove warnings by conditionally
458        compiling this file only only those CPU families with supported
459        exception models.
460
4612004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * acinclude.m4: Fix loosing arguments when configuring cpukit and
464        testsuites (Was exposed with --enable-multilib, only).
465        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
466         Add RTEMS_BSP_CONFIG_SUBDIR.
467        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
468        testsuites's configure.
469        * aclocal/rtems-top.m4: Remove ENDIF hack.
470        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
471
4722004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
475        wrapup/Makefile.am: Fix automake problems having been introduced
476        in previous patch.
477
4782004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
481        Preinstall dirs.
482        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
483        * aclocal/check-multiprocessing.m4: Cosmetics.
484        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
485        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
486
4872004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
490        librdbg/src/Makefile.am.
491        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
492        * configure.ac: Reflect changes above.
493        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
494        * wrapup/Makefile.am: Reflect changes above.
495        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
496
4972004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
500
5012004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
504
5052004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * wrapup/Makefile.am: Reflect new location of librdbg.a.
508
5092004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
512        librdbg/src/powerpc/Makefile.am: Remove.
513        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
514        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
515        * configure.ac: Reflect changes above.
516
5172004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519
5202004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
523        STRIP.
524
5252004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * librdbg/include/Makefile.am: Merge-in
528        librdbg/include/rdbg/i386/Makefile.am,
529        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
530        librdbg/include/rdbg/powerpc/Makefile.am.
531        * librdbg/include/rdbg/i386/Makefile.am,
532        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
533        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
534        * configure.ac: Reflect changes above.
535
5362004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * configure.ac: Use AS_HELP_STRING(ada).
539
5402004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * aclocal/bspopts.m4: Use AS_HELP_STRING.
543        * aclocal/bsp-configure.m4: Require autoconf-2.59.
544        Use AC_CONFIG_HEADERS.
545        * aclocal/check-custom-bsp.m4: Add bspkit-support.
546        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
547
5482004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * Makefile.am: include local.am.
551
5522004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * aclocal/version.m4: 4.6.99.0.
555
5562004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * Makefile.am: Don't include host.am.
559        * automake/compile.am: Further cleanups.
560
5612004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * automake/lib.am: Remove (Unused).
564
5652004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * wrapup/Makefile.am: Don't include lib.am.
568        * automake/compile.am: Use automake compilation rules.
569
5702004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * libnetworking/pppd/Makefile.am,
573        libnetworking/rtems_servers/Makefile.am,
574        libnetworking/rtems_telnetd/Makefile.am,
575        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
576        support/Makefile.am: Don't include lib.am.
577
5782004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * libchip/Makefile.am: Don't include lib.am.
581        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
582        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
583        unnecessary EXTRA_DISTs.
584
5852004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
588        hack.
589
5902004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
593        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
594        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
595        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
596
5972004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
600        Add AM_CONDITIONAL(HAS_MP).
601        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
602        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
603        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
604        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
605        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
606        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
607        (Deprecated by autoconf 2.59).
608
6092004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
612        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
613
6142004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * ChangeLog: Merge-in libnetworking/ChangeLog.
617        * libnetworking/ChangeLog: Remove.
618        * ChangeLog: Merge-in librdbg/ChangeLog.
619        * librdbg/ChangeLog: Remove.
620        * ChangeLog: Merge-in libchip/ChangeLog.
621        * libchip/ChangeLog: Remove.
622        * ChangeLog: Merge-in optman/ChangeLog.
623        * optman/ChangeLog: Remove.
624
6252004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * configure.ac: Reflect changes to cpukit.
628        * wrapup/Makefile.am: Reflect changes to librdbg.
629        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
630        * libchip/Makefile.am: Add PREINSTALL_DIRS.
631        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
632        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
633        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
634        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
635        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
636        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
637        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
638
6392004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * aclocal/rtems-top.m4: Remove check for version.m4.
642        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
643
6442004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
647        * wrapup/Makefile.am: Reflect changes to libchip/*.
648        * support/Makefile.am: Use automake compilation rules.
649        * wrapup/Makefile.am: Reflect changes to support/*.
650        * configure.ac: Remove libnetworking/wrapup/Makefile.
651        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
652        libnetworking/*/lib*.a instead of libnetapps.a.
653        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
654        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
655        * optman/Makefile.am: Use automake compilation rules.
656        * libchip/Makefile.am: Fix typo in previous patch.
657        * libchip/Makefile.am: Use automake compilation rules.
658        * libnetworking/Makefile.am: Remove wrapup.
659        * libnetworking/pppd/Makefile.am: Build libpppd. Use
660        automake-compilation rules.
661        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
662        automake-compilation rules.
663        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
664        automake-compilation rules.
665        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
666        automake-compilation rules.
667        * libnetworking/wrapup/Makefile.am: Remove (Unused).
668
6692004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
672        PRE/TMPINSTALL_FILES to CLEANFILES.
673        * automake/lib.am: Remove TMPINSTALL_FILES.
674        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
675        PRE/TMPINSTALL_FILES to CLEANFILES.
676        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
677        PRE/TMPINSTALL_FILES to CLEANFILES.
678        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
679        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
680        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
681        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
682        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
683        * librdbg/src/i386/Makefile.am: Ditto.
684        * librdbg/src/m68k/Makefile.am: Ditto.
685        * librdbg/src/powerpc/Makefile.am: Ditto.
686        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
687        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
688        * libnetworking/rtems_servers/Makefile.am: Ditto.
689        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
690        * libnetworking/rtems_webserver/Makefile.am: Ditto.
691
6922004-01-07      Joel Sherrill <joel@OARcorp.com>
693
694        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
695        more completely covers the MIPS family.
696
6972003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * wrapup/Makefile.am: Reflect changes to shmdr.
700        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
701
7022003-12-18      Joel Sherrill <joel@OARcorp.com>
703
704        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
705        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
706        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
707        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
708        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
709        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
710        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
711
7122003-12-17      Joel Sherrill <joel@OARcorp.com>
713
714        * aclocal/version.m4: Updated to rtems-20031217-test.
715
7162003-12-17     
717
718        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
719        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
720
7212003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * automake/compile.am: Remove LINK_LIBS (Unused).
724        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
725
7262003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
729        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
730        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
731        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
732        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
733
7342003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
737        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
738        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
739        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
740        * librdbg/src/i386/Makefile.am:
741        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
742        * librdbg/src/m68k/Makefile.am:
743        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
744        * librdbg/src/powerpc/Makefile.am:
745        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
746
7472003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
750        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
751        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
752        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
753        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
754        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
755        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
756        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
757        * optman/Makefile.am: Remove project_libdir.
758        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
759        PRE/TMPINSTALL_FILES.
760        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
761        PRE/TMPINSTALL_FILES.
762        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
763        PRE/TMPINSTALL_FILES.
764        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
765        PRE/TMPINSTALL_FILES.
766        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
767        from PRE/TMPINSTALL_FILES.
768        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
769        PRE/TMPINSTALL_FILES.
770        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
771        PRE/TMPINSTALL_FILES.
772        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
773        PRE/TMPINSTALL_FILES.
774        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
775        PRE/TMPINSTALL_FILES.
776        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
777        PRE/TMPINSTALL_FILES.
778        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
779        PRE/TMPINSTALL_FILES.
780        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
781        from PRE/TMPINSTALL_FILES.
782
7832003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
784
785        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
786        * automake/lib.am: Remove project_libdir.
787        * wrapup/Makefile.am: Reworked.
788
7892003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
790
791        * configure.ac: Reflect changes to librdbg.
792        * optman/Makefile.am: Add tmpinstall dirstamp support.
793        * libchip/Makefile.am: Fix variant-tmpinstall support.
794        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
795        * librdbg/src/powerpc/Makefile.am: Merge-in former
796        new_exception_processing/Makefile.am.
797        * librdbg/src/m68k/any/Makefile.am: Remove.
798        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
799        * librdbg/src/i386/any/Makefile.am: Remove.
800        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
801        * librdbg/src/Makefile.am: Cosmetics.
802        * librdbg/include/Makefile.am: Cosmetics.
803        * librdbg/Makefile.am: Cosmetics.
804        * libnetworking/Makefile.am: Cosmetics.
805        * libnetworking/pppd/Makefile.am: Cosmetics.
806        * libnetworking/wrapup/Makefile.am: Cosmetics.
807
8082003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
809
810        * Makefile.am: Cosmetics.
811        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
812        support.
813
8142003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
815
816        * automake/compile.am: Remove $(ARCH):-rule.
817
8182003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * configure.ac: Remove lib/libbsp/shared/Makefile,
821        lib/libbsp/shmdr/Makefile.
822
8232003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
826        libchip/serial/Makefile, libchip/rtc/Makefile.
827        * support/Makefile.am: Remove all-local: $(ARCH).
828        * wrapup/Makefile.am: Remove all-local: $(ARCH).
829        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
830        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
831        * optman/Makefile.am: Remove all-local: $(ARCH).
832        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
833        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
834        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
835        compilation dirstamp support.
836        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
837        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
838        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
839        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
840        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
841        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
842        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
843        all-local: $(ARCH).
844        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
845        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
846        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
847        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
848        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
849
8502003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
851
852        * aclocal/lead-dot.m4: New (from automake-1.7f).
853        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
854        AC_SUBST(dirstamp).
855        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
856        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
857        libchip/serial/Makefile.am: Ditto.
858        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
859        * librdbg/include/Makefile.am: Ditto.
860        * librdbg/include/rdbg/Makefile.am: Ditto.
861        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
862        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
863        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
864        * librdbg/src/Makefile.am: Ditto.
865        * librdbg/src/i386/Makefile.am: Ditto.
866        * librdbg/src/i386/any/Makefile.am: Ditto.
867        * librdbg/src/m68k/Makefile.am: Ditto.
868        * librdbg/src/m68k/any/Makefile.am: Ditto.
869        * librdbg/src/powerpc/Makefile.am: Ditto.
870        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
871        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
872        preinstallation.
873        * libnetworking/pppd/Makefile.am: Ditto.
874        * libnetworking/rtems_servers/Makefile.am: Ditto.
875        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
876        * libnetworking/rtems_webserver/Makefile.am: Ditto.
877        * libnetworking/wrapup/Makefile.am: Ditto.
878
8792003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
880
881        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
882        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
883        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
884        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
885        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
886        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
887        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
888        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
889        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
890        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
891        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
892        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
893        underquoting to silence automake-1.8.
894
8952003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
896
897        * configure.ac: Reflect having moved tests to ../../testsuites.
898
8992003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
900
901        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
902        * aclocal/canonical-host.m4: Remove.
903        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
904        * configure.ac: Remove RTEMS_CANONICAL_HOST.
905
9062003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
907
908        * aclocal/check-cpu.m4: Remove.
909        * configure.ac: Merge-in former aclocal/check-cpu.m4.
910        * aclocal/canonical-target-name.m4: Add m4-quotes.
911        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
912        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
913        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
914        * aclocal/check-networking.m4: Add m4-quotes. Require
915        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
916        * aclocal/check-posix.m4: Add m4-quotes. Require
917        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
918        * aclocal/check-rdbg.m4: Add m4-quotes. Require
919        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
920        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
921
9222003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
923
924        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
925        * aclocal/bsp-alias.m4: Remove.
926
9272003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
928
929        * configure.ac: Make presence of tests/ optional.
930
9312003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
932
933        * aclocal/path-perl.m4: Remove (Unused).
934
9352003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
936
937        * automake/force-preinstall.am: Remove.
938
9392003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
940
941        PR 499/rtems_misc
942        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
943        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
944        Configuration (Odd was forced) - Correction of Stop Bit configuration
945        (inversed) - Correction of ISR Handler to call
946        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
947        CTS Hardware flow control Configuration.
948
9492003-09-04      Joel Sherrill <joel@OARcorp.com>
950
951        * lib/libcpu/shared/include/cache.h,
952        lib/libcpu/shared/src/cache_aligned_malloc.c,
953        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
954        license changed.
955        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
956        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
957        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
958        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
959        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
960        for license changed.
961        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
962        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
963        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
964        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
965        libchip/network/cs8900.h, libchip/network/dec21140.c,
966        libchip/network/elnk.c, libchip/network/open_eth.c,
967        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
968        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
969        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
970        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
971        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
972        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
973        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
974        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
975        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
976        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
977        libchip/serial/serial.h, libchip/serial/z85c30.c,
978        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
979        libchip/serial/z85c30_reg.c: URL for license changed.
980
9812003-09-03      Jiri Gaisler <jiri@gaisler.com>
982
983        PR 477/networking
984        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
985        * libchip/network/README.open_eth, libchip/network/open_eth.c,
986        libchip/network/open_eth.h: New files.
987
9882003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
989
990        * aclocal/rtems-top.m4: Add RTEMS_API.
991        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
992
9932003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
994
995        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
996        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
997        @RTEMS_BSP@.cfg.
998
9992003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1000
1001        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1002
10032003-08-20      Joel Sherrill <joel@OARcorp.com>
1004
1005        * libchip/network/cs8900.c: Correct copyright statements.
1006
10072003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1008
1009        * aclocal/check-itron.m4: Remove.
1010        * aclocal/enable-inlines.m4: Remove.
1011        * Makefile.am: Reflect having moved aclocal/.
1012        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1013        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1014        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1015        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1016        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1017        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1018        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1019        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1020        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1021        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1022        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1023        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1024        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1025        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1026        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1027        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1028        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1029        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1030        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1031        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1032        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1033        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1034        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1035        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1036        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1037        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1038        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1039        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1040        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1041        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1042        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1043        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1044        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1045        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1046        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1047        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1048        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1049        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1050        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1051        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1052        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1053        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1054        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1055        * aclocal/target.m4: New (Copied from ../../aclocal).
1056        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1057        * aclocal/version.m4: New (Copied from ../../aclocal).
1058
10592003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1060
1061        * configure.ac: Remove stray comments.
1062        * automake/local.am, automake/host.am: Remove "debug".
1063
10642003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1065
1066        * Makefile.am: Reflect having moved automake/.
1067        * lib/Makefile.am: Reflect having moved automake/.
1068        * support/Makefile.am: Reflect having moved automake/.
1069        * wrapup/Makefile.am: Reflect having moved automake/.
1070        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1071        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1072        from ../../automake).
1073        * optman/Makefile.am: Reflect having moved automake/.
1074        * libchip/Makefile.am: Reflect having moved automake/.
1075        * libchip/ide/Makefile.am: Reflect having moved automake/.
1076        * libchip/network/Makefile.am: Reflect having moved automake/.
1077        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1078        * libchip/serial/Makefile.am: Reflect having moved automake/.
1079        * librdbg/Makefile.am: Reflect having moved automake/.
1080        * librdbg/include/Makefile.am: Reflect having moved automake/.
1081        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1082        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1083        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1084        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1085        automake/.
1086        * librdbg/src/Makefile.am: Reflect having moved automake/.
1087        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1088        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1089        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1090        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1091        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1092        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1093        having moved automake/.
1094        * libnetworking/Makefile.am: Reflect having moved automake/.
1095        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1096        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1097        automake/.
1098        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1099        automake/.
1100        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1101        automake/.
1102        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1103
11042003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1105
1106        * Makefile.am: Add bsp.pc.in.
1107        * bsp.pc.in: New (pkgconfig support).
1108
11092003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1110
1111        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1112
11132003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1114
1115        * lib/Makefile.am: New (Required by 'make dist').
1116        * lib/ChangeLog: Remove.
1117        * lib/.cvsignore: Cleanup.
1118        * configure.ac: Reflect having added lib/Makefile.am.
1119        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1120        lib/libbsp/configure.ac.
1121        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1122        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1123
11242003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1125
1126        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1127        * configure.ac: Merge-in librdbg/configure.ac.
1128        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1129        librdbg/configure.ac.
1130        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1131        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1132        LIBCHIP. Conditionally build include-dirs.
1133        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1134        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1135        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1136        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1137        librdbg/include/rdbg/m68k/Makefile.am,
1138        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1139        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1140        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1141        librdbg/src/powerpc/Makefile.am, librdbg/
1142        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1143        configure.ac into ../configure.ac.
1144        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1145        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1146        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1147        libnetworking/rtems_telnetd/Makefile.am,
1148        libnetworking/rtems_webserver/Makefile.am,
1149        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1150        into ../configure.ac.
1151
11522003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1153
1154        PR 427/rtems
1155        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1156        * librdbg/src/servtsp.c: Ditto.
1157
11582003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1159
1160        PR 429/bsps
1161        PR 432/bsps
1162        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1163        packets are queued onto an elnk board, the ISR will deadlock the device
1164        with a tx complete interrupt.  Lighter tx loads are not affected as they
1165        end up submitting single packets to the device.
1166
11672003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1168
1169        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1170        optman/configure.ac.
1171        * optman/configure.ac: Remove (Merged into ../configure.ac).
1172        * optman/Makefile.am: Reflect having merged configure.ac into
1173        ../configure.ac.
1174        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1175        * libchip/Makefile.am, libchip/ide/Makefile.am,
1176        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1177        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1178        ../configure.ac.
1179
11802003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1181
1182        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1183
11842003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1185
1186        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1187        on i386.
1188
11892003-06-13      Joel Sherrill <joel@OARcorp.com>
1190
1191        * libnetworking/pppd/chat.c: Removed warnings.
1192
11932003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1194
1195        * libchip/network/README.3com: New file missed in previous commit.
1196        PR 405/bsps
1197        PR 393/networking
1198        * libchip/network/dec21140.c: Fix leak also known as PR393.
1199        * libchip/network/elnk.c, libchip/network/if_media.h,
1200        libchip/network/mii.h: New files.
1201        * libchip/network/Makefile.am: Reflect new files.
1202
12032003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1204
1205        * configure.ac: Remove support for profile-variant.
1206
12072003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1208
1209        PR 397/pppd
1210        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1211        * libnetworking/pppd/magic.c: Remove *rand48.
1212        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1213
12142003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1215
1216        * wrapup/Makefile.am: Add libide.a.
1217
12182003-04-15      Joel Sherrill <joel@OARcorp.com>
1219
1220        PR 387/rtems_misc
1221        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1222        routines.
1223        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1224
12252003-04-11      Joel Sherrill <joel@OARcorp.com>
1226
1227        * libnetworking/rtems_webserver/cgi.c,
1228        libnetworking/rtems_webserver/sockGen.c,
1229        libnetworking/rtems_webserver/umui.c,
1230        libnetworking/rtems_webserver/websSSL.c,
1231        libnetworking/rtems_webserver/websSSL.h,
1232        libnetworking/rtems_webserver/websda.c,
1233        libnetworking/rtems_webserver/websda.h: New files. Not included in
1234        previous commit.
1235
12362003-04-10      Joel Sherrill <joel@OARcorp.com>
1237
1238        PR 371/pppd
1239        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1240        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1241        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1242        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1243        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1244        still global symbols in rtemspppd.h which might need to be changed or
1245        converted into member of a structure which is dereferenced with a
1246        pointer that is managed as a per task variable. But this patch should
1247        avoid many conflicts.
1248
12492003-03-27      Joel Sherrill <joel@OARcorp.com>
1250
1251        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1252        not allowed in the cpukit source code since it must be buildable
1253        independent of any BSP. These files were moved to libchip/ide.
1254        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1255        files.
1256
12572003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1258
1259        PR 368/filesystems
1260        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1261        improvements which now work on pc386 and mbx8xx.
1262        * libchip/ide/ide_controller.c: New file.
1263
12642003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1265
1266        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1267
12682003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1269
1270        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1271        * configure.ac: Add support/.
1272        * support/.cvsignore: New.
1273        * support/Makefile.am: New.
1274        * support/version.c: New.
1275        * wrapup/Makefile.am: Add support/libsupport.a.
1276        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1277        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1278        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1279        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1280
12812003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1282
1283        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1284
12852003-02-20      Till Straumann <strauman@slac.stanford.edu>
1286
1287        PR 354/networking
1288        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1289        chip against a table of supported chips. The untested ones are still
1290        commented out, however.
1291
12922003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1293
1294        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1295        * configure.ac: AC_PREREQ(2.57).
1296        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1297        * optman/configure.ac: AC_PREREQ(2.57).
1298        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1299        * libchip/configure.ac: AC_PREREQ(2.57).
1300        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1301        * librdbg/configure.ac: AC_PREREQ(2.57).
1302        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1303        * libnetworking/configure.ac: AC_PREREQ(2.57).
1304
13052003-02-06      Joel Sherrill <joel@OARcorp.com>
1306
1307        * libnetworking/pppd/chat.c: Convert routines with common names to
1308        static. This included get_char(), put_char(), and character() among
1309        others.
1310
13112003-02-03      Joel Sherrill <joel@OARcorp.com>
1312
1313        PR 338/filesystem
1314        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1315        rtems_io_lookup_name() (API change).  Unused function removed.
1316
13172003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1318
1319        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1320        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1321        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1322        Eliminate *_O_FILES.
1323        * libnetworking/rtems_servers/Makefile.am,
1324        libnetworking/rtems_webserver/Makefile.am,
1325        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1326
13272002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1328
1329        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1330        Let all-local: depend on $(LIB).
1331        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1332        * optman/Makefile.am: Apply install-data-local to install *.rels.
1333
13342002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1335
1336        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1337        %.c rules.
1338        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1339        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1340        * libchip/rtc/Makefile.am: Ditto.
1341        * libchip/serial/Makefile.am: Ditto.
1342
13432002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1344
1345        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1346        LIBC_DEFINES.
1347        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1348        LIBC_DEFINES.
1349        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1350        LIBC_DEFINES.
1351
13522002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1353
1354        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1355
13562002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1357
1358        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1359        cache-checking.
1360        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1361
13622002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1363
1364        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1365        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1366        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1367        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1368        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1369
13702002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1371
1372        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1373        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1374        Remove.
1375        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1376
13772002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1378
1379        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1380        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1381
13822002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1383
1384        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1385        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1386
13872002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1388
1389        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1390        * optman/rel.am: New.
1391
13922002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1393
1394        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1395        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1396        braino in comment on "exec". Extend --enable-ada handling.
1397
13982002-11-04      Joel Sherrill <joel@OARcorp.com>
1399
1400        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1401        tasks and rolling multiple loops into 1.
1402        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1403        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1404        Removed warnings.
1405
14062002-10-31      Joel Sherrill <joel@OARcorp.com>
1407
1408        * libchip/network/dec21140.c: Removed warnings.
1409        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1410        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1411        librdbg/src/m68k/any/remdeb_xdr.c,
1412        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1413        warnings.
1414        * libnetworking/rtems_webserver/socket.c,
1415        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1416
14172002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1418
1419        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1420        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1421        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1422        above.
1423
14242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1425
1426        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1427        * wrapup/.cvsignore: Remove autom4te.cache.
1428        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1429        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1430        autom4te.cache.
1431        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1432        autom4te.cache.
1433        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1434        autom4te.cache.
1435
14362002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1437
1438        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1439
14402002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1441
1442        * optman/.cvsignore: Add autom4te.cache.
1443
14442002-09-14      Joel Sherrill <joel@OARcorp.com>
1445
1446        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1447
14482002-09-07      Joel Sherrill <joel@OARcorp.com>
1449
1450        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1451        include files to resolve warnings.
1452
14532002-09-07      Chris Johns <ccj@acm.org>
1454
1455        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1456        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1457        which corrects the problem  where the cs8900.c file was actually the BSP
1458        glue.  Joel did some hacking so this file will compile.  Previously it
1459        required providing a target.h file to compile.
1460        * libchip/network/cs8900.c.bsp: New file.
1461
14622002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1463
1464        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1465
14662002-08-31      Joel Sherrill <joel@OARcorp.com>
1467
1468        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1469        eliminate warning.
1470
14712002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1472
1473        * configure.ac: Add ada-tests.
1474
14752002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1476
1477        * Makefile.am: Add preinstall-stamp.
1478
14792002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1480
1481        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1482        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1483        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1484        gcc31 happy.
1485        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1486        cp.
1487
14882002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1489
1490        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1491        make/bsp.mak.
1492        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1493        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1494
14952002-08-12      Joel Sherrill <joel@OARcorp.com>
1496
1497        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1498        avoid error.
1499
15002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1501
1502        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1503        * configure.ac: Add BSP_SUBDIRS.
1504        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1505        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1506        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1507        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1508        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1509        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1510        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1511        RTEMS_CHECK_BSP_CACHE.
1512        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1513        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1514        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1515        .$(OBJEXT) instead of .o.
1516        * libnetworking/pppd/Makefile.am,
1517        libnetworking/rtems_servers/Makefile.am,
1518        libnetworking/rtems_telnetd/Makefile.am,
1519        libnetworking/rtems_webserver/Makefile.am,
1520        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1521
15222002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1523
1524        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1525        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1526        ../libchip/serial/$(ARCH)/libserialio.a.
1527        * libchip/serial/Makefile.am: Don't tmp-install lib.
1528        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1529
15302002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1531
1532        * Makefile.am: Add rtems_makedir.
1533        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1534        * Makefile.am: Add wrapup-SUBDIR.
1535        * wrapup/ChangeLog: Remove.
1536        * wrapup/configure.ac: Remove.
1537        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1538        (Make the bare BSP happy).
1539        * configure.ac: Ditto.
1540        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1541        Create make/custom/default.cfg.
1542        * configure.ac: Add creation of make/custom/*.cfg. Create
1543        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1544
15452002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1546
1547        * Makefile.am: Clean $(PROJECT_RELEASE).
1548
15492002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1550
1551        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1552        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1553        prototype mismatches.
1554
15552002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1556
1557        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1558        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1559
15602002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1561
1562        * acinclude.m4: Add test "$multilib" != "yes".
1563        * config-ml.in: Remove.
1564        * acinclude.m4: Cleanups.
1565        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1566        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1567        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1568        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1569        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1570
15712002-07-16      Eric Norum <eric.norum@usask.ca>
1572
1573        * New driver for the Intel EtherExpressPro (82559ER) chip.
1574        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1575        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1576        * libchip/network/Makefile.am: Modified to reflect above.
1577
15782002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1579
1580        * acinclude.m4: New.
1581        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1582        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1583        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1584
15852002-07-01      Joel Sherrill <joel@OARcorp.com>
1586
1587        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1588        _Objects_Information_table now that it is a two dimensional array based
1589        upon API and class.
1590        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1591        of strnlen().
1592
15932002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1594
1595        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1596        preinstall libnetapps.a.
1597
15982002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1599
1600        * configure.ac: Remove librpc.
1601
16022002-06-25      Joel Sherrill <joel@OARcorp.com>
1603
1604        * Per PR233, moved librpc to exec.
1605        * configure.ac, wrapup/Makefile.am: Modified.
1606        * librpc, librpc/ChangeLog: Removed.
1607
16082002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1609
1610        * optman/Makefile.am: Remove multilib support.
1611        * optman/configure.ac: Ditto.
1612        * optman/sapi/Makefile.am: Ditto.
1613
16142002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1615
1616        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1617        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1618
16192002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1620
1621        Move networking libraries to c/src/exec/libnetworking
1622        * libnetworking/configure.ac, libnetworking/Makefile.am,
1623        libnetworking/wrapup/Makefile.am: Reflect Moval.
1624
16252002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1626
1627        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1628        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1629        <rtems/bspIo.h>.
1630
16312002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1632
1633        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1634        * libnetworking/rtems/mkrootfs.h: Ditto.
1635        * libnetworking/rtems/Makefile.am: Reflect changes above.
1636
16372002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1638
1639        * configure.ac: Remove lib.
1640
16412002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1642
1643        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1644        that exception stack frames on M68K members with VBR always are 6 byte
1645        long. The incorrect assumption resulted in some gdb commands like "next"
1646        to fail on the 68360.
1647
16482002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1649
1650        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1651        PR 220
1652        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1653        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1654        CVS.
1655        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1656        libnetworking/sys/filio.h: Remove.
1657        * libnetworking/sys/Makefile.am: Reflect changes above.
1658
16592002-05-07      Chris Johns <ccj@acm.org>
1660
1661        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1662        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1663        requires it to be stripped.
1664
16652002-05-01      Eric Norum <eric.norum@usask.ca>
1666
1667        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1668        assembly  to satisfy gcc 3.1 and newer.
1669
16702002-04-26      Eric Norum <eric.norum@usask.ca>
1671
1672        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1673        agressive optimization in gcc 3.1 does not reorder things.
1674
16752002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1676
1677        * libchip/network/dec21140.c: Reflect changes to powerpc's
1678        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1679        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1680        <rtems/score/cpu.h>.
1681        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1682        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1683
16842002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1685
1686        * optman/configure.ac: Remove ENABLE_GCC28.
1687
16882002-04-11      Chris Johns <ccj@acm.org>
1689
1690        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1691        driver control block field to the ifconfig network driver structure.
1692        This field is needed by the i82586 driver which was ported from NetBSD
1693        as it had better hardware abstraction.
1694        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1695        PR59, added the drv_ctrl driver control block field to the ifconfig
1696        network driver structure. This field is needed by the i82586 driver
1697        which was ported from NetBSD as it had better hardware abstraction.
1698
16992002-04-10      Mike Siers <mikes@poliac.com>
1700
1701        * libnetworking/rtems_webserver/NOTES,
1702        libnetworking/rtems_webserver/asp.c,
1703        libnetworking/rtems_webserver/balloc.c,
1704        libnetworking/rtems_webserver/default.c,
1705        libnetworking/rtems_webserver/ej.h,
1706        libnetworking/rtems_webserver/ejIntrn.h,
1707        libnetworking/rtems_webserver/ejlex.c,
1708        libnetworking/rtems_webserver/ejparse.c,
1709        libnetworking/rtems_webserver/emfdb.c,
1710        libnetworking/rtems_webserver/emfdb.h,
1711        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1712        libnetworking/rtems_webserver/handler.c,
1713        libnetworking/rtems_webserver/license.txt,
1714        libnetworking/rtems_webserver/md5.h,
1715        libnetworking/rtems_webserver/md5c.c,
1716        libnetworking/rtems_webserver/mime.c,
1717        libnetworking/rtems_webserver/misc.c,
1718        libnetworking/rtems_webserver/ringq.c,
1719        libnetworking/rtems_webserver/rom.c,
1720        libnetworking/rtems_webserver/security.c,
1721        libnetworking/rtems_webserver/sock.c,
1722        libnetworking/rtems_webserver/sym.c,
1723        libnetworking/rtems_webserver/uemf.c,
1724        libnetworking/rtems_webserver/uemf.h,
1725        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1726        libnetworking/rtems_webserver/url.c,
1727        libnetworking/rtems_webserver/value.c,
1728        libnetworking/rtems_webserver/wbase64.c,
1729        libnetworking/rtems_webserver/webcomp.c,
1730        libnetworking/rtems_webserver/webpage.c,
1731        libnetworking/rtems_webserver/webrom.c,
1732        libnetworking/rtems_webserver/webs.c,
1733        libnetworking/rtems_webserver/webs.h,
1734        libnetworking/rtems_webserver/websuemf.c,
1735        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1736        2.1.4.
1737
17382002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1739
1740        * libchip/network/i82586.c: Include <string.h>.
1741        * libchip/network/sonic.c: Ditto.
1742
17432002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1744
1745        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1746
17472002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1748
1749        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1750
17512002-03-27      Thomas.Doerfler@imd-systems.de
1752
1753        PR 144
1754        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1755        memory address 0 when called for the first time. This is done when
1756        trying to clear the variable "dhcp_hostname".
1757
17582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1759
1760        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1761        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1762        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1763        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1764        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1765        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1766        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1767        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1768        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1769        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1770        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1771        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1772        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1773        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1774        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1775        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1776        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1777        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1778        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1779        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1780        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1781        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1782        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1783        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1784        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1785        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1786        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1787        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1788        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1789        AUTOMAKE_OPTIONS.
1790        * libnetworking/configure.ac:
1791        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1792        foreign 1.6]).
1793        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1794        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1795        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1796        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1797        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1798        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1799        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1800        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1801        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1802        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1803        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1804        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1805        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1806        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1807        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1808        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1809        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1810
18112002-03-27      Ilya Alexeev <ilya@continuum.ru>
1812
1813        PR 162
1814        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1815        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1816        used in a device write routines.  Now ppp_softc structure have own
1817        character for writing to device (sc_outchar).  I think that converting
1818        local variables to static is not a right solution, because problems will
1819        occur in the case of two or more ppp instances.
1820        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1821        must be u_long, otherwise in the case of the big output packet endless
1822        loop may occur.
1823
18242002-03-21      Ilya Alexeev <ilya@continuum.ru>
1825
1826        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1827        preparations for multiple PPPD connections.
1828
18292002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1830
1831        PR 149
1832        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1833        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1834        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1835        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1836
18372002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1838
1839        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1840        * configure.ac: Modified to reflect addition.
1841
18422002-02-27      Ilya Alexeev <ilya@continuum.ru>
1843
1844        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1845        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1846        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1847        capabilities as well as eliminate some warnings.
1848
18492002-02-27      Eric Norum <eric.norum@usask.ca>
1850
1851        * libnetworking/net/radix.c: Properly handle fetching the default route
1852        when there is no route.  This was a bug in the original FreeBSD code and
1853        this fix is from an updated version of their code.
1854
18552002-02-16      Eric Norum <eric.norum@usask.ca>
1856
1857        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1858        checking.
1859
18602002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1861
1862        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1863        dodefaultroute.
1864
18652002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1866
1867        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1868        include <rtems/seterr.h>.
1869
18702002-02-01      Mike Siers <mikes@poliac.com>
1871
1872        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1873        avoid bringing the link down too fast. NOTE: Mike reports successfully
1874        running at 56K baud on a direct link.
1875
18762002-02-01      Eric Valette <valette@crf.canon.fr>
1877
1878        * librdbg/So many patches have been posted recently on the mailing list
1879        and  because we were unable to find correct solution to compile on
1880        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1881        because the coding  style of rdbg was rather inconsistant among various
1882        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1883        global coding style (using indent + manual edits), 2) incorporate/review
1884        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1885        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1886        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1887        after rdbg initialization is done, NB : the paches is huge but it is
1888        mainly due to coding styke chnages.  Only few lines of codes have been
1889        really changed and they do not impact  rdbg functionnality (AFAIKT).
1890        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1891        librdbg/include/rdbg/m68k/rdbg_f.h,
1892        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1893        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1894        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1895        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1896        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1897        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1898        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1899        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1900        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1901        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1902        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1903        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1904        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1905        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1906        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1907        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1908
19092002-01-31      Mike Siers <mikes@poliac.com>
1910
1911        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1912        * Nice Update of PPPD support which eliminates the requiremetn that
1913        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1914        and reports that it seems to be more stable and handle larger packets
1915        better.  This patch replaces the termios tasks with more general pppd
1916        network driver tasks.  The functions pppinput() and pppstart() get
1917        called from the interrupt service routine.
1918        * libnetworking/Makefile.am, libnetworking/configure.ac,
1919        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1920        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1921        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1922        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1923        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1924        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1925        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1926        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1927        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1928        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1929        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1930        libnetworking/net/route.c, libnetworking/net/route.h,
1931        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1932        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1933        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1934        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1935        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1936        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1937        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1938        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1939        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1940        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1941        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1942        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1943        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1944        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1945        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1946        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1947        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1948        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1949        libnetworking/pppd/example/README,
1950        libnetworking/pppd/example/netconfig.h,
1951        libnetworking/wrapup/Makefile.am: Modified.
1952        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1953        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1954        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1955        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1956        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1957        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1958        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1959        libnetworking/modem/pppcompress.c: Subdirectory removed.
1960
19612002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1962
1963        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1964        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1965
19662002-01-18      Till Straumann <strauman@slac.stanford.edu>
1967
1968        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1969        issues: - exception handler needs to enable MSR_FP if the interrupted
1970        thread is FP enabled. - printk message for MSR fixed and added
1971        stacktrace. NOTE: this requires the stacktrace patch to
1972        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1973        however).
1974
19752002-01-06      Joel Sherrill <joel@OARcorp.com>
1976
1977        * optman/.cvsignore: Added aclocal.m4 and configure.
1978        * optman/.cvsignore: New file.
1979
19802002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1981
1982        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1983
19842002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1985
1986        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1987        * optman/ChangeLog: New.
1988        * optman/configure.ac: New.
1989        * optman/Makefile.am: New.
1990        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1991        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1992
19932001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1994
1995        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1996
19972001-12-18      Eric Norum <eric.norum@usask.ca>
1998
1999        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2000        `directories' (path names with a / at the end) while disallowing open()
2001        operations on TFTP `directories'.
2002
20032001-12-07      Eric Norum <eric.norum@usask.ca>
2004
2005        * libnetworking/lib/tftpDriver.c: Restore write capability.
2006
20072001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2008
2009        * libchip/network/sonic.h: Fix typo.
2010        * libnetworking/arpa/Makefile.am: Remove stray lines.
2011
20122001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2013
2014        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2015
20162001-10-18      Eric Norum <eric.norum@usask.ca>
2017
2018        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2019        chdir() and open() operations within the TFTP file system.
2020
20212001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2022
2023        * librdbg/configure.ac: Fix latent bug exposed by removal of
2024        config.cache's which prevented powerpc targets librdbg from building.
2025
20262001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2027
2028        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2029        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2030        autoconf-2.52 happy.
2031
20322001-10-12      Mike Siers <mikes@poliac.com>
2033
2034        * libnetworking/Update to stable working state.  Congratulations Mike!
2035        :).
2036        * libnetworking/modem_example: Directory removed.
2037        * libnetworking/modem_example/16550.h,
2038        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2039        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2040        libnetworking/modem_example/ppp.h,
2041        libnetworking/modem_example/pppcompress.c: Files removed.
2042        * libnetworking/pppd/example/pppd.options: New file.
2043        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2044        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2045        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2046        libnetworking/pppd/rtemsmain.c: Updated.
2047
20482001-10-12      Joel Sherrill <joel@OARcorp.com>
2049
2050        * libchip/serial/z85c30.c: Fixed typo.
2051
20522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2053
2054        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2055        * configure.in: Remove.
2056        * configure.ac: New file, generated from configure.in by autoupdate.
2057        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2058        * libchip/configure.in: Remove.
2059        * libchip/configure.ac: New file, generated from configure.in by
2060        autoupdate.
2061        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2062        * librdbg/configure.in: Remove.
2063        * librdbg/configure.ac: New file, generated from configure.in by
2064        autoupdate.
2065        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2066        * libnetworking/configure.in: Remove.
2067        * libnetworking/configure.ac: New file, generated from configure.in by
2068        autoupdate.
2069
20702001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2071
2072        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2073        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2074        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2075
20762001-09-27      Joel Sherrill <joel@OARcorp.com>
2077
2078        * libchip/ChangeLog: Fixed typo in date.
2079
20802001-09-27      Eric Norum <eric.norum@usask.ca>
2081
2082        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2083        TFTP  filesystem.
2084
20852001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2086
2087        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2088        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2089        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2090        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2091        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2092        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2093        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2094        'PREINSTALL_FILES ='.
2095        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2096        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2097        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2098        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2099        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2100        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2101        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2102        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2103        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2104        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2105        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2106        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2107
21082001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2109
2110        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2111        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2112        * librdbg/src/m68k/any/Makefile.am: Ditto.
2113        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2114        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2115        happy.
2116
21172001-09-21      Joel Sherrill <joel@OARcorp.com>
2118
2119        * libchip/network/Makefile.am: Fixed typo on file name.
2120        * libchip/network/i82586.c: Commented out line 318 which is referencing
2121        a member of a structure that is not currently there.  This needs to be
2122        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2123        to C style.
2124
21252001-09-19      Eric Norum <eric.norum@usask.ca>
2126
2127        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2128
21292001-09-19      Chris Johns <ccj@acm.org>
2130
2131        * libchip/network/README.i82586, libchip/network/i82586.c,
2132        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2133        Network driver for Intel i82586.
2134        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2135        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2136        "root" filesystem with information obtained via the DHCP response.
2137
21382001-09-14      Eric Norum <eric.norum@usask.ca>
2139
2140        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2141        make gcc 3.x happy.
2142
21432001-08-16      Mike Siers <mikes@poliac.com>
2144
2145        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2146        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2147        These support callback functionality that has not even been compiled
2148        under RTEMS yet.
2149        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2150        example application.  Mike's notes on the modifications: - renamed
2151        error() function because of namespace problems - removed calls to the
2152        exit() funciton - removed extra files from the pppd source directory -
2153        defined pppd task constant values in rtemspppd.h - modifyied example
2154        code to get actual tick per second value - placed the pppd 2.3.11 man
2155        page file (pppd.8) into the pppd directory.
2156        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2157        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2158        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2159        libnetworking/pppd/rtems-ppp.c: Deleted.
2160        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2161        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2162        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2163        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2164        libnetworking/pppd/example/init.c,
2165        libnetworking/pppd/example/netconfig.h,
2166        libnetworking/pppd/example/ppp.conf,
2167        libnetworking/pppd/example/pppdapp.c,
2168        libnetworking/pppd/example/system.h: New files.
2169        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2170        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2171        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2172        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2173        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2174        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2175        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2176        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2177        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2178        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2179        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2180        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2181        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2182        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2183        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2184
21852001-08-16      Joel Sherrill <joel@OARcorp.com>
2186
2187        * libnetworking/pppd/example/Makefile: Removed.
2188        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2189        to avoid bootstrap -c clobbering it.
2190        * libnetworking/rtems_telnetd/.cvsignore: New file.
2191
21922001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2193
2194        * libnetworking/Makefile.am, libnetworking/configure.in,
2195        libnetworking/rtems_servers/Makefile.am,
2196        libnetworking/rtems_servers/telnetd.c,
2197        libnetworking/rtems_servers/telnetd.h,
2198        libnetworking/rtems_telnetd/Makefile.am,
2199        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2200        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2201        libnetworking/rtems_telnetd/telnetd.c,
2202        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2203        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2204        effect when ftpd change. - the tcp/ip stats have been implemented into
2205        icmds.c and started when telnetd daemon is started.
2206        * libnetworking/rtems_servers/telnetd.c,
2207        libnetworking/rtems_servers/telnetd.h: Removed.
2208        * libnetworking/rtems_telnetd: New directory.
2209        * libnetworking/rtems_telnetd/Makefile.am,
2210        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2211        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2212        libnetworking/rtems_telnetd/telnetd.c,
2213        libnetworking/rtems_telnetd/telnetd.h: New files.
2214
22152001-06-14      Joel Sherrill <joel@OARcorp.com>
2216
2217        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2218        Moved from libmisc/shell so the network stack to address network
2219        depenendency.
2220        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2221
22222001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2223
2224        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2225
22262001-05-15      Joel Sherrill <joel@OARcorp.com>
2227
2228        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2229        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2230        accidentally deleted the incorrectly empty versions.
2231
22322001-05-14      Till Straumann <strauman@slac.stanford.edu>
2233
2234        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2235        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2236        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2237        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2238        to know the values) - the affected BSP (shared/motorola) headers have
2239        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2240        driver (libchip/network/dec21140.c) has been fixed to use
2241        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2242        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2243        who is using this driver. - the DEC driver also has been fixed to use
2244        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2245        delay_in_bus_cycles().
2246
22472001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2248
2249        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2250
22512001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2252
2253        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2254
22552001-04-24      Eric Norum <eric.norum@usask.ca>
2256
2257        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2258        NTP synchronization a little more robust -- no NTP daemon yet, but at
2259        least it trys a little harder when the primary NTP server is down.
2260
22612001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2262
2263        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2264        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2265        libnetworking/pppd/modem_example/modem.c,
2266        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2267        other strings into English.
2268        * libnetworking/pppd/STATUS: updated to reflect the changes.
2269
22702001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2271
2272        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2273        again.
2274
22752001-04-20      Eric Valette <valette@crf.canon.fr>
2276
2277        * mcp750 directory renamed new_exception processing as it supports many
2278        more CPU models.
2279        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2280        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2281        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2282        formerly in mcp750 plus modifications.
2283        * librdbg/src/powerpc/mcp750/.cvsignore,
2284        librdbg/src/powerpc/mcp750/Makefile.am,
2285        librdbg/src/powerpc/mcp750/remdeb.h,
2286        librdbg/src/powerpc/mcp750/remdeb_f.x,
2287        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2288        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2289        new_exception_processing.
2290        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2291        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2292        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2293        part of this effort to add support for the MPC8xx.
2294
22952001-04-19      Joel Sherrill <joel@OARcorp.com>
2296
2297        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2298        internal include files.
2299
23002001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2301
2302        PR 158
2303        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2304        rcmd() library call by commenting out the parts that deal with signals.
2305        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2306        stdio. The 'server-side' parts of this file which deal with
2307        authentication are disabled since they are not needed.
2308
23092001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2310
2311        * libnetworking/include/.cvsignore: Remove dangling file.
2312
23132001-03-14      Joel Sherrill <joel@OARcorp.com>
2314
2315        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2316        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2317        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2318        libchip style serial drivers can be written in libcpu or libbsp.
2319
23202001-03-01      Joel Sherrill <joel@OARcorp.com>
2321
2322        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2323        libchip/network/sonic.c, libchip/network/sonic.h,
2324        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2325        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2326        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2327        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2328        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2329        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2330        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2331        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2332
23332001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2334
2335        * librdbg/include/rdbg/Makefile.am,
2336        librdbg/include/rdbg/i386/Makefile.am,
2337        librdbg/include/rdbg/m68k/Makefile.am,
2338        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2339        style on include files.
2340
23412001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2342
2343        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2344        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2345        replace ${..} with $(..).
2346        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2347        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2348        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2349        libnetworking/rtems/Makefile.am, libnetworking/
2350        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2351        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2352        include_*HEADERS instead of H_FILES.
2353        * libnetworking/include/Makefile.am: Remove.
2354        * libnetworking/Makefile.am: Add handling of *.h files.
2355        * libnetworking/configure.in: Remove include/Makefile.
2356
23572001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2358
2359        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2360
23612001-01-31      Sergei Organov <osv@javad.ru>
2362
2363        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2364        current dir and root dir removed in favor of new libio support for
2365        task-local current and root directories. - Bug in `close_data_socket()'
2366        introduced by previous change fixed. - `command_pasv()' changed to set
2367        timeout on socket we are listening on and code fixed to don't close
2368        socket twice on error. - `serr()' changed to clear `errno'. -
2369        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2370        changed to clear `errno' before processing session. -
2371        `close_data_socket()' fixed to close both active and passive sockets -
2372        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2373        empty string  in `exec_command()'.
2374
23752001-01-25      Eric Norum <eric.norum@usask.ca>
2376
2377        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2378        improves throughput on systems which are dropping packets.   Only the
2379        first timeout is reduced.  This keeps the number of extra packets down
2380        on networks that are very busy and dropping lots of packets.
2381
23822001-01-24      Sergei Organov <osv@javad.ru>
2383
2384        * libnetworking/rtems_servers/ftpd.c,
2385        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2386        - Timeouts on sockets implemented. 'idle' field added to configuration.
2387        No timeout by default to keep backward compatibility. Note: SITE IDLE
2388        command not implemented yet. - Basic global access control implemented.
2389        'access' field added to configuration. No access limitations by default
2390        to keep backward compatibility. - Anchor data socket for active mode
2391        (using self IP and port 20.) - Fixed default data port support (still
2392        not tested). - Don't allow IP address different from originating host in
2393        PORT command to improve security. - Fixed bug in MDTM command. - Check
2394        for correctness of parsing of argument in command_port(). - Fixed
2395        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2396        a directory. - Command parsing a little bit improved: command names are
2397        now converted to upper-case to be more compatible with RFC (command
2398        names are not case-sensitive.) - Reformat comments so that they have
2399        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2400        previous changes - True ASCII mode implemented (doesn't work for hooks
2401        and /dev/null) - Passive mode implemented, PASV command added. - Default
2402        port for data connection could be used (untested, can't find ftp client
2403        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2404        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2405
24062001-01-18      Joel Sherrill <joel@OARcorp.com>
2407
2408        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2409        macro using variable arguments.
2410        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2411        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2412        since I updated the main RTEMS development machine to RedHat 7.2 and
2413        apparently got a new version of rpcgen.
2414
24152001-01-12      Sergei Organov <osv@javad.ru>
2416
2417        * libnetworking/rtems_servers/ftpd.c,
2418        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2419        - use pool of pre-created threads to handle sessions instead of
2420        creating/deleting threads on the fly - LIST output is now similar to
2421        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2422        happy with it. - LIST NAME now works (both for files and directories) -
2423        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2424        clients happy  - keep track of CWD for every session separately -
2425        ability to specify root directory name for FTPD in configuration table.
2426        FTPD will then create illusion for FTP clients that this is actually
2427        root directory. - ignore options sent in commands, thus LIST -al FILE
2428        works and doesn't try to list "-al" directory. - buffers are allocated
2429        on stack instead of heap where possible to eliminate malloc/free calls
2430        (avoid possible heap fragmentation troubles). - drop using of task
2431        notepad to pass parameters - use function arguments instead - use
2432        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2433        in socket() instead of AF_INET.
2434
24352001-01-02      Joel Sherrill <joel@OARcorp.com>
2436
2437        * libnetworking/CHANGELOG: Removed.
2438        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2439
24402000-12-14      Eric Norum <eric.norum@usask.ca>
2441
2442        * libnetworking/lib/tftpDriver.c: Added write capability.
2443
24442000-12-08      Joel Sherrill <joel@OARcorp.com>
2445
2446        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2447        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2448        numerous variable declarations conditional on PPP_COMPRESS and
2449        PPP_FILTER.  Commented out variables that were not used because the code
2450        using them was commented out. Removed totally unused variables.
2451        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2452        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2453
24542000-11-30      Joel Sherrill <joel@OARcorp.com>
2455
2456        * libnetworking/modem/ppp_tty.c: Changed to include
2457        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2458        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2459        * libnetworking/Makefile.am: Modified to reflect above.
2460
24612000-11-27      Joel Sherrill <joel@OARcorp.com>
2462
2463        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2464
24652000-11-25      Eric Norum <eric.norum@usask.ca>
2466
2467        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2468        core.
2469
24702000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2471
2472        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2473        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2474        subdir.
2475        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2476        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2477        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2478        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2479        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2480        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2481        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2482        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2483        ppp_tty.c and the real pppd main is in pppmain.c.
2484
24852000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2486
2487        * libchip/network/sonic.c: Added ipalign() routine to align the received
2488        packet so that the ip header is on a 32-bit boundary. Necessary for
2489        cpu's that do not allow unaligned loads and stores and when the 32-bit
2490        DMA mode is used.
2491
24922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2493
2494        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2495        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2496        ACLOCAL_AMFLAGS.
2497        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2498        ACLOCAL_AMFLAGS.
2499        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2500        ACLOCAL_AMFLAGS.
2501
25022000-11-03      Chris Johns <ccj@acm.org>
2503
2504        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2505        libchip/network/cs8900.h: New files.
2506
25072000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2508
2509        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2510        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2511        $(RTEMS_TOPdir)/aclocal.
2512        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2513        $(RTEMS_TOPdir)/aclocal.
2514        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2515        $(RTEMS_TOPdir)/aclocal.
2516
25172000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2518
2519        * configure.in: Switch to GNU-canonicalization.
2520        * Makefile.am: Reflect changes to configure.in.
2521        * acinclude.m4: Remove.
2522
25232000-10-30      Joel Sherrill <joel@OARcorp.com>
2524
2525        * POSIX include files merged into newlib.  This resulted in some
2526        definitions moving to other files and thus some secondary effects in
2527        RTEMS source code.
2528        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2529        in sync with newlib's <machine/types.h>.
2530        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2531        definition of struct itimerval in <sys/time.h>.
2532
25332000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2534
2535        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2536        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2537        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2538        * ChangeLog: Fix typos.
2539        * configure.in: add tests to the GNU canonicalized subdirectories.
2540
25412000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2542
2543        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2544        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2545        the lib directory before configuring lib/.
2546
25472000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2548
2549        * configure.in, Makefile.am: add exec to the GNU canonicalized
2550        subdirectories.
2551        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2552        * configure.in: add libnetworking, librpc and librdb to the GNU
2553        canonicalized subdirectories.
2554        * configure.in: add libmisc and libchip to the GNU canonicalized
2555        subdirectories.
2556        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2557        Switch to GNU canonicalization.
2558        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2559        Switch to GNU canonicalization.
2560        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2561        Switch to GNU canonicalization.
2562
25632000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2564
2565        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2566        canonicalization to libfs/. The approach is currently a bit of a hack as
2567        GNU canonicalization does not support the per-BSP build some of the
2568        other directories require.  As more of the tree is converted, this will
2569        become less  of an issue.
2570
25712000-10-20      Joel Sherrill <joel@OARcorp.com>
2572
2573        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2574        parameter.
2575
25762000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2577
2578        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2579        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2580        * librdbg/configure.in: Add m68k support.
2581        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2582        subdirectory.
2583        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2584        failure.
2585        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2586        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2587        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2588        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2589        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2590        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2591        librdbg/src/m68k/.cvsignore: New files.
2592        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2593        function pointers.
2594        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2595        _after_ pointer has been checked against NULL.
2596
25972000-10-18      Joel Sherrill <joel@OARcorp.com>
2598
2599        * wrapup/Makefile.am: Added libfs.
2600
26012000-10-18      Chris Johns <ccj@acm.org>
2602
2603        * libfs created.
2604        * configure.in: Added libfs subdirectory.
2605        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2606
26072000-09-28      Joel Sherrill <joel@OARcorp.com>
2608
2609        * libnetworking/rtems_webserver/Makefile.am,
2610        libnetworking/rtems_webserver/base64.c,
2611        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2612        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2613
26142000-09-22      Joel Sherrill <joel@OARcorp.com>
2615
2616        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2617        libnetworking/rtems/rtems_bsdnet_internal.h,
2618        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2619        have included rtems.h.  It is now including precisely the  least amount
2620        of low level, yet portable .h files to get the basic RTEMS types
2621        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2622        used machine/types.h to include rtems.h.
2623
26242000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2625
2626        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2627
26282000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2629
2630        * libnetworking/ChangeLog: Cleanup.
2631
26322000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2633
2634        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2635        * libchip/ChangeLog: Fix formating.
2636
26372000-09-05      Joel Sherrill <joel@OARcorp.com>
2638
2639        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2640        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2641        confusion and to work with the converted flags.
2642
26432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2644
2645        * wrapup/Makefile.am: Include compile.am.
2646        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2647        libchip/serial/Makefile.am: Include compile.am.
2648        * librdbg/src/i386/any/Makefile.am,
2649        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2650        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2651        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2652        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2653        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2654        libnetworking/rtems_servers/Makefile.am,
2655        libnetworking/rtems_webserver/Makefile.am,
2656        libnetworking/wrapup/Makefile.am: Include compile.am.
2657
26582000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2659
2660        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2661        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2662
26632000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2664
2665        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2666
26672000-08-31      Joel Sherrill <joel@OARcorp.com>
2668
2669        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2670        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2671        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2672        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2673        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2674        * libnetworking/wbase64.c: Removed.
2675        * libnetworking/Makefile.am, libnetworking/asp.c,
2676        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2677        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2678        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2679        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2680        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2681        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2682        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2683        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2684        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2685        Modified.
2686
26872000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2688
2689        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2690
26912000-08-30      Joel Sherrill <joel@OARcorp.com>
2692
2693        * libnetworking/rtems_webserver/license.txt: New file.
2694
26952000-08-10      Joel Sherrill <joel@OARcorp.com>
2696
2697        * ChangeLog: New file.
2698        * libchip/ChangeLog: New file.
2699        * librdbg/ChangeLog: New file.
2700        * libnetworking/ChangeLog: New file.
2701
Note: See TracBrowser for help on using the repository browser.