source: rtems/c/src/ChangeLog @ 430a833d

4.104.114.84.95
Last change on this file since 430a833d was a4a40dac, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/20/05 at 08:07:55

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

  • configure.ac: Pass --enable-rtems-root to ada-tests/configure.
  • Property mode set to 100644
File size: 118.4 KB
Line 
12005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
4
52005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * libchip/network/if_media.h, libchip/network/mii.h:
8        Remove (Moved to cpukit).
9        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
10        and libchip/network/if_media.h.
11        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
12        if_media.h having moved.
13
142005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * automake/compile.am, automake/host.am, automake/local.am,
17        automake/subdirs.am: Remove depend.
18        * configure.ac: Explicitly pass --libdir and --includedir to
19        testsuites.
20
212005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * configure.ac: Reflect changes to testsuites.
24
252005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * automake/compile.am: Remove GCCSPECS.
28        * aclocal/prog-cc.m4: Add GCCSPECS.
29        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
30
312005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
34        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
35
362005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
39        libcpu/byteorder.h for i386.
40
412005-11-02      Till Straumann <strauman@slac.stanford.edu>
42
43        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
44        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
45        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
46        added a simple API/library for i2c devices and drivers for i2c
47        2-byte eeproms and a ds1621 temperature sensor; API is documented
48        in libi2c.h.
49
502005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * libnetworking/pppd/ipxcp.c,
53        libnetworking/pppd/chat.c,
54        libnetworking/pppd/patchlevel.h,
55        libnetworking/pppd/upap.h,
56        libnetworking/pppd/md5.h,
57        libnetworking/pppd/pppd.8,
58        libnetworking/pppd/README,
59        libnetworking/pppd/preinstall.am,
60        libnetworking/pppd/md4.h,
61        libnetworking/pppd/magic.c,
62        libnetworking/pppd/pppd.h,
63        libnetworking/pppd/demand.c,
64        libnetworking/pppd/rtemsmain.c,
65        libnetworking/pppd/sys-rtems.c,
66        libnetworking/pppd/ipcp.h,
67        libnetworking/pppd/lcp.h,
68        libnetworking/pppd/chap_ms.c,
69        libnetworking/pppd/md4.c,
70        libnetworking/pppd/rtemspppd.h,
71        libnetworking/pppd/cbcp.h,
72        libnetworking/pppd/auth.c,
73        libnetworking/pppd/lcp.c,
74        libnetworking/pppd/example/README,
75        libnetworking/pppd/example/ppp.conf,
76        libnetworking/pppd/example/system.h,
77        libnetworking/pppd/example/netconfig.h,
78        libnetworking/pppd/example/pppdapp.c,
79        libnetworking/pppd/example/init.c,
80        libnetworking/pppd/example/Makefile-user,
81        libnetworking/pppd/example/pppd.options,
82        libnetworking/pppd/rtemspppd.c,
83        libnetworking/pppd/ipxcp.h,
84        libnetworking/pppd/chap_ms.h,
85        libnetworking/pppd/options.c,
86        libnetworking/pppd/magic.h,
87        libnetworking/pppd/chap.h,
88        libnetworking/pppd/cbcp.c,
89        libnetworking/pppd/upap.c,
90        libnetworking/pppd/chap.c,
91        libnetworking/pppd/Makefile.am,
92        libnetworking/pppd/ccp.h,
93        libnetworking/pppd/utils.c,
94        libnetworking/pppd/rtemsdialer.h,
95        libnetworking/pppd/fsm.h,
96        libnetworking/pppd/pathnames.h,
97        libnetworking/pppd/md5.c,
98        libnetworking/pppd/fsm.c,
99        libnetworking/pppd/ipcp.c,
100        libnetworking/pppd/STATUS,
101        libnetworking/pppd/ccp.c,
102        libnetworking/Makefile.am: Remove (Moved to cpukit).
103
1042005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * configure.ac: Remove libnetworking, libnetworking/pppd.
107        * wrapup/Makefile.am: Remove libpppd.a.
108
1092005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
112        rtemsdialer.h to $(includedir)/rtems.
113
1142005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * libnetworking/rtems_telnetd/icmds.c,
117        libnetworking/rtems_telnetd/Makefile.am,
118        libnetworking/rtems_telnetd/preinstall.am,
119        libnetworking/rtems_telnetd/pty.c,
120        libnetworking/rtems_telnetd/pty.h,
121        libnetworking/rtems_telnetd/README,
122        libnetworking/rtems_telnetd/telnetd.c,
123        libnetworking/rtems_telnetd/telnetd.h:
124        Remove (Moved to cpukit).
125
1262005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * configure.ac: Remove libnetworking/rtems_telnetd.
129        * libnetworking/Makefile.am: Remove rtems_telnetd.
130        * libnetworking/README: Remove (Obsolete).
131        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
132
1332005-10-20  Eric Norum <norume@aps.anl.gov>
134
135        * libchip/network/dec21140.c: Clean up PCI mapping.
136
1372005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
138
139        * libnetworking/pppd/Makefile.am: Use preinstall.am.
140        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
141        librdbg/src/servrpc.c, librdbg/src/servtgt.c
142        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
143        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
144        * configure.ac: Move optman to the end of BSP_SUBDIRS.
145
1462005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
147
148        * aclocal/bspopts.m4: Add missing m4 quotes.
149
1502005-09-02  Joel Sherrill <joel@OARcorp.com>
151
152    * aclocal/version.m4: Updated to rtems-4.6.99.2.
153
1542005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
155
156        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
157        libchip/network/dec21140.c: Remove initialization of PCI bus.
158
1592005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * optman/Makefile.am: Add preinstall.am.
162
1632005-07-18      Karel Gardas <kgardas@objectsecurity.com>
164
165        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
166        UNTESTED to tested.
167
1682005-06-17      Joel Sherrill <joel@OARcorp.com>
169
170        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
171        it is not supported by the MPC5xx.
172
1732005-06-17      Joel Sherrill <joel@OARcorp.com>
174
175        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
176        interface. Also correct attempting to build on other than PowerPC and
177        x86.
178
1792005-06-16      Daron Chabot <daron@nucleus.usask.ca>
180
181        * libchip/Makefile.am: Add driver for Tulip clones.
182        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
183        libchip/network/if_dcreg.h: New files.
184
1852005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
186
187        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
188        to enable rdbg.
189        * configure.ac: Reflect changes above.
190
1912005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
192
193        * configure.ac: Add ada/.
194
1952005-05-20      Sergei Organov  <osv@topconrd.ru>
196
197        PR 750/networking
198        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
199        wait_input().
200
2012005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
202
203        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
204        rtems/irq.h.
205
2062005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
207
208        * libchip/Makefile.am: Include preinstall.am.
209        * libchip/preinstall.am: New.
210
2112005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
212
213        * configure.ac: Add AMPOLISH3.
214        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
215        * libnetworking/rtems_telnetd/preinstall.am: New.
216        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
217
2182005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
219
220        * configure.ac: Let enable_rpcgen default to "no".
221
2222005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
225
2262005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
227
228        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
229        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
230
2312005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
232
233        * libchip/network/dec21140.c, libchip/network/elnk.c,
234        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
235
2362005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
237
238        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
239        of code as a result of the implementation of a common PCI interface.
240
2412005-05-04      Joel Sherrill <joel@OARcorp.com>
242
243        * libchip/network/open_eth.c: Remove prototype of set_vector.
244
2452005-05-03      Joel Sherrill <joel@OARcorp.com>
246
247        * librdbg/src/ptrace.c: Remove warning.
248
2492005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
250
251        * libchip/network/dec21140.c, libchip/network/elnk.c,
252        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
253        Modified parameter list to remove warnings.
254
2552005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
256
257        * libchip/network/cs8900.c, libchip/network/i82586.c,
258        libchip/network/open_eth.c, libchip/network/sonic.c,
259        libchip/serial/mc68681.c: Modified types to remove
260        warnings.  Added initialization to remove warnings.
261
2622005-04-28      Joel Sherrill <joel@OARcorp.com>
263
264        * libchip/network/README.sonic: Rewritten to account for removal of
265        dmv177.
266
2672005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
268
269        PR 781/rtems_misc
270        * libchip/serial/ns16550_p.h: Fix baud rate calculation
271
2722005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
273
274        * libchip/serial/ns16550.c:
275        Fixed warnings generated in various powerpc configurations
276
2772005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
278
279        * libchip/serial/ns16550.c: Modified
280        ISR to work with PPC new exception processing
281
2822005-03-14      Joel Sherrill <joel@OARcorp.com>
283
284        * libchip/network/dec21140.c, libchip/network/elnk.c,
285        libchip/network/if_fxp.c: Continue PCI API unification. All use
286        pci_find_device(). Network drivers manufacture a signature since all
287        calls have not been converted yet.
288
2892005-03-04      Joel Sherrill <joel@OARcorp.com>
290
291        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
292        initialize function part of the unified PCI API as pci_initialize().
293
2942005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
295
296        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
297        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
298
2992005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
300
301        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
302        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
303
3042005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
305
306        * aclocal/ppc.m4: Reflect changes to ppc exception processing
307        building procedures.
308
3092005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
310
311        * aclocal/prog-cc.m4:
312        Quote CFLAGS's RHS to accomodate Solaris broken sh.
313
3142005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
315
316        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
317
3182005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
319
320        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
321
3222005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
323
324        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
325
3262005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
327
328        * libnetworking/rtems_servers/ftp.c,
329        libnetworking/rtems_servers/ftp.h,
330        libnetworking/rtems_servers/Makefile.am:
331        Remove (relocated to cpukit/ftpd).
332        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
333        removed move libnetworking/rtems_servers.
334
3352005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
336
337        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
338
3392005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
340
341        PR 755/rtems
342        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
343        Remove local declarations of rtems_bsdnet_nameservers,
344        rtems_bsdnet_nameservers_count.
345
3462005-01-31      Sergei Organov <osv@topconrd.ru>
347
348        PR 751/pppd
349        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
350        committed to fix PR736 breaks pppd. chat.c should have its own static
351        ttyfd for pppd to work correctly. The symptom is that second
352        invokation of chat (for connect script) fails due to pppd_ttyfd set
353        to -1 by previous chat invokation (for init script). In addition,
354        this patch fixes leaving of dangling pointer in the abort_stbring[]
355        by chat_send().
356
3572005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
358
359        * configure.ac: Remove CFLAGS_DEBUG_V.
360        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
361
3622005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
363
364        * wrapup/Makefile.am: Remove rtems-ctor.o.
365
3662005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
367
368        * libchip/rtc/rtc.h: size_t RTC_Count.
369
3702005-01-20      Joel Sherrill <joel@OARcorp.com>
371
372        PR 736/pppd
373        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
374        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
375        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
376        should not be static and should have a name more specific to pppd.
377
3782005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
379
380        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
381        libnetworking/rtems_servers/Makefile.am,
382        libnetworking/rtems_telnetd/Makefile.am,
383        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
384        Eliminate CFLAGS_OPTIMIZE_V.
385
3862005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
387
388        * configure.ac: Pass CFLAGS to testsuites configure.
389        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
390        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
391
3922005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
393
394        * configure.ac: Pass CFLAGS to cpukit configure.
395        * aclocal/rtems-flags.m4: Remove (Unused).
396        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
397        * aclocal/env-rtemsbsp.m4:
398        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
399        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
400        RTEMS_CFLAGS.
401        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
402        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
403        Cleanup comments.
404
4052005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
406
407        * automake/compile.am: Remove build-variant support.
408
4092005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
410
411        * libnetworking/pppd/Makefile.am,
412        libnetworking/rtems_servers/Makefile.am,
413        libnetworking/rtems_telnetd/Makefile.am:
414        Remove build-variant support.
415
4162005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
417
418        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
419        support/Makefile.am, wrapup/Makefile.am:
420        Remove build-variant support.
421
4222004-11-22      Joel Sherrill <joel@OARcorp.com>
423
424        * libchip/network/if_fxp.c: Add entry for another module ID code.
425
4262004-11-22      Joel Sherrill <joel@OARcorp.com>
427
428        PR 693/misc
429        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
430        in/outport routines.
431
4322004-11-22      Joel Sherrill <joel@OARcorp.com>
433
434        PR 693/misc
435        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
436        in/outport routines.
437
4382004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
439
440        * aclocal/enable-itron.m4: Remove (unused).
441
4422004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
443
444        * configure.ac: Misc. quoting cleanups.
445        Enable ada-tests iff --enable-ada and --enable-tests.
446
4472004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
448
449        PR 703/filesystem
450        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
451        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
452        libchip/ide/ide_controller.c:
453        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
454        available for BSPS/device drivers.
455        Extend the "modes_available" and "mode_active" parameters to
456        uint16_t for UDMA support.
457
4582004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
459
460        * libchip/network/dec21140.c: Cleanup a bit and remove message about
461        not supported on PowerPC since it works on the MVME2100 BSP.
462
4632004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
464
465        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
466        Add dependency tracking for *.cfgs.
467        * Makefile.am: Add dependency tracking for *.cfg.
468
4692004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
470
471        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
472        (Thanks to Lars Munch <lars@segv.dk> for catching this).
473
4742004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
475
476        PR 707/make_build
477        * configure.ac: Add --enable-rpcgen.
478
4792004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
480
481        PR 700/rtems_misc
482        * libnetworking/rtems_webserver/asp.c,
483        libnetworking/rtems_webserver/balloc.c,
484        libnetworking/rtems_webserver/cgi.c,
485        libnetworking/rtems_webserver/default.c,
486        libnetworking/rtems_webserver/ej.h,
487        libnetworking/rtems_webserver/ejIntrn.h,
488        libnetworking/rtems_webserver/ejlex.c,
489        libnetworking/rtems_webserver/ejparse.c,
490        libnetworking/rtems_webserver/emfdb.c,
491        libnetworking/rtems_webserver/emfdb.h,
492        libnetworking/rtems_webserver/form.c,
493        libnetworking/rtems_webserver/handler.c,
494        libnetworking/rtems_webserver/h.c,
495        libnetworking/rtems_webserver/license.txt,
496        libnetworking/rtems_webserver/Makefile.am,
497        libnetworking/rtems_webserver/md5c.c,
498        libnetworking/rtems_webserver/md5.h,
499        libnetworking/rtems_webserver/mime.c,
500        libnetworking/rtems_webserver/misc.c,
501        libnetworking/rtems_webserver/NOTES,
502        libnetworking/rtems_webserver/ringq.c,
503        libnetworking/rtems_webserver/rom.c,
504        libnetworking/rtems_webserver/rtems_webserver.h,
505        libnetworking/rtems_webserver/security.c,
506        libnetworking/rtems_webserver/sock.c,
507        libnetworking/rtems_webserver/socket.c,
508        libnetworking/rtems_webserver/sockGen.c,
509        libnetworking/rtems_webserver/sym.c,
510        libnetworking/rtems_webserver/uemf.c,
511        libnetworking/rtems_webserver/uemf.h,
512        libnetworking/rtems_webserver/um.c,
513        libnetworking/rtems_webserver/um.h,
514        libnetworking/rtems_webserver/umui.c,
515        libnetworking/rtems_webserver/url.c,
516        libnetworking/rtems_webserver/value.c,
517        libnetworking/rtems_webserver/wbase64.c,
518        libnetworking/rtems_webserver/webcomp.c,
519        libnetworking/rtems_webserver/webmain.c,
520        libnetworking/rtems_webserver/webpage.c,
521        libnetworking/rtems_webserver/webrom.c,
522        libnetworking/rtems_webserver/webs.c,
523        libnetworking/rtems_webserver/websda.c,
524        libnetworking/rtems_webserver/websda.h,
525        libnetworking/rtems_webserver/webs.h,
526        libnetworking/rtems_webserver/websSSL.c,
527        libnetworking/rtems_webserver/websSSL.h,
528        libnetworking/rtems_webserver/websuemf.c,
529        libnetworking/rtems_webserver/wsIntrn.h:
530        Remove (Moved to cpukit/http).
531
5322004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
533
534        PR 700/rtems_misc
535        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
536        Remove libnetworking/rtems_webserver.
537
5382004-10-25      Eric Norum <norume@aps.anl.gov>
539
540        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
541
5422004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
543
544        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
545
5462004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
547
548        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
549        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
550
5512004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
552
553        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
554
5552004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
556
557        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
558        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
559
5602004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
561
562        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
563        BITSPERBYTE.
564
5652004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
566
567        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
568        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
569
5702004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
571
572        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
573
5742004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
575
576        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
577        * aclocal/enable-bare.m4: Remove.
578        * configure.ac: Remove BARE_CPU_MODEL.
579
5802004-10-13      Eric Norum <norume@aps.anl.gov>
581
582        PR 688/bsps
583        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
584        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
585        MC146818A (and several Dallas Semiconductor) TOD chips.
586
5872004-10-13      Eric Norum <norume@aps.anl.gov>
588
589        PR 686/networking
590        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
591        device code.
592
5932004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
594
595        * libchip/network/dec21140.c: include <rtems/pci.h>.
596
5972004-09-29      Joel Sherrill <joel@OARcorp.com>
598
599        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
600        libnetworking/pppd/utils.c: i960 obsoleted and all references
601        removed.
602
6032004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
604
605        PR 607/networking
606        * libchip/network/dec21140.c: Made PCI configuration minimum sane
607        instead of fully specifying unused PCI features.
608
6092004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
610
611        * configure.ac: Require automake > 1.9.
612
6132004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
614
615        * aclocal/rtems-cpu-subdirs.m4: Add avr.
616
6172004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
618
619        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
620        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
621
6222004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
623
624        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
625        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
626
6272004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
628
629        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
630
6312004-07-28  Joel Sherrill <joel@OARcorp.com>
632
633    * aclocal/version.m4: Updated to rtems-4.6.99.1.
634
6352004-07-25      Joel Sherrill <joel@OARcorp.com>
636
637        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
638
6392004-05-21  Till Strauman <strauman@slac.stanford.edu>
640
641        PR 625/networking
642        * libchip/network/dec21140.c, ... : Prevent name clashes by making
643        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
644        an error rather than panic if no chip is detected (thus allowing
645        for probing).
646        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
647        instead of looping forever.  Avoid divide by zero (crashed my PC).
648        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
649        they are UNTESTED.
650
6512004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
652
653        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
654
6552004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
656
657        * libchip/network/dec21140.c, libchip/network/elnk.c:
658        #include <errno.h>.
659
6602004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
661
662        * libchip/network/if_media.h: Update from FreeBSD.
663        * libchip/network/open_eth.c, libchip/network/cs8900.c,
664        libchip/network/i82586.c: #include <errno.h>.
665
6662004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
667
668        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
669
6702004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
671
672        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
673
6742004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
675
676        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
677        automake).
678
6792004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
680
681        PR 599/pppd
682        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
683
6842004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
685
686        * optman/rtems/no-region.c: Reflect having changed
687        rtems_region_get_segment_size.
688
6892004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
690
691        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
692        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
693        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
694        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
695        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
696        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
697        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
698
6992004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
700
701        * libchip/ide/ata.c, libchip/network/dec21140.c,
702        libchip/network/elnk.c, libchip/network/i82586.c,
703        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
704        libchip/network/open_eth.c, libchip/network/sonic.c,
705        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
706        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
707        libchip/shmdr/init.c, libchip/shmdr/intr.c,
708        libchip/shmdr/shm_driver.h: Cosmetics.
709
7102004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
711
712        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
713        optman/rtems/no-msg.c, optman/rtems/no-part.c,
714        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
715        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
716        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
717        fixed size types.
718
7192004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
720
721        * configure.ac: Explicitly pass --includedir and --libdir to
722        cpukit/configure.
723
7242004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
725
726        * librdbg/Makefile.am: Fix rpcgen rules.
727        * librdbg/src/i386/any/remdeb_xdr.c,
728        librdbg/src/m68k/any/remdeb_xdr.c,
729        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
730        Reflect changes to librdbg/Makefile.am.
731
7322004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
733
734        * configure.ac: Reflect changes testsuites/configure.ac and
735        cpukit/configure.ac.
736
7372004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
738
739        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
740        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
741
7422004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
743
744        * configure.ac: Reflect changes to testsuites's configuration.
745
7462004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
747
748        PR/589 rtems
749        * libchip/network/pci.h: Remove (Moved to cpukit).
750
7512004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
752
753        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
754        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
755        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
756        libchip/network/dec21140.c, libchip/network/elnk.c,
757        libchip/network/if_fxp.c, libchip/network/open_eth.c,
758        libchip/network/open_eth.h, libchip/network/sonic.c,
759        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
760        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
761        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
762        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
763        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
764        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
765        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
766        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
767        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
768        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
769        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
770        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
771        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
772        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
773        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
774        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
775        fixed-size types.
776
7772004-03-14      Chris Johns  <chrisj@rtems.org>
778
779        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
780        the BSP example code.
781        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
782        support the DIMMPC. This is a pc386 target with IO port support. Minor
783        formating clean up. Add documentation to the header file.
784        * libchip/network/README.cs8900: The CS8900 driver is documented in the
785        cs8900.h header file.
786
7872004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
788
789        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
790        Cosmetics.
791
7922004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
793
794        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
795        There are no application level Makefiles in here.
796
7972004-03-04      Joel Sherrill <joel@OARcorp.com>
798
799        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
800        they can be used in application level makefiles.
801
8022004-03-05      Joel Sherrill <joel@OARcorp.com>
803
804        * libnetworking/rtems_webserver/ejparse.c,
805        libnetworking/rtems_webserver/emfdb.c,
806        libnetworking/rtems_webserver/sock.c,
807        libnetworking/rtems_webserver/socket.c,
808        libnetworking/rtems_webserver/sym.c,
809        libnetworking/rtems_webserver/webs.c,
810        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
8112004-03-05      Joel Sherrill <joel@OARcorp.com>
812
813        * libchipnetwork/open_eth.c: Remove warnings by conditionally
814        compiling this file only only those CPU families with supported
815        exception models.
816
8172004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
818
819        * acinclude.m4: Fix loosing arguments when configuring cpukit and
820        testsuites (Was exposed with --enable-multilib, only).
821        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
822         Add RTEMS_BSP_CONFIG_SUBDIR.
823        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
824        testsuites's configure.
825        * aclocal/rtems-top.m4: Remove ENDIF hack.
826        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
827
8282004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
829
830        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
831        wrapup/Makefile.am: Fix automake problems having been introduced
832        in previous patch.
833
8342004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
835
836        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
837        Preinstall dirs.
838        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
839        * aclocal/check-multiprocessing.m4: Cosmetics.
840        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
841        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
842
8432004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
844
845        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
846        librdbg/src/Makefile.am.
847        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
848        * configure.ac: Reflect changes above.
849        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
850        * wrapup/Makefile.am: Reflect changes above.
851        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
852
8532004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
854
855        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
856
8572004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
858
859        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
860
8612004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
862
863        * wrapup/Makefile.am: Reflect new location of librdbg.a.
864
8652004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
868        librdbg/src/powerpc/Makefile.am: Remove.
869        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
870        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
871        * configure.ac: Reflect changes above.
872
8732004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
874
875
8762004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
877
878        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
879        STRIP.
880
8812004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
882
883        * librdbg/include/Makefile.am: Merge-in
884        librdbg/include/rdbg/i386/Makefile.am,
885        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
886        librdbg/include/rdbg/powerpc/Makefile.am.
887        * librdbg/include/rdbg/i386/Makefile.am,
888        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
889        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
890        * configure.ac: Reflect changes above.
891
8922004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
893
894        * configure.ac: Use AS_HELP_STRING(ada).
895
8962004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
897
898        * aclocal/bspopts.m4: Use AS_HELP_STRING.
899        * aclocal/bsp-configure.m4: Require autoconf-2.59.
900        Use AC_CONFIG_HEADERS.
901        * aclocal/check-custom-bsp.m4: Add bspkit-support.
902        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
903
9042004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * Makefile.am: include local.am.
907
9082004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
909
910        * aclocal/version.m4: 4.6.99.0.
911
9122004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
913
914        * Makefile.am: Don't include host.am.
915        * automake/compile.am: Further cleanups.
916
9172004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
918
919        * automake/lib.am: Remove (Unused).
920
9212004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
922
923        * wrapup/Makefile.am: Don't include lib.am.
924        * automake/compile.am: Use automake compilation rules.
925
9262004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
927
928        * libnetworking/pppd/Makefile.am,
929        libnetworking/rtems_servers/Makefile.am,
930        libnetworking/rtems_telnetd/Makefile.am,
931        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
932        support/Makefile.am: Don't include lib.am.
933
9342004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
935
936        * libchip/Makefile.am: Don't include lib.am.
937        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
938        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
939        unnecessary EXTRA_DISTs.
940
9412004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
942
943        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
944        hack.
945
9462004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
947
948        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
949        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
950        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
951        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
952
9532004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
954
955        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
956        Add AM_CONDITIONAL(HAS_MP).
957        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
958        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
959        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
960        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
961        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
962        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
963        (Deprecated by autoconf 2.59).
964
9652004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
966
967        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
968        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
969
9702004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
971
972        * ChangeLog: Merge-in libnetworking/ChangeLog.
973        * libnetworking/ChangeLog: Remove.
974        * ChangeLog: Merge-in librdbg/ChangeLog.
975        * librdbg/ChangeLog: Remove.
976        * ChangeLog: Merge-in libchip/ChangeLog.
977        * libchip/ChangeLog: Remove.
978        * ChangeLog: Merge-in optman/ChangeLog.
979        * optman/ChangeLog: Remove.
980
9812004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
982
983        * configure.ac: Reflect changes to cpukit.
984        * wrapup/Makefile.am: Reflect changes to librdbg.
985        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
986        * libchip/Makefile.am: Add PREINSTALL_DIRS.
987        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
988        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
989        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
990        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
991        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
992        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
993        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
994
9952004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
996
997        * aclocal/rtems-top.m4: Remove check for version.m4.
998        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
999
10002004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1001
1002        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1003        * wrapup/Makefile.am: Reflect changes to libchip/*.
1004        * support/Makefile.am: Use automake compilation rules.
1005        * wrapup/Makefile.am: Reflect changes to support/*.
1006        * configure.ac: Remove libnetworking/wrapup/Makefile.
1007        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1008        libnetworking/*/lib*.a instead of libnetapps.a.
1009        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1010        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1011        * optman/Makefile.am: Use automake compilation rules.
1012        * libchip/Makefile.am: Fix typo in previous patch.
1013        * libchip/Makefile.am: Use automake compilation rules.
1014        * libnetworking/Makefile.am: Remove wrapup.
1015        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1016        automake-compilation rules.
1017        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1018        automake-compilation rules.
1019        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1020        automake-compilation rules.
1021        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1022        automake-compilation rules.
1023        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1024
10252004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1026
1027        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1028        PRE/TMPINSTALL_FILES to CLEANFILES.
1029        * automake/lib.am: Remove TMPINSTALL_FILES.
1030        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1031        PRE/TMPINSTALL_FILES to CLEANFILES.
1032        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1033        PRE/TMPINSTALL_FILES to CLEANFILES.
1034        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1035        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1036        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1037        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1038        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1039        * librdbg/src/i386/Makefile.am: Ditto.
1040        * librdbg/src/m68k/Makefile.am: Ditto.
1041        * librdbg/src/powerpc/Makefile.am: Ditto.
1042        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1043        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1044        * libnetworking/rtems_servers/Makefile.am: Ditto.
1045        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1046        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1047
10482004-01-07      Joel Sherrill <joel@OARcorp.com>
1049
1050        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1051        more completely covers the MIPS family.
1052
10532003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1054
1055        * wrapup/Makefile.am: Reflect changes to shmdr.
1056        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1057
10582003-12-18      Joel Sherrill <joel@OARcorp.com>
1059
1060        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1061        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1062        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1063        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1064        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1065        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1066        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1067
10682003-12-17      Joel Sherrill <joel@OARcorp.com>
1069
1070        * aclocal/version.m4: Updated to rtems-20031217-test.
1071
10722003-12-17     
1073
1074        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1075        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1076
10772003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1078
1079        * automake/compile.am: Remove LINK_LIBS (Unused).
1080        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1081
10822003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1083
1084        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1085        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1086        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1087        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1088        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1089
10902003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1091
1092        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1093        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1094        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1095        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1096        * librdbg/src/i386/Makefile.am:
1097        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1098        * librdbg/src/m68k/Makefile.am:
1099        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1100        * librdbg/src/powerpc/Makefile.am:
1101        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1102
11032003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1104
1105        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1106        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1107        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1108        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1109        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1110        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1111        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1112        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1113        * optman/Makefile.am: Remove project_libdir.
1114        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1115        PRE/TMPINSTALL_FILES.
1116        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1117        PRE/TMPINSTALL_FILES.
1118        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1119        PRE/TMPINSTALL_FILES.
1120        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1121        PRE/TMPINSTALL_FILES.
1122        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1123        from PRE/TMPINSTALL_FILES.
1124        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1125        PRE/TMPINSTALL_FILES.
1126        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1127        PRE/TMPINSTALL_FILES.
1128        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1129        PRE/TMPINSTALL_FILES.
1130        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1131        PRE/TMPINSTALL_FILES.
1132        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1133        PRE/TMPINSTALL_FILES.
1134        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1135        PRE/TMPINSTALL_FILES.
1136        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1137        from PRE/TMPINSTALL_FILES.
1138
11392003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1140
1141        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1142        * automake/lib.am: Remove project_libdir.
1143        * wrapup/Makefile.am: Reworked.
1144
11452003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1146
1147        * configure.ac: Reflect changes to librdbg.
1148        * optman/Makefile.am: Add tmpinstall dirstamp support.
1149        * libchip/Makefile.am: Fix variant-tmpinstall support.
1150        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1151        * librdbg/src/powerpc/Makefile.am: Merge-in former
1152        new_exception_processing/Makefile.am.
1153        * librdbg/src/m68k/any/Makefile.am: Remove.
1154        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1155        * librdbg/src/i386/any/Makefile.am: Remove.
1156        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1157        * librdbg/src/Makefile.am: Cosmetics.
1158        * librdbg/include/Makefile.am: Cosmetics.
1159        * librdbg/Makefile.am: Cosmetics.
1160        * libnetworking/Makefile.am: Cosmetics.
1161        * libnetworking/pppd/Makefile.am: Cosmetics.
1162        * libnetworking/wrapup/Makefile.am: Cosmetics.
1163
11642003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1165
1166        * Makefile.am: Cosmetics.
1167        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1168        support.
1169
11702003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1171
1172        * automake/compile.am: Remove $(ARCH):-rule.
1173
11742003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1175
1176        * configure.ac: Remove lib/libbsp/shared/Makefile,
1177        lib/libbsp/shmdr/Makefile.
1178
11792003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1180
1181        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1182        libchip/serial/Makefile, libchip/rtc/Makefile.
1183        * support/Makefile.am: Remove all-local: $(ARCH).
1184        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1185        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1186        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1187        * optman/Makefile.am: Remove all-local: $(ARCH).
1188        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1189        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1190        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1191        compilation dirstamp support.
1192        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1193        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1194        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1195        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1196        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1197        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1198        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1199        all-local: $(ARCH).
1200        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1201        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1202        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1203        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1204        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1205
12062003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1207
1208        * aclocal/lead-dot.m4: New (from automake-1.7f).
1209        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1210        AC_SUBST(dirstamp).
1211        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1212        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1213        libchip/serial/Makefile.am: Ditto.
1214        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1215        * librdbg/include/Makefile.am: Ditto.
1216        * librdbg/include/rdbg/Makefile.am: Ditto.
1217        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1218        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1219        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1220        * librdbg/src/Makefile.am: Ditto.
1221        * librdbg/src/i386/Makefile.am: Ditto.
1222        * librdbg/src/i386/any/Makefile.am: Ditto.
1223        * librdbg/src/m68k/Makefile.am: Ditto.
1224        * librdbg/src/m68k/any/Makefile.am: Ditto.
1225        * librdbg/src/powerpc/Makefile.am: Ditto.
1226        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1227        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1228        preinstallation.
1229        * libnetworking/pppd/Makefile.am: Ditto.
1230        * libnetworking/rtems_servers/Makefile.am: Ditto.
1231        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1232        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1233        * libnetworking/wrapup/Makefile.am: Ditto.
1234
12352003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1236
1237        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1238        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1239        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1240        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1241        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1242        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1243        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1244        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1245        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1246        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1247        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1248        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1249        underquoting to silence automake-1.8.
1250
12512003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1252
1253        * configure.ac: Reflect having moved tests to ../../testsuites.
1254
12552003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1256
1257        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1258        * aclocal/canonical-host.m4: Remove.
1259        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1260        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1261
12622003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1263
1264        * aclocal/check-cpu.m4: Remove.
1265        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1266        * aclocal/canonical-target-name.m4: Add m4-quotes.
1267        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1268        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1269        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1270        * aclocal/check-networking.m4: Add m4-quotes. Require
1271        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1272        * aclocal/check-posix.m4: Add m4-quotes. Require
1273        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1274        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1275        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1276        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1277
12782003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1279
1280        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1281        * aclocal/bsp-alias.m4: Remove.
1282
12832003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1284
1285        * configure.ac: Make presence of tests/ optional.
1286
12872003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1288
1289        * aclocal/path-perl.m4: Remove (Unused).
1290
12912003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1292
1293        * automake/force-preinstall.am: Remove.
1294
12952003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1296
1297        PR 499/rtems_misc
1298        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1299        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1300        Configuration (Odd was forced) - Correction of Stop Bit configuration
1301        (inversed) - Correction of ISR Handler to call
1302        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1303        CTS Hardware flow control Configuration.
1304
13052003-09-04      Joel Sherrill <joel@OARcorp.com>
1306
1307        * lib/libcpu/shared/include/cache.h,
1308        lib/libcpu/shared/src/cache_aligned_malloc.c,
1309        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1310        license changed.
1311        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1312        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1313        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1314        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1315        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1316        for license changed.
1317        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1318        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1319        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1320        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1321        libchip/network/cs8900.h, libchip/network/dec21140.c,
1322        libchip/network/elnk.c, libchip/network/open_eth.c,
1323        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1324        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1325        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1326        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1327        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1328        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1329        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1330        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1331        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1332        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1333        libchip/serial/serial.h, libchip/serial/z85c30.c,
1334        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1335        libchip/serial/z85c30_reg.c: URL for license changed.
1336
13372003-09-03      Jiri Gaisler <jiri@gaisler.com>
1338
1339        PR 477/networking
1340        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1341        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1342        libchip/network/open_eth.h: New files.
1343
13442003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1345
1346        * aclocal/rtems-top.m4: Add RTEMS_API.
1347        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1348
13492003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1350
1351        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1352        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1353        @RTEMS_BSP@.cfg.
1354
13552003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1356
1357        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1358
13592003-08-20      Joel Sherrill <joel@OARcorp.com>
1360
1361        * libchip/network/cs8900.c: Correct copyright statements.
1362
13632003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1364
1365        * aclocal/check-itron.m4: Remove.
1366        * aclocal/enable-inlines.m4: Remove.
1367        * Makefile.am: Reflect having moved aclocal/.
1368        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1369        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1370        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1371        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1372        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1373        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1374        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1375        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1376        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1377        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1378        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1379        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1380        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1381        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1382        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1383        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1384        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1385        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1386        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1387        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1388        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1389        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1390        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1391        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1392        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1393        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1394        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1395        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1396        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1397        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1398        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1399        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1400        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1401        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1402        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1403        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1404        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1405        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1406        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1407        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1408        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1409        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1410        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1411        * aclocal/target.m4: New (Copied from ../../aclocal).
1412        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1413        * aclocal/version.m4: New (Copied from ../../aclocal).
1414
14152003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1416
1417        * configure.ac: Remove stray comments.
1418        * automake/local.am, automake/host.am: Remove "debug".
1419
14202003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1421
1422        * Makefile.am: Reflect having moved automake/.
1423        * lib/Makefile.am: Reflect having moved automake/.
1424        * support/Makefile.am: Reflect having moved automake/.
1425        * wrapup/Makefile.am: Reflect having moved automake/.
1426        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1427        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1428        from ../../automake).
1429        * optman/Makefile.am: Reflect having moved automake/.
1430        * libchip/Makefile.am: Reflect having moved automake/.
1431        * libchip/ide/Makefile.am: Reflect having moved automake/.
1432        * libchip/network/Makefile.am: Reflect having moved automake/.
1433        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1434        * libchip/serial/Makefile.am: Reflect having moved automake/.
1435        * librdbg/Makefile.am: Reflect having moved automake/.
1436        * librdbg/include/Makefile.am: Reflect having moved automake/.
1437        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1438        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1439        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1440        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1441        automake/.
1442        * librdbg/src/Makefile.am: Reflect having moved automake/.
1443        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1444        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1445        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1446        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1447        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1448        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1449        having moved automake/.
1450        * libnetworking/Makefile.am: Reflect having moved automake/.
1451        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1452        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1453        automake/.
1454        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1455        automake/.
1456        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1457        automake/.
1458        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1459
14602003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1461
1462        * Makefile.am: Add bsp.pc.in.
1463        * bsp.pc.in: New (pkgconfig support).
1464
14652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1466
1467        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1468
14692003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1470
1471        * lib/Makefile.am: New (Required by 'make dist').
1472        * lib/ChangeLog: Remove.
1473        * lib/.cvsignore: Cleanup.
1474        * configure.ac: Reflect having added lib/Makefile.am.
1475        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1476        lib/libbsp/configure.ac.
1477        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1478        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1479
14802003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1481
1482        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1483        * configure.ac: Merge-in librdbg/configure.ac.
1484        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1485        librdbg/configure.ac.
1486        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1487        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1488        LIBCHIP. Conditionally build include-dirs.
1489        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1490        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1491        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1492        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1493        librdbg/include/rdbg/m68k/Makefile.am,
1494        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1495        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1496        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1497        librdbg/src/powerpc/Makefile.am, librdbg/
1498        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1499        configure.ac into ../configure.ac.
1500        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1501        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1502        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1503        libnetworking/rtems_telnetd/Makefile.am,
1504        libnetworking/rtems_webserver/Makefile.am,
1505        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1506        into ../configure.ac.
1507
15082003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1509
1510        PR 427/rtems
1511        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1512        * librdbg/src/servtsp.c: Ditto.
1513
15142003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1515
1516        PR 429/bsps
1517        PR 432/bsps
1518        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1519        packets are queued onto an elnk board, the ISR will deadlock the device
1520        with a tx complete interrupt.  Lighter tx loads are not affected as they
1521        end up submitting single packets to the device.
1522
15232003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1524
1525        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1526        optman/configure.ac.
1527        * optman/configure.ac: Remove (Merged into ../configure.ac).
1528        * optman/Makefile.am: Reflect having merged configure.ac into
1529        ../configure.ac.
1530        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1531        * libchip/Makefile.am, libchip/ide/Makefile.am,
1532        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1533        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1534        ../configure.ac.
1535
15362003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1537
1538        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1539
15402003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1541
1542        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1543        on i386.
1544
15452003-06-13      Joel Sherrill <joel@OARcorp.com>
1546
1547        * libnetworking/pppd/chat.c: Removed warnings.
1548
15492003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1550
1551        * libchip/network/README.3com: New file missed in previous commit.
1552        PR 405/bsps
1553        PR 393/networking
1554        * libchip/network/dec21140.c: Fix leak also known as PR393.
1555        * libchip/network/elnk.c, libchip/network/if_media.h,
1556        libchip/network/mii.h: New files.
1557        * libchip/network/Makefile.am: Reflect new files.
1558
15592003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1560
1561        * configure.ac: Remove support for profile-variant.
1562
15632003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1564
1565        PR 397/pppd
1566        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1567        * libnetworking/pppd/magic.c: Remove *rand48.
1568        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1569
15702003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1571
1572        * wrapup/Makefile.am: Add libide.a.
1573
15742003-04-15      Joel Sherrill <joel@OARcorp.com>
1575
1576        PR 387/rtems_misc
1577        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1578        routines.
1579        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1580
15812003-04-11      Joel Sherrill <joel@OARcorp.com>
1582
1583        * libnetworking/rtems_webserver/cgi.c,
1584        libnetworking/rtems_webserver/sockGen.c,
1585        libnetworking/rtems_webserver/umui.c,
1586        libnetworking/rtems_webserver/websSSL.c,
1587        libnetworking/rtems_webserver/websSSL.h,
1588        libnetworking/rtems_webserver/websda.c,
1589        libnetworking/rtems_webserver/websda.h: New files. Not included in
1590        previous commit.
1591
15922003-04-10      Joel Sherrill <joel@OARcorp.com>
1593
1594        PR 371/pppd
1595        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1596        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1597        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1598        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1599        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1600        still global symbols in rtemspppd.h which might need to be changed or
1601        converted into member of a structure which is dereferenced with a
1602        pointer that is managed as a per task variable. But this patch should
1603        avoid many conflicts.
1604
16052003-03-27      Joel Sherrill <joel@OARcorp.com>
1606
1607        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1608        not allowed in the cpukit source code since it must be buildable
1609        independent of any BSP. These files were moved to libchip/ide.
1610        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1611        files.
1612
16132003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1614
1615        PR 368/filesystems
1616        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1617        improvements which now work on pc386 and mbx8xx.
1618        * libchip/ide/ide_controller.c: New file.
1619
16202003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1621
1622        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1623
16242003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1625
1626        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1627        * configure.ac: Add support/.
1628        * support/.cvsignore: New.
1629        * support/Makefile.am: New.
1630        * support/version.c: New.
1631        * wrapup/Makefile.am: Add support/libsupport.a.
1632        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1633        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1634        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1635        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1636
16372003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1638
1639        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1640
16412003-02-20      Till Straumann <strauman@slac.stanford.edu>
1642
1643        PR 354/networking
1644        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1645        chip against a table of supported chips. The untested ones are still
1646        commented out, however.
1647
16482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1649
1650        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1651        * configure.ac: AC_PREREQ(2.57).
1652        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1653        * optman/configure.ac: AC_PREREQ(2.57).
1654        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1655        * libchip/configure.ac: AC_PREREQ(2.57).
1656        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1657        * librdbg/configure.ac: AC_PREREQ(2.57).
1658        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1659        * libnetworking/configure.ac: AC_PREREQ(2.57).
1660
16612003-02-06      Joel Sherrill <joel@OARcorp.com>
1662
1663        * libnetworking/pppd/chat.c: Convert routines with common names to
1664        static. This included get_char(), put_char(), and character() among
1665        others.
1666
16672003-02-03      Joel Sherrill <joel@OARcorp.com>
1668
1669        PR 338/filesystem
1670        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1671        rtems_io_lookup_name() (API change).  Unused function removed.
1672
16732003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1674
1675        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1676        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1677        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1678        Eliminate *_O_FILES.
1679        * libnetworking/rtems_servers/Makefile.am,
1680        libnetworking/rtems_webserver/Makefile.am,
1681        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1682
16832002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1684
1685        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1686        Let all-local: depend on $(LIB).
1687        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1688        * optman/Makefile.am: Apply install-data-local to install *.rels.
1689
16902002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1691
1692        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1693        %.c rules.
1694        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1695        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1696        * libchip/rtc/Makefile.am: Ditto.
1697        * libchip/serial/Makefile.am: Ditto.
1698
16992002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1700
1701        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1702        LIBC_DEFINES.
1703        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1704        LIBC_DEFINES.
1705        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1706        LIBC_DEFINES.
1707
17082002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1709
1710        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1711
17122002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1713
1714        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1715        cache-checking.
1716        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1717
17182002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1719
1720        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1721        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1722        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1723        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1724        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1725
17262002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1727
1728        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1729        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1730        Remove.
1731        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1732
17332002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1734
1735        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1736        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1737
17382002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1739
1740        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1741        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1742
17432002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1744
1745        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1746        * optman/rel.am: New.
1747
17482002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1749
1750        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1751        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1752        braino in comment on "exec". Extend --enable-ada handling.
1753
17542002-11-04      Joel Sherrill <joel@OARcorp.com>
1755
1756        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1757        tasks and rolling multiple loops into 1.
1758        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1759        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1760        Removed warnings.
1761
17622002-10-31      Joel Sherrill <joel@OARcorp.com>
1763
1764        * libchip/network/dec21140.c: Removed warnings.
1765        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1766        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1767        librdbg/src/m68k/any/remdeb_xdr.c,
1768        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1769        warnings.
1770        * libnetworking/rtems_webserver/socket.c,
1771        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1772
17732002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1774
1775        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1776        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1777        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1778        above.
1779
17802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1781
1782        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1783        * wrapup/.cvsignore: Remove autom4te.cache.
1784        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1785        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1786        autom4te.cache.
1787        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1788        autom4te.cache.
1789        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1790        autom4te.cache.
1791
17922002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1793
1794        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1795
17962002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1797
1798        * optman/.cvsignore: Add autom4te.cache.
1799
18002002-09-14      Joel Sherrill <joel@OARcorp.com>
1801
1802        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1803
18042002-09-07      Joel Sherrill <joel@OARcorp.com>
1805
1806        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1807        include files to resolve warnings.
1808
18092002-09-07      Chris Johns <ccj@acm.org>
1810
1811        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1812        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1813        which corrects the problem  where the cs8900.c file was actually the BSP
1814        glue.  Joel did some hacking so this file will compile.  Previously it
1815        required providing a target.h file to compile.
1816        * libchip/network/cs8900.c.bsp: New file.
1817
18182002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1819
1820        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1821
18222002-08-31      Joel Sherrill <joel@OARcorp.com>
1823
1824        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1825        eliminate warning.
1826
18272002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1828
1829        * configure.ac: Add ada-tests.
1830
18312002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1832
1833        * Makefile.am: Add preinstall-stamp.
1834
18352002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1836
1837        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1838        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1839        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1840        gcc31 happy.
1841        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1842        cp.
1843
18442002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1845
1846        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1847        make/bsp.mak.
1848        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1849        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1850
18512002-08-12      Joel Sherrill <joel@OARcorp.com>
1852
1853        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1854        avoid error.
1855
18562002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1857
1858        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1859        * configure.ac: Add BSP_SUBDIRS.
1860        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1861        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1862        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1863        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1864        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1865        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1866        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1867        RTEMS_CHECK_BSP_CACHE.
1868        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1869        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1870        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1871        .$(OBJEXT) instead of .o.
1872        * libnetworking/pppd/Makefile.am,
1873        libnetworking/rtems_servers/Makefile.am,
1874        libnetworking/rtems_telnetd/Makefile.am,
1875        libnetworking/rtems_webserver/Makefile.am,
1876        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1877
18782002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1879
1880        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1881        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1882        ../libchip/serial/$(ARCH)/libserialio.a.
1883        * libchip/serial/Makefile.am: Don't tmp-install lib.
1884        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1885
18862002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1887
1888        * Makefile.am: Add rtems_makedir.
1889        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1890        * Makefile.am: Add wrapup-SUBDIR.
1891        * wrapup/ChangeLog: Remove.
1892        * wrapup/configure.ac: Remove.
1893        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1894        (Make the bare BSP happy).
1895        * configure.ac: Ditto.
1896        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1897        Create make/custom/default.cfg.
1898        * configure.ac: Add creation of make/custom/*.cfg. Create
1899        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1900
19012002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1902
1903        * Makefile.am: Clean $(PROJECT_RELEASE).
1904
19052002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1906
1907        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1908        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1909        prototype mismatches.
1910
19112002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1912
1913        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1914        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1915
19162002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1917
1918        * acinclude.m4: Add test "$multilib" != "yes".
1919        * config-ml.in: Remove.
1920        * acinclude.m4: Cleanups.
1921        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1922        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1923        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1924        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1925        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1926
19272002-07-16      Eric Norum <eric.norum@usask.ca>
1928
1929        * New driver for the Intel EtherExpressPro (82559ER) chip.
1930        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1931        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1932        * libchip/network/Makefile.am: Modified to reflect above.
1933
19342002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1935
1936        * acinclude.m4: New.
1937        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
1938        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
1939        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
1940
19412002-07-01      Joel Sherrill <joel@OARcorp.com>
1942
1943        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
1944        _Objects_Information_table now that it is a two dimensional array based
1945        upon API and class.
1946        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
1947        of strnlen().
1948
19492002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1950
1951        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
1952        preinstall libnetapps.a.
1953
19542002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1955
1956        * configure.ac: Remove librpc.
1957
19582002-06-25      Joel Sherrill <joel@OARcorp.com>
1959
1960        * Per PR233, moved librpc to exec.
1961        * configure.ac, wrapup/Makefile.am: Modified.
1962        * librpc, librpc/ChangeLog: Removed.
1963
19642002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1965
1966        * optman/Makefile.am: Remove multilib support.
1967        * optman/configure.ac: Ditto.
1968        * optman/sapi/Makefile.am: Ditto.
1969
19702002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1971
1972        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
1973        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
1974
19752002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1976
1977        Move networking libraries to c/src/exec/libnetworking
1978        * libnetworking/configure.ac, libnetworking/Makefile.am,
1979        libnetworking/wrapup/Makefile.am: Reflect Moval.
1980
19812002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1982
1983        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
1984        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
1985        <rtems/bspIo.h>.
1986
19872002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1988
1989        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
1990        * libnetworking/rtems/mkrootfs.h: Ditto.
1991        * libnetworking/rtems/Makefile.am: Reflect changes above.
1992
19932002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1994
1995        * configure.ac: Remove lib.
1996
19972002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1998
1999        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2000        that exception stack frames on M68K members with VBR always are 6 byte
2001        long. The incorrect assumption resulted in some gdb commands like "next"
2002        to fail on the 68360.
2003
20042002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2005
2006        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2007        PR 220
2008        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2009        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2010        CVS.
2011        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2012        libnetworking/sys/filio.h: Remove.
2013        * libnetworking/sys/Makefile.am: Reflect changes above.
2014
20152002-05-07      Chris Johns <ccj@acm.org>
2016
2017        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2018        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2019        requires it to be stripped.
2020
20212002-05-01      Eric Norum <eric.norum@usask.ca>
2022
2023        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2024        assembly  to satisfy gcc 3.1 and newer.
2025
20262002-04-26      Eric Norum <eric.norum@usask.ca>
2027
2028        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2029        agressive optimization in gcc 3.1 does not reorder things.
2030
20312002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2032
2033        * libchip/network/dec21140.c: Reflect changes to powerpc's
2034        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2035        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2036        <rtems/score/cpu.h>.
2037        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2038        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2039
20402002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2041
2042        * optman/configure.ac: Remove ENABLE_GCC28.
2043
20442002-04-11      Chris Johns <ccj@acm.org>
2045
2046        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2047        driver control block field to the ifconfig network driver structure.
2048        This field is needed by the i82586 driver which was ported from NetBSD
2049        as it had better hardware abstraction.
2050        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2051        PR59, added the drv_ctrl driver control block field to the ifconfig
2052        network driver structure. This field is needed by the i82586 driver
2053        which was ported from NetBSD as it had better hardware abstraction.
2054
20552002-04-10      Mike Siers <mikes@poliac.com>
2056
2057        * libnetworking/rtems_webserver/NOTES,
2058        libnetworking/rtems_webserver/asp.c,
2059        libnetworking/rtems_webserver/balloc.c,
2060        libnetworking/rtems_webserver/default.c,
2061        libnetworking/rtems_webserver/ej.h,
2062        libnetworking/rtems_webserver/ejIntrn.h,
2063        libnetworking/rtems_webserver/ejlex.c,
2064        libnetworking/rtems_webserver/ejparse.c,
2065        libnetworking/rtems_webserver/emfdb.c,
2066        libnetworking/rtems_webserver/emfdb.h,
2067        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2068        libnetworking/rtems_webserver/handler.c,
2069        libnetworking/rtems_webserver/license.txt,
2070        libnetworking/rtems_webserver/md5.h,
2071        libnetworking/rtems_webserver/md5c.c,
2072        libnetworking/rtems_webserver/mime.c,
2073        libnetworking/rtems_webserver/misc.c,
2074        libnetworking/rtems_webserver/ringq.c,
2075        libnetworking/rtems_webserver/rom.c,
2076        libnetworking/rtems_webserver/security.c,
2077        libnetworking/rtems_webserver/sock.c,
2078        libnetworking/rtems_webserver/sym.c,
2079        libnetworking/rtems_webserver/uemf.c,
2080        libnetworking/rtems_webserver/uemf.h,
2081        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2082        libnetworking/rtems_webserver/url.c,
2083        libnetworking/rtems_webserver/value.c,
2084        libnetworking/rtems_webserver/wbase64.c,
2085        libnetworking/rtems_webserver/webcomp.c,
2086        libnetworking/rtems_webserver/webpage.c,
2087        libnetworking/rtems_webserver/webrom.c,
2088        libnetworking/rtems_webserver/webs.c,
2089        libnetworking/rtems_webserver/webs.h,
2090        libnetworking/rtems_webserver/websuemf.c,
2091        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2092        2.1.4.
2093
20942002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2095
2096        * libchip/network/i82586.c: Include <string.h>.
2097        * libchip/network/sonic.c: Ditto.
2098
20992002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2100
2101        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2102
21032002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2104
2105        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2106
21072002-03-27      Thomas.Doerfler@imd-systems.de
2108
2109        PR 144
2110        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2111        memory address 0 when called for the first time. This is done when
2112        trying to clear the variable "dhcp_hostname".
2113
21142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2115
2116        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2117        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2118        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2119        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2120        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2121        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2122        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2123        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2124        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2125        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2126        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2127        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2128        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2129        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2130        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2131        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2132        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2133        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2134        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2135        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2136        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2137        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2138        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2139        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2140        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2141        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2142        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2143        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2144        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2145        AUTOMAKE_OPTIONS.
2146        * libnetworking/configure.ac:
2147        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2148        foreign 1.6]).
2149        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2150        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2151        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2152        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2153        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2154        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2155        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2156        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2157        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2158        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2159        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2160        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2161        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2162        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2163        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2164        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2165        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2166
21672002-03-27      Ilya Alexeev <ilya@continuum.ru>
2168
2169        PR 162
2170        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2171        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2172        used in a device write routines.  Now ppp_softc structure have own
2173        character for writing to device (sc_outchar).  I think that converting
2174        local variables to static is not a right solution, because problems will
2175        occur in the case of two or more ppp instances.
2176        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2177        must be u_long, otherwise in the case of the big output packet endless
2178        loop may occur.
2179
21802002-03-21      Ilya Alexeev <ilya@continuum.ru>
2181
2182        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2183        preparations for multiple PPPD connections.
2184
21852002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2186
2187        PR 149
2188        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2189        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2190        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2191        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2192
21932002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2194
2195        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2196        * configure.ac: Modified to reflect addition.
2197
21982002-02-27      Ilya Alexeev <ilya@continuum.ru>
2199
2200        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2201        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2202        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2203        capabilities as well as eliminate some warnings.
2204
22052002-02-27      Eric Norum <eric.norum@usask.ca>
2206
2207        * libnetworking/net/radix.c: Properly handle fetching the default route
2208        when there is no route.  This was a bug in the original FreeBSD code and
2209        this fix is from an updated version of their code.
2210
22112002-02-16      Eric Norum <eric.norum@usask.ca>
2212
2213        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2214        checking.
2215
22162002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2217
2218        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2219        dodefaultroute.
2220
22212002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2222
2223        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2224        include <rtems/seterr.h>.
2225
22262002-02-01      Mike Siers <mikes@poliac.com>
2227
2228        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2229        avoid bringing the link down too fast. NOTE: Mike reports successfully
2230        running at 56K baud on a direct link.
2231
22322002-02-01      Eric Valette <valette@crf.canon.fr>
2233
2234        * librdbg/So many patches have been posted recently on the mailing list
2235        and  because we were unable to find correct solution to compile on
2236        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2237        because the coding  style of rdbg was rather inconsistant among various
2238        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2239        global coding style (using indent + manual edits), 2) incorporate/review
2240        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2241        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2242        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2243        after rdbg initialization is done, NB : the paches is huge but it is
2244        mainly due to coding styke chnages.  Only few lines of codes have been
2245        really changed and they do not impact  rdbg functionnality (AFAIKT).
2246        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2247        librdbg/include/rdbg/m68k/rdbg_f.h,
2248        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2249        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2250        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2251        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2252        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2253        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2254        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2255        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2256        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2257        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2258        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2259        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2260        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2261        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2262        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2263        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2264
22652002-01-31      Mike Siers <mikes@poliac.com>
2266
2267        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2268        * Nice Update of PPPD support which eliminates the requiremetn that
2269        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2270        and reports that it seems to be more stable and handle larger packets
2271        better.  This patch replaces the termios tasks with more general pppd
2272        network driver tasks.  The functions pppinput() and pppstart() get
2273        called from the interrupt service routine.
2274        * libnetworking/Makefile.am, libnetworking/configure.ac,
2275        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2276        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2277        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2278        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2279        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2280        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2281        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2282        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2283        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2284        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2285        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2286        libnetworking/net/route.c, libnetworking/net/route.h,
2287        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2288        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2289        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2290        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2291        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2292        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2293        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2294        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2295        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2296        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2297        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2298        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2299        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2300        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2301        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2302        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2303        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2304        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2305        libnetworking/pppd/example/README,
2306        libnetworking/pppd/example/netconfig.h,
2307        libnetworking/wrapup/Makefile.am: Modified.
2308        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2309        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2310        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2311        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2312        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2313        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2314        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2315        libnetworking/modem/pppcompress.c: Subdirectory removed.
2316
23172002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2318
2319        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2320        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2321
23222002-01-18      Till Straumann <strauman@slac.stanford.edu>
2323
2324        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2325        issues: - exception handler needs to enable MSR_FP if the interrupted
2326        thread is FP enabled. - printk message for MSR fixed and added
2327        stacktrace. NOTE: this requires the stacktrace patch to
2328        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2329        however).
2330
23312002-01-06      Joel Sherrill <joel@OARcorp.com>
2332
2333        * optman/.cvsignore: Added aclocal.m4 and configure.
2334        * optman/.cvsignore: New file.
2335
23362002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2337
2338        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2339
23402002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2341
2342        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2343        * optman/ChangeLog: New.
2344        * optman/configure.ac: New.
2345        * optman/Makefile.am: New.
2346        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2347        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2348
23492001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2350
2351        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2352
23532001-12-18      Eric Norum <eric.norum@usask.ca>
2354
2355        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2356        `directories' (path names with a / at the end) while disallowing open()
2357        operations on TFTP `directories'.
2358
23592001-12-07      Eric Norum <eric.norum@usask.ca>
2360
2361        * libnetworking/lib/tftpDriver.c: Restore write capability.
2362
23632001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2364
2365        * libchip/network/sonic.h: Fix typo.
2366        * libnetworking/arpa/Makefile.am: Remove stray lines.
2367
23682001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2369
2370        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2371
23722001-10-18      Eric Norum <eric.norum@usask.ca>
2373
2374        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2375        chdir() and open() operations within the TFTP file system.
2376
23772001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2378
2379        * librdbg/configure.ac: Fix latent bug exposed by removal of
2380        config.cache's which prevented powerpc targets librdbg from building.
2381
23822001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2383
2384        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2385        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2386        autoconf-2.52 happy.
2387
23882001-10-12      Mike Siers <mikes@poliac.com>
2389
2390        * libnetworking/Update to stable working state.  Congratulations Mike!
2391        :).
2392        * libnetworking/modem_example: Directory removed.
2393        * libnetworking/modem_example/16550.h,
2394        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2395        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2396        libnetworking/modem_example/ppp.h,
2397        libnetworking/modem_example/pppcompress.c: Files removed.
2398        * libnetworking/pppd/example/pppd.options: New file.
2399        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2400        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2401        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2402        libnetworking/pppd/rtemsmain.c: Updated.
2403
24042001-10-12      Joel Sherrill <joel@OARcorp.com>
2405
2406        * libchip/serial/z85c30.c: Fixed typo.
2407
24082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2409
2410        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2411        * configure.in: Remove.
2412        * configure.ac: New file, generated from configure.in by autoupdate.
2413        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2414        * libchip/configure.in: Remove.
2415        * libchip/configure.ac: New file, generated from configure.in by
2416        autoupdate.
2417        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2418        * librdbg/configure.in: Remove.
2419        * librdbg/configure.ac: New file, generated from configure.in by
2420        autoupdate.
2421        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2422        * libnetworking/configure.in: Remove.
2423        * libnetworking/configure.ac: New file, generated from configure.in by
2424        autoupdate.
2425
24262001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2427
2428        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2429        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2430        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2431
24322001-09-27      Joel Sherrill <joel@OARcorp.com>
2433
2434        * libchip/ChangeLog: Fixed typo in date.
2435
24362001-09-27      Eric Norum <eric.norum@usask.ca>
2437
2438        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2439        TFTP  filesystem.
2440
24412001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2442
2443        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2444        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2445        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2446        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2447        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2448        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2449        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2450        'PREINSTALL_FILES ='.
2451        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2452        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2453        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2454        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2455        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2456        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2457        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2458        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2459        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2460        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2461        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2462        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2463
24642001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2465
2466        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2467        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2468        * librdbg/src/m68k/any/Makefile.am: Ditto.
2469        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2470        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2471        happy.
2472
24732001-09-21      Joel Sherrill <joel@OARcorp.com>
2474
2475        * libchip/network/Makefile.am: Fixed typo on file name.
2476        * libchip/network/i82586.c: Commented out line 318 which is referencing
2477        a member of a structure that is not currently there.  This needs to be
2478        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2479        to C style.
2480
24812001-09-19      Eric Norum <eric.norum@usask.ca>
2482
2483        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2484
24852001-09-19      Chris Johns <ccj@acm.org>
2486
2487        * libchip/network/README.i82586, libchip/network/i82586.c,
2488        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2489        Network driver for Intel i82586.
2490        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2491        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2492        "root" filesystem with information obtained via the DHCP response.
2493
24942001-09-14      Eric Norum <eric.norum@usask.ca>
2495
2496        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2497        make gcc 3.x happy.
2498
24992001-08-16      Mike Siers <mikes@poliac.com>
2500
2501        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2502        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2503        These support callback functionality that has not even been compiled
2504        under RTEMS yet.
2505        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2506        example application.  Mike's notes on the modifications: - renamed
2507        error() function because of namespace problems - removed calls to the
2508        exit() funciton - removed extra files from the pppd source directory -
2509        defined pppd task constant values in rtemspppd.h - modifyied example
2510        code to get actual tick per second value - placed the pppd 2.3.11 man
2511        page file (pppd.8) into the pppd directory.
2512        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2513        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2514        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2515        libnetworking/pppd/rtems-ppp.c: Deleted.
2516        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2517        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2518        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2519        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2520        libnetworking/pppd/example/init.c,
2521        libnetworking/pppd/example/netconfig.h,
2522        libnetworking/pppd/example/ppp.conf,
2523        libnetworking/pppd/example/pppdapp.c,
2524        libnetworking/pppd/example/system.h: New files.
2525        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2526        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2527        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2528        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2529        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2530        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2531        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2532        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2533        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2534        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2535        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2536        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2537        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2538        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2539        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2540
25412001-08-16      Joel Sherrill <joel@OARcorp.com>
2542
2543        * libnetworking/pppd/example/Makefile: Removed.
2544        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2545        to avoid bootstrap -c clobbering it.
2546        * libnetworking/rtems_telnetd/.cvsignore: New file.
2547
25482001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2549
2550        * libnetworking/Makefile.am, libnetworking/configure.in,
2551        libnetworking/rtems_servers/Makefile.am,
2552        libnetworking/rtems_servers/telnetd.c,
2553        libnetworking/rtems_servers/telnetd.h,
2554        libnetworking/rtems_telnetd/Makefile.am,
2555        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2556        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2557        libnetworking/rtems_telnetd/telnetd.c,
2558        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2559        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2560        effect when ftpd change. - the tcp/ip stats have been implemented into
2561        icmds.c and started when telnetd daemon is started.
2562        * libnetworking/rtems_servers/telnetd.c,
2563        libnetworking/rtems_servers/telnetd.h: Removed.
2564        * libnetworking/rtems_telnetd: New directory.
2565        * libnetworking/rtems_telnetd/Makefile.am,
2566        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2567        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2568        libnetworking/rtems_telnetd/telnetd.c,
2569        libnetworking/rtems_telnetd/telnetd.h: New files.
2570
25712001-06-14      Joel Sherrill <joel@OARcorp.com>
2572
2573        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2574        Moved from libmisc/shell so the network stack to address network
2575        depenendency.
2576        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2577
25782001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2579
2580        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2581
25822001-05-15      Joel Sherrill <joel@OARcorp.com>
2583
2584        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2585        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2586        accidentally deleted the incorrectly empty versions.
2587
25882001-05-14      Till Straumann <strauman@slac.stanford.edu>
2589
2590        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2591        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2592        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2593        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2594        to know the values) - the affected BSP (shared/motorola) headers have
2595        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2596        driver (libchip/network/dec21140.c) has been fixed to use
2597        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2598        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2599        who is using this driver. - the DEC driver also has been fixed to use
2600        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2601        delay_in_bus_cycles().
2602
26032001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2604
2605        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2606
26072001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2608
2609        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2610
26112001-04-24      Eric Norum <eric.norum@usask.ca>
2612
2613        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2614        NTP synchronization a little more robust -- no NTP daemon yet, but at
2615        least it trys a little harder when the primary NTP server is down.
2616
26172001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2618
2619        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2620        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2621        libnetworking/pppd/modem_example/modem.c,
2622        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2623        other strings into English.
2624        * libnetworking/pppd/STATUS: updated to reflect the changes.
2625
26262001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2627
2628        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2629        again.
2630
26312001-04-20      Eric Valette <valette@crf.canon.fr>
2632
2633        * mcp750 directory renamed new_exception processing as it supports many
2634        more CPU models.
2635        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2636        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2637        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2638        formerly in mcp750 plus modifications.
2639        * librdbg/src/powerpc/mcp750/.cvsignore,
2640        librdbg/src/powerpc/mcp750/Makefile.am,
2641        librdbg/src/powerpc/mcp750/remdeb.h,
2642        librdbg/src/powerpc/mcp750/remdeb_f.x,
2643        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2644        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2645        new_exception_processing.
2646        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2647        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2648        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2649        part of this effort to add support for the MPC8xx.
2650
26512001-04-19      Joel Sherrill <joel@OARcorp.com>
2652
2653        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2654        internal include files.
2655
26562001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2657
2658        PR 158
2659        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2660        rcmd() library call by commenting out the parts that deal with signals.
2661        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2662        stdio. The 'server-side' parts of this file which deal with
2663        authentication are disabled since they are not needed.
2664
26652001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2666
2667        * libnetworking/include/.cvsignore: Remove dangling file.
2668
26692001-03-14      Joel Sherrill <joel@OARcorp.com>
2670
2671        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2672        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2673        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2674        libchip style serial drivers can be written in libcpu or libbsp.
2675
26762001-03-01      Joel Sherrill <joel@OARcorp.com>
2677
2678        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2679        libchip/network/sonic.c, libchip/network/sonic.h,
2680        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2681        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2682        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2683        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2684        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2685        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2686        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2687        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2688
26892001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2690
2691        * librdbg/include/rdbg/Makefile.am,
2692        librdbg/include/rdbg/i386/Makefile.am,
2693        librdbg/include/rdbg/m68k/Makefile.am,
2694        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2695        style on include files.
2696
26972001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2698
2699        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2700        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2701        replace ${..} with $(..).
2702        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2703        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2704        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2705        libnetworking/rtems/Makefile.am, libnetworking/
2706        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2707        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2708        include_*HEADERS instead of H_FILES.
2709        * libnetworking/include/Makefile.am: Remove.
2710        * libnetworking/Makefile.am: Add handling of *.h files.
2711        * libnetworking/configure.in: Remove include/Makefile.
2712
27132001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2714
2715        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2716
27172001-01-31      Sergei Organov <osv@javad.ru>
2718
2719        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2720        current dir and root dir removed in favor of new libio support for
2721        task-local current and root directories. - Bug in `close_data_socket()'
2722        introduced by previous change fixed. - `command_pasv()' changed to set
2723        timeout on socket we are listening on and code fixed to don't close
2724        socket twice on error. - `serr()' changed to clear `errno'. -
2725        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2726        changed to clear `errno' before processing session. -
2727        `close_data_socket()' fixed to close both active and passive sockets -
2728        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2729        empty string  in `exec_command()'.
2730
27312001-01-25      Eric Norum <eric.norum@usask.ca>
2732
2733        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2734        improves throughput on systems which are dropping packets.   Only the
2735        first timeout is reduced.  This keeps the number of extra packets down
2736        on networks that are very busy and dropping lots of packets.
2737
27382001-01-24      Sergei Organov <osv@javad.ru>
2739
2740        * libnetworking/rtems_servers/ftpd.c,
2741        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2742        - Timeouts on sockets implemented. 'idle' field added to configuration.
2743        No timeout by default to keep backward compatibility. Note: SITE IDLE
2744        command not implemented yet. - Basic global access control implemented.
2745        'access' field added to configuration. No access limitations by default
2746        to keep backward compatibility. - Anchor data socket for active mode
2747        (using self IP and port 20.) - Fixed default data port support (still
2748        not tested). - Don't allow IP address different from originating host in
2749        PORT command to improve security. - Fixed bug in MDTM command. - Check
2750        for correctness of parsing of argument in command_port(). - Fixed
2751        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2752        a directory. - Command parsing a little bit improved: command names are
2753        now converted to upper-case to be more compatible with RFC (command
2754        names are not case-sensitive.) - Reformat comments so that they have
2755        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2756        previous changes - True ASCII mode implemented (doesn't work for hooks
2757        and /dev/null) - Passive mode implemented, PASV command added. - Default
2758        port for data connection could be used (untested, can't find ftp client
2759        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2760        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2761
27622001-01-18      Joel Sherrill <joel@OARcorp.com>
2763
2764        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2765        macro using variable arguments.
2766        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2767        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2768        since I updated the main RTEMS development machine to RedHat 7.2 and
2769        apparently got a new version of rpcgen.
2770
27712001-01-12      Sergei Organov <osv@javad.ru>
2772
2773        * libnetworking/rtems_servers/ftpd.c,
2774        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2775        - use pool of pre-created threads to handle sessions instead of
2776        creating/deleting threads on the fly - LIST output is now similar to
2777        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2778        happy with it. - LIST NAME now works (both for files and directories) -
2779        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2780        clients happy  - keep track of CWD for every session separately -
2781        ability to specify root directory name for FTPD in configuration table.
2782        FTPD will then create illusion for FTP clients that this is actually
2783        root directory. - ignore options sent in commands, thus LIST -al FILE
2784        works and doesn't try to list "-al" directory. - buffers are allocated
2785        on stack instead of heap where possible to eliminate malloc/free calls
2786        (avoid possible heap fragmentation troubles). - drop using of task
2787        notepad to pass parameters - use function arguments instead - use
2788        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2789        in socket() instead of AF_INET.
2790
27912001-01-02      Joel Sherrill <joel@OARcorp.com>
2792
2793        * libnetworking/CHANGELOG: Removed.
2794        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2795
27962000-12-14      Eric Norum <eric.norum@usask.ca>
2797
2798        * libnetworking/lib/tftpDriver.c: Added write capability.
2799
28002000-12-08      Joel Sherrill <joel@OARcorp.com>
2801
2802        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2803        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2804        numerous variable declarations conditional on PPP_COMPRESS and
2805        PPP_FILTER.  Commented out variables that were not used because the code
2806        using them was commented out. Removed totally unused variables.
2807        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2808        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2809
28102000-11-30      Joel Sherrill <joel@OARcorp.com>
2811
2812        * libnetworking/modem/ppp_tty.c: Changed to include
2813        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2814        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2815        * libnetworking/Makefile.am: Modified to reflect above.
2816
28172000-11-27      Joel Sherrill <joel@OARcorp.com>
2818
2819        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2820
28212000-11-25      Eric Norum <eric.norum@usask.ca>
2822
2823        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2824        core.
2825
28262000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2827
2828        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2829        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2830        subdir.
2831        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2832        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2833        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2834        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2835        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2836        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2837        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2838        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2839        ppp_tty.c and the real pppd main is in pppmain.c.
2840
28412000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2842
2843        * libchip/network/sonic.c: Added ipalign() routine to align the received
2844        packet so that the ip header is on a 32-bit boundary. Necessary for
2845        cpu's that do not allow unaligned loads and stores and when the 32-bit
2846        DMA mode is used.
2847
28482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2849
2850        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2851        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2852        ACLOCAL_AMFLAGS.
2853        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2854        ACLOCAL_AMFLAGS.
2855        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2856        ACLOCAL_AMFLAGS.
2857
28582000-11-03      Chris Johns <ccj@acm.org>
2859
2860        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2861        libchip/network/cs8900.h: New files.
2862
28632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2864
2865        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2866        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2867        $(RTEMS_TOPdir)/aclocal.
2868        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2869        $(RTEMS_TOPdir)/aclocal.
2870        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2871        $(RTEMS_TOPdir)/aclocal.
2872
28732000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2874
2875        * configure.in: Switch to GNU-canonicalization.
2876        * Makefile.am: Reflect changes to configure.in.
2877        * acinclude.m4: Remove.
2878
28792000-10-30      Joel Sherrill <joel@OARcorp.com>
2880
2881        * POSIX include files merged into newlib.  This resulted in some
2882        definitions moving to other files and thus some secondary effects in
2883        RTEMS source code.
2884        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2885        in sync with newlib's <machine/types.h>.
2886        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2887        definition of struct itimerval in <sys/time.h>.
2888
28892000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2890
2891        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2892        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2893        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2894        * ChangeLog: Fix typos.
2895        * configure.in: add tests to the GNU canonicalized subdirectories.
2896
28972000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2898
2899        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2900        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2901        the lib directory before configuring lib/.
2902
29032000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2904
2905        * configure.in, Makefile.am: add exec to the GNU canonicalized
2906        subdirectories.
2907        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2908        * configure.in: add libnetworking, librpc and librdb to the GNU
2909        canonicalized subdirectories.
2910        * configure.in: add libmisc and libchip to the GNU canonicalized
2911        subdirectories.
2912        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2913        Switch to GNU canonicalization.
2914        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2915        Switch to GNU canonicalization.
2916        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2917        Switch to GNU canonicalization.
2918
29192000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2920
2921        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2922        canonicalization to libfs/. The approach is currently a bit of a hack as
2923        GNU canonicalization does not support the per-BSP build some of the
2924        other directories require.  As more of the tree is converted, this will
2925        become less  of an issue.
2926
29272000-10-20      Joel Sherrill <joel@OARcorp.com>
2928
2929        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2930        parameter.
2931
29322000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
2933
2934        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2935        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
2936        * librdbg/configure.in: Add m68k support.
2937        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
2938        subdirectory.
2939        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
2940        failure.
2941        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
2942        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2943        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
2944        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
2945        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
2946        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
2947        librdbg/src/m68k/.cvsignore: New files.
2948        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
2949        function pointers.
2950        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
2951        _after_ pointer has been checked against NULL.
2952
29532000-10-18      Joel Sherrill <joel@OARcorp.com>
2954
2955        * wrapup/Makefile.am: Added libfs.
2956
29572000-10-18      Chris Johns <ccj@acm.org>
2958
2959        * libfs created.
2960        * configure.in: Added libfs subdirectory.
2961        * libnetworking/pppd/ipxcp.c: Fixed a typo.
2962
29632000-09-28      Joel Sherrill <joel@OARcorp.com>
2964
2965        * libnetworking/rtems_webserver/Makefile.am,
2966        libnetworking/rtems_webserver/base64.c,
2967        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
2968        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
2969
29702000-09-22      Joel Sherrill <joel@OARcorp.com>
2971
2972        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
2973        libnetworking/rtems/rtems_bsdnet_internal.h,
2974        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
2975        have included rtems.h.  It is now including precisely the  least amount
2976        of low level, yet portable .h files to get the basic RTEMS types
2977        defined.  This rippled into other  files since rtems_bsdnet_internal.h
2978        used machine/types.h to include rtems.h.
2979
29802000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2981
2982        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
2983
29842000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2985
2986        * libnetworking/ChangeLog: Cleanup.
2987
29882000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2989
2990        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
2991        * libchip/ChangeLog: Fix formating.
2992
29932000-09-05      Joel Sherrill <joel@OARcorp.com>
2994
2995        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
2996        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
2997        confusion and to work with the converted flags.
2998
29992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3000
3001        * wrapup/Makefile.am: Include compile.am.
3002        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3003        libchip/serial/Makefile.am: Include compile.am.
3004        * librdbg/src/i386/any/Makefile.am,
3005        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3006        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3007        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3008        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3009        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3010        libnetworking/rtems_servers/Makefile.am,
3011        libnetworking/rtems_webserver/Makefile.am,
3012        libnetworking/wrapup/Makefile.am: Include compile.am.
3013
30142000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3015
3016        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3017        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3018
30192000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3020
3021        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3022
30232000-08-31      Joel Sherrill <joel@OARcorp.com>
3024
3025        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3026        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3027        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3028        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3029        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3030        * libnetworking/wbase64.c: Removed.
3031        * libnetworking/Makefile.am, libnetworking/asp.c,
3032        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3033        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3034        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3035        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3036        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3037        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3038        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3039        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3040        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3041        Modified.
3042
30432000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3044
3045        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3046
30472000-08-30      Joel Sherrill <joel@OARcorp.com>
3048
3049        * libnetworking/rtems_webserver/license.txt: New file.
3050
30512000-08-10      Joel Sherrill <joel@OARcorp.com>
3052
3053        * ChangeLog: New file.
3054        * libchip/ChangeLog: New file.
3055        * librdbg/ChangeLog: New file.
3056        * libnetworking/ChangeLog: New file.
3057
Note: See TracBrowser for help on using the repository browser.