source: rtems/c/src/ChangeLog @ 552fca7

4.104.114.84.95
Last change on this file since 552fca7 was 552fca7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/02/05 at 00:40:17

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

  • libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am support/Makefile.am, wrapup/Makefile.am: Remove build-variant support.
  • Property mode set to 100644
File size: 105.1 KB
Line 
12005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
4        support/Makefile.am, wrapup/Makefile.am:
5        Remove build-variant support.
6
72004-11-22      Joel Sherrill <joel@OARcorp.com>
8
9        * libchip/network/if_fxp.c: Add entry for another module ID code.
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      Joel Sherrill <joel@OARcorp.com>
18
19        PR 693/misc
20        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
21        in/outport routines.
22
232004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
24
25        * aclocal/enable-itron.m4: Remove (unused).
26
272004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
28
29        * configure.ac: Misc. quoting cleanups.
30        Enable ada-tests iff --enable-ada and --enable-tests.
31
322004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
33
34        PR 703/filesystem
35        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
36        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
37        libchip/ide/ide_controller.c:
38        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
39        available for BSPS/device drivers.
40        Extend the "modes_available" and "mode_active" parameters to
41        uint16_t for UDMA support.
42
432004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
44
45        * libchip/network/dec21140.c: Cleanup a bit and remove message about
46        not supported on PowerPC since it works on the MVME2100 BSP.
47
482004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
51        Add dependency tracking for *.cfgs.
52        * Makefile.am: Add dependency tracking for *.cfg.
53
542004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
57        (Thanks to Lars Munch <lars@segv.dk> for catching this).
58
592004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        PR 707/make_build
62        * configure.ac: Add --enable-rpcgen.
63
642004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        PR 700/rtems_misc
67        * libnetworking/rtems_webserver/asp.c,
68        libnetworking/rtems_webserver/balloc.c,
69        libnetworking/rtems_webserver/cgi.c,
70        libnetworking/rtems_webserver/default.c,
71        libnetworking/rtems_webserver/ej.h,
72        libnetworking/rtems_webserver/ejIntrn.h,
73        libnetworking/rtems_webserver/ejlex.c,
74        libnetworking/rtems_webserver/ejparse.c,
75        libnetworking/rtems_webserver/emfdb.c,
76        libnetworking/rtems_webserver/emfdb.h,
77        libnetworking/rtems_webserver/form.c,
78        libnetworking/rtems_webserver/handler.c,
79        libnetworking/rtems_webserver/h.c,
80        libnetworking/rtems_webserver/license.txt,
81        libnetworking/rtems_webserver/Makefile.am,
82        libnetworking/rtems_webserver/md5c.c,
83        libnetworking/rtems_webserver/md5.h,
84        libnetworking/rtems_webserver/mime.c,
85        libnetworking/rtems_webserver/misc.c,
86        libnetworking/rtems_webserver/NOTES,
87        libnetworking/rtems_webserver/ringq.c,
88        libnetworking/rtems_webserver/rom.c,
89        libnetworking/rtems_webserver/rtems_webserver.h,
90        libnetworking/rtems_webserver/security.c,
91        libnetworking/rtems_webserver/sock.c,
92        libnetworking/rtems_webserver/socket.c,
93        libnetworking/rtems_webserver/sockGen.c,
94        libnetworking/rtems_webserver/sym.c,
95        libnetworking/rtems_webserver/uemf.c,
96        libnetworking/rtems_webserver/uemf.h,
97        libnetworking/rtems_webserver/um.c,
98        libnetworking/rtems_webserver/um.h,
99        libnetworking/rtems_webserver/umui.c,
100        libnetworking/rtems_webserver/url.c,
101        libnetworking/rtems_webserver/value.c,
102        libnetworking/rtems_webserver/wbase64.c,
103        libnetworking/rtems_webserver/webcomp.c,
104        libnetworking/rtems_webserver/webmain.c,
105        libnetworking/rtems_webserver/webpage.c,
106        libnetworking/rtems_webserver/webrom.c,
107        libnetworking/rtems_webserver/webs.c,
108        libnetworking/rtems_webserver/websda.c,
109        libnetworking/rtems_webserver/websda.h,
110        libnetworking/rtems_webserver/webs.h,
111        libnetworking/rtems_webserver/websSSL.c,
112        libnetworking/rtems_webserver/websSSL.h,
113        libnetworking/rtems_webserver/websuemf.c,
114        libnetworking/rtems_webserver/wsIntrn.h:
115        Remove (Moved to cpukit/http).
116
1172004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
118
119        PR 700/rtems_misc
120        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
121        Remove libnetworking/rtems_webserver.
122
1232004-10-25      Eric Norum <norume@aps.anl.gov>
124
125        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
126
1272004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
128
129        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
130
1312004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
132
133        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
134        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
135
1362004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
137
138        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
139
1402004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
141
142        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
143        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
144
1452004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
148        BITSPERBYTE.
149
1502004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
151
152        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
153        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
154
1552004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
156
157        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
158
1592004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
160
161        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
162        * aclocal/enable-bare.m4: Remove.
163        * configure.ac: Remove BARE_CPU_MODEL.
164
1652004-10-13      Eric Norum <norume@aps.anl.gov>
166
167        PR 688/bsps
168        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
169        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
170        MC146818A (and several Dallas Semiconductor) TOD chips.
171
1722004-10-13      Eric Norum <norume@aps.anl.gov>
173
174        PR 686/networking
175        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
176        device code.
177
1782004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
179
180        * libchip/network/dec21140.c: include <rtems/pci.h>.
181
1822004-09-29      Joel Sherrill <joel@OARcorp.com>
183
184        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
185        libnetworking/pppd/utils.c: i960 obsoleted and all references
186        removed.
187
1882004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
189
190        PR 607/networking
191        * libchip/network/dec21140.c: Made PCI configuration minimum sane
192        instead of fully specifying unused PCI features.
193
1942004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
195
196        * configure.ac: Require automake > 1.9.
197
1982004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
199
200        * aclocal/rtems-cpu-subdirs.m4: Add avr.
201
2022004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
203
204        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
205        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
206
2072004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
208
209        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
210        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
211
2122004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
213
214        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
215
2162004-07-28  Joel Sherrill <joel@OARcorp.com>
217
218    * aclocal/version.m4: Updated to rtems-4.6.99.1.
219
2202004-07-25      Joel Sherrill <joel@OARcorp.com>
221
222        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
223
2242004-05-21  Till Strauman <strauman@slac.stanford.edu>
225
226        PR 625/networking
227        * libchip/network/dec21140.c, ... : Prevent name clashes by making
228        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
229        an error rather than panic if no chip is detected (thus allowing
230        for probing).
231        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
232        instead of looping forever.  Avoid divide by zero (crashed my PC).
233        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
234        they are UNTESTED.
235
2362004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
237
238        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
239
2402004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
241
242        * libchip/network/dec21140.c, libchip/network/elnk.c:
243        #include <errno.h>.
244
2452004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
246
247        * libchip/network/if_media.h: Update from FreeBSD.
248        * libchip/network/open_eth.c, libchip/network/cs8900.c,
249        libchip/network/i82586.c: #include <errno.h>.
250
2512004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
252
253        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
254
2552004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
256
257        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
258
2592004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
260
261        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
262        automake).
263
2642004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
265
266        PR 599/pppd
267        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
268
2692004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
270
271        * optman/rtems/no-region.c: Reflect having changed
272        rtems_region_get_segment_size.
273
2742004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
275
276        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
277        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
278        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
279        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
280        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
281        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
282        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
283
2842004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
285
286        * libchip/ide/ata.c, libchip/network/dec21140.c,
287        libchip/network/elnk.c, libchip/network/i82586.c,
288        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
289        libchip/network/open_eth.c, libchip/network/sonic.c,
290        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
291        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
292        libchip/shmdr/init.c, libchip/shmdr/intr.c,
293        libchip/shmdr/shm_driver.h: Cosmetics.
294
2952004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
296
297        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
298        optman/rtems/no-msg.c, optman/rtems/no-part.c,
299        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
300        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
301        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
302        fixed size types.
303
3042004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
305
306        * configure.ac: Explicitly pass --includedir and --libdir to
307        cpukit/configure.
308
3092004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
310
311        * librdbg/Makefile.am: Fix rpcgen rules.
312        * librdbg/src/i386/any/remdeb_xdr.c,
313        librdbg/src/m68k/any/remdeb_xdr.c,
314        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
315        Reflect changes to librdbg/Makefile.am.
316
3172004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
318
319        * configure.ac: Reflect changes testsuites/configure.ac and
320        cpukit/configure.ac.
321
3222004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
323
324        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
325        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
326
3272004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
328
329        * configure.ac: Reflect changes to testsuites's configuration.
330
3312004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
332
333        PR/589 rtems
334        * libchip/network/pci.h: Remove (Moved to cpukit).
335
3362004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
337
338        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
339        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
340        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
341        libchip/network/dec21140.c, libchip/network/elnk.c,
342        libchip/network/if_fxp.c, libchip/network/open_eth.c,
343        libchip/network/open_eth.h, libchip/network/sonic.c,
344        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
345        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
346        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
347        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
348        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
349        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
350        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
351        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
352        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
353        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
354        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
355        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
356        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
357        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
358        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
359        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
360        fixed-size types.
361
3622004-03-14      Chris Johns  <chrisj@rtems.org>
363
364        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
365        the BSP example code.
366        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
367        support the DIMMPC. This is a pc386 target with IO port support. Minor
368        formating clean up. Add documentation to the header file.
369        * libchip/network/README.cs8900: The CS8900 driver is documented in the
370        cs8900.h header file.
371
3722004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
375        Cosmetics.
376
3772004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
380        There are no application level Makefiles in here.
381
3822004-03-04      Joel Sherrill <joel@OARcorp.com>
383
384        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
385        they can be used in application level makefiles.
386
3872004-03-05      Joel Sherrill <joel@OARcorp.com>
388
389        * libnetworking/rtems_webserver/ejparse.c,
390        libnetworking/rtems_webserver/emfdb.c,
391        libnetworking/rtems_webserver/sock.c,
392        libnetworking/rtems_webserver/socket.c,
393        libnetworking/rtems_webserver/sym.c,
394        libnetworking/rtems_webserver/webs.c,
395        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
3962004-03-05      Joel Sherrill <joel@OARcorp.com>
397
398        * libchipnetwork/open_eth.c: Remove warnings by conditionally
399        compiling this file only only those CPU families with supported
400        exception models.
401
4022004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * acinclude.m4: Fix loosing arguments when configuring cpukit and
405        testsuites (Was exposed with --enable-multilib, only).
406        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
407         Add RTEMS_BSP_CONFIG_SUBDIR.
408        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
409        testsuites's configure.
410        * aclocal/rtems-top.m4: Remove ENDIF hack.
411        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
412
4132004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
416        wrapup/Makefile.am: Fix automake problems having been introduced
417        in previous patch.
418
4192004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
422        Preinstall dirs.
423        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
424        * aclocal/check-multiprocessing.m4: Cosmetics.
425        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
426        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
427
4282004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
431        librdbg/src/Makefile.am.
432        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
433        * configure.ac: Reflect changes above.
434        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
435        * wrapup/Makefile.am: Reflect changes above.
436        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
437
4382004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
441
4422004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
445
4462004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * wrapup/Makefile.am: Reflect new location of librdbg.a.
449
4502004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
453        librdbg/src/powerpc/Makefile.am: Remove.
454        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
455        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
456        * configure.ac: Reflect changes above.
457
4582004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460
4612004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
464        STRIP.
465
4662004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * librdbg/include/Makefile.am: Merge-in
469        librdbg/include/rdbg/i386/Makefile.am,
470        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
471        librdbg/include/rdbg/powerpc/Makefile.am.
472        * librdbg/include/rdbg/i386/Makefile.am,
473        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
474        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
475        * configure.ac: Reflect changes above.
476
4772004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * configure.ac: Use AS_HELP_STRING(ada).
480
4812004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * aclocal/bspopts.m4: Use AS_HELP_STRING.
484        * aclocal/bsp-configure.m4: Require autoconf-2.59.
485        Use AC_CONFIG_HEADERS.
486        * aclocal/check-custom-bsp.m4: Add bspkit-support.
487        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
488
4892004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * Makefile.am: include local.am.
492
4932004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * aclocal/version.m4: 4.6.99.0.
496
4972004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * Makefile.am: Don't include host.am.
500        * automake/compile.am: Further cleanups.
501
5022004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * automake/lib.am: Remove (Unused).
505
5062004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * wrapup/Makefile.am: Don't include lib.am.
509        * automake/compile.am: Use automake compilation rules.
510
5112004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * libnetworking/pppd/Makefile.am,
514        libnetworking/rtems_servers/Makefile.am,
515        libnetworking/rtems_telnetd/Makefile.am,
516        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
517        support/Makefile.am: Don't include lib.am.
518
5192004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * libchip/Makefile.am: Don't include lib.am.
522        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
523        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
524        unnecessary EXTRA_DISTs.
525
5262004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
529        hack.
530
5312004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
534        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
535        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
536        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
537
5382004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
541        Add AM_CONDITIONAL(HAS_MP).
542        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
543        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
544        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
545        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
546        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
547        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
548        (Deprecated by autoconf 2.59).
549
5502004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
553        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
554
5552004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * ChangeLog: Merge-in libnetworking/ChangeLog.
558        * libnetworking/ChangeLog: Remove.
559        * ChangeLog: Merge-in librdbg/ChangeLog.
560        * librdbg/ChangeLog: Remove.
561        * ChangeLog: Merge-in libchip/ChangeLog.
562        * libchip/ChangeLog: Remove.
563        * ChangeLog: Merge-in optman/ChangeLog.
564        * optman/ChangeLog: Remove.
565
5662004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * configure.ac: Reflect changes to cpukit.
569        * wrapup/Makefile.am: Reflect changes to librdbg.
570        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
571        * libchip/Makefile.am: Add PREINSTALL_DIRS.
572        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
573        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
574        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
575        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
576        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
577        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
578        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
579
5802004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * aclocal/rtems-top.m4: Remove check for version.m4.
583        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
584
5852004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
588        * wrapup/Makefile.am: Reflect changes to libchip/*.
589        * support/Makefile.am: Use automake compilation rules.
590        * wrapup/Makefile.am: Reflect changes to support/*.
591        * configure.ac: Remove libnetworking/wrapup/Makefile.
592        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
593        libnetworking/*/lib*.a instead of libnetapps.a.
594        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
595        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
596        * optman/Makefile.am: Use automake compilation rules.
597        * libchip/Makefile.am: Fix typo in previous patch.
598        * libchip/Makefile.am: Use automake compilation rules.
599        * libnetworking/Makefile.am: Remove wrapup.
600        * libnetworking/pppd/Makefile.am: Build libpppd. Use
601        automake-compilation rules.
602        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
603        automake-compilation rules.
604        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
605        automake-compilation rules.
606        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
607        automake-compilation rules.
608        * libnetworking/wrapup/Makefile.am: Remove (Unused).
609
6102004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
613        PRE/TMPINSTALL_FILES to CLEANFILES.
614        * automake/lib.am: Remove TMPINSTALL_FILES.
615        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
616        PRE/TMPINSTALL_FILES to CLEANFILES.
617        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
618        PRE/TMPINSTALL_FILES to CLEANFILES.
619        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
620        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
621        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
622        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
623        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
624        * librdbg/src/i386/Makefile.am: Ditto.
625        * librdbg/src/m68k/Makefile.am: Ditto.
626        * librdbg/src/powerpc/Makefile.am: Ditto.
627        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
628        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
629        * libnetworking/rtems_servers/Makefile.am: Ditto.
630        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
631        * libnetworking/rtems_webserver/Makefile.am: Ditto.
632
6332004-01-07      Joel Sherrill <joel@OARcorp.com>
634
635        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
636        more completely covers the MIPS family.
637
6382003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * wrapup/Makefile.am: Reflect changes to shmdr.
641        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
642
6432003-12-18      Joel Sherrill <joel@OARcorp.com>
644
645        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
646        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
647        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
648        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
649        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
650        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
651        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
652
6532003-12-17      Joel Sherrill <joel@OARcorp.com>
654
655        * aclocal/version.m4: Updated to rtems-20031217-test.
656
6572003-12-17     
658
659        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
660        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
661
6622003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * automake/compile.am: Remove LINK_LIBS (Unused).
665        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
666
6672003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
670        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
671        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
672        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
673        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
674
6752003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
678        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
679        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
680        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
681        * librdbg/src/i386/Makefile.am:
682        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
683        * librdbg/src/m68k/Makefile.am:
684        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
685        * librdbg/src/powerpc/Makefile.am:
686        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
687
6882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
691        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
692        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
693        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
694        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
695        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
696        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
697        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
698        * optman/Makefile.am: Remove project_libdir.
699        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
700        PRE/TMPINSTALL_FILES.
701        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
702        PRE/TMPINSTALL_FILES.
703        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
704        PRE/TMPINSTALL_FILES.
705        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
706        PRE/TMPINSTALL_FILES.
707        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
708        from PRE/TMPINSTALL_FILES.
709        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
710        PRE/TMPINSTALL_FILES.
711        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
712        PRE/TMPINSTALL_FILES.
713        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
714        PRE/TMPINSTALL_FILES.
715        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
716        PRE/TMPINSTALL_FILES.
717        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
718        PRE/TMPINSTALL_FILES.
719        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
720        PRE/TMPINSTALL_FILES.
721        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
722        from PRE/TMPINSTALL_FILES.
723
7242003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
727        * automake/lib.am: Remove project_libdir.
728        * wrapup/Makefile.am: Reworked.
729
7302003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
731
732        * configure.ac: Reflect changes to librdbg.
733        * optman/Makefile.am: Add tmpinstall dirstamp support.
734        * libchip/Makefile.am: Fix variant-tmpinstall support.
735        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
736        * librdbg/src/powerpc/Makefile.am: Merge-in former
737        new_exception_processing/Makefile.am.
738        * librdbg/src/m68k/any/Makefile.am: Remove.
739        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
740        * librdbg/src/i386/any/Makefile.am: Remove.
741        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
742        * librdbg/src/Makefile.am: Cosmetics.
743        * librdbg/include/Makefile.am: Cosmetics.
744        * librdbg/Makefile.am: Cosmetics.
745        * libnetworking/Makefile.am: Cosmetics.
746        * libnetworking/pppd/Makefile.am: Cosmetics.
747        * libnetworking/wrapup/Makefile.am: Cosmetics.
748
7492003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * Makefile.am: Cosmetics.
752        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
753        support.
754
7552003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * automake/compile.am: Remove $(ARCH):-rule.
758
7592003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760
761        * configure.ac: Remove lib/libbsp/shared/Makefile,
762        lib/libbsp/shmdr/Makefile.
763
7642003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
765
766        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
767        libchip/serial/Makefile, libchip/rtc/Makefile.
768        * support/Makefile.am: Remove all-local: $(ARCH).
769        * wrapup/Makefile.am: Remove all-local: $(ARCH).
770        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
771        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
772        * optman/Makefile.am: Remove all-local: $(ARCH).
773        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
774        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
775        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
776        compilation dirstamp support.
777        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
778        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
779        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
780        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
781        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
782        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
783        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
784        all-local: $(ARCH).
785        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
786        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
787        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
788        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
789        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
790
7912003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
792
793        * aclocal/lead-dot.m4: New (from automake-1.7f).
794        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
795        AC_SUBST(dirstamp).
796        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
797        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
798        libchip/serial/Makefile.am: Ditto.
799        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
800        * librdbg/include/Makefile.am: Ditto.
801        * librdbg/include/rdbg/Makefile.am: Ditto.
802        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
803        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
804        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
805        * librdbg/src/Makefile.am: Ditto.
806        * librdbg/src/i386/Makefile.am: Ditto.
807        * librdbg/src/i386/any/Makefile.am: Ditto.
808        * librdbg/src/m68k/Makefile.am: Ditto.
809        * librdbg/src/m68k/any/Makefile.am: Ditto.
810        * librdbg/src/powerpc/Makefile.am: Ditto.
811        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
812        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
813        preinstallation.
814        * libnetworking/pppd/Makefile.am: Ditto.
815        * libnetworking/rtems_servers/Makefile.am: Ditto.
816        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
817        * libnetworking/rtems_webserver/Makefile.am: Ditto.
818        * libnetworking/wrapup/Makefile.am: Ditto.
819
8202003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
821
822        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
823        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
824        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
825        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
826        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
827        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
828        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
829        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
830        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
831        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
832        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
833        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
834        underquoting to silence automake-1.8.
835
8362003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * configure.ac: Reflect having moved tests to ../../testsuites.
839
8402003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
841
842        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
843        * aclocal/canonical-host.m4: Remove.
844        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
845        * configure.ac: Remove RTEMS_CANONICAL_HOST.
846
8472003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * aclocal/check-cpu.m4: Remove.
850        * configure.ac: Merge-in former aclocal/check-cpu.m4.
851        * aclocal/canonical-target-name.m4: Add m4-quotes.
852        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
853        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
854        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
855        * aclocal/check-networking.m4: Add m4-quotes. Require
856        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
857        * aclocal/check-posix.m4: Add m4-quotes. Require
858        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
859        * aclocal/check-rdbg.m4: Add m4-quotes. Require
860        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
861        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
862
8632003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
864
865        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
866        * aclocal/bsp-alias.m4: Remove.
867
8682003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
869
870        * configure.ac: Make presence of tests/ optional.
871
8722003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
873
874        * aclocal/path-perl.m4: Remove (Unused).
875
8762003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
877
878        * automake/force-preinstall.am: Remove.
879
8802003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
881
882        PR 499/rtems_misc
883        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
884        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
885        Configuration (Odd was forced) - Correction of Stop Bit configuration
886        (inversed) - Correction of ISR Handler to call
887        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
888        CTS Hardware flow control Configuration.
889
8902003-09-04      Joel Sherrill <joel@OARcorp.com>
891
892        * lib/libcpu/shared/include/cache.h,
893        lib/libcpu/shared/src/cache_aligned_malloc.c,
894        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
895        license changed.
896        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
897        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
898        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
899        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
900        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
901        for license changed.
902        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
903        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
904        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
905        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
906        libchip/network/cs8900.h, libchip/network/dec21140.c,
907        libchip/network/elnk.c, libchip/network/open_eth.c,
908        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
909        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
910        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
911        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
912        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
913        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
914        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
915        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
916        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
917        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
918        libchip/serial/serial.h, libchip/serial/z85c30.c,
919        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
920        libchip/serial/z85c30_reg.c: URL for license changed.
921
9222003-09-03      Jiri Gaisler <jiri@gaisler.com>
923
924        PR 477/networking
925        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
926        * libchip/network/README.open_eth, libchip/network/open_eth.c,
927        libchip/network/open_eth.h: New files.
928
9292003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
930
931        * aclocal/rtems-top.m4: Add RTEMS_API.
932        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
933
9342003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
935
936        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
937        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
938        @RTEMS_BSP@.cfg.
939
9402003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
941
942        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
943
9442003-08-20      Joel Sherrill <joel@OARcorp.com>
945
946        * libchip/network/cs8900.c: Correct copyright statements.
947
9482003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949
950        * aclocal/check-itron.m4: Remove.
951        * aclocal/enable-inlines.m4: Remove.
952        * Makefile.am: Reflect having moved aclocal/.
953        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
954        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
955        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
956        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
957        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
958        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
959        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
960        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
961        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
962        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
963        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
964        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
965        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
966        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
967        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
968        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
969        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
970        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
971        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
972        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
973        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
974        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
975        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
976        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
977        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
978        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
979        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
980        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
981        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
982        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
983        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
984        * aclocal/multilib.m4: New (Copied from ../../aclocal).
985        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
986        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
987        * aclocal/ppc.m4: New (Copied from ../../aclocal).
988        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
989        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
990        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
991        * aclocal/project-root.m4: New (Copied from ../../aclocal).
992        * aclocal/quoting.m4: New (Copied from ../../aclocal).
993        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
994        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
995        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
996        * aclocal/target.m4: New (Copied from ../../aclocal).
997        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
998        * aclocal/version.m4: New (Copied from ../../aclocal).
999
10002003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1001
1002        * configure.ac: Remove stray comments.
1003        * automake/local.am, automake/host.am: Remove "debug".
1004
10052003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1006
1007        * Makefile.am: Reflect having moved automake/.
1008        * lib/Makefile.am: Reflect having moved automake/.
1009        * support/Makefile.am: Reflect having moved automake/.
1010        * wrapup/Makefile.am: Reflect having moved automake/.
1011        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1012        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1013        from ../../automake).
1014        * optman/Makefile.am: Reflect having moved automake/.
1015        * libchip/Makefile.am: Reflect having moved automake/.
1016        * libchip/ide/Makefile.am: Reflect having moved automake/.
1017        * libchip/network/Makefile.am: Reflect having moved automake/.
1018        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1019        * libchip/serial/Makefile.am: Reflect having moved automake/.
1020        * librdbg/Makefile.am: Reflect having moved automake/.
1021        * librdbg/include/Makefile.am: Reflect having moved automake/.
1022        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1023        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1024        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1025        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1026        automake/.
1027        * librdbg/src/Makefile.am: Reflect having moved automake/.
1028        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1029        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1030        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1031        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1032        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1033        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1034        having moved automake/.
1035        * libnetworking/Makefile.am: Reflect having moved automake/.
1036        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1037        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1038        automake/.
1039        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1040        automake/.
1041        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1042        automake/.
1043        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1044
10452003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1046
1047        * Makefile.am: Add bsp.pc.in.
1048        * bsp.pc.in: New (pkgconfig support).
1049
10502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1051
1052        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1053
10542003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1055
1056        * lib/Makefile.am: New (Required by 'make dist').
1057        * lib/ChangeLog: Remove.
1058        * lib/.cvsignore: Cleanup.
1059        * configure.ac: Reflect having added lib/Makefile.am.
1060        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1061        lib/libbsp/configure.ac.
1062        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1063        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1064
10652003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1066
1067        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1068        * configure.ac: Merge-in librdbg/configure.ac.
1069        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1070        librdbg/configure.ac.
1071        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1072        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1073        LIBCHIP. Conditionally build include-dirs.
1074        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1075        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1076        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1077        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1078        librdbg/include/rdbg/m68k/Makefile.am,
1079        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1080        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1081        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1082        librdbg/src/powerpc/Makefile.am, librdbg/
1083        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1084        configure.ac into ../configure.ac.
1085        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1086        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1087        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1088        libnetworking/rtems_telnetd/Makefile.am,
1089        libnetworking/rtems_webserver/Makefile.am,
1090        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1091        into ../configure.ac.
1092
10932003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1094
1095        PR 427/rtems
1096        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1097        * librdbg/src/servtsp.c: Ditto.
1098
10992003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1100
1101        PR 429/bsps
1102        PR 432/bsps
1103        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1104        packets are queued onto an elnk board, the ISR will deadlock the device
1105        with a tx complete interrupt.  Lighter tx loads are not affected as they
1106        end up submitting single packets to the device.
1107
11082003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1109
1110        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1111        optman/configure.ac.
1112        * optman/configure.ac: Remove (Merged into ../configure.ac).
1113        * optman/Makefile.am: Reflect having merged configure.ac into
1114        ../configure.ac.
1115        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1116        * libchip/Makefile.am, libchip/ide/Makefile.am,
1117        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1118        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1119        ../configure.ac.
1120
11212003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1122
1123        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1124
11252003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1126
1127        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1128        on i386.
1129
11302003-06-13      Joel Sherrill <joel@OARcorp.com>
1131
1132        * libnetworking/pppd/chat.c: Removed warnings.
1133
11342003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1135
1136        * libchip/network/README.3com: New file missed in previous commit.
1137        PR 405/bsps
1138        PR 393/networking
1139        * libchip/network/dec21140.c: Fix leak also known as PR393.
1140        * libchip/network/elnk.c, libchip/network/if_media.h,
1141        libchip/network/mii.h: New files.
1142        * libchip/network/Makefile.am: Reflect new files.
1143
11442003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1145
1146        * configure.ac: Remove support for profile-variant.
1147
11482003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1149
1150        PR 397/pppd
1151        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1152        * libnetworking/pppd/magic.c: Remove *rand48.
1153        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1154
11552003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1156
1157        * wrapup/Makefile.am: Add libide.a.
1158
11592003-04-15      Joel Sherrill <joel@OARcorp.com>
1160
1161        PR 387/rtems_misc
1162        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1163        routines.
1164        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1165
11662003-04-11      Joel Sherrill <joel@OARcorp.com>
1167
1168        * libnetworking/rtems_webserver/cgi.c,
1169        libnetworking/rtems_webserver/sockGen.c,
1170        libnetworking/rtems_webserver/umui.c,
1171        libnetworking/rtems_webserver/websSSL.c,
1172        libnetworking/rtems_webserver/websSSL.h,
1173        libnetworking/rtems_webserver/websda.c,
1174        libnetworking/rtems_webserver/websda.h: New files. Not included in
1175        previous commit.
1176
11772003-04-10      Joel Sherrill <joel@OARcorp.com>
1178
1179        PR 371/pppd
1180        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1181        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1182        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1183        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1184        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1185        still global symbols in rtemspppd.h which might need to be changed or
1186        converted into member of a structure which is dereferenced with a
1187        pointer that is managed as a per task variable. But this patch should
1188        avoid many conflicts.
1189
11902003-03-27      Joel Sherrill <joel@OARcorp.com>
1191
1192        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1193        not allowed in the cpukit source code since it must be buildable
1194        independent of any BSP. These files were moved to libchip/ide.
1195        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1196        files.
1197
11982003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1199
1200        PR 368/filesystems
1201        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1202        improvements which now work on pc386 and mbx8xx.
1203        * libchip/ide/ide_controller.c: New file.
1204
12052003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1206
1207        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1208
12092003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1210
1211        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1212        * configure.ac: Add support/.
1213        * support/.cvsignore: New.
1214        * support/Makefile.am: New.
1215        * support/version.c: New.
1216        * wrapup/Makefile.am: Add support/libsupport.a.
1217        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1218        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1219        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1220        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1221
12222003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1223
1224        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1225
12262003-02-20      Till Straumann <strauman@slac.stanford.edu>
1227
1228        PR 354/networking
1229        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1230        chip against a table of supported chips. The untested ones are still
1231        commented out, however.
1232
12332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1234
1235        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1236        * configure.ac: AC_PREREQ(2.57).
1237        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1238        * optman/configure.ac: AC_PREREQ(2.57).
1239        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1240        * libchip/configure.ac: AC_PREREQ(2.57).
1241        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1242        * librdbg/configure.ac: AC_PREREQ(2.57).
1243        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1244        * libnetworking/configure.ac: AC_PREREQ(2.57).
1245
12462003-02-06      Joel Sherrill <joel@OARcorp.com>
1247
1248        * libnetworking/pppd/chat.c: Convert routines with common names to
1249        static. This included get_char(), put_char(), and character() among
1250        others.
1251
12522003-02-03      Joel Sherrill <joel@OARcorp.com>
1253
1254        PR 338/filesystem
1255        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1256        rtems_io_lookup_name() (API change).  Unused function removed.
1257
12582003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1259
1260        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1261        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1262        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1263        Eliminate *_O_FILES.
1264        * libnetworking/rtems_servers/Makefile.am,
1265        libnetworking/rtems_webserver/Makefile.am,
1266        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1267
12682002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1269
1270        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1271        Let all-local: depend on $(LIB).
1272        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1273        * optman/Makefile.am: Apply install-data-local to install *.rels.
1274
12752002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1276
1277        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1278        %.c rules.
1279        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1280        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1281        * libchip/rtc/Makefile.am: Ditto.
1282        * libchip/serial/Makefile.am: Ditto.
1283
12842002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1285
1286        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1287        LIBC_DEFINES.
1288        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1289        LIBC_DEFINES.
1290        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1291        LIBC_DEFINES.
1292
12932002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1294
1295        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1296
12972002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1298
1299        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1300        cache-checking.
1301        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1302
13032002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1304
1305        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1306        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1307        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1308        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1309        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1310
13112002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1312
1313        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1314        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1315        Remove.
1316        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1317
13182002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1319
1320        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1321        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1322
13232002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1324
1325        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1326        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1327
13282002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1329
1330        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1331        * optman/rel.am: New.
1332
13332002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1334
1335        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1336        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1337        braino in comment on "exec". Extend --enable-ada handling.
1338
13392002-11-04      Joel Sherrill <joel@OARcorp.com>
1340
1341        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1342        tasks and rolling multiple loops into 1.
1343        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1344        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1345        Removed warnings.
1346
13472002-10-31      Joel Sherrill <joel@OARcorp.com>
1348
1349        * libchip/network/dec21140.c: Removed warnings.
1350        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1351        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1352        librdbg/src/m68k/any/remdeb_xdr.c,
1353        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1354        warnings.
1355        * libnetworking/rtems_webserver/socket.c,
1356        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1357
13582002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1359
1360        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1361        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1362        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1363        above.
1364
13652002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1366
1367        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1368        * wrapup/.cvsignore: Remove autom4te.cache.
1369        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1370        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1371        autom4te.cache.
1372        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1373        autom4te.cache.
1374        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1375        autom4te.cache.
1376
13772002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1378
1379        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1380
13812002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1382
1383        * optman/.cvsignore: Add autom4te.cache.
1384
13852002-09-14      Joel Sherrill <joel@OARcorp.com>
1386
1387        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1388
13892002-09-07      Joel Sherrill <joel@OARcorp.com>
1390
1391        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1392        include files to resolve warnings.
1393
13942002-09-07      Chris Johns <ccj@acm.org>
1395
1396        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1397        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1398        which corrects the problem  where the cs8900.c file was actually the BSP
1399        glue.  Joel did some hacking so this file will compile.  Previously it
1400        required providing a target.h file to compile.
1401        * libchip/network/cs8900.c.bsp: New file.
1402
14032002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1404
1405        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1406
14072002-08-31      Joel Sherrill <joel@OARcorp.com>
1408
1409        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1410        eliminate warning.
1411
14122002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1413
1414        * configure.ac: Add ada-tests.
1415
14162002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1417
1418        * Makefile.am: Add preinstall-stamp.
1419
14202002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1421
1422        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1423        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1424        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1425        gcc31 happy.
1426        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1427        cp.
1428
14292002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1430
1431        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1432        make/bsp.mak.
1433        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1434        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1435
14362002-08-12      Joel Sherrill <joel@OARcorp.com>
1437
1438        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1439        avoid error.
1440
14412002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1442
1443        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1444        * configure.ac: Add BSP_SUBDIRS.
1445        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1446        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1447        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1448        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1449        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1450        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1451        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1452        RTEMS_CHECK_BSP_CACHE.
1453        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1454        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1455        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1456        .$(OBJEXT) instead of .o.
1457        * libnetworking/pppd/Makefile.am,
1458        libnetworking/rtems_servers/Makefile.am,
1459        libnetworking/rtems_telnetd/Makefile.am,
1460        libnetworking/rtems_webserver/Makefile.am,
1461        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1462
14632002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1464
1465        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1466        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1467        ../libchip/serial/$(ARCH)/libserialio.a.
1468        * libchip/serial/Makefile.am: Don't tmp-install lib.
1469        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1470
14712002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1472
1473        * Makefile.am: Add rtems_makedir.
1474        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1475        * Makefile.am: Add wrapup-SUBDIR.
1476        * wrapup/ChangeLog: Remove.
1477        * wrapup/configure.ac: Remove.
1478        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1479        (Make the bare BSP happy).
1480        * configure.ac: Ditto.
1481        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1482        Create make/custom/default.cfg.
1483        * configure.ac: Add creation of make/custom/*.cfg. Create
1484        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1485
14862002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1487
1488        * Makefile.am: Clean $(PROJECT_RELEASE).
1489
14902002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1491
1492        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1493        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1494        prototype mismatches.
1495
14962002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1497
1498        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1499        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1500
15012002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1502
1503        * acinclude.m4: Add test "$multilib" != "yes".
1504        * config-ml.in: Remove.
1505        * acinclude.m4: Cleanups.
1506        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1507        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1508        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1509        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1510        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1511
15122002-07-16      Eric Norum <eric.norum@usask.ca>
1513
1514        * New driver for the Intel EtherExpressPro (82559ER) chip.
1515        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1516        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1517        * libchip/network/Makefile.am: Modified to reflect above.
1518
15192002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1520
1521        * acinclude.m4: New.
1522        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1523        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1524        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1525
15262002-07-01      Joel Sherrill <joel@OARcorp.com>
1527
1528        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1529        _Objects_Information_table now that it is a two dimensional array based
1530        upon API and class.
1531        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1532        of strnlen().
1533
15342002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1535
1536        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1537        preinstall libnetapps.a.
1538
15392002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1540
1541        * configure.ac: Remove librpc.
1542
15432002-06-25      Joel Sherrill <joel@OARcorp.com>
1544
1545        * Per PR233, moved librpc to exec.
1546        * configure.ac, wrapup/Makefile.am: Modified.
1547        * librpc, librpc/ChangeLog: Removed.
1548
15492002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1550
1551        * optman/Makefile.am: Remove multilib support.
1552        * optman/configure.ac: Ditto.
1553        * optman/sapi/Makefile.am: Ditto.
1554
15552002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1556
1557        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1558        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1559
15602002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1561
1562        Move networking libraries to c/src/exec/libnetworking
1563        * libnetworking/configure.ac, libnetworking/Makefile.am,
1564        libnetworking/wrapup/Makefile.am: Reflect Moval.
1565
15662002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1567
1568        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1569        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1570        <rtems/bspIo.h>.
1571
15722002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1573
1574        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1575        * libnetworking/rtems/mkrootfs.h: Ditto.
1576        * libnetworking/rtems/Makefile.am: Reflect changes above.
1577
15782002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1579
1580        * configure.ac: Remove lib.
1581
15822002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1583
1584        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
1585        that exception stack frames on M68K members with VBR always are 6 byte
1586        long. The incorrect assumption resulted in some gdb commands like "next"
1587        to fail on the 68360.
1588
15892002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1590
1591        * config-ml.in: Take out arm and sh variants RTEMS does not support.
1592        PR 220
1593        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
1594        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
1595        CVS.
1596        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
1597        libnetworking/sys/filio.h: Remove.
1598        * libnetworking/sys/Makefile.am: Reflect changes above.
1599
16002002-05-07      Chris Johns <ccj@acm.org>
1601
1602        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
1603        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
1604        requires it to be stripped.
1605
16062002-05-01      Eric Norum <eric.norum@usask.ca>
1607
1608        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
1609        assembly  to satisfy gcc 3.1 and newer.
1610
16112002-04-26      Eric Norum <eric.norum@usask.ca>
1612
1613        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
1614        agressive optimization in gcc 3.1 does not reorder things.
1615
16162002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1617
1618        * libchip/network/dec21140.c: Reflect changes to powerpc's
1619        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
1620        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
1621        <rtems/score/cpu.h>.
1622        * librdbg/src/powerpc/rdbg_f.c: Ditto.
1623        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
1624
16252002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1626
1627        * optman/configure.ac: Remove ENABLE_GCC28.
1628
16292002-04-11      Chris Johns <ccj@acm.org>
1630
1631        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
1632        driver control block field to the ifconfig network driver structure.
1633        This field is needed by the i82586 driver which was ported from NetBSD
1634        as it had better hardware abstraction.
1635        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
1636        PR59, added the drv_ctrl driver control block field to the ifconfig
1637        network driver structure. This field is needed by the i82586 driver
1638        which was ported from NetBSD as it had better hardware abstraction.
1639
16402002-04-10      Mike Siers <mikes@poliac.com>
1641
1642        * libnetworking/rtems_webserver/NOTES,
1643        libnetworking/rtems_webserver/asp.c,
1644        libnetworking/rtems_webserver/balloc.c,
1645        libnetworking/rtems_webserver/default.c,
1646        libnetworking/rtems_webserver/ej.h,
1647        libnetworking/rtems_webserver/ejIntrn.h,
1648        libnetworking/rtems_webserver/ejlex.c,
1649        libnetworking/rtems_webserver/ejparse.c,
1650        libnetworking/rtems_webserver/emfdb.c,
1651        libnetworking/rtems_webserver/emfdb.h,
1652        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
1653        libnetworking/rtems_webserver/handler.c,
1654        libnetworking/rtems_webserver/license.txt,
1655        libnetworking/rtems_webserver/md5.h,
1656        libnetworking/rtems_webserver/md5c.c,
1657        libnetworking/rtems_webserver/mime.c,
1658        libnetworking/rtems_webserver/misc.c,
1659        libnetworking/rtems_webserver/ringq.c,
1660        libnetworking/rtems_webserver/rom.c,
1661        libnetworking/rtems_webserver/security.c,
1662        libnetworking/rtems_webserver/sock.c,
1663        libnetworking/rtems_webserver/sym.c,
1664        libnetworking/rtems_webserver/uemf.c,
1665        libnetworking/rtems_webserver/uemf.h,
1666        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
1667        libnetworking/rtems_webserver/url.c,
1668        libnetworking/rtems_webserver/value.c,
1669        libnetworking/rtems_webserver/wbase64.c,
1670        libnetworking/rtems_webserver/webcomp.c,
1671        libnetworking/rtems_webserver/webpage.c,
1672        libnetworking/rtems_webserver/webrom.c,
1673        libnetworking/rtems_webserver/webs.c,
1674        libnetworking/rtems_webserver/webs.h,
1675        libnetworking/rtems_webserver/websuemf.c,
1676        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
1677        2.1.4.
1678
16792002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1680
1681        * libchip/network/i82586.c: Include <string.h>.
1682        * libchip/network/sonic.c: Ditto.
1683
16842002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1685
1686        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
1687
16882002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1689
1690        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
1691
16922002-03-27      Thomas.Doerfler@imd-systems.de
1693
1694        PR 144
1695        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
1696        memory address 0 when called for the first time. This is done when
1697        trying to clear the variable "dhcp_hostname".
1698
16992002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1700
1701        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1702        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1703        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1704        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1705        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1706        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1707        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
1708        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
1709        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1710        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1711        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
1712        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
1713        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1714        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
1715        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1716        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1717        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1718        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1719        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1720        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1721        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1722        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
1723        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1724        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
1725        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
1726        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
1727        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
1728        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1729        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1730        AUTOMAKE_OPTIONS.
1731        * libnetworking/configure.ac:
1732        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
1733        foreign 1.6]).
1734        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
1735        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
1736        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
1737        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
1738        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
1739        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
1740        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
1741        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
1742        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1743        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1744        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
1745        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
1746        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
1747        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
1748        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
1749        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
1750        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1751
17522002-03-27      Ilya Alexeev <ilya@continuum.ru>
1753
1754        PR 162
1755        * libnetworking/net/if_ppp.c ppp_txdaemon(),
1756        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
1757        used in a device write routines.  Now ppp_softc structure have own
1758        character for writing to device (sc_outchar).  I think that converting
1759        local variables to static is not a right solution, because problems will
1760        occur in the case of two or more ppp instances.
1761        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
1762        must be u_long, otherwise in the case of the big output packet endless
1763        loop may occur.
1764
17652002-03-21      Ilya Alexeev <ilya@continuum.ru>
1766
1767        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
1768        preparations for multiple PPPD connections.
1769
17702002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1771
1772        PR 149
1773        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
1774        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
1775        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
1776        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1777
17782002-02-28      Victor V. Vengerov <vvv@oktet.ru>
1779
1780        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
1781        * configure.ac: Modified to reflect addition.
1782
17832002-02-27      Ilya Alexeev <ilya@continuum.ru>
1784
1785        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
1786        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1787        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
1788        capabilities as well as eliminate some warnings.
1789
17902002-02-27      Eric Norum <eric.norum@usask.ca>
1791
1792        * libnetworking/net/radix.c: Properly handle fetching the default route
1793        when there is no route.  This was a bug in the original FreeBSD code and
1794        this fix is from an updated version of their code.
1795
17962002-02-16      Eric Norum <eric.norum@usask.ca>
1797
1798        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
1799        checking.
1800
18012002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1802
1803        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
1804        dodefaultroute.
1805
18062002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1807
1808        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
1809        include <rtems/seterr.h>.
1810
18112002-02-01      Mike Siers <mikes@poliac.com>
1812
1813        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
1814        avoid bringing the link down too fast. NOTE: Mike reports successfully
1815        running at 56K baud on a direct link.
1816
18172002-02-01      Eric Valette <valette@crf.canon.fr>
1818
1819        * librdbg/So many patches have been posted recently on the mailing list
1820        and  because we were unable to find correct solution to compile on
1821        various  linux distros (due to rpcgen incompatibilities), librdbg/and
1822        because the coding  style of rdbg was rather inconsistant among various
1823        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
1824        global coding style (using indent + manual edits), 2) incorporate/review
1825        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
1826        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
1827        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
1828        after rdbg initialization is done, NB : the paches is huge but it is
1829        mainly due to coding styke chnages.  Only few lines of codes have been
1830        really changed and they do not impact  rdbg functionnality (AFAIKT).
1831        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
1832        librdbg/include/rdbg/m68k/rdbg_f.h,
1833        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
1834        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
1835        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
1836        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
1837        librdbg/src/servtsp.c, librdbg/src/servutil.c,
1838        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
1839        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
1840        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
1841        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
1842        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
1843        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
1844        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
1845        librdbg/src/powerpc/new_exception_processing/Makefile.am,
1846        librdbg/src/powerpc/new_exception_processing/remdeb.h,
1847        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
1848        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
1849
18502002-01-31      Mike Siers <mikes@poliac.com>
1851
1852        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
1853        * Nice Update of PPPD support which eliminates the requiremetn that
1854        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
1855        and reports that it seems to be more stable and handle larger packets
1856        better.  This patch replaces the termios tasks with more general pppd
1857        network driver tasks.  The functions pppinput() and pppstart() get
1858        called from the interrupt service routine.
1859        * libnetworking/Makefile.am, libnetworking/configure.ac,
1860        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
1861        libnetworking/net/ethernet.h, libnetworking/net/if.c,
1862        libnetworking/net/if.h, libnetworking/net/if_arp.h,
1863        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
1864        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
1865        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
1866        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
1867        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
1868        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
1869        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
1870        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
1871        libnetworking/net/route.c, libnetworking/net/route.h,
1872        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
1873        libnetworking/pppd/README, libnetworking/pppd/STATUS,
1874        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
1875        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
1876        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
1877        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
1878        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1879        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
1880        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
1881        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
1882        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
1883        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
1884        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
1885        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
1886        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1887        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
1888        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
1889        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
1890        libnetworking/pppd/example/README,
1891        libnetworking/pppd/example/netconfig.h,
1892        libnetworking/wrapup/Makefile.am: Modified.
1893        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
1894        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
1895        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
1896        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
1897        * libnetworking/modem/, libnetworking/modem/.cvsignore,
1898        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
1899        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
1900        libnetworking/modem/pppcompress.c: Subdirectory removed.
1901
19022002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1903
1904        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
1905        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
1906
19072002-01-18      Till Straumann <strauman@slac.stanford.edu>
1908
1909        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
1910        issues: - exception handler needs to enable MSR_FP if the interrupted
1911        thread is FP enabled. - printk message for MSR fixed and added
1912        stacktrace. NOTE: this requires the stacktrace patch to
1913        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
1914        however).
1915
19162002-01-06      Joel Sherrill <joel@OARcorp.com>
1917
1918        * optman/.cvsignore: Added aclocal.m4 and configure.
1919        * optman/.cvsignore: New file.
1920
19212002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1922
1923        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
1924
19252002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1926
1927        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
1928        * optman/ChangeLog: New.
1929        * optman/configure.ac: New.
1930        * optman/Makefile.am: New.
1931        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
1932        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
1933
19342001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1935
1936        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
1937
19382001-12-18      Eric Norum <eric.norum@usask.ca>
1939
1940        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
1941        `directories' (path names with a / at the end) while disallowing open()
1942        operations on TFTP `directories'.
1943
19442001-12-07      Eric Norum <eric.norum@usask.ca>
1945
1946        * libnetworking/lib/tftpDriver.c: Restore write capability.
1947
19482001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1949
1950        * libchip/network/sonic.h: Fix typo.
1951        * libnetworking/arpa/Makefile.am: Remove stray lines.
1952
19532001-10-30      Victor V. Vengerov <vvv@oktet.ru>
1954
1955        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
1956
19572001-10-18      Eric Norum <eric.norum@usask.ca>
1958
1959        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
1960        chdir() and open() operations within the TFTP file system.
1961
19622001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1963
1964        * librdbg/configure.ac: Fix latent bug exposed by removal of
1965        config.cache's which prevented powerpc targets librdbg from building.
1966
19672001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1968
1969        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
1970        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
1971        autoconf-2.52 happy.
1972
19732001-10-12      Mike Siers <mikes@poliac.com>
1974
1975        * libnetworking/Update to stable working state.  Congratulations Mike!
1976        :).
1977        * libnetworking/modem_example: Directory removed.
1978        * libnetworking/modem_example/16550.h,
1979        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
1980        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
1981        libnetworking/modem_example/ppp.h,
1982        libnetworking/modem_example/pppcompress.c: Files removed.
1983        * libnetworking/pppd/example/pppd.options: New file.
1984        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
1985        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
1986        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
1987        libnetworking/pppd/rtemsmain.c: Updated.
1988
19892001-10-12      Joel Sherrill <joel@OARcorp.com>
1990
1991        * libchip/serial/z85c30.c: Fixed typo.
1992
19932001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1994
1995        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1996        * configure.in: Remove.
1997        * configure.ac: New file, generated from configure.in by autoupdate.
1998        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
1999        * libchip/configure.in: Remove.
2000        * libchip/configure.ac: New file, generated from configure.in by
2001        autoupdate.
2002        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2003        * librdbg/configure.in: Remove.
2004        * librdbg/configure.ac: New file, generated from configure.in by
2005        autoupdate.
2006        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2007        * libnetworking/configure.in: Remove.
2008        * libnetworking/configure.ac: New file, generated from configure.in by
2009        autoupdate.
2010
20112001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2012
2013        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2014        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2015        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2016
20172001-09-27      Joel Sherrill <joel@OARcorp.com>
2018
2019        * libchip/ChangeLog: Fixed typo in date.
2020
20212001-09-27      Eric Norum <eric.norum@usask.ca>
2022
2023        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2024        TFTP  filesystem.
2025
20262001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2027
2028        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2029        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2030        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2031        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2032        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2033        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2034        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2035        'PREINSTALL_FILES ='.
2036        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2037        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2038        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2039        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2040        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2041        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2042        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2043        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2044        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2045        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2046        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2047        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2048
20492001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2050
2051        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2052        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2053        * librdbg/src/m68k/any/Makefile.am: Ditto.
2054        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2055        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2056        happy.
2057
20582001-09-21      Joel Sherrill <joel@OARcorp.com>
2059
2060        * libchip/network/Makefile.am: Fixed typo on file name.
2061        * libchip/network/i82586.c: Commented out line 318 which is referencing
2062        a member of a structure that is not currently there.  This needs to be
2063        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2064        to C style.
2065
20662001-09-19      Eric Norum <eric.norum@usask.ca>
2067
2068        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2069
20702001-09-19      Chris Johns <ccj@acm.org>
2071
2072        * libchip/network/README.i82586, libchip/network/i82586.c,
2073        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2074        Network driver for Intel i82586.
2075        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2076        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2077        "root" filesystem with information obtained via the DHCP response.
2078
20792001-09-14      Eric Norum <eric.norum@usask.ca>
2080
2081        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2082        make gcc 3.x happy.
2083
20842001-08-16      Mike Siers <mikes@poliac.com>
2085
2086        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2087        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2088        These support callback functionality that has not even been compiled
2089        under RTEMS yet.
2090        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2091        example application.  Mike's notes on the modifications: - renamed
2092        error() function because of namespace problems - removed calls to the
2093        exit() funciton - removed extra files from the pppd source directory -
2094        defined pppd task constant values in rtemspppd.h - modifyied example
2095        code to get actual tick per second value - placed the pppd 2.3.11 man
2096        page file (pppd.8) into the pppd directory.
2097        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2098        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2099        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2100        libnetworking/pppd/rtems-ppp.c: Deleted.
2101        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2102        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2103        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2104        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2105        libnetworking/pppd/example/init.c,
2106        libnetworking/pppd/example/netconfig.h,
2107        libnetworking/pppd/example/ppp.conf,
2108        libnetworking/pppd/example/pppdapp.c,
2109        libnetworking/pppd/example/system.h: New files.
2110        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2111        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2112        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2113        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2114        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2115        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2116        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2117        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2118        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2119        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2120        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2121        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2122        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2123        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2124        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2125
21262001-08-16      Joel Sherrill <joel@OARcorp.com>
2127
2128        * libnetworking/pppd/example/Makefile: Removed.
2129        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2130        to avoid bootstrap -c clobbering it.
2131        * libnetworking/rtems_telnetd/.cvsignore: New file.
2132
21332001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2134
2135        * libnetworking/Makefile.am, libnetworking/configure.in,
2136        libnetworking/rtems_servers/Makefile.am,
2137        libnetworking/rtems_servers/telnetd.c,
2138        libnetworking/rtems_servers/telnetd.h,
2139        libnetworking/rtems_telnetd/Makefile.am,
2140        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2141        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2142        libnetworking/rtems_telnetd/telnetd.c,
2143        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2144        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2145        effect when ftpd change. - the tcp/ip stats have been implemented into
2146        icmds.c and started when telnetd daemon is started.
2147        * libnetworking/rtems_servers/telnetd.c,
2148        libnetworking/rtems_servers/telnetd.h: Removed.
2149        * libnetworking/rtems_telnetd: New directory.
2150        * libnetworking/rtems_telnetd/Makefile.am,
2151        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2152        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2153        libnetworking/rtems_telnetd/telnetd.c,
2154        libnetworking/rtems_telnetd/telnetd.h: New files.
2155
21562001-06-14      Joel Sherrill <joel@OARcorp.com>
2157
2158        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2159        Moved from libmisc/shell so the network stack to address network
2160        depenendency.
2161        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2162
21632001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2164
2165        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2166
21672001-05-15      Joel Sherrill <joel@OARcorp.com>
2168
2169        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2170        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2171        accidentally deleted the incorrectly empty versions.
2172
21732001-05-14      Till Straumann <strauman@slac.stanford.edu>
2174
2175        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2176        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2177        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2178        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2179        to know the values) - the affected BSP (shared/motorola) headers have
2180        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2181        driver (libchip/network/dec21140.c) has been fixed to use
2182        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2183        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2184        who is using this driver. - the DEC driver also has been fixed to use
2185        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2186        delay_in_bus_cycles().
2187
21882001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2189
2190        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2191
21922001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2193
2194        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2195
21962001-04-24      Eric Norum <eric.norum@usask.ca>
2197
2198        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2199        NTP synchronization a little more robust -- no NTP daemon yet, but at
2200        least it trys a little harder when the primary NTP server is down.
2201
22022001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2203
2204        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2205        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2206        libnetworking/pppd/modem_example/modem.c,
2207        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2208        other strings into English.
2209        * libnetworking/pppd/STATUS: updated to reflect the changes.
2210
22112001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2212
2213        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2214        again.
2215
22162001-04-20      Eric Valette <valette@crf.canon.fr>
2217
2218        * mcp750 directory renamed new_exception processing as it supports many
2219        more CPU models.
2220        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2221        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2222        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2223        formerly in mcp750 plus modifications.
2224        * librdbg/src/powerpc/mcp750/.cvsignore,
2225        librdbg/src/powerpc/mcp750/Makefile.am,
2226        librdbg/src/powerpc/mcp750/remdeb.h,
2227        librdbg/src/powerpc/mcp750/remdeb_f.x,
2228        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2229        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2230        new_exception_processing.
2231        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2232        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2233        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2234        part of this effort to add support for the MPC8xx.
2235
22362001-04-19      Joel Sherrill <joel@OARcorp.com>
2237
2238        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2239        internal include files.
2240
22412001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2242
2243        PR 158
2244        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2245        rcmd() library call by commenting out the parts that deal with signals.
2246        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2247        stdio. The 'server-side' parts of this file which deal with
2248        authentication are disabled since they are not needed.
2249
22502001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2251
2252        * libnetworking/include/.cvsignore: Remove dangling file.
2253
22542001-03-14      Joel Sherrill <joel@OARcorp.com>
2255
2256        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2257        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2258        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2259        libchip style serial drivers can be written in libcpu or libbsp.
2260
22612001-03-01      Joel Sherrill <joel@OARcorp.com>
2262
2263        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2264        libchip/network/sonic.c, libchip/network/sonic.h,
2265        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2266        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2267        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2268        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2269        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2270        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2271        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2272        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2273
22742001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2275
2276        * librdbg/include/rdbg/Makefile.am,
2277        librdbg/include/rdbg/i386/Makefile.am,
2278        librdbg/include/rdbg/m68k/Makefile.am,
2279        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2280        style on include files.
2281
22822001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2283
2284        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2285        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2286        replace ${..} with $(..).
2287        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2288        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2289        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2290        libnetworking/rtems/Makefile.am, libnetworking/
2291        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2292        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2293        include_*HEADERS instead of H_FILES.
2294        * libnetworking/include/Makefile.am: Remove.
2295        * libnetworking/Makefile.am: Add handling of *.h files.
2296        * libnetworking/configure.in: Remove include/Makefile.
2297
22982001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2299
2300        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2301
23022001-01-31      Sergei Organov <osv@javad.ru>
2303
2304        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2305        current dir and root dir removed in favor of new libio support for
2306        task-local current and root directories. - Bug in `close_data_socket()'
2307        introduced by previous change fixed. - `command_pasv()' changed to set
2308        timeout on socket we are listening on and code fixed to don't close
2309        socket twice on error. - `serr()' changed to clear `errno'. -
2310        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2311        changed to clear `errno' before processing session. -
2312        `close_data_socket()' fixed to close both active and passive sockets -
2313        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2314        empty string  in `exec_command()'.
2315
23162001-01-25      Eric Norum <eric.norum@usask.ca>
2317
2318        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2319        improves throughput on systems which are dropping packets.   Only the
2320        first timeout is reduced.  This keeps the number of extra packets down
2321        on networks that are very busy and dropping lots of packets.
2322
23232001-01-24      Sergei Organov <osv@javad.ru>
2324
2325        * libnetworking/rtems_servers/ftpd.c,
2326        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2327        - Timeouts on sockets implemented. 'idle' field added to configuration.
2328        No timeout by default to keep backward compatibility. Note: SITE IDLE
2329        command not implemented yet. - Basic global access control implemented.
2330        'access' field added to configuration. No access limitations by default
2331        to keep backward compatibility. - Anchor data socket for active mode
2332        (using self IP and port 20.) - Fixed default data port support (still
2333        not tested). - Don't allow IP address different from originating host in
2334        PORT command to improve security. - Fixed bug in MDTM command. - Check
2335        for correctness of parsing of argument in command_port(). - Fixed
2336        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2337        a directory. - Command parsing a little bit improved: command names are
2338        now converted to upper-case to be more compatible with RFC (command
2339        names are not case-sensitive.) - Reformat comments so that they have
2340        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2341        previous changes - True ASCII mode implemented (doesn't work for hooks
2342        and /dev/null) - Passive mode implemented, PASV command added. - Default
2343        port for data connection could be used (untested, can't find ftp client
2344        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2345        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2346
23472001-01-18      Joel Sherrill <joel@OARcorp.com>
2348
2349        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2350        macro using variable arguments.
2351        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2352        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2353        since I updated the main RTEMS development machine to RedHat 7.2 and
2354        apparently got a new version of rpcgen.
2355
23562001-01-12      Sergei Organov <osv@javad.ru>
2357
2358        * libnetworking/rtems_servers/ftpd.c,
2359        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2360        - use pool of pre-created threads to handle sessions instead of
2361        creating/deleting threads on the fly - LIST output is now similar to
2362        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2363        happy with it. - LIST NAME now works (both for files and directories) -
2364        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2365        clients happy  - keep track of CWD for every session separately -
2366        ability to specify root directory name for FTPD in configuration table.
2367        FTPD will then create illusion for FTP clients that this is actually
2368        root directory. - ignore options sent in commands, thus LIST -al FILE
2369        works and doesn't try to list "-al" directory. - buffers are allocated
2370        on stack instead of heap where possible to eliminate malloc/free calls
2371        (avoid possible heap fragmentation troubles). - drop using of task
2372        notepad to pass parameters - use function arguments instead - use
2373        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2374        in socket() instead of AF_INET.
2375
23762001-01-02      Joel Sherrill <joel@OARcorp.com>
2377
2378        * libnetworking/CHANGELOG: Removed.
2379        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2380
23812000-12-14      Eric Norum <eric.norum@usask.ca>
2382
2383        * libnetworking/lib/tftpDriver.c: Added write capability.
2384
23852000-12-08      Joel Sherrill <joel@OARcorp.com>
2386
2387        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2388        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2389        numerous variable declarations conditional on PPP_COMPRESS and
2390        PPP_FILTER.  Commented out variables that were not used because the code
2391        using them was commented out. Removed totally unused variables.
2392        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2393        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2394
23952000-11-30      Joel Sherrill <joel@OARcorp.com>
2396
2397        * libnetworking/modem/ppp_tty.c: Changed to include
2398        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2399        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2400        * libnetworking/Makefile.am: Modified to reflect above.
2401
24022000-11-27      Joel Sherrill <joel@OARcorp.com>
2403
2404        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2405
24062000-11-25      Eric Norum <eric.norum@usask.ca>
2407
2408        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2409        core.
2410
24112000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2412
2413        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2414        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2415        subdir.
2416        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2417        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2418        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2419        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2420        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2421        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2422        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2423        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2424        ppp_tty.c and the real pppd main is in pppmain.c.
2425
24262000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2427
2428        * libchip/network/sonic.c: Added ipalign() routine to align the received
2429        packet so that the ip header is on a 32-bit boundary. Necessary for
2430        cpu's that do not allow unaligned loads and stores and when the 32-bit
2431        DMA mode is used.
2432
24332000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2434
2435        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2436        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2437        ACLOCAL_AMFLAGS.
2438        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2439        ACLOCAL_AMFLAGS.
2440        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2441        ACLOCAL_AMFLAGS.
2442
24432000-11-03      Chris Johns <ccj@acm.org>
2444
2445        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2446        libchip/network/cs8900.h: New files.
2447
24482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2449
2450        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2451        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2452        $(RTEMS_TOPdir)/aclocal.
2453        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2454        $(RTEMS_TOPdir)/aclocal.
2455        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2456        $(RTEMS_TOPdir)/aclocal.
2457
24582000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2459
2460        * configure.in: Switch to GNU-canonicalization.
2461        * Makefile.am: Reflect changes to configure.in.
2462        * acinclude.m4: Remove.
2463
24642000-10-30      Joel Sherrill <joel@OARcorp.com>
2465
2466        * POSIX include files merged into newlib.  This resulted in some
2467        definitions moving to other files and thus some secondary effects in
2468        RTEMS source code.
2469        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2470        in sync with newlib's <machine/types.h>.
2471        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2472        definition of struct itimerval in <sys/time.h>.
2473
24742000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2475
2476        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2477        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2478        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2479        * ChangeLog: Fix typos.
2480        * configure.in: add tests to the GNU canonicalized subdirectories.
2481
24822000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2483
2484        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2485        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2486        the lib directory before configuring lib/.
2487
24882000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2489
2490        * configure.in, Makefile.am: add exec to the GNU canonicalized
2491        subdirectories.
2492        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2493        * configure.in: add libnetworking, librpc and librdb to the GNU
2494        canonicalized subdirectories.
2495        * configure.in: add libmisc and libchip to the GNU canonicalized
2496        subdirectories.
2497        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2498        Switch to GNU canonicalization.
2499        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2500        Switch to GNU canonicalization.
2501        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2502        Switch to GNU canonicalization.
2503
25042000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2505
2506        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2507        canonicalization to libfs/. The approach is currently a bit of a hack as
2508        GNU canonicalization does not support the per-BSP build some of the
2509        other directories require.  As more of the tree is converted, this will
2510        become less  of an issue.
2511
25122000-10-20      Joel Sherrill <joel@OARcorp.com>
2513
2514        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2515        parameter.
2516
25172000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2518
2519        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2520        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2521        * librdbg/configure.in: Add m68k support.
2522        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2523        subdirectory.
2524        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2525        failure.
2526        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2527        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2528        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2529        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2530        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2531        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2532        librdbg/src/m68k/.cvsignore: New files.
2533        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2534        function pointers.
2535        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2536        _after_ pointer has been checked against NULL.
2537
25382000-10-18      Joel Sherrill <joel@OARcorp.com>
2539
2540        * wrapup/Makefile.am: Added libfs.
2541
25422000-10-18      Chris Johns <ccj@acm.org>
2543
2544        * libfs created.
2545        * configure.in: Added libfs subdirectory.
2546        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2547
25482000-09-28      Joel Sherrill <joel@OARcorp.com>
2549
2550        * libnetworking/rtems_webserver/Makefile.am,
2551        libnetworking/rtems_webserver/base64.c,
2552        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2553        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2554
25552000-09-22      Joel Sherrill <joel@OARcorp.com>
2556
2557        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2558        libnetworking/rtems/rtems_bsdnet_internal.h,
2559        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2560        have included rtems.h.  It is now including precisely the  least amount
2561        of low level, yet portable .h files to get the basic RTEMS types
2562        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2563        used machine/types.h to include rtems.h.
2564
25652000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2566
2567        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2568
25692000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2570
2571        * libnetworking/ChangeLog: Cleanup.
2572
25732000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2574
2575        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2576        * libchip/ChangeLog: Fix formating.
2577
25782000-09-05      Joel Sherrill <joel@OARcorp.com>
2579
2580        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2581        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2582        confusion and to work with the converted flags.
2583
25842000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2585
2586        * wrapup/Makefile.am: Include compile.am.
2587        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2588        libchip/serial/Makefile.am: Include compile.am.
2589        * librdbg/src/i386/any/Makefile.am,
2590        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
2591        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
2592        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
2593        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2594        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
2595        libnetworking/rtems_servers/Makefile.am,
2596        libnetworking/rtems_webserver/Makefile.am,
2597        libnetworking/wrapup/Makefile.am: Include compile.am.
2598
25992000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
2600
2601        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
2602        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
2603
26042000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2605
2606        * libnetworking/netinet/tcp_input.c: Spelling corrections.
2607
26082000-08-31      Joel Sherrill <joel@OARcorp.com>
2609
2610        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
2611        Antti P Miettinen <antti.p.miettinen@nokia.com>.
2612        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
2613        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
2614        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
2615        * libnetworking/wbase64.c: Removed.
2616        * libnetworking/Makefile.am, libnetworking/asp.c,
2617        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
2618        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
2619        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
2620        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
2621        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
2622        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
2623        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
2624        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
2625        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
2626        Modified.
2627
26282000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2629
2630        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
2631
26322000-08-30      Joel Sherrill <joel@OARcorp.com>
2633
2634        * libnetworking/rtems_webserver/license.txt: New file.
2635
26362000-08-10      Joel Sherrill <joel@OARcorp.com>
2637
2638        * ChangeLog: New file.
2639        * libchip/ChangeLog: New file.
2640        * librdbg/ChangeLog: New file.
2641        * libnetworking/ChangeLog: New file.
2642
Note: See TracBrowser for help on using the repository browser.