source: rtems/c/src/ChangeLog @ 55243362

4.104.114.84.95
Last change on this file since 55243362 was 55243362, checked in by Eric Norum <WENorum@…>, on 11/29/04 at 17:06:12

Add another module ID code.

  • Property mode set to 100644
File size: 104.9 KB
Line 
12004-11-22      Joel Sherrill <joel@OARcorp.com>
2
3        * libchip/network/if_fxp.c: Add entry for another module ID code.
4
52004-11-22      Joel Sherrill <joel@OARcorp.com>
6
7        PR 693/misc
8        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
9        in/outport routines.
10
112004-11-22      Joel Sherrill <joel@OARcorp.com>
12
13        PR 693/misc
14        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
15        in/outport routines.
16
172004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * aclocal/enable-itron.m4: Remove (unused).
20
212004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        * configure.ac: Misc. quoting cleanups.
24        Enable ada-tests iff --enable-ada and --enable-tests.
25
262004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
27
28        PR 703/filesystem
29        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
30        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
31        libchip/ide/ide_controller.c:
32        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
33        available for BSPS/device drivers.
34        Extend the "modes_available" and "mode_active" parameters to
35        uint16_t for UDMA support.
36
372004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
38
39        * libchip/network/dec21140.c: Cleanup a bit and remove message about
40        not supported on PowerPC since it works on the MVME2100 BSP.
41
422004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
45        Add dependency tracking for *.cfgs.
46        * Makefile.am: Add dependency tracking for *.cfg.
47
482004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
51        (Thanks to Lars Munch <lars@segv.dk> for catching this).
52
532004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        PR 707/make_build
56        * configure.ac: Add --enable-rpcgen.
57
582004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        PR 700/rtems_misc
61        * libnetworking/rtems_webserver/asp.c,
62        libnetworking/rtems_webserver/balloc.c,
63        libnetworking/rtems_webserver/cgi.c,
64        libnetworking/rtems_webserver/default.c,
65        libnetworking/rtems_webserver/ej.h,
66        libnetworking/rtems_webserver/ejIntrn.h,
67        libnetworking/rtems_webserver/ejlex.c,
68        libnetworking/rtems_webserver/ejparse.c,
69        libnetworking/rtems_webserver/emfdb.c,
70        libnetworking/rtems_webserver/emfdb.h,
71        libnetworking/rtems_webserver/form.c,
72        libnetworking/rtems_webserver/handler.c,
73        libnetworking/rtems_webserver/h.c,
74        libnetworking/rtems_webserver/license.txt,
75        libnetworking/rtems_webserver/Makefile.am,
76        libnetworking/rtems_webserver/md5c.c,
77        libnetworking/rtems_webserver/md5.h,
78        libnetworking/rtems_webserver/mime.c,
79        libnetworking/rtems_webserver/misc.c,
80        libnetworking/rtems_webserver/NOTES,
81        libnetworking/rtems_webserver/ringq.c,
82        libnetworking/rtems_webserver/rom.c,
83        libnetworking/rtems_webserver/rtems_webserver.h,
84        libnetworking/rtems_webserver/security.c,
85        libnetworking/rtems_webserver/sock.c,
86        libnetworking/rtems_webserver/socket.c,
87        libnetworking/rtems_webserver/sockGen.c,
88        libnetworking/rtems_webserver/sym.c,
89        libnetworking/rtems_webserver/uemf.c,
90        libnetworking/rtems_webserver/uemf.h,
91        libnetworking/rtems_webserver/um.c,
92        libnetworking/rtems_webserver/um.h,
93        libnetworking/rtems_webserver/umui.c,
94        libnetworking/rtems_webserver/url.c,
95        libnetworking/rtems_webserver/value.c,
96        libnetworking/rtems_webserver/wbase64.c,
97        libnetworking/rtems_webserver/webcomp.c,
98        libnetworking/rtems_webserver/webmain.c,
99        libnetworking/rtems_webserver/webpage.c,
100        libnetworking/rtems_webserver/webrom.c,
101        libnetworking/rtems_webserver/webs.c,
102        libnetworking/rtems_webserver/websda.c,
103        libnetworking/rtems_webserver/websda.h,
104        libnetworking/rtems_webserver/webs.h,
105        libnetworking/rtems_webserver/websSSL.c,
106        libnetworking/rtems_webserver/websSSL.h,
107        libnetworking/rtems_webserver/websuemf.c,
108        libnetworking/rtems_webserver/wsIntrn.h:
109        Remove (Moved to cpukit/http).
110
1112004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
112
113        PR 700/rtems_misc
114        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
115        Remove libnetworking/rtems_webserver.
116
1172004-10-25      Eric Norum <norume@aps.anl.gov>
118
119        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
120
1212004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
122
123        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
124
1252004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
128        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
129
1302004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
133
1342004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
135
136        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
137        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
138
1392004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
140
141        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
142        BITSPERBYTE.
143
1442004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
145
146        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
147        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
148
1492004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
152
1532004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
154
155        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
156        * aclocal/enable-bare.m4: Remove.
157        * configure.ac: Remove BARE_CPU_MODEL.
158
1592004-10-13      Eric Norum <norume@aps.anl.gov>
160
161        PR 688/bsps
162        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
163        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
164        MC146818A (and several Dallas Semiconductor) TOD chips.
165
1662004-10-13      Eric Norum <norume@aps.anl.gov>
167
168        PR 686/networking
169        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
170        device code.
171
1722004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
173
174        * libchip/network/dec21140.c: include <rtems/pci.h>.
175
1762004-09-29      Joel Sherrill <joel@OARcorp.com>
177
178        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
179        libnetworking/pppd/utils.c: i960 obsoleted and all references
180        removed.
181
1822004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
183
184        PR 607/networking
185        * libchip/network/dec21140.c: Made PCI configuration minimum sane
186        instead of fully specifying unused PCI features.
187
1882004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
189
190        * configure.ac: Require automake > 1.9.
191
1922004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
193
194        * aclocal/rtems-cpu-subdirs.m4: Add avr.
195
1962004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
197
198        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
199        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
200
2012004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
202
203        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
204        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
205
2062004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
207
208        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
209
2102004-07-28  Joel Sherrill <joel@OARcorp.com>
211
212    * aclocal/version.m4: Updated to rtems-4.6.99.1.
213
2142004-07-25      Joel Sherrill <joel@OARcorp.com>
215
216        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
217
2182004-05-21  Till Strauman <strauman@slac.stanford.edu>
219
220        PR 625/networking
221        * libchip/network/dec21140.c, ... : Prevent name clashes by making
222        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
223        an error rather than panic if no chip is detected (thus allowing
224        for probing).
225        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
226        instead of looping forever.  Avoid divide by zero (crashed my PC).
227        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
228        they are UNTESTED.
229
2302004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
231
232        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
233
2342004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
235
236        * libchip/network/dec21140.c, libchip/network/elnk.c:
237        #include <errno.h>.
238
2392004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
240
241        * libchip/network/if_media.h: Update from FreeBSD.
242        * libchip/network/open_eth.c, libchip/network/cs8900.c,
243        libchip/network/i82586.c: #include <errno.h>.
244
2452004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
246
247        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
248
2492004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
250
251        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
252
2532004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
254
255        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
256        automake).
257
2582004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
259
260        PR 599/pppd
261        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
262
2632004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
264
265        * optman/rtems/no-region.c: Reflect having changed
266        rtems_region_get_segment_size.
267
2682004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
269
270        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
271        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
272        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
273        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
274        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
275        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
276        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
277
2782004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
279
280        * libchip/ide/ata.c, libchip/network/dec21140.c,
281        libchip/network/elnk.c, libchip/network/i82586.c,
282        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
283        libchip/network/open_eth.c, libchip/network/sonic.c,
284        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
285        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
286        libchip/shmdr/init.c, libchip/shmdr/intr.c,
287        libchip/shmdr/shm_driver.h: Cosmetics.
288
2892004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
290
291        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
292        optman/rtems/no-msg.c, optman/rtems/no-part.c,
293        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
294        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
295        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
296        fixed size types.
297
2982004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
299
300        * configure.ac: Explicitly pass --includedir and --libdir to
301        cpukit/configure.
302
3032004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
304
305        * librdbg/Makefile.am: Fix rpcgen rules.
306        * librdbg/src/i386/any/remdeb_xdr.c,
307        librdbg/src/m68k/any/remdeb_xdr.c,
308        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
309        Reflect changes to librdbg/Makefile.am.
310
3112004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
312
313        * configure.ac: Reflect changes testsuites/configure.ac and
314        cpukit/configure.ac.
315
3162004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
317
318        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
319        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
320
3212004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
322
323        * configure.ac: Reflect changes to testsuites's configuration.
324
3252004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
326
327        PR/589 rtems
328        * libchip/network/pci.h: Remove (Moved to cpukit).
329
3302004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
331
332        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
333        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
334        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
335        libchip/network/dec21140.c, libchip/network/elnk.c,
336        libchip/network/if_fxp.c, libchip/network/open_eth.c,
337        libchip/network/open_eth.h, libchip/network/sonic.c,
338        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
339        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
340        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
341        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
342        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
343        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
344        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
345        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
346        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
347        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
348        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
349        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
350        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
351        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
352        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
353        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
354        fixed-size types.
355
3562004-03-14      Chris Johns  <chrisj@rtems.org>
357
358        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
359        the BSP example code.
360        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
361        support the DIMMPC. This is a pc386 target with IO port support. Minor
362        formating clean up. Add documentation to the header file.
363        * libchip/network/README.cs8900: The CS8900 driver is documented in the
364        cs8900.h header file.
365
3662004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
369        Cosmetics.
370
3712004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
374        There are no application level Makefiles in here.
375
3762004-03-04      Joel Sherrill <joel@OARcorp.com>
377
378        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
379        they can be used in application level makefiles.
380
3812004-03-05      Joel Sherrill <joel@OARcorp.com>
382
383        * libnetworking/rtems_webserver/ejparse.c,
384        libnetworking/rtems_webserver/emfdb.c,
385        libnetworking/rtems_webserver/sock.c,
386        libnetworking/rtems_webserver/socket.c,
387        libnetworking/rtems_webserver/sym.c,
388        libnetworking/rtems_webserver/webs.c,
389        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
3902004-03-05      Joel Sherrill <joel@OARcorp.com>
391
392        * libchipnetwork/open_eth.c: Remove warnings by conditionally
393        compiling this file only only those CPU families with supported
394        exception models.
395
3962004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * acinclude.m4: Fix loosing arguments when configuring cpukit and
399        testsuites (Was exposed with --enable-multilib, only).
400        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
401         Add RTEMS_BSP_CONFIG_SUBDIR.
402        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
403        testsuites's configure.
404        * aclocal/rtems-top.m4: Remove ENDIF hack.
405        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
406
4072004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
410        wrapup/Makefile.am: Fix automake problems having been introduced
411        in previous patch.
412
4132004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
416        Preinstall dirs.
417        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
418        * aclocal/check-multiprocessing.m4: Cosmetics.
419        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
420        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
421
4222004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
425        librdbg/src/Makefile.am.
426        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
427        * configure.ac: Reflect changes above.
428        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
429        * wrapup/Makefile.am: Reflect changes above.
430        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
431
4322004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
435
4362004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
439
4402004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * wrapup/Makefile.am: Reflect new location of librdbg.a.
443
4442004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
447        librdbg/src/powerpc/Makefile.am: Remove.
448        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
449        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
450        * configure.ac: Reflect changes above.
451
4522004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454
4552004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
458        STRIP.
459
4602004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * librdbg/include/Makefile.am: Merge-in
463        librdbg/include/rdbg/i386/Makefile.am,
464        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
465        librdbg/include/rdbg/powerpc/Makefile.am.
466        * librdbg/include/rdbg/i386/Makefile.am,
467        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
468        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
469        * configure.ac: Reflect changes above.
470
4712004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.ac: Use AS_HELP_STRING(ada).
474
4752004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * aclocal/bspopts.m4: Use AS_HELP_STRING.
478        * aclocal/bsp-configure.m4: Require autoconf-2.59.
479        Use AC_CONFIG_HEADERS.
480        * aclocal/check-custom-bsp.m4: Add bspkit-support.
481        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
482
4832004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * Makefile.am: include local.am.
486
4872004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * aclocal/version.m4: 4.6.99.0.
490
4912004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * Makefile.am: Don't include host.am.
494        * automake/compile.am: Further cleanups.
495
4962004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * automake/lib.am: Remove (Unused).
499
5002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * wrapup/Makefile.am: Don't include lib.am.
503        * automake/compile.am: Use automake compilation rules.
504
5052004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * libnetworking/pppd/Makefile.am,
508        libnetworking/rtems_servers/Makefile.am,
509        libnetworking/rtems_telnetd/Makefile.am,
510        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
511        support/Makefile.am: Don't include lib.am.
512
5132004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * libchip/Makefile.am: Don't include lib.am.
516        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
517        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
518        unnecessary EXTRA_DISTs.
519
5202004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
523        hack.
524
5252004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
528        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
529        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
530        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
531
5322004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
535        Add AM_CONDITIONAL(HAS_MP).
536        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
537        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
538        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
539        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
540        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
541        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
542        (Deprecated by autoconf 2.59).
543
5442004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
547        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
548
5492004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * ChangeLog: Merge-in libnetworking/ChangeLog.
552        * libnetworking/ChangeLog: Remove.
553        * ChangeLog: Merge-in librdbg/ChangeLog.
554        * librdbg/ChangeLog: Remove.
555        * ChangeLog: Merge-in libchip/ChangeLog.
556        * libchip/ChangeLog: Remove.
557        * ChangeLog: Merge-in optman/ChangeLog.
558        * optman/ChangeLog: Remove.
559
5602004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * configure.ac: Reflect changes to cpukit.
563        * wrapup/Makefile.am: Reflect changes to librdbg.
564        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
565        * libchip/Makefile.am: Add PREINSTALL_DIRS.
566        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
567        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
568        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
569        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
570        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
571        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
572        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
573
5742004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * aclocal/rtems-top.m4: Remove check for version.m4.
577        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
578
5792004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
582        * wrapup/Makefile.am: Reflect changes to libchip/*.
583        * support/Makefile.am: Use automake compilation rules.
584        * wrapup/Makefile.am: Reflect changes to support/*.
585        * configure.ac: Remove libnetworking/wrapup/Makefile.
586        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
587        libnetworking/*/lib*.a instead of libnetapps.a.
588        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
589        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
590        * optman/Makefile.am: Use automake compilation rules.
591        * libchip/Makefile.am: Fix typo in previous patch.
592        * libchip/Makefile.am: Use automake compilation rules.
593        * libnetworking/Makefile.am: Remove wrapup.
594        * libnetworking/pppd/Makefile.am: Build libpppd. Use
595        automake-compilation rules.
596        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
597        automake-compilation rules.
598        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
599        automake-compilation rules.
600        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
601        automake-compilation rules.
602        * libnetworking/wrapup/Makefile.am: Remove (Unused).
603
6042004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
607        PRE/TMPINSTALL_FILES to CLEANFILES.
608        * automake/lib.am: Remove TMPINSTALL_FILES.
609        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
610        PRE/TMPINSTALL_FILES to CLEANFILES.
611        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
612        PRE/TMPINSTALL_FILES to CLEANFILES.
613        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
614        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
615        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
616        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
617        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
618        * librdbg/src/i386/Makefile.am: Ditto.
619        * librdbg/src/m68k/Makefile.am: Ditto.
620        * librdbg/src/powerpc/Makefile.am: Ditto.
621        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
622        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
623        * libnetworking/rtems_servers/Makefile.am: Ditto.
624        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
625        * libnetworking/rtems_webserver/Makefile.am: Ditto.
626
6272004-01-07      Joel Sherrill <joel@OARcorp.com>
628
629        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
630        more completely covers the MIPS family.
631
6322003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * wrapup/Makefile.am: Reflect changes to shmdr.
635        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
636
6372003-12-18      Joel Sherrill <joel@OARcorp.com>
638
639        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
640        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
641        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
642        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
643        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
644        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
645        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
646
6472003-12-17      Joel Sherrill <joel@OARcorp.com>
648
649        * aclocal/version.m4: Updated to rtems-20031217-test.
650
6512003-12-17     
652
653        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
654        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
655
6562003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * automake/compile.am: Remove LINK_LIBS (Unused).
659        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
660
6612003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
664        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
665        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
666        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
667        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
668
6692003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
672        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
673        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
674        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
675        * librdbg/src/i386/Makefile.am:
676        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
677        * librdbg/src/m68k/Makefile.am:
678        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
679        * librdbg/src/powerpc/Makefile.am:
680        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
681
6822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
685        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
686        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
687        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
688        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
689        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
690        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
691        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
692        * optman/Makefile.am: Remove project_libdir.
693        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
694        PRE/TMPINSTALL_FILES.
695        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
696        PRE/TMPINSTALL_FILES.
697        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
698        PRE/TMPINSTALL_FILES.
699        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
700        PRE/TMPINSTALL_FILES.
701        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
702        from PRE/TMPINSTALL_FILES.
703        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
704        PRE/TMPINSTALL_FILES.
705        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
706        PRE/TMPINSTALL_FILES.
707        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
708        PRE/TMPINSTALL_FILES.
709        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
710        PRE/TMPINSTALL_FILES.
711        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
712        PRE/TMPINSTALL_FILES.
713        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
714        PRE/TMPINSTALL_FILES.
715        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
716        from PRE/TMPINSTALL_FILES.
717
7182003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
721        * automake/lib.am: Remove project_libdir.
722        * wrapup/Makefile.am: Reworked.
723
7242003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * configure.ac: Reflect changes to librdbg.
727        * optman/Makefile.am: Add tmpinstall dirstamp support.
728        * libchip/Makefile.am: Fix variant-tmpinstall support.
729        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
730        * librdbg/src/powerpc/Makefile.am: Merge-in former
731        new_exception_processing/Makefile.am.
732        * librdbg/src/m68k/any/Makefile.am: Remove.
733        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
734        * librdbg/src/i386/any/Makefile.am: Remove.
735        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
736        * librdbg/src/Makefile.am: Cosmetics.
737        * librdbg/include/Makefile.am: Cosmetics.
738        * librdbg/Makefile.am: Cosmetics.
739        * libnetworking/Makefile.am: Cosmetics.
740        * libnetworking/pppd/Makefile.am: Cosmetics.
741        * libnetworking/wrapup/Makefile.am: Cosmetics.
742
7432003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * Makefile.am: Cosmetics.
746        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
747        support.
748
7492003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * automake/compile.am: Remove $(ARCH):-rule.
752
7532003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
754
755        * configure.ac: Remove lib/libbsp/shared/Makefile,
756        lib/libbsp/shmdr/Makefile.
757
7582003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
759
760        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
761        libchip/serial/Makefile, libchip/rtc/Makefile.
762        * support/Makefile.am: Remove all-local: $(ARCH).
763        * wrapup/Makefile.am: Remove all-local: $(ARCH).
764        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
765        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
766        * optman/Makefile.am: Remove all-local: $(ARCH).
767        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
768        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
769        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
770        compilation dirstamp support.
771        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
772        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
773        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
774        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
775        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
776        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
777        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
778        all-local: $(ARCH).
779        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
780        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
781        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
782        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
783        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
784
7852003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
786
787        * aclocal/lead-dot.m4: New (from automake-1.7f).
788        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
789        AC_SUBST(dirstamp).
790        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
791        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
792        libchip/serial/Makefile.am: Ditto.
793        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
794        * librdbg/include/Makefile.am: Ditto.
795        * librdbg/include/rdbg/Makefile.am: Ditto.
796        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
797        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
798        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
799        * librdbg/src/Makefile.am: Ditto.
800        * librdbg/src/i386/Makefile.am: Ditto.
801        * librdbg/src/i386/any/Makefile.am: Ditto.
802        * librdbg/src/m68k/Makefile.am: Ditto.
803        * librdbg/src/m68k/any/Makefile.am: Ditto.
804        * librdbg/src/powerpc/Makefile.am: Ditto.
805        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
806        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
807        preinstallation.
808        * libnetworking/pppd/Makefile.am: Ditto.
809        * libnetworking/rtems_servers/Makefile.am: Ditto.
810        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
811        * libnetworking/rtems_webserver/Makefile.am: Ditto.
812        * libnetworking/wrapup/Makefile.am: Ditto.
813
8142003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
815
816        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
817        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
818        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
819        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
820        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
821        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
822        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
823        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
824        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
825        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
826        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
827        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
828        underquoting to silence automake-1.8.
829
8302003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
831
832        * configure.ac: Reflect having moved tests to ../../testsuites.
833
8342003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
835
836        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
837        * aclocal/canonical-host.m4: Remove.
838        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
839        * configure.ac: Remove RTEMS_CANONICAL_HOST.
840
8412003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * aclocal/check-cpu.m4: Remove.
844        * configure.ac: Merge-in former aclocal/check-cpu.m4.
845        * aclocal/canonical-target-name.m4: Add m4-quotes.
846        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
847        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
848        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
849        * aclocal/check-networking.m4: Add m4-quotes. Require
850        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
851        * aclocal/check-posix.m4: Add m4-quotes. Require
852        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
853        * aclocal/check-rdbg.m4: Add m4-quotes. Require
854        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
855        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
856
8572003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
858
859        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
860        * aclocal/bsp-alias.m4: Remove.
861
8622003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
863
864        * configure.ac: Make presence of tests/ optional.
865
8662003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
867
868        * aclocal/path-perl.m4: Remove (Unused).
869
8702003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
871
872        * automake/force-preinstall.am: Remove.
873
8742003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
875
876        PR 499/rtems_misc
877        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
878        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
879        Configuration (Odd was forced) - Correction of Stop Bit configuration
880        (inversed) - Correction of ISR Handler to call
881        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
882        CTS Hardware flow control Configuration.
883
8842003-09-04      Joel Sherrill <joel@OARcorp.com>
885
886        * lib/libcpu/shared/include/cache.h,
887        lib/libcpu/shared/src/cache_aligned_malloc.c,
888        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
889        license changed.
890        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
891        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
892        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
893        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
894        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
895        for license changed.
896        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
897        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
898        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
899        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
900        libchip/network/cs8900.h, libchip/network/dec21140.c,
901        libchip/network/elnk.c, libchip/network/open_eth.c,
902        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
903        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
904        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
905        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
906        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
907        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
908        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
909        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
910        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
911        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
912        libchip/serial/serial.h, libchip/serial/z85c30.c,
913        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
914        libchip/serial/z85c30_reg.c: URL for license changed.
915
9162003-09-03      Jiri Gaisler <jiri@gaisler.com>
917
918        PR 477/networking
919        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
920        * libchip/network/README.open_eth, libchip/network/open_eth.c,
921        libchip/network/open_eth.h: New files.
922
9232003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
924
925        * aclocal/rtems-top.m4: Add RTEMS_API.
926        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
927
9282003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
929
930        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
931        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
932        @RTEMS_BSP@.cfg.
933
9342003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
935
936        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
937
9382003-08-20      Joel Sherrill <joel@OARcorp.com>
939
940        * libchip/network/cs8900.c: Correct copyright statements.
941
9422003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
943
944        * aclocal/check-itron.m4: Remove.
945        * aclocal/enable-inlines.m4: Remove.
946        * Makefile.am: Reflect having moved aclocal/.
947        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
948        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
949        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
950        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
951        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
952        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
953        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
954        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
955        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
956        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
957        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
958        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
959        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
960        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
961        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
962        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
963        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
964        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
965        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
966        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
967        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
968        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
969        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
970        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
971        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
972        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
973        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
974        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
975        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
976        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
977        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
978        * aclocal/multilib.m4: New (Copied from ../../aclocal).
979        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
980        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
981        * aclocal/ppc.m4: New (Copied from ../../aclocal).
982        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
983        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
984        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
985        * aclocal/project-root.m4: New (Copied from ../../aclocal).
986        * aclocal/quoting.m4: New (Copied from ../../aclocal).
987        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
988        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
989        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
990        * aclocal/target.m4: New (Copied from ../../aclocal).
991        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
992        * aclocal/version.m4: New (Copied from ../../aclocal).
993
9942003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
995
996        * configure.ac: Remove stray comments.
997        * automake/local.am, automake/host.am: Remove "debug".
998
9992003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1000
1001        * Makefile.am: Reflect having moved automake/.
1002        * lib/Makefile.am: Reflect having moved automake/.
1003        * support/Makefile.am: Reflect having moved automake/.
1004        * wrapup/Makefile.am: Reflect having moved automake/.
1005        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1006        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1007        from ../../automake).
1008        * optman/Makefile.am: Reflect having moved automake/.
1009        * libchip/Makefile.am: Reflect having moved automake/.
1010        * libchip/ide/Makefile.am: Reflect having moved automake/.
1011        * libchip/network/Makefile.am: Reflect having moved automake/.
1012        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1013        * libchip/serial/Makefile.am: Reflect having moved automake/.
1014        * librdbg/Makefile.am: Reflect having moved automake/.
1015        * librdbg/include/Makefile.am: Reflect having moved automake/.
1016        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1017        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1018        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1019        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1020        automake/.
1021        * librdbg/src/Makefile.am: Reflect having moved automake/.
1022        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1023        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1024        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1025        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1026        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1027        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1028        having moved automake/.
1029        * libnetworking/Makefile.am: Reflect having moved automake/.
1030        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1031        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1032        automake/.
1033        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1034        automake/.
1035        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1036        automake/.
1037        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1038
10392003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1040
1041        * Makefile.am: Add bsp.pc.in.
1042        * bsp.pc.in: New (pkgconfig support).
1043
10442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1045
1046        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1047
10482003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1049
1050        * lib/Makefile.am: New (Required by 'make dist').
1051        * lib/ChangeLog: Remove.
1052        * lib/.cvsignore: Cleanup.
1053        * configure.ac: Reflect having added lib/Makefile.am.
1054        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1055        lib/libbsp/configure.ac.
1056        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1057        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1058
10592003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1060
1061        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1062        * configure.ac: Merge-in librdbg/configure.ac.
1063        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1064        librdbg/configure.ac.
1065        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1066        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1067        LIBCHIP. Conditionally build include-dirs.
1068        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1069        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1070        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1071        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1072        librdbg/include/rdbg/m68k/Makefile.am,
1073        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1074        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1075        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1076        librdbg/src/powerpc/Makefile.am, librdbg/
1077        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1078        configure.ac into ../configure.ac.
1079        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1080        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1081        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1082        libnetworking/rtems_telnetd/Makefile.am,
1083        libnetworking/rtems_webserver/Makefile.am,
1084        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1085        into ../configure.ac.
1086
10872003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1088
1089        PR 427/rtems
1090        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1091        * librdbg/src/servtsp.c: Ditto.
1092
10932003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1094
1095        PR 429/bsps
1096        PR 432/bsps
1097        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1098        packets are queued onto an elnk board, the ISR will deadlock the device
1099        with a tx complete interrupt.  Lighter tx loads are not affected as they
1100        end up submitting single packets to the device.
1101
11022003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1103
1104        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1105        optman/configure.ac.
1106        * optman/configure.ac: Remove (Merged into ../configure.ac).
1107        * optman/Makefile.am: Reflect having merged configure.ac into
1108        ../configure.ac.
1109        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1110        * libchip/Makefile.am, libchip/ide/Makefile.am,
1111        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1112        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1113        ../configure.ac.
1114
11152003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1116
1117        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1118
11192003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1120
1121        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1122        on i386.
1123
11242003-06-13      Joel Sherrill <joel@OARcorp.com>
1125
1126        * libnetworking/pppd/chat.c: Removed warnings.
1127
11282003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1129
1130        * libchip/network/README.3com: New file missed in previous commit.
1131        PR 405/bsps
1132        PR 393/networking
1133        * libchip/network/dec21140.c: Fix leak also known as PR393.
1134        * libchip/network/elnk.c, libchip/network/if_media.h,
1135        libchip/network/mii.h: New files.
1136        * libchip/network/Makefile.am: Reflect new files.
1137
11382003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1139
1140        * configure.ac: Remove support for profile-variant.
1141
11422003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1143
1144        PR 397/pppd
1145        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1146        * libnetworking/pppd/magic.c: Remove *rand48.
1147        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1148
11492003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1150
1151        * wrapup/Makefile.am: Add libide.a.
1152
11532003-04-15      Joel Sherrill <joel@OARcorp.com>
1154
1155        PR 387/rtems_misc
1156        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1157        routines.
1158        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1159
11602003-04-11      Joel Sherrill <joel@OARcorp.com>
1161
1162        * libnetworking/rtems_webserver/cgi.c,
1163        libnetworking/rtems_webserver/sockGen.c,
1164        libnetworking/rtems_webserver/umui.c,
1165        libnetworking/rtems_webserver/websSSL.c,
1166        libnetworking/rtems_webserver/websSSL.h,
1167        libnetworking/rtems_webserver/websda.c,
1168        libnetworking/rtems_webserver/websda.h: New files. Not included in
1169        previous commit.
1170
11712003-04-10      Joel Sherrill <joel@OARcorp.com>
1172
1173        PR 371/pppd
1174        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1175        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1176        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1177        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1178        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1179        still global symbols in rtemspppd.h which might need to be changed or
1180        converted into member of a structure which is dereferenced with a
1181        pointer that is managed as a per task variable. But this patch should
1182        avoid many conflicts.
1183
11842003-03-27      Joel Sherrill <joel@OARcorp.com>
1185
1186        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1187        not allowed in the cpukit source code since it must be buildable
1188        independent of any BSP. These files were moved to libchip/ide.
1189        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1190        files.
1191
11922003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1193
1194        PR 368/filesystems
1195        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1196        improvements which now work on pc386 and mbx8xx.
1197        * libchip/ide/ide_controller.c: New file.
1198
11992003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1200
1201        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1202
12032003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1204
1205        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1206        * configure.ac: Add support/.
1207        * support/.cvsignore: New.
1208        * support/Makefile.am: New.
1209        * support/version.c: New.
1210        * wrapup/Makefile.am: Add support/libsupport.a.
1211        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1212        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1213        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1214        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1215
12162003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1217
1218        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1219
12202003-02-20      Till Straumann <strauman@slac.stanford.edu>
1221
1222        PR 354/networking
1223        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1224        chip against a table of supported chips. The untested ones are still
1225        commented out, however.
1226
12272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1228
1229        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1230        * configure.ac: AC_PREREQ(2.57).
1231        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1232        * optman/configure.ac: AC_PREREQ(2.57).
1233        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1234        * libchip/configure.ac: AC_PREREQ(2.57).
1235        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1236        * librdbg/configure.ac: AC_PREREQ(2.57).
1237        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1238        * libnetworking/configure.ac: AC_PREREQ(2.57).
1239
12402003-02-06      Joel Sherrill <joel@OARcorp.com>
1241
1242        * libnetworking/pppd/chat.c: Convert routines with common names to
1243        static. This included get_char(), put_char(), and character() among
1244        others.
1245
12462003-02-03      Joel Sherrill <joel@OARcorp.com>
1247
1248        PR 338/filesystem
1249        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1250        rtems_io_lookup_name() (API change).  Unused function removed.
1251
12522003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1253
1254        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1255        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1256        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1257        Eliminate *_O_FILES.
1258        * libnetworking/rtems_servers/Makefile.am,
1259        libnetworking/rtems_webserver/Makefile.am,
1260        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1261
12622002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1263
1264        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1265        Let all-local: depend on $(LIB).
1266        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1267        * optman/Makefile.am: Apply install-data-local to install *.rels.
1268
12692002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1270
1271        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1272        %.c rules.
1273        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1274        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1275        * libchip/rtc/Makefile.am: Ditto.
1276        * libchip/serial/Makefile.am: Ditto.
1277
12782002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1279
1280        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1281        LIBC_DEFINES.
1282        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1283        LIBC_DEFINES.
1284        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1285        LIBC_DEFINES.
1286
12872002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1288
1289        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1290
12912002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1292
1293        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1294        cache-checking.
1295        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1296
12972002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1298
1299        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1300        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1301        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1302        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1303        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1304
13052002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1306
1307        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1308        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1309        Remove.
1310        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1311
13122002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1313
1314        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1315        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1316
13172002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1318
1319        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1320        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1321
13222002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1323
1324        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1325        * optman/rel.am: New.
1326
13272002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1328
1329        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1330        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1331        braino in comment on "exec". Extend --enable-ada handling.
1332
13332002-11-04      Joel Sherrill <joel@OARcorp.com>
1334
1335        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1336        tasks and rolling multiple loops into 1.
1337        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1338        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1339        Removed warnings.
1340
13412002-10-31      Joel Sherrill <joel@OARcorp.com>
1342
1343        * libchip/network/dec21140.c: Removed warnings.
1344        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1345        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1346        librdbg/src/m68k/any/remdeb_xdr.c,
1347        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1348        warnings.
1349        * libnetworking/rtems_webserver/socket.c,
1350        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1351
13522002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1353
1354        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1355        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1356        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1357        above.
1358
13592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1360
1361        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1362        * wrapup/.cvsignore: Remove autom4te.cache.
1363        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1364        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1365        autom4te.cache.
1366        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1367        autom4te.cache.
1368        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1369        autom4te.cache.
1370
13712002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1372
1373        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1374
13752002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1376
1377        * optman/.cvsignore: Add autom4te.cache.
1378
13792002-09-14      Joel Sherrill <joel@OARcorp.com>
1380
1381        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1382
13832002-09-07      Joel Sherrill <joel@OARcorp.com>
1384
1385        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1386        include files to resolve warnings.
1387
13882002-09-07      Chris Johns <ccj@acm.org>
1389
1390        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1391        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1392        which corrects the problem  where the cs8900.c file was actually the BSP
1393        glue.  Joel did some hacking so this file will compile.  Previously it
1394        required providing a target.h file to compile.
1395        * libchip/network/cs8900.c.bsp: New file.
1396
13972002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1398
1399        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1400
14012002-08-31      Joel Sherrill <joel@OARcorp.com>
1402
1403        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1404        eliminate warning.
1405
14062002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1407
1408        * configure.ac: Add ada-tests.
1409
14102002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1411
1412        * Makefile.am: Add preinstall-stamp.
1413
14142002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1415
1416        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1417        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1418        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1419        gcc31 happy.
1420        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1421        cp.
1422
14232002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1424
1425        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1426        make/bsp.mak.
1427        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1428        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1429
14302002-08-12      Joel Sherrill <joel@OARcorp.com>
1431
1432        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1433        avoid error.
1434
14352002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1436
1437        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1438        * configure.ac: Add BSP_SUBDIRS.
1439        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1440        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1441        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1442        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1443        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1444        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1445        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1446        RTEMS_CHECK_BSP_CACHE.
1447        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1448        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1449        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1450        .$(OBJEXT) instead of .o.
1451        * libnetworking/pppd/Makefile.am,
1452        libnetworking/rtems_servers/Makefile.am,
1453        libnetworking/rtems_telnetd/Makefile.am,
1454        libnetworking/rtems_webserver/Makefile.am,
1455        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1456
14572002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1458
1459        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1460        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1461        ../libchip/serial/$(ARCH)/libserialio.a.
1462        * libchip/serial/Makefile.am: Don't tmp-install lib.
1463        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1464
14652002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1466
1467        * Makefile.am: Add rtems_makedir.
1468        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1469        * Makefile.am: Add wrapup-SUBDIR.
1470        * wrapup/ChangeLog: Remove.
1471        * wrapup/configure.ac: Remove.
1472        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1473        (Make the bare BSP happy).
1474        * configure.ac: Ditto.
1475        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1476        Create make/custom/default.cfg.
1477        * configure.ac: Add creation of make/custom/*.cfg. Create
1478        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1479
14802002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1481
1482        * Makefile.am: Clean $(PROJECT_RELEASE).
1483
14842002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1485
1486        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1487        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1488        prototype mismatches.
1489
14902002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1491
1492        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1493        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1494
14952002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1496
1497        * acinclude.m4: Add test "$multilib" != "yes".
1498        * config-ml.in: Remove.
1499        * acinclude.m4: Cleanups.
1500        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1501        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1502        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1503        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1504        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1505
15062002-07-16      Eric Norum <eric.norum@usask.ca>
1507
1508        * New driver for the Intel EtherExpressPro (82559ER) chip.
1509        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1510        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1511        * libchip/network/Makefile.am: Modified to reflect above.
1512
15132002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1514
1515        * acinclude.m4: New.
1516        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1517        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1518        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1519
15202002-07-01      Joel Sherrill <joel@OARcorp.com>
1521
1522        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1523        _Objects_Information_table now that it is a two dimensional array based
1524        upon API and class.
1525        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1526        of strnlen().
1527
15282002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1529
1530        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1531        preinstall libnetapps.a.
1532
15332002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1534
1535        * configure.ac: Remove librpc.
1536
15372002-06-25      Joel Sherrill <joel@OARcorp.com>
1538
1539        * Per PR233, moved librpc to exec.
1540        * configure.ac, wrapup/Makefile.am: Modified.
1541        * librpc, librpc/ChangeLog: Removed.
1542
15432002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1544
1545        * optman/Makefile.am: Remove multilib support.
1546        * optman/configure.ac: Ditto.
1547        * optman/sapi/Makefile.am: Ditto.
1548
15492002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1550
1551        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1552        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1553
15542002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1555
1556        Move networking libraries to c/src/exec/libnetworking
1557        * libnetworking/configure.ac, libnetworking/Makefile.am,
1558        libnetworking/wrapup/Makefile.am: Reflect Moval.
1559
15602002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1561
1562        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1563        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1564        <rtems/bspIo.h>.
1565
15662002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1567
1568        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1569        * libnetworking/rtems/mkrootfs.h: Ditto.
1570        * libnetworking/rtems/Makefile.am: Reflect changes above.
1571
15722002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1573
1574        * configure.ac: Remove lib.
1575
15762002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1577
1578        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1579        that exception stack frames on M68K members with VBR always are 6 byte
1580        long. The incorrect assumption resulted in some gdb commands like "next"
1581        to fail on the 68360.
1582
15832002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1584
1585        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1586        PR 220
1587        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1588        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1589        CVS.
1590        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1591        libnetworking/sys/filio.h: Remove.
1592        * libnetworking/sys/Makefile.am: Reflect changes above.
1593
15942002-05-07      Chris Johns <ccj@acm.org>
1595
1596        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1597        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1598        requires it to be stripped.
1599
16002002-05-01      Eric Norum <eric.norum@usask.ca>
1601
1602        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1603        assembly  to satisfy gcc 3.1 and newer.
1604
16052002-04-26      Eric Norum <eric.norum@usask.ca>
1606
1607        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1608        agressive optimization in gcc 3.1 does not reorder things.
1609
16102002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1611
1612        * libchip/network/dec21140.c: Reflect changes to powerpc's
1613        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1614        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1615        <rtems/score/cpu.h>.
1616        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1617        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1618
16192002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1620
1621        * optman/configure.ac: Remove ENABLE_GCC28.
1622
16232002-04-11      Chris Johns <ccj@acm.org>
1624
1625        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1626        driver control block field to the ifconfig network driver structure.
1627        This field is needed by the i82586 driver which was ported from NetBSD
1628        as it had better hardware abstraction.
1629        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1630        PR59, added the drv_ctrl driver control block field to the ifconfig
1631        network driver structure. This field is needed by the i82586 driver
1632        which was ported from NetBSD as it had better hardware abstraction.
1633
16342002-04-10      Mike Siers <mikes@poliac.com>
1635
1636        * libnetworking/rtems_webserver/NOTES,
1637        libnetworking/rtems_webserver/asp.c,
1638        libnetworking/rtems_webserver/balloc.c,
1639        libnetworking/rtems_webserver/default.c,
1640        libnetworking/rtems_webserver/ej.h,
1641        libnetworking/rtems_webserver/ejIntrn.h,
1642        libnetworking/rtems_webserver/ejlex.c,
1643        libnetworking/rtems_webserver/ejparse.c,
1644        libnetworking/rtems_webserver/emfdb.c,
1645        libnetworking/rtems_webserver/emfdb.h,
1646        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1647        libnetworking/rtems_webserver/handler.c,
1648        libnetworking/rtems_webserver/license.txt,
1649        libnetworking/rtems_webserver/md5.h,
1650        libnetworking/rtems_webserver/md5c.c,
1651        libnetworking/rtems_webserver/mime.c,
1652        libnetworking/rtems_webserver/misc.c,
1653        libnetworking/rtems_webserver/ringq.c,
1654        libnetworking/rtems_webserver/rom.c,
1655        libnetworking/rtems_webserver/security.c,
1656        libnetworking/rtems_webserver/sock.c,
1657        libnetworking/rtems_webserver/sym.c,
1658        libnetworking/rtems_webserver/uemf.c,
1659        libnetworking/rtems_webserver/uemf.h,
1660        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1661        libnetworking/rtems_webserver/url.c,
1662        libnetworking/rtems_webserver/value.c,
1663        libnetworking/rtems_webserver/wbase64.c,
1664        libnetworking/rtems_webserver/webcomp.c,
1665        libnetworking/rtems_webserver/webpage.c,
1666        libnetworking/rtems_webserver/webrom.c,
1667        libnetworking/rtems_webserver/webs.c,
1668        libnetworking/rtems_webserver/webs.h,
1669        libnetworking/rtems_webserver/websuemf.c,
1670        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1671        2.1.4.
1672
16732002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1674
1675        * libchip/network/i82586.c: Include <string.h>.
1676        * libchip/network/sonic.c: Ditto.
1677
16782002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1679
1680        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1681
16822002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1683
1684        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1685
16862002-03-27      Thomas.Doerfler@imd-systems.de
1687
1688        PR 144
1689        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1690        memory address 0 when called for the first time. This is done when
1691        trying to clear the variable "dhcp_hostname".
1692
16932002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1694
1695        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1696        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1697        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1698        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1699        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1700        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1701        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1702        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1703        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1704        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1705        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1706        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1707        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1708        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1709        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1710        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1711        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1712        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1713        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1714        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1715        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1716        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1717        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1718        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1719        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1720        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1721        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1722        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1723        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1724        AUTOMAKE_OPTIONS.
1725        * libnetworking/configure.ac:
1726        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1727        foreign 1.6]).
1728        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1729        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1730        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1731        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1732        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1733        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1734        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1735        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1736        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1737        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1738        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1739        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1740        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1741        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1742        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1743        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1744        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1745
17462002-03-27      Ilya Alexeev <ilya@continuum.ru>
1747
1748        PR 162
1749        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1750        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1751        used in a device write routines.  Now ppp_softc structure have own
1752        character for writing to device (sc_outchar).  I think that converting
1753        local variables to static is not a right solution, because problems will
1754        occur in the case of two or more ppp instances.
1755        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1756        must be u_long, otherwise in the case of the big output packet endless
1757        loop may occur.
1758
17592002-03-21      Ilya Alexeev <ilya@continuum.ru>
1760
1761        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1762        preparations for multiple PPPD connections.
1763
17642002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1765
1766        PR 149
1767        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1768        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1769        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1770        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1771
17722002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1773
1774        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1775        * configure.ac: Modified to reflect addition.
1776
17772002-02-27      Ilya Alexeev <ilya@continuum.ru>
1778
1779        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1780        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1781        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1782        capabilities as well as eliminate some warnings.
1783
17842002-02-27      Eric Norum <eric.norum@usask.ca>
1785
1786        * libnetworking/net/radix.c: Properly handle fetching the default route
1787        when there is no route.  This was a bug in the original FreeBSD code and
1788        this fix is from an updated version of their code.
1789
17902002-02-16      Eric Norum <eric.norum@usask.ca>
1791
1792        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1793        checking.
1794
17952002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1796
1797        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1798        dodefaultroute.
1799
18002002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1801
1802        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1803        include <rtems/seterr.h>.
1804
18052002-02-01      Mike Siers <mikes@poliac.com>
1806
1807        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1808        avoid bringing the link down too fast. NOTE: Mike reports successfully
1809        running at 56K baud on a direct link.
1810
18112002-02-01      Eric Valette <valette@crf.canon.fr>
1812
1813        * librdbg/So many patches have been posted recently on the mailing list
1814        and  because we were unable to find correct solution to compile on
1815        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1816        because the coding  style of rdbg was rather inconsistant among various
1817        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1818        global coding style (using indent + manual edits), 2) incorporate/review
1819        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1820        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1821        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1822        after rdbg initialization is done, NB : the paches is huge but it is
1823        mainly due to coding styke chnages.  Only few lines of codes have been
1824        really changed and they do not impact  rdbg functionnality (AFAIKT).
1825        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1826        librdbg/include/rdbg/m68k/rdbg_f.h,
1827        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1828        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1829        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1830        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1831        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1832        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1833        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1834        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1835        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1836        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1837        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1838        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1839        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1840        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1841        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1842        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1843
18442002-01-31      Mike Siers <mikes@poliac.com>
1845
1846        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1847        * Nice Update of PPPD support which eliminates the requiremetn that
1848        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1849        and reports that it seems to be more stable and handle larger packets
1850        better.  This patch replaces the termios tasks with more general pppd
1851        network driver tasks.  The functions pppinput() and pppstart() get
1852        called from the interrupt service routine.
1853        * libnetworking/Makefile.am, libnetworking/configure.ac,
1854        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1855        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1856        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1857        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1858        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1859        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1860        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1861        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1862        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1863        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1864        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1865        libnetworking/net/route.c, libnetworking/net/route.h,
1866        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1867        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1868        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1869        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1870        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1871        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1872        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1873        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1874        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1875        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1876        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1877        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1878        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1879        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1880        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1881        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1882        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1883        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1884        libnetworking/pppd/example/README,
1885        libnetworking/pppd/example/netconfig.h,
1886        libnetworking/wrapup/Makefile.am: Modified.
1887        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1888        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1889        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1890        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1891        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1892        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1893        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1894        libnetworking/modem/pppcompress.c: Subdirectory removed.
1895
18962002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1897
1898        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1899        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1900
19012002-01-18      Till Straumann <strauman@slac.stanford.edu>
1902
1903        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1904        issues: - exception handler needs to enable MSR_FP if the interrupted
1905        thread is FP enabled. - printk message for MSR fixed and added
1906        stacktrace. NOTE: this requires the stacktrace patch to
1907        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1908        however).
1909
19102002-01-06      Joel Sherrill <joel@OARcorp.com>
1911
1912        * optman/.cvsignore: Added aclocal.m4 and configure.
1913        * optman/.cvsignore: New file.
1914
19152002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1916
1917        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1918
19192002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1920
1921        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1922        * optman/ChangeLog: New.
1923        * optman/configure.ac: New.
1924        * optman/Makefile.am: New.
1925        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1926        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1927
19282001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1929
1930        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1931
19322001-12-18      Eric Norum <eric.norum@usask.ca>
1933
1934        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1935        `directories' (path names with a / at the end) while disallowing open()
1936        operations on TFTP `directories'.
1937
19382001-12-07      Eric Norum <eric.norum@usask.ca>
1939
1940        * libnetworking/lib/tftpDriver.c: Restore write capability.
1941
19422001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1943
1944        * libchip/network/sonic.h: Fix typo.
1945        * libnetworking/arpa/Makefile.am: Remove stray lines.
1946
19472001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1948
1949        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1950
19512001-10-18      Eric Norum <eric.norum@usask.ca>
1952
1953        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1954        chdir() and open() operations within the TFTP file system.
1955
19562001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1957
1958        * librdbg/configure.ac: Fix latent bug exposed by removal of
1959        config.cache's which prevented powerpc targets librdbg from building.
1960
19612001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1962
1963        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1964        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1965        autoconf-2.52 happy.
1966
19672001-10-12      Mike Siers <mikes@poliac.com>
1968
1969        * libnetworking/Update to stable working state.  Congratulations Mike!
1970        :).
1971        * libnetworking/modem_example: Directory removed.
1972        * libnetworking/modem_example/16550.h,
1973        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
1974        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
1975        libnetworking/modem_example/ppp.h,
1976        libnetworking/modem_example/pppcompress.c: Files removed.
1977        * libnetworking/pppd/example/pppd.options: New file.
1978        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
1979        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1980        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1981        libnetworking/pppd/rtemsmain.c: Updated.
1982
19832001-10-12      Joel Sherrill <joel@OARcorp.com>
1984
1985        * libchip/serial/z85c30.c: Fixed typo.
1986
19872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1988
1989        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1990        * configure.in: Remove.
1991        * configure.ac: New file, generated from configure.in by autoupdate.
1992        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1993        * libchip/configure.in: Remove.
1994        * libchip/configure.ac: New file, generated from configure.in by
1995        autoupdate.
1996        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1997        * librdbg/configure.in: Remove.
1998        * librdbg/configure.ac: New file, generated from configure.in by
1999        autoupdate.
2000        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2001        * libnetworking/configure.in: Remove.
2002        * libnetworking/configure.ac: New file, generated from configure.in by
2003        autoupdate.
2004
20052001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2006
2007        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2008        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2009        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2010
20112001-09-27      Joel Sherrill <joel@OARcorp.com>
2012
2013        * libchip/ChangeLog: Fixed typo in date.
2014
20152001-09-27      Eric Norum <eric.norum@usask.ca>
2016
2017        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2018        TFTP  filesystem.
2019
20202001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2021
2022        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2023        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2024        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2025        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2026        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2027        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2028        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2029        'PREINSTALL_FILES ='.
2030        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2031        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2032        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2033        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2034        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2035        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2036        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2037        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2038        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2039        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2040        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2041        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2042
20432001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2044
2045        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2046        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2047        * librdbg/src/m68k/any/Makefile.am: Ditto.
2048        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2049        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2050        happy.
2051
20522001-09-21      Joel Sherrill <joel@OARcorp.com>
2053
2054        * libchip/network/Makefile.am: Fixed typo on file name.
2055        * libchip/network/i82586.c: Commented out line 318 which is referencing
2056        a member of a structure that is not currently there.  This needs to be
2057        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2058        to C style.
2059
20602001-09-19      Eric Norum <eric.norum@usask.ca>
2061
2062        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2063
20642001-09-19      Chris Johns <ccj@acm.org>
2065
2066        * libchip/network/README.i82586, libchip/network/i82586.c,
2067        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2068        Network driver for Intel i82586.
2069        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2070        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2071        "root" filesystem with information obtained via the DHCP response.
2072
20732001-09-14      Eric Norum <eric.norum@usask.ca>
2074
2075        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2076        make gcc 3.x happy.
2077
20782001-08-16      Mike Siers <mikes@poliac.com>
2079
2080        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2081        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2082        These support callback functionality that has not even been compiled
2083        under RTEMS yet.
2084        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2085        example application.  Mike's notes on the modifications: - renamed
2086        error() function because of namespace problems - removed calls to the
2087        exit() funciton - removed extra files from the pppd source directory -
2088        defined pppd task constant values in rtemspppd.h - modifyied example
2089        code to get actual tick per second value - placed the pppd 2.3.11 man
2090        page file (pppd.8) into the pppd directory.
2091        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2092        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2093        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2094        libnetworking/pppd/rtems-ppp.c: Deleted.
2095        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2096        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2097        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2098        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2099        libnetworking/pppd/example/init.c,
2100        libnetworking/pppd/example/netconfig.h,
2101        libnetworking/pppd/example/ppp.conf,
2102        libnetworking/pppd/example/pppdapp.c,
2103        libnetworking/pppd/example/system.h: New files.
2104        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2105        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2106        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2107        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2108        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2109        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2110        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2111        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2112        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2113        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2114        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2115        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2116        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2117        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2118        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2119
21202001-08-16      Joel Sherrill <joel@OARcorp.com>
2121
2122        * libnetworking/pppd/example/Makefile: Removed.
2123        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2124        to avoid bootstrap -c clobbering it.
2125        * libnetworking/rtems_telnetd/.cvsignore: New file.
2126
21272001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2128
2129        * libnetworking/Makefile.am, libnetworking/configure.in,
2130        libnetworking/rtems_servers/Makefile.am,
2131        libnetworking/rtems_servers/telnetd.c,
2132        libnetworking/rtems_servers/telnetd.h,
2133        libnetworking/rtems_telnetd/Makefile.am,
2134        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2135        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2136        libnetworking/rtems_telnetd/telnetd.c,
2137        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2138        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2139        effect when ftpd change. - the tcp/ip stats have been implemented into
2140        icmds.c and started when telnetd daemon is started.
2141        * libnetworking/rtems_servers/telnetd.c,
2142        libnetworking/rtems_servers/telnetd.h: Removed.
2143        * libnetworking/rtems_telnetd: New directory.
2144        * libnetworking/rtems_telnetd/Makefile.am,
2145        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2146        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2147        libnetworking/rtems_telnetd/telnetd.c,
2148        libnetworking/rtems_telnetd/telnetd.h: New files.
2149
21502001-06-14      Joel Sherrill <joel@OARcorp.com>
2151
2152        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2153        Moved from libmisc/shell so the network stack to address network
2154        depenendency.
2155        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2156
21572001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2158
2159        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2160
21612001-05-15      Joel Sherrill <joel@OARcorp.com>
2162
2163        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2164        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2165        accidentally deleted the incorrectly empty versions.
2166
21672001-05-14      Till Straumann <strauman@slac.stanford.edu>
2168
2169        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2170        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2171        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2172        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2173        to know the values) - the affected BSP (shared/motorola) headers have
2174        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2175        driver (libchip/network/dec21140.c) has been fixed to use
2176        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2177        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2178        who is using this driver. - the DEC driver also has been fixed to use
2179        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2180        delay_in_bus_cycles().
2181
21822001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2183
2184        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2185
21862001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2187
2188        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2189
21902001-04-24      Eric Norum <eric.norum@usask.ca>
2191
2192        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2193        NTP synchronization a little more robust -- no NTP daemon yet, but at
2194        least it trys a little harder when the primary NTP server is down.
2195
21962001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2197
2198        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2199        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2200        libnetworking/pppd/modem_example/modem.c,
2201        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2202        other strings into English.
2203        * libnetworking/pppd/STATUS: updated to reflect the changes.
2204
22052001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2206
2207        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2208        again.
2209
22102001-04-20      Eric Valette <valette@crf.canon.fr>
2211
2212        * mcp750 directory renamed new_exception processing as it supports many
2213        more CPU models.
2214        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2215        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2216        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2217        formerly in mcp750 plus modifications.
2218        * librdbg/src/powerpc/mcp750/.cvsignore,
2219        librdbg/src/powerpc/mcp750/Makefile.am,
2220        librdbg/src/powerpc/mcp750/remdeb.h,
2221        librdbg/src/powerpc/mcp750/remdeb_f.x,
2222        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2223        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2224        new_exception_processing.
2225        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2226        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2227        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2228        part of this effort to add support for the MPC8xx.
2229
22302001-04-19      Joel Sherrill <joel@OARcorp.com>
2231
2232        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2233        internal include files.
2234
22352001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2236
2237        PR 158
2238        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2239        rcmd() library call by commenting out the parts that deal with signals.
2240        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2241        stdio. The 'server-side' parts of this file which deal with
2242        authentication are disabled since they are not needed.
2243
22442001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2245
2246        * libnetworking/include/.cvsignore: Remove dangling file.
2247
22482001-03-14      Joel Sherrill <joel@OARcorp.com>
2249
2250        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2251        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2252        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2253        libchip style serial drivers can be written in libcpu or libbsp.
2254
22552001-03-01      Joel Sherrill <joel@OARcorp.com>
2256
2257        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2258        libchip/network/sonic.c, libchip/network/sonic.h,
2259        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2260        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2261        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2262        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2263        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2264        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2265        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2266        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2267
22682001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2269
2270        * librdbg/include/rdbg/Makefile.am,
2271        librdbg/include/rdbg/i386/Makefile.am,
2272        librdbg/include/rdbg/m68k/Makefile.am,
2273        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2274        style on include files.
2275
22762001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2277
2278        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2279        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2280        replace ${..} with $(..).
2281        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2282        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2283        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2284        libnetworking/rtems/Makefile.am, libnetworking/
2285        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2286        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2287        include_*HEADERS instead of H_FILES.
2288        * libnetworking/include/Makefile.am: Remove.
2289        * libnetworking/Makefile.am: Add handling of *.h files.
2290        * libnetworking/configure.in: Remove include/Makefile.
2291
22922001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2293
2294        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2295
22962001-01-31      Sergei Organov <osv@javad.ru>
2297
2298        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2299        current dir and root dir removed in favor of new libio support for
2300        task-local current and root directories. - Bug in `close_data_socket()'
2301        introduced by previous change fixed. - `command_pasv()' changed to set
2302        timeout on socket we are listening on and code fixed to don't close
2303        socket twice on error. - `serr()' changed to clear `errno'. -
2304        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2305        changed to clear `errno' before processing session. -
2306        `close_data_socket()' fixed to close both active and passive sockets -
2307        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2308        empty string  in `exec_command()'.
2309
23102001-01-25      Eric Norum <eric.norum@usask.ca>
2311
2312        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2313        improves throughput on systems which are dropping packets.   Only the
2314        first timeout is reduced.  This keeps the number of extra packets down
2315        on networks that are very busy and dropping lots of packets.
2316
23172001-01-24      Sergei Organov <osv@javad.ru>
2318
2319        * libnetworking/rtems_servers/ftpd.c,
2320        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2321        - Timeouts on sockets implemented. 'idle' field added to configuration.
2322        No timeout by default to keep backward compatibility. Note: SITE IDLE
2323        command not implemented yet. - Basic global access control implemented.
2324        'access' field added to configuration. No access limitations by default
2325        to keep backward compatibility. - Anchor data socket for active mode
2326        (using self IP and port 20.) - Fixed default data port support (still
2327        not tested). - Don't allow IP address different from originating host in
2328        PORT command to improve security. - Fixed bug in MDTM command. - Check
2329        for correctness of parsing of argument in command_port(). - Fixed
2330        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2331        a directory. - Command parsing a little bit improved: command names are
2332        now converted to upper-case to be more compatible with RFC (command
2333        names are not case-sensitive.) - Reformat comments so that they have
2334        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2335        previous changes - True ASCII mode implemented (doesn't work for hooks
2336        and /dev/null) - Passive mode implemented, PASV command added. - Default
2337        port for data connection could be used (untested, can't find ftp client
2338        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2339        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2340
23412001-01-18      Joel Sherrill <joel@OARcorp.com>
2342
2343        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2344        macro using variable arguments.
2345        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2346        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2347        since I updated the main RTEMS development machine to RedHat 7.2 and
2348        apparently got a new version of rpcgen.
2349
23502001-01-12      Sergei Organov <osv@javad.ru>
2351
2352        * libnetworking/rtems_servers/ftpd.c,
2353        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2354        - use pool of pre-created threads to handle sessions instead of
2355        creating/deleting threads on the fly - LIST output is now similar to
2356        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2357        happy with it. - LIST NAME now works (both for files and directories) -
2358        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2359        clients happy  - keep track of CWD for every session separately -
2360        ability to specify root directory name for FTPD in configuration table.
2361        FTPD will then create illusion for FTP clients that this is actually
2362        root directory. - ignore options sent in commands, thus LIST -al FILE
2363        works and doesn't try to list "-al" directory. - buffers are allocated
2364        on stack instead of heap where possible to eliminate malloc/free calls
2365        (avoid possible heap fragmentation troubles). - drop using of task
2366        notepad to pass parameters - use function arguments instead - use
2367        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2368        in socket() instead of AF_INET.
2369
23702001-01-02      Joel Sherrill <joel@OARcorp.com>
2371
2372        * libnetworking/CHANGELOG: Removed.
2373        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2374
23752000-12-14      Eric Norum <eric.norum@usask.ca>
2376
2377        * libnetworking/lib/tftpDriver.c: Added write capability.
2378
23792000-12-08      Joel Sherrill <joel@OARcorp.com>
2380
2381        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2382        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2383        numerous variable declarations conditional on PPP_COMPRESS and
2384        PPP_FILTER.  Commented out variables that were not used because the code
2385        using them was commented out. Removed totally unused variables.
2386        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2387        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2388
23892000-11-30      Joel Sherrill <joel@OARcorp.com>
2390
2391        * libnetworking/modem/ppp_tty.c: Changed to include
2392        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2393        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2394        * libnetworking/Makefile.am: Modified to reflect above.
2395
23962000-11-27      Joel Sherrill <joel@OARcorp.com>
2397
2398        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2399
24002000-11-25      Eric Norum <eric.norum@usask.ca>
2401
2402        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2403        core.
2404
24052000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2406
2407        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2408        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2409        subdir.
2410        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2411        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2412        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2413        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2414        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2415        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2416        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2417        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2418        ppp_tty.c and the real pppd main is in pppmain.c.
2419
24202000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2421
2422        * libchip/network/sonic.c: Added ipalign() routine to align the received
2423        packet so that the ip header is on a 32-bit boundary. Necessary for
2424        cpu's that do not allow unaligned loads and stores and when the 32-bit
2425        DMA mode is used.
2426
24272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2428
2429        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2430        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2431        ACLOCAL_AMFLAGS.
2432        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2433        ACLOCAL_AMFLAGS.
2434        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2435        ACLOCAL_AMFLAGS.
2436
24372000-11-03      Chris Johns <ccj@acm.org>
2438
2439        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2440        libchip/network/cs8900.h: New files.
2441
24422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2443
2444        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2445        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2446        $(RTEMS_TOPdir)/aclocal.
2447        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2448        $(RTEMS_TOPdir)/aclocal.
2449        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2450        $(RTEMS_TOPdir)/aclocal.
2451
24522000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2453
2454        * configure.in: Switch to GNU-canonicalization.
2455        * Makefile.am: Reflect changes to configure.in.
2456        * acinclude.m4: Remove.
2457
24582000-10-30      Joel Sherrill <joel@OARcorp.com>
2459
2460        * POSIX include files merged into newlib.  This resulted in some
2461        definitions moving to other files and thus some secondary effects in
2462        RTEMS source code.
2463        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2464        in sync with newlib's <machine/types.h>.
2465        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2466        definition of struct itimerval in <sys/time.h>.
2467
24682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2469
2470        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2471        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2472        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2473        * ChangeLog: Fix typos.
2474        * configure.in: add tests to the GNU canonicalized subdirectories.
2475
24762000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2477
2478        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2479        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2480        the lib directory before configuring lib/.
2481
24822000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2483
2484        * configure.in, Makefile.am: add exec to the GNU canonicalized
2485        subdirectories.
2486        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2487        * configure.in: add libnetworking, librpc and librdb to the GNU
2488        canonicalized subdirectories.
2489        * configure.in: add libmisc and libchip to the GNU canonicalized
2490        subdirectories.
2491        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2492        Switch to GNU canonicalization.
2493        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2494        Switch to GNU canonicalization.
2495        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2496        Switch to GNU canonicalization.
2497
24982000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2499
2500        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2501        canonicalization to libfs/. The approach is currently a bit of a hack as
2502        GNU canonicalization does not support the per-BSP build some of the
2503        other directories require.  As more of the tree is converted, this will
2504        become less  of an issue.
2505
25062000-10-20      Joel Sherrill <joel@OARcorp.com>
2507
2508        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2509        parameter.
2510
25112000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2512
2513        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2514        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2515        * librdbg/configure.in: Add m68k support.
2516        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2517        subdirectory.
2518        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2519        failure.
2520        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2521        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2522        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2523        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2524        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2525        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2526        librdbg/src/m68k/.cvsignore: New files.
2527        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2528        function pointers.
2529        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2530        _after_ pointer has been checked against NULL.
2531
25322000-10-18      Joel Sherrill <joel@OARcorp.com>
2533
2534        * wrapup/Makefile.am: Added libfs.
2535
25362000-10-18      Chris Johns <ccj@acm.org>
2537
2538        * libfs created.
2539        * configure.in: Added libfs subdirectory.
2540        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2541
25422000-09-28      Joel Sherrill <joel@OARcorp.com>
2543
2544        * libnetworking/rtems_webserver/Makefile.am,
2545        libnetworking/rtems_webserver/base64.c,
2546        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2547        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2548
25492000-09-22      Joel Sherrill <joel@OARcorp.com>
2550
2551        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2552        libnetworking/rtems/rtems_bsdnet_internal.h,
2553        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2554        have included rtems.h.  It is now including precisely the  least amount
2555        of low level, yet portable .h files to get the basic RTEMS types
2556        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2557        used machine/types.h to include rtems.h.
2558
25592000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2560
2561        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2562
25632000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2564
2565        * libnetworking/ChangeLog: Cleanup.
2566
25672000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2568
2569        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2570        * libchip/ChangeLog: Fix formating.
2571
25722000-09-05      Joel Sherrill <joel@OARcorp.com>
2573
2574        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2575        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2576        confusion and to work with the converted flags.
2577
25782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2579
2580        * wrapup/Makefile.am: Include compile.am.
2581        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2582        libchip/serial/Makefile.am: Include compile.am.
2583        * librdbg/src/i386/any/Makefile.am,
2584        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2585        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2586        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2587        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2588        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2589        libnetworking/rtems_servers/Makefile.am,
2590        libnetworking/rtems_webserver/Makefile.am,
2591        libnetworking/wrapup/Makefile.am: Include compile.am.
2592
25932000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2594
2595        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2596        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2597
25982000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2599
2600        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2601
26022000-08-31      Joel Sherrill <joel@OARcorp.com>
2603
2604        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2605        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2606        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2607        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2608        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2609        * libnetworking/wbase64.c: Removed.
2610        * libnetworking/Makefile.am, libnetworking/asp.c,
2611        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2612        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2613        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2614        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2615        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2616        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2617        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2618        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2619        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2620        Modified.
2621
26222000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2623
2624        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2625
26262000-08-30      Joel Sherrill <joel@OARcorp.com>
2627
2628        * libnetworking/rtems_webserver/license.txt: New file.
2629
26302000-08-10      Joel Sherrill <joel@OARcorp.com>
2631
2632        * ChangeLog: New file.
2633        * libchip/ChangeLog: New file.
2634        * librdbg/ChangeLog: New file.
2635        * libnetworking/ChangeLog: New file.
2636
Note: See TracBrowser for help on using the repository browser.