source: rtems/c/src/ChangeLog @ 5c89efa

4.104.114.84.95
Last change on this file since 5c89efa was 068cf700, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/16/06 at 14:26:57

2006-05-16 Ralf Corsépius <ralf.corsepius@…>

  • aclocal/rtems-ampolish.m4: New.
  • configure.ac: Use RTEMS_AMPOLISH3.
  • Property mode set to 100644
File size: 120.3 KB
Line 
12006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * aclocal/rtems-ampolish.m4: New.
4        * configure.ac: Use RTEMS_AMPOLISH3.
5
62006-04-18  Joel Sherrill <joel@OARcorp.com>
7
8        * aclocal/version.m4: Updated to rtems-4.6.99.3.
9
102006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
11
12        PR 853/filesystem
13        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
14        should be modified to support the new exception scheme and to use the
15        handle parameter.
16
172006-02-a32     Eric Norum <norume@aps.anl.gov>
18
19        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
20        "newer" PCI access calls.  Minor cleanups.  Comments.
21
222006-01-12      Eric Norum <norume@aps.anl.gov>
23
24        PR 861/networking
25        PR 863/networking
26        * libchip/network/smc91111.c: Fix illegal lvalue increments.
27
282006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * wrapup/Makefile.am: Add preinstall.am.
31        * libchip/Makefile.am: Build libchip/network/smc91111.
32        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
33        Eliminate cyg_int* crap.
34
352006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * librdbg/Makefile.am: Add preinstall.am.
38        * aclocal/bsp-configure.m4: Add ampolish3.
39        New header guards.
40
412006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * libchip/network/open_eth.c, libchip/network/open_eth.h:
44        Merger from rtems-4-6-branch.
45
462006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * libchip/network/smc91111.c
49        libchip/network/smc91111config.h
50        libchip/network/smc91111exp.h
51        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
52        * libchip/Makefile.am: Reflect adding smc91111*.
53
542006-01-08      Joel Sherrill <joel@OARcorp.com>
55
56        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
57        char *.
58
592006-01-08      Joel Sherrill <joel@OARcorp.com>
60
61        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
62        warnings.
63
642005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
65
66        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
67        Add RTEMS_RELLDFLAGS.
68        * automake/compile.am: Remove RTEMS_USE_GCC.
69        Remove RTEMS_RELLDFLAGS.
70        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
71
722005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * libchip/network/if_media.h, libchip/network/mii.h:
75        Remove (Moved to cpukit).
76        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
77        and libchip/network/if_media.h.
78        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
79        if_media.h having moved.
80
812005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * automake/compile.am, automake/host.am, automake/local.am,
84        automake/subdirs.am: Remove depend.
85        * configure.ac: Explicitly pass --libdir and --includedir to
86        testsuites.
87
882005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * configure.ac: Reflect changes to testsuites.
91
922005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * automake/compile.am: Remove GCCSPECS.
95        * aclocal/prog-cc.m4: Add GCCSPECS.
96        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
97
982005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
101        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
102
1032005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
104
105        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
106        libcpu/byteorder.h for i386.
107
1082005-11-02      Till Straumann <strauman@slac.stanford.edu>
109
110        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
111        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
112        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
113        added a simple API/library for i2c devices and drivers for i2c
114        2-byte eeproms and a ds1621 temperature sensor; API is documented
115        in libi2c.h.
116
1172005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * libnetworking/pppd/ipxcp.c,
120        libnetworking/pppd/chat.c,
121        libnetworking/pppd/patchlevel.h,
122        libnetworking/pppd/upap.h,
123        libnetworking/pppd/md5.h,
124        libnetworking/pppd/pppd.8,
125        libnetworking/pppd/README,
126        libnetworking/pppd/preinstall.am,
127        libnetworking/pppd/md4.h,
128        libnetworking/pppd/magic.c,
129        libnetworking/pppd/pppd.h,
130        libnetworking/pppd/demand.c,
131        libnetworking/pppd/rtemsmain.c,
132        libnetworking/pppd/sys-rtems.c,
133        libnetworking/pppd/ipcp.h,
134        libnetworking/pppd/lcp.h,
135        libnetworking/pppd/chap_ms.c,
136        libnetworking/pppd/md4.c,
137        libnetworking/pppd/rtemspppd.h,
138        libnetworking/pppd/cbcp.h,
139        libnetworking/pppd/auth.c,
140        libnetworking/pppd/lcp.c,
141        libnetworking/pppd/example/README,
142        libnetworking/pppd/example/ppp.conf,
143        libnetworking/pppd/example/system.h,
144        libnetworking/pppd/example/netconfig.h,
145        libnetworking/pppd/example/pppdapp.c,
146        libnetworking/pppd/example/init.c,
147        libnetworking/pppd/example/Makefile-user,
148        libnetworking/pppd/example/pppd.options,
149        libnetworking/pppd/rtemspppd.c,
150        libnetworking/pppd/ipxcp.h,
151        libnetworking/pppd/chap_ms.h,
152        libnetworking/pppd/options.c,
153        libnetworking/pppd/magic.h,
154        libnetworking/pppd/chap.h,
155        libnetworking/pppd/cbcp.c,
156        libnetworking/pppd/upap.c,
157        libnetworking/pppd/chap.c,
158        libnetworking/pppd/Makefile.am,
159        libnetworking/pppd/ccp.h,
160        libnetworking/pppd/utils.c,
161        libnetworking/pppd/rtemsdialer.h,
162        libnetworking/pppd/fsm.h,
163        libnetworking/pppd/pathnames.h,
164        libnetworking/pppd/md5.c,
165        libnetworking/pppd/fsm.c,
166        libnetworking/pppd/ipcp.c,
167        libnetworking/pppd/STATUS,
168        libnetworking/pppd/ccp.c,
169        libnetworking/Makefile.am: Remove (Moved to cpukit).
170
1712005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * configure.ac: Remove libnetworking, libnetworking/pppd.
174        * wrapup/Makefile.am: Remove libpppd.a.
175
1762005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
179        rtemsdialer.h to $(includedir)/rtems.
180
1812005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * libnetworking/rtems_telnetd/icmds.c,
184        libnetworking/rtems_telnetd/Makefile.am,
185        libnetworking/rtems_telnetd/preinstall.am,
186        libnetworking/rtems_telnetd/pty.c,
187        libnetworking/rtems_telnetd/pty.h,
188        libnetworking/rtems_telnetd/README,
189        libnetworking/rtems_telnetd/telnetd.c,
190        libnetworking/rtems_telnetd/telnetd.h:
191        Remove (Moved to cpukit).
192
1932005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
194
195        * configure.ac: Remove libnetworking/rtems_telnetd.
196        * libnetworking/Makefile.am: Remove rtems_telnetd.
197        * libnetworking/README: Remove (Obsolete).
198        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
199
2002005-10-20  Eric Norum <norume@aps.anl.gov>
201
202        * libchip/network/dec21140.c: Clean up PCI mapping.
203
2042005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
205
206        * libnetworking/pppd/Makefile.am: Use preinstall.am.
207        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
208        librdbg/src/servrpc.c, librdbg/src/servtgt.c
209        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
210        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
211        * configure.ac: Move optman to the end of BSP_SUBDIRS.
212
2132005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * aclocal/bspopts.m4: Add missing m4 quotes.
216
2172005-09-02  Joel Sherrill <joel@OARcorp.com>
218
219    * aclocal/version.m4: Updated to rtems-4.6.99.2.
220
2212005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
222
223        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
224        libchip/network/dec21140.c: Remove initialization of PCI bus.
225
2262005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
227
228        * optman/Makefile.am: Add preinstall.am.
229
2302005-07-18      Karel Gardas <kgardas@objectsecurity.com>
231
232        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
233        UNTESTED to tested.
234
2352005-06-17      Joel Sherrill <joel@OARcorp.com>
236
237        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
238        it is not supported by the MPC5xx.
239
2402005-06-17      Joel Sherrill <joel@OARcorp.com>
241
242        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
243        interface. Also correct attempting to build on other than PowerPC and
244        x86.
245
2462005-06-16      Daron Chabot <daron@nucleus.usask.ca>
247
248        * libchip/Makefile.am: Add driver for Tulip clones.
249        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
250        libchip/network/if_dcreg.h: New files.
251
2522005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
255        to enable rdbg.
256        * configure.ac: Reflect changes above.
257
2582005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
259
260        * configure.ac: Add ada/.
261
2622005-05-20      Sergei Organov  <osv@topconrd.ru>
263
264        PR 750/networking
265        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
266        wait_input().
267
2682005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
269
270        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
271        rtems/irq.h.
272
2732005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
274
275        * libchip/Makefile.am: Include preinstall.am.
276        * libchip/preinstall.am: New.
277
2782005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
279
280        * configure.ac: Add AMPOLISH3.
281        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
282        * libnetworking/rtems_telnetd/preinstall.am: New.
283        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
284
2852005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
286
287        * configure.ac: Let enable_rpcgen default to "no".
288
2892005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
290
291        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
292
2932005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
294
295        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
296        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
297
2982005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
299
300        * libchip/network/dec21140.c, libchip/network/elnk.c,
301        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
302
3032005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
304
305        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
306        of code as a result of the implementation of a common PCI interface.
307
3082005-05-04      Joel Sherrill <joel@OARcorp.com>
309
310        * libchip/network/open_eth.c: Remove prototype of set_vector.
311
3122005-05-03      Joel Sherrill <joel@OARcorp.com>
313
314        * librdbg/src/ptrace.c: Remove warning.
315
3162005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
317
318        * libchip/network/dec21140.c, libchip/network/elnk.c,
319        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
320        Modified parameter list to remove warnings.
321
3222005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
323
324        * libchip/network/cs8900.c, libchip/network/i82586.c,
325        libchip/network/open_eth.c, libchip/network/sonic.c,
326        libchip/serial/mc68681.c: Modified types to remove
327        warnings.  Added initialization to remove warnings.
328
3292005-04-28      Joel Sherrill <joel@OARcorp.com>
330
331        * libchip/network/README.sonic: Rewritten to account for removal of
332        dmv177.
333
3342005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
335
336        PR 781/rtems_misc
337        * libchip/serial/ns16550_p.h: Fix baud rate calculation
338
3392005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
340
341        * libchip/serial/ns16550.c:
342        Fixed warnings generated in various powerpc configurations
343
3442005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
345
346        * libchip/serial/ns16550.c: Modified
347        ISR to work with PPC new exception processing
348
3492005-03-14      Joel Sherrill <joel@OARcorp.com>
350
351        * libchip/network/dec21140.c, libchip/network/elnk.c,
352        libchip/network/if_fxp.c: Continue PCI API unification. All use
353        pci_find_device(). Network drivers manufacture a signature since all
354        calls have not been converted yet.
355
3562005-03-04      Joel Sherrill <joel@OARcorp.com>
357
358        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
359        initialize function part of the unified PCI API as pci_initialize().
360
3612005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
362
363        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
364        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
365
3662005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
367
368        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
369        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
370
3712005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
372
373        * aclocal/ppc.m4: Reflect changes to ppc exception processing
374        building procedures.
375
3762005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
377
378        * aclocal/prog-cc.m4:
379        Quote CFLAGS's RHS to accomodate Solaris broken sh.
380
3812005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
382
383        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
384
3852005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
386
387        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
388
3892005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
390
391        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
392
3932005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
394
395        * libnetworking/rtems_servers/ftp.c,
396        libnetworking/rtems_servers/ftp.h,
397        libnetworking/rtems_servers/Makefile.am:
398        Remove (relocated to cpukit/ftpd).
399        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
400        removed move libnetworking/rtems_servers.
401
4022005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
403
404        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
405
4062005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
407
408        PR 755/rtems
409        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
410        Remove local declarations of rtems_bsdnet_nameservers,
411        rtems_bsdnet_nameservers_count.
412
4132005-01-31      Sergei Organov <osv@topconrd.ru>
414
415        PR 751/pppd
416        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
417        committed to fix PR736 breaks pppd. chat.c should have its own static
418        ttyfd for pppd to work correctly. The symptom is that second
419        invokation of chat (for connect script) fails due to pppd_ttyfd set
420        to -1 by previous chat invokation (for init script). In addition,
421        this patch fixes leaving of dangling pointer in the abort_stbring[]
422        by chat_send().
423
4242005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
425
426        * configure.ac: Remove CFLAGS_DEBUG_V.
427        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
428
4292005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
430
431        * wrapup/Makefile.am: Remove rtems-ctor.o.
432
4332005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
434
435        * libchip/rtc/rtc.h: size_t RTC_Count.
436
4372005-01-20      Joel Sherrill <joel@OARcorp.com>
438
439        PR 736/pppd
440        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
441        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
442        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
443        should not be static and should have a name more specific to pppd.
444
4452005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
446
447        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
448        libnetworking/rtems_servers/Makefile.am,
449        libnetworking/rtems_telnetd/Makefile.am,
450        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
451        Eliminate CFLAGS_OPTIMIZE_V.
452
4532005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
454
455        * configure.ac: Pass CFLAGS to testsuites configure.
456        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
457        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
458
4592005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
460
461        * configure.ac: Pass CFLAGS to cpukit configure.
462        * aclocal/rtems-flags.m4: Remove (Unused).
463        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
464        * aclocal/env-rtemsbsp.m4:
465        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
466        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
467        RTEMS_CFLAGS.
468        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
469        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
470        Cleanup comments.
471
4722005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
473
474        * automake/compile.am: Remove build-variant support.
475
4762005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
477
478        * libnetworking/pppd/Makefile.am,
479        libnetworking/rtems_servers/Makefile.am,
480        libnetworking/rtems_telnetd/Makefile.am:
481        Remove build-variant support.
482
4832005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
484
485        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
486        support/Makefile.am, wrapup/Makefile.am:
487        Remove build-variant support.
488
4892004-11-22      Joel Sherrill <joel@OARcorp.com>
490
491        * libchip/network/if_fxp.c: Add entry for another module ID code.
492
4932004-11-22      Joel Sherrill <joel@OARcorp.com>
494
495        PR 693/misc
496        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
497        in/outport routines.
498
4992004-11-22      Joel Sherrill <joel@OARcorp.com>
500
501        PR 693/misc
502        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
503        in/outport routines.
504
5052004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
506
507        * aclocal/enable-itron.m4: Remove (unused).
508
5092004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
510
511        * configure.ac: Misc. quoting cleanups.
512        Enable ada-tests iff --enable-ada and --enable-tests.
513
5142004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
515
516        PR 703/filesystem
517        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
518        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
519        libchip/ide/ide_controller.c:
520        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
521        available for BSPS/device drivers.
522        Extend the "modes_available" and "mode_active" parameters to
523        uint16_t for UDMA support.
524
5252004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
526
527        * libchip/network/dec21140.c: Cleanup a bit and remove message about
528        not supported on PowerPC since it works on the MVME2100 BSP.
529
5302004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
531
532        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
533        Add dependency tracking for *.cfgs.
534        * Makefile.am: Add dependency tracking for *.cfg.
535
5362004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
537
538        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
539        (Thanks to Lars Munch <lars@segv.dk> for catching this).
540
5412004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
542
543        PR 707/make_build
544        * configure.ac: Add --enable-rpcgen.
545
5462004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
547
548        PR 700/rtems_misc
549        * libnetworking/rtems_webserver/asp.c,
550        libnetworking/rtems_webserver/balloc.c,
551        libnetworking/rtems_webserver/cgi.c,
552        libnetworking/rtems_webserver/default.c,
553        libnetworking/rtems_webserver/ej.h,
554        libnetworking/rtems_webserver/ejIntrn.h,
555        libnetworking/rtems_webserver/ejlex.c,
556        libnetworking/rtems_webserver/ejparse.c,
557        libnetworking/rtems_webserver/emfdb.c,
558        libnetworking/rtems_webserver/emfdb.h,
559        libnetworking/rtems_webserver/form.c,
560        libnetworking/rtems_webserver/handler.c,
561        libnetworking/rtems_webserver/h.c,
562        libnetworking/rtems_webserver/license.txt,
563        libnetworking/rtems_webserver/Makefile.am,
564        libnetworking/rtems_webserver/md5c.c,
565        libnetworking/rtems_webserver/md5.h,
566        libnetworking/rtems_webserver/mime.c,
567        libnetworking/rtems_webserver/misc.c,
568        libnetworking/rtems_webserver/NOTES,
569        libnetworking/rtems_webserver/ringq.c,
570        libnetworking/rtems_webserver/rom.c,
571        libnetworking/rtems_webserver/rtems_webserver.h,
572        libnetworking/rtems_webserver/security.c,
573        libnetworking/rtems_webserver/sock.c,
574        libnetworking/rtems_webserver/socket.c,
575        libnetworking/rtems_webserver/sockGen.c,
576        libnetworking/rtems_webserver/sym.c,
577        libnetworking/rtems_webserver/uemf.c,
578        libnetworking/rtems_webserver/uemf.h,
579        libnetworking/rtems_webserver/um.c,
580        libnetworking/rtems_webserver/um.h,
581        libnetworking/rtems_webserver/umui.c,
582        libnetworking/rtems_webserver/url.c,
583        libnetworking/rtems_webserver/value.c,
584        libnetworking/rtems_webserver/wbase64.c,
585        libnetworking/rtems_webserver/webcomp.c,
586        libnetworking/rtems_webserver/webmain.c,
587        libnetworking/rtems_webserver/webpage.c,
588        libnetworking/rtems_webserver/webrom.c,
589        libnetworking/rtems_webserver/webs.c,
590        libnetworking/rtems_webserver/websda.c,
591        libnetworking/rtems_webserver/websda.h,
592        libnetworking/rtems_webserver/webs.h,
593        libnetworking/rtems_webserver/websSSL.c,
594        libnetworking/rtems_webserver/websSSL.h,
595        libnetworking/rtems_webserver/websuemf.c,
596        libnetworking/rtems_webserver/wsIntrn.h:
597        Remove (Moved to cpukit/http).
598
5992004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
600
601        PR 700/rtems_misc
602        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
603        Remove libnetworking/rtems_webserver.
604
6052004-10-25      Eric Norum <norume@aps.anl.gov>
606
607        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
608
6092004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
610
611        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
612
6132004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
614
615        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
616        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
617
6182004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
619
620        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
621
6222004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
623
624        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
625        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
626
6272004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
628
629        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
630        BITSPERBYTE.
631
6322004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
633
634        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
635        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
636
6372004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
638
639        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
640
6412004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
642
643        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
644        * aclocal/enable-bare.m4: Remove.
645        * configure.ac: Remove BARE_CPU_MODEL.
646
6472004-10-13      Eric Norum <norume@aps.anl.gov>
648
649        PR 688/bsps
650        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
651        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
652        MC146818A (and several Dallas Semiconductor) TOD chips.
653
6542004-10-13      Eric Norum <norume@aps.anl.gov>
655
656        PR 686/networking
657        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
658        device code.
659
6602004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
661
662        * libchip/network/dec21140.c: include <rtems/pci.h>.
663
6642004-09-29      Joel Sherrill <joel@OARcorp.com>
665
666        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
667        libnetworking/pppd/utils.c: i960 obsoleted and all references
668        removed.
669
6702004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
671
672        PR 607/networking
673        * libchip/network/dec21140.c: Made PCI configuration minimum sane
674        instead of fully specifying unused PCI features.
675
6762004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
677
678        * configure.ac: Require automake > 1.9.
679
6802004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
681
682        * aclocal/rtems-cpu-subdirs.m4: Add avr.
683
6842004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
685
686        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
687        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
688
6892004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
690
691        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
692        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
693
6942004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
695
696        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
697
6982004-07-28  Joel Sherrill <joel@OARcorp.com>
699
700    * aclocal/version.m4: Updated to rtems-4.6.99.1.
701
7022004-07-25      Joel Sherrill <joel@OARcorp.com>
703
704        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
705
7062004-05-21  Till Strauman <strauman@slac.stanford.edu>
707
708        PR 625/networking
709        * libchip/network/dec21140.c, ... : Prevent name clashes by making
710        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
711        an error rather than panic if no chip is detected (thus allowing
712        for probing).
713        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
714        instead of looping forever.  Avoid divide by zero (crashed my PC).
715        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
716        they are UNTESTED.
717
7182004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
719
720        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
721
7222004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
723
724        * libchip/network/dec21140.c, libchip/network/elnk.c:
725        #include <errno.h>.
726
7272004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
728
729        * libchip/network/if_media.h: Update from FreeBSD.
730        * libchip/network/open_eth.c, libchip/network/cs8900.c,
731        libchip/network/i82586.c: #include <errno.h>.
732
7332004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
734
735        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
736
7372004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
738
739        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
740
7412004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
742
743        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
744        automake).
745
7462004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
747
748        PR 599/pppd
749        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
750
7512004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
752
753        * optman/rtems/no-region.c: Reflect having changed
754        rtems_region_get_segment_size.
755
7562004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
757
758        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
759        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
760        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
761        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
762        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
763        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
764        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
765
7662004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
767
768        * libchip/ide/ata.c, libchip/network/dec21140.c,
769        libchip/network/elnk.c, libchip/network/i82586.c,
770        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
771        libchip/network/open_eth.c, libchip/network/sonic.c,
772        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
773        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
774        libchip/shmdr/init.c, libchip/shmdr/intr.c,
775        libchip/shmdr/shm_driver.h: Cosmetics.
776
7772004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
778
779        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
780        optman/rtems/no-msg.c, optman/rtems/no-part.c,
781        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
782        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
783        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
784        fixed size types.
785
7862004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
787
788        * configure.ac: Explicitly pass --includedir and --libdir to
789        cpukit/configure.
790
7912004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
792
793        * librdbg/Makefile.am: Fix rpcgen rules.
794        * librdbg/src/i386/any/remdeb_xdr.c,
795        librdbg/src/m68k/any/remdeb_xdr.c,
796        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
797        Reflect changes to librdbg/Makefile.am.
798
7992004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
800
801        * configure.ac: Reflect changes testsuites/configure.ac and
802        cpukit/configure.ac.
803
8042004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
805
806        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
807        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
808
8092004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
810
811        * configure.ac: Reflect changes to testsuites's configuration.
812
8132004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
814
815        PR/589 rtems
816        * libchip/network/pci.h: Remove (Moved to cpukit).
817
8182004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
819
820        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
821        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
822        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
823        libchip/network/dec21140.c, libchip/network/elnk.c,
824        libchip/network/if_fxp.c, libchip/network/open_eth.c,
825        libchip/network/open_eth.h, libchip/network/sonic.c,
826        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
827        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
828        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
829        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
830        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
831        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
832        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
833        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
834        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
835        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
836        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
837        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
838        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
839        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
840        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
841        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
842        fixed-size types.
843
8442004-03-14      Chris Johns  <chrisj@rtems.org>
845
846        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
847        the BSP example code.
848        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
849        support the DIMMPC. This is a pc386 target with IO port support. Minor
850        formating clean up. Add documentation to the header file.
851        * libchip/network/README.cs8900: The CS8900 driver is documented in the
852        cs8900.h header file.
853
8542004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
855
856        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
857        Cosmetics.
858
8592004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
860
861        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
862        There are no application level Makefiles in here.
863
8642004-03-04      Joel Sherrill <joel@OARcorp.com>
865
866        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
867        they can be used in application level makefiles.
868
8692004-03-05      Joel Sherrill <joel@OARcorp.com>
870
871        * libnetworking/rtems_webserver/ejparse.c,
872        libnetworking/rtems_webserver/emfdb.c,
873        libnetworking/rtems_webserver/sock.c,
874        libnetworking/rtems_webserver/socket.c,
875        libnetworking/rtems_webserver/sym.c,
876        libnetworking/rtems_webserver/webs.c,
877        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
8782004-03-05      Joel Sherrill <joel@OARcorp.com>
879
880        * libchipnetwork/open_eth.c: Remove warnings by conditionally
881        compiling this file only only those CPU families with supported
882        exception models.
883
8842004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
885
886        * acinclude.m4: Fix loosing arguments when configuring cpukit and
887        testsuites (Was exposed with --enable-multilib, only).
888        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
889         Add RTEMS_BSP_CONFIG_SUBDIR.
890        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
891        testsuites's configure.
892        * aclocal/rtems-top.m4: Remove ENDIF hack.
893        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
894
8952004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
896
897        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
898        wrapup/Makefile.am: Fix automake problems having been introduced
899        in previous patch.
900
9012004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
902
903        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
904        Preinstall dirs.
905        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
906        * aclocal/check-multiprocessing.m4: Cosmetics.
907        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
908        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
909
9102004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
911
912        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
913        librdbg/src/Makefile.am.
914        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
915        * configure.ac: Reflect changes above.
916        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
917        * wrapup/Makefile.am: Reflect changes above.
918        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
919
9202004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
921
922        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
923
9242004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
925
926        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
927
9282004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
929
930        * wrapup/Makefile.am: Reflect new location of librdbg.a.
931
9322004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
933
934        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
935        librdbg/src/powerpc/Makefile.am: Remove.
936        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
937        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
938        * configure.ac: Reflect changes above.
939
9402004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
941
942
9432004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
944
945        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
946        STRIP.
947
9482004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949
950        * librdbg/include/Makefile.am: Merge-in
951        librdbg/include/rdbg/i386/Makefile.am,
952        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
953        librdbg/include/rdbg/powerpc/Makefile.am.
954        * librdbg/include/rdbg/i386/Makefile.am,
955        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
956        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
957        * configure.ac: Reflect changes above.
958
9592004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
960
961        * configure.ac: Use AS_HELP_STRING(ada).
962
9632004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
964
965        * aclocal/bspopts.m4: Use AS_HELP_STRING.
966        * aclocal/bsp-configure.m4: Require autoconf-2.59.
967        Use AC_CONFIG_HEADERS.
968        * aclocal/check-custom-bsp.m4: Add bspkit-support.
969        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
970
9712004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
972
973        * Makefile.am: include local.am.
974
9752004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
976
977        * aclocal/version.m4: 4.6.99.0.
978
9792004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
980
981        * Makefile.am: Don't include host.am.
982        * automake/compile.am: Further cleanups.
983
9842004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
985
986        * automake/lib.am: Remove (Unused).
987
9882004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
989
990        * wrapup/Makefile.am: Don't include lib.am.
991        * automake/compile.am: Use automake compilation rules.
992
9932004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
994
995        * libnetworking/pppd/Makefile.am,
996        libnetworking/rtems_servers/Makefile.am,
997        libnetworking/rtems_telnetd/Makefile.am,
998        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
999        support/Makefile.am: Don't include lib.am.
1000
10012004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1002
1003        * libchip/Makefile.am: Don't include lib.am.
1004        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1005        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1006        unnecessary EXTRA_DISTs.
1007
10082004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1009
1010        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1011        hack.
1012
10132004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1014
1015        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1016        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1017        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1018        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1019
10202004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1021
1022        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1023        Add AM_CONDITIONAL(HAS_MP).
1024        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1025        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1026        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1027        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1028        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1029        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1030        (Deprecated by autoconf 2.59).
1031
10322004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1033
1034        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1035        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1036
10372004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1038
1039        * ChangeLog: Merge-in libnetworking/ChangeLog.
1040        * libnetworking/ChangeLog: Remove.
1041        * ChangeLog: Merge-in librdbg/ChangeLog.
1042        * librdbg/ChangeLog: Remove.
1043        * ChangeLog: Merge-in libchip/ChangeLog.
1044        * libchip/ChangeLog: Remove.
1045        * ChangeLog: Merge-in optman/ChangeLog.
1046        * optman/ChangeLog: Remove.
1047
10482004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1049
1050        * configure.ac: Reflect changes to cpukit.
1051        * wrapup/Makefile.am: Reflect changes to librdbg.
1052        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1053        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1054        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1055        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1056        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1057        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1058        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1059        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1060        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1061
10622004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1063
1064        * aclocal/rtems-top.m4: Remove check for version.m4.
1065        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1066
10672004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1068
1069        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1070        * wrapup/Makefile.am: Reflect changes to libchip/*.
1071        * support/Makefile.am: Use automake compilation rules.
1072        * wrapup/Makefile.am: Reflect changes to support/*.
1073        * configure.ac: Remove libnetworking/wrapup/Makefile.
1074        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1075        libnetworking/*/lib*.a instead of libnetapps.a.
1076        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1077        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1078        * optman/Makefile.am: Use automake compilation rules.
1079        * libchip/Makefile.am: Fix typo in previous patch.
1080        * libchip/Makefile.am: Use automake compilation rules.
1081        * libnetworking/Makefile.am: Remove wrapup.
1082        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1083        automake-compilation rules.
1084        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1085        automake-compilation rules.
1086        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1087        automake-compilation rules.
1088        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1089        automake-compilation rules.
1090        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1091
10922004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1093
1094        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1095        PRE/TMPINSTALL_FILES to CLEANFILES.
1096        * automake/lib.am: Remove TMPINSTALL_FILES.
1097        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1098        PRE/TMPINSTALL_FILES to CLEANFILES.
1099        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1100        PRE/TMPINSTALL_FILES to CLEANFILES.
1101        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1102        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1103        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1104        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1105        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1106        * librdbg/src/i386/Makefile.am: Ditto.
1107        * librdbg/src/m68k/Makefile.am: Ditto.
1108        * librdbg/src/powerpc/Makefile.am: Ditto.
1109        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1110        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1111        * libnetworking/rtems_servers/Makefile.am: Ditto.
1112        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1113        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1114
11152004-01-07      Joel Sherrill <joel@OARcorp.com>
1116
1117        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1118        more completely covers the MIPS family.
1119
11202003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1121
1122        * wrapup/Makefile.am: Reflect changes to shmdr.
1123        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1124
11252003-12-18      Joel Sherrill <joel@OARcorp.com>
1126
1127        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1128        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1129        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1130        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1131        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1132        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1133        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1134
11352003-12-17      Joel Sherrill <joel@OARcorp.com>
1136
1137        * aclocal/version.m4: Updated to rtems-20031217-test.
1138
11392003-12-17     
1140
1141        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1142        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1143
11442003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1145
1146        * automake/compile.am: Remove LINK_LIBS (Unused).
1147        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1148
11492003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1150
1151        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1152        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1153        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1154        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1155        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1156
11572003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1158
1159        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1160        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1161        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1162        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1163        * librdbg/src/i386/Makefile.am:
1164        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1165        * librdbg/src/m68k/Makefile.am:
1166        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1167        * librdbg/src/powerpc/Makefile.am:
1168        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1169
11702003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1171
1172        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1173        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1174        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1175        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1176        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1177        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1178        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1179        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1180        * optman/Makefile.am: Remove project_libdir.
1181        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1182        PRE/TMPINSTALL_FILES.
1183        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1184        PRE/TMPINSTALL_FILES.
1185        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1186        PRE/TMPINSTALL_FILES.
1187        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1188        PRE/TMPINSTALL_FILES.
1189        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1190        from PRE/TMPINSTALL_FILES.
1191        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1192        PRE/TMPINSTALL_FILES.
1193        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1194        PRE/TMPINSTALL_FILES.
1195        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1196        PRE/TMPINSTALL_FILES.
1197        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1198        PRE/TMPINSTALL_FILES.
1199        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1200        PRE/TMPINSTALL_FILES.
1201        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1202        PRE/TMPINSTALL_FILES.
1203        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1204        from PRE/TMPINSTALL_FILES.
1205
12062003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1207
1208        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1209        * automake/lib.am: Remove project_libdir.
1210        * wrapup/Makefile.am: Reworked.
1211
12122003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1213
1214        * configure.ac: Reflect changes to librdbg.
1215        * optman/Makefile.am: Add tmpinstall dirstamp support.
1216        * libchip/Makefile.am: Fix variant-tmpinstall support.
1217        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1218        * librdbg/src/powerpc/Makefile.am: Merge-in former
1219        new_exception_processing/Makefile.am.
1220        * librdbg/src/m68k/any/Makefile.am: Remove.
1221        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1222        * librdbg/src/i386/any/Makefile.am: Remove.
1223        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1224        * librdbg/src/Makefile.am: Cosmetics.
1225        * librdbg/include/Makefile.am: Cosmetics.
1226        * librdbg/Makefile.am: Cosmetics.
1227        * libnetworking/Makefile.am: Cosmetics.
1228        * libnetworking/pppd/Makefile.am: Cosmetics.
1229        * libnetworking/wrapup/Makefile.am: Cosmetics.
1230
12312003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1232
1233        * Makefile.am: Cosmetics.
1234        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1235        support.
1236
12372003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1238
1239        * automake/compile.am: Remove $(ARCH):-rule.
1240
12412003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1242
1243        * configure.ac: Remove lib/libbsp/shared/Makefile,
1244        lib/libbsp/shmdr/Makefile.
1245
12462003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1247
1248        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1249        libchip/serial/Makefile, libchip/rtc/Makefile.
1250        * support/Makefile.am: Remove all-local: $(ARCH).
1251        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1252        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1253        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1254        * optman/Makefile.am: Remove all-local: $(ARCH).
1255        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1256        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1257        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1258        compilation dirstamp support.
1259        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1260        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1261        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1262        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1263        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1264        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1265        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1266        all-local: $(ARCH).
1267        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1268        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1269        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1270        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1271        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1272
12732003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1274
1275        * aclocal/lead-dot.m4: New (from automake-1.7f).
1276        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1277        AC_SUBST(dirstamp).
1278        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1279        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1280        libchip/serial/Makefile.am: Ditto.
1281        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1282        * librdbg/include/Makefile.am: Ditto.
1283        * librdbg/include/rdbg/Makefile.am: Ditto.
1284        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1285        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1286        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1287        * librdbg/src/Makefile.am: Ditto.
1288        * librdbg/src/i386/Makefile.am: Ditto.
1289        * librdbg/src/i386/any/Makefile.am: Ditto.
1290        * librdbg/src/m68k/Makefile.am: Ditto.
1291        * librdbg/src/m68k/any/Makefile.am: Ditto.
1292        * librdbg/src/powerpc/Makefile.am: Ditto.
1293        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1294        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1295        preinstallation.
1296        * libnetworking/pppd/Makefile.am: Ditto.
1297        * libnetworking/rtems_servers/Makefile.am: Ditto.
1298        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1299        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1300        * libnetworking/wrapup/Makefile.am: Ditto.
1301
13022003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1303
1304        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1305        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1306        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1307        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1308        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1309        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1310        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1311        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1312        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1313        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1314        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1315        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1316        underquoting to silence automake-1.8.
1317
13182003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1319
1320        * configure.ac: Reflect having moved tests to ../../testsuites.
1321
13222003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1323
1324        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1325        * aclocal/canonical-host.m4: Remove.
1326        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1327        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1328
13292003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1330
1331        * aclocal/check-cpu.m4: Remove.
1332        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1333        * aclocal/canonical-target-name.m4: Add m4-quotes.
1334        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1335        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1336        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1337        * aclocal/check-networking.m4: Add m4-quotes. Require
1338        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1339        * aclocal/check-posix.m4: Add m4-quotes. Require
1340        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1341        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1342        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1343        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1344
13452003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1346
1347        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1348        * aclocal/bsp-alias.m4: Remove.
1349
13502003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1351
1352        * configure.ac: Make presence of tests/ optional.
1353
13542003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1355
1356        * aclocal/path-perl.m4: Remove (Unused).
1357
13582003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1359
1360        * automake/force-preinstall.am: Remove.
1361
13622003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1363
1364        PR 499/rtems_misc
1365        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1366        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1367        Configuration (Odd was forced) - Correction of Stop Bit configuration
1368        (inversed) - Correction of ISR Handler to call
1369        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1370        CTS Hardware flow control Configuration.
1371
13722003-09-04      Joel Sherrill <joel@OARcorp.com>
1373
1374        * lib/libcpu/shared/include/cache.h,
1375        lib/libcpu/shared/src/cache_aligned_malloc.c,
1376        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1377        license changed.
1378        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1379        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1380        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1381        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1382        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1383        for license changed.
1384        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1385        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1386        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1387        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1388        libchip/network/cs8900.h, libchip/network/dec21140.c,
1389        libchip/network/elnk.c, libchip/network/open_eth.c,
1390        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1391        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1392        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1393        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1394        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1395        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1396        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1397        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1398        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1399        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1400        libchip/serial/serial.h, libchip/serial/z85c30.c,
1401        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1402        libchip/serial/z85c30_reg.c: URL for license changed.
1403
14042003-09-03      Jiri Gaisler <jiri@gaisler.com>
1405
1406        PR 477/networking
1407        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1408        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1409        libchip/network/open_eth.h: New files.
1410
14112003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1412
1413        * aclocal/rtems-top.m4: Add RTEMS_API.
1414        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1415
14162003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1417
1418        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1419        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1420        @RTEMS_BSP@.cfg.
1421
14222003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1423
1424        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1425
14262003-08-20      Joel Sherrill <joel@OARcorp.com>
1427
1428        * libchip/network/cs8900.c: Correct copyright statements.
1429
14302003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1431
1432        * aclocal/check-itron.m4: Remove.
1433        * aclocal/enable-inlines.m4: Remove.
1434        * Makefile.am: Reflect having moved aclocal/.
1435        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1436        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1437        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1438        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1439        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1440        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1441        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1442        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1443        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1444        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1445        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1446        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1447        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1448        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1449        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1450        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1451        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1452        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1453        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1454        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1455        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1456        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1457        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1458        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1459        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1460        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1461        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1462        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1463        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1464        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1465        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1466        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1467        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1468        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1469        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1470        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1471        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1472        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1473        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1474        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1475        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1476        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1477        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1478        * aclocal/target.m4: New (Copied from ../../aclocal).
1479        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1480        * aclocal/version.m4: New (Copied from ../../aclocal).
1481
14822003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1483
1484        * configure.ac: Remove stray comments.
1485        * automake/local.am, automake/host.am: Remove "debug".
1486
14872003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1488
1489        * Makefile.am: Reflect having moved automake/.
1490        * lib/Makefile.am: Reflect having moved automake/.
1491        * support/Makefile.am: Reflect having moved automake/.
1492        * wrapup/Makefile.am: Reflect having moved automake/.
1493        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1494        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1495        from ../../automake).
1496        * optman/Makefile.am: Reflect having moved automake/.
1497        * libchip/Makefile.am: Reflect having moved automake/.
1498        * libchip/ide/Makefile.am: Reflect having moved automake/.
1499        * libchip/network/Makefile.am: Reflect having moved automake/.
1500        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1501        * libchip/serial/Makefile.am: Reflect having moved automake/.
1502        * librdbg/Makefile.am: Reflect having moved automake/.
1503        * librdbg/include/Makefile.am: Reflect having moved automake/.
1504        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1505        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1506        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1507        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1508        automake/.
1509        * librdbg/src/Makefile.am: Reflect having moved automake/.
1510        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1511        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1512        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1513        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1514        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1515        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1516        having moved automake/.
1517        * libnetworking/Makefile.am: Reflect having moved automake/.
1518        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1519        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1520        automake/.
1521        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1522        automake/.
1523        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1524        automake/.
1525        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1526
15272003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1528
1529        * Makefile.am: Add bsp.pc.in.
1530        * bsp.pc.in: New (pkgconfig support).
1531
15322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1533
1534        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1535
15362003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1537
1538        * lib/Makefile.am: New (Required by 'make dist').
1539        * lib/ChangeLog: Remove.
1540        * lib/.cvsignore: Cleanup.
1541        * configure.ac: Reflect having added lib/Makefile.am.
1542        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1543        lib/libbsp/configure.ac.
1544        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1545        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1546
15472003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1548
1549        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1550        * configure.ac: Merge-in librdbg/configure.ac.
1551        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1552        librdbg/configure.ac.
1553        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1554        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1555        LIBCHIP. Conditionally build include-dirs.
1556        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1557        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1558        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1559        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1560        librdbg/include/rdbg/m68k/Makefile.am,
1561        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1562        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1563        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1564        librdbg/src/powerpc/Makefile.am, librdbg/
1565        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1566        configure.ac into ../configure.ac.
1567        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1568        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1569        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1570        libnetworking/rtems_telnetd/Makefile.am,
1571        libnetworking/rtems_webserver/Makefile.am,
1572        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1573        into ../configure.ac.
1574
15752003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1576
1577        PR 427/rtems
1578        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1579        * librdbg/src/servtsp.c: Ditto.
1580
15812003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1582
1583        PR 429/bsps
1584        PR 432/bsps
1585        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1586        packets are queued onto an elnk board, the ISR will deadlock the device
1587        with a tx complete interrupt.  Lighter tx loads are not affected as they
1588        end up submitting single packets to the device.
1589
15902003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1591
1592        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1593        optman/configure.ac.
1594        * optman/configure.ac: Remove (Merged into ../configure.ac).
1595        * optman/Makefile.am: Reflect having merged configure.ac into
1596        ../configure.ac.
1597        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1598        * libchip/Makefile.am, libchip/ide/Makefile.am,
1599        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1600        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1601        ../configure.ac.
1602
16032003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1604
1605        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1606
16072003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1608
1609        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1610        on i386.
1611
16122003-06-13      Joel Sherrill <joel@OARcorp.com>
1613
1614        * libnetworking/pppd/chat.c: Removed warnings.
1615
16162003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1617
1618        * libchip/network/README.3com: New file missed in previous commit.
1619        PR 405/bsps
1620        PR 393/networking
1621        * libchip/network/dec21140.c: Fix leak also known as PR393.
1622        * libchip/network/elnk.c, libchip/network/if_media.h,
1623        libchip/network/mii.h: New files.
1624        * libchip/network/Makefile.am: Reflect new files.
1625
16262003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1627
1628        * configure.ac: Remove support for profile-variant.
1629
16302003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1631
1632        PR 397/pppd
1633        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1634        * libnetworking/pppd/magic.c: Remove *rand48.
1635        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1636
16372003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1638
1639        * wrapup/Makefile.am: Add libide.a.
1640
16412003-04-15      Joel Sherrill <joel@OARcorp.com>
1642
1643        PR 387/rtems_misc
1644        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1645        routines.
1646        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1647
16482003-04-11      Joel Sherrill <joel@OARcorp.com>
1649
1650        * libnetworking/rtems_webserver/cgi.c,
1651        libnetworking/rtems_webserver/sockGen.c,
1652        libnetworking/rtems_webserver/umui.c,
1653        libnetworking/rtems_webserver/websSSL.c,
1654        libnetworking/rtems_webserver/websSSL.h,
1655        libnetworking/rtems_webserver/websda.c,
1656        libnetworking/rtems_webserver/websda.h: New files. Not included in
1657        previous commit.
1658
16592003-04-10      Joel Sherrill <joel@OARcorp.com>
1660
1661        PR 371/pppd
1662        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1663        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1664        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1665        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1666        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1667        still global symbols in rtemspppd.h which might need to be changed or
1668        converted into member of a structure which is dereferenced with a
1669        pointer that is managed as a per task variable. But this patch should
1670        avoid many conflicts.
1671
16722003-03-27      Joel Sherrill <joel@OARcorp.com>
1673
1674        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1675        not allowed in the cpukit source code since it must be buildable
1676        independent of any BSP. These files were moved to libchip/ide.
1677        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1678        files.
1679
16802003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1681
1682        PR 368/filesystems
1683        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1684        improvements which now work on pc386 and mbx8xx.
1685        * libchip/ide/ide_controller.c: New file.
1686
16872003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1688
1689        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1690
16912003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1692
1693        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1694        * configure.ac: Add support/.
1695        * support/.cvsignore: New.
1696        * support/Makefile.am: New.
1697        * support/version.c: New.
1698        * wrapup/Makefile.am: Add support/libsupport.a.
1699        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1700        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1701        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1702        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1703
17042003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1705
1706        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1707
17082003-02-20      Till Straumann <strauman@slac.stanford.edu>
1709
1710        PR 354/networking
1711        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1712        chip against a table of supported chips. The untested ones are still
1713        commented out, however.
1714
17152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1716
1717        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1718        * configure.ac: AC_PREREQ(2.57).
1719        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1720        * optman/configure.ac: AC_PREREQ(2.57).
1721        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1722        * libchip/configure.ac: AC_PREREQ(2.57).
1723        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1724        * librdbg/configure.ac: AC_PREREQ(2.57).
1725        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1726        * libnetworking/configure.ac: AC_PREREQ(2.57).
1727
17282003-02-06      Joel Sherrill <joel@OARcorp.com>
1729
1730        * libnetworking/pppd/chat.c: Convert routines with common names to
1731        static. This included get_char(), put_char(), and character() among
1732        others.
1733
17342003-02-03      Joel Sherrill <joel@OARcorp.com>
1735
1736        PR 338/filesystem
1737        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1738        rtems_io_lookup_name() (API change).  Unused function removed.
1739
17402003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1741
1742        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1743        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1744        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1745        Eliminate *_O_FILES.
1746        * libnetworking/rtems_servers/Makefile.am,
1747        libnetworking/rtems_webserver/Makefile.am,
1748        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1749
17502002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1751
1752        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1753        Let all-local: depend on $(LIB).
1754        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1755        * optman/Makefile.am: Apply install-data-local to install *.rels.
1756
17572002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1758
1759        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1760        %.c rules.
1761        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1762        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1763        * libchip/rtc/Makefile.am: Ditto.
1764        * libchip/serial/Makefile.am: Ditto.
1765
17662002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1767
1768        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1769        LIBC_DEFINES.
1770        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1771        LIBC_DEFINES.
1772        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1773        LIBC_DEFINES.
1774
17752002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1776
1777        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1778
17792002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1780
1781        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1782        cache-checking.
1783        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1784
17852002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1786
1787        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1788        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1789        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1790        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1791        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1792
17932002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1794
1795        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1796        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1797        Remove.
1798        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1799
18002002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1801
1802        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1803        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1804
18052002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1806
1807        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1808        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1809
18102002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1811
1812        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1813        * optman/rel.am: New.
1814
18152002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1816
1817        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1818        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1819        braino in comment on "exec". Extend --enable-ada handling.
1820
18212002-11-04      Joel Sherrill <joel@OARcorp.com>
1822
1823        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1824        tasks and rolling multiple loops into 1.
1825        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1826        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1827        Removed warnings.
1828
18292002-10-31      Joel Sherrill <joel@OARcorp.com>
1830
1831        * libchip/network/dec21140.c: Removed warnings.
1832        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1833        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1834        librdbg/src/m68k/any/remdeb_xdr.c,
1835        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1836        warnings.
1837        * libnetworking/rtems_webserver/socket.c,
1838        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1839
18402002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1841
1842        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1843        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1844        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1845        above.
1846
18472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1848
1849        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1850        * wrapup/.cvsignore: Remove autom4te.cache.
1851        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1852        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1853        autom4te.cache.
1854        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1855        autom4te.cache.
1856        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1857        autom4te.cache.
1858
18592002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1860
1861        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1862
18632002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1864
1865        * optman/.cvsignore: Add autom4te.cache.
1866
18672002-09-14      Joel Sherrill <joel@OARcorp.com>
1868
1869        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
1870
18712002-09-07      Joel Sherrill <joel@OARcorp.com>
1872
1873        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
1874        include files to resolve warnings.
1875
18762002-09-07      Chris Johns <ccj@acm.org>
1877
1878        * libchip/network/Makefile.am, libchip/network/README.cs8900,
1879        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
1880        which corrects the problem  where the cs8900.c file was actually the BSP
1881        glue.  Joel did some hacking so this file will compile.  Previously it
1882        required providing a target.h file to compile.
1883        * libchip/network/cs8900.c.bsp: New file.
1884
18852002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1886
1887        * libnetworking/rtems_webserver/md5.h: Add missing newline.
1888
18892002-08-31      Joel Sherrill <joel@OARcorp.com>
1890
1891        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
1892        eliminate warning.
1893
18942002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1895
1896        * configure.ac: Add ada-tests.
1897
18982002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1899
1900        * Makefile.am: Add preinstall-stamp.
1901
19022002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1903
1904        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
1905        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
1906        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
1907        gcc31 happy.
1908        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
1909        cp.
1910
19112002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1912
1913        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
1914        make/bsp.mak.
1915        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
1916        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
1917
19182002-08-12      Joel Sherrill <joel@OARcorp.com>
1919
1920        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
1921        avoid error.
1922
19232002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1924
1925        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1926        * configure.ac: Add BSP_SUBDIRS.
1927        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
1928        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
1929        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
1930        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
1931        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
1932        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
1933        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
1934        RTEMS_CHECK_BSP_CACHE.
1935        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1936        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
1937        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
1938        .$(OBJEXT) instead of .o.
1939        * libnetworking/pppd/Makefile.am,
1940        libnetworking/rtems_servers/Makefile.am,
1941        libnetworking/rtems_telnetd/Makefile.am,
1942        libnetworking/rtems_webserver/Makefile.am,
1943        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1944
19452002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1946
1947        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
1948        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
1949        ../libchip/serial/$(ARCH)/libserialio.a.
1950        * libchip/serial/Makefile.am: Don't tmp-install lib.
1951        * libchip/rtc/Makefile.am: Don't tmp-install lib.
1952
19532002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1954
1955        * Makefile.am: Add rtems_makedir.
1956        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
1957        * Makefile.am: Add wrapup-SUBDIR.
1958        * wrapup/ChangeLog: Remove.
1959        * wrapup/configure.ac: Remove.
1960        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
1961        (Make the bare BSP happy).
1962        * configure.ac: Ditto.
1963        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
1964        Create make/custom/default.cfg.
1965        * configure.ac: Add creation of make/custom/*.cfg. Create
1966        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
1967
19682002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1969
1970        * Makefile.am: Clean $(PROJECT_RELEASE).
1971
19722002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1973
1974        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
1975        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
1976        prototype mismatches.
1977
19782002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1979
1980        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
1981        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
1982
19832002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1984
1985        * acinclude.m4: Add test "$multilib" != "yes".
1986        * config-ml.in: Remove.
1987        * acinclude.m4: Cleanups.
1988        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
1989        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
1990        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
1991        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
1992        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
1993
19942002-07-16      Eric Norum <eric.norum@usask.ca>
1995
1996        * New driver for the Intel EtherExpressPro (82559ER) chip.
1997        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
1998        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
1999        * libchip/network/Makefile.am: Modified to reflect above.
2000
20012002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2002
2003        * acinclude.m4: New.
2004        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2005        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2006        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2007
20082002-07-01      Joel Sherrill <joel@OARcorp.com>
2009
2010        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2011        _Objects_Information_table now that it is a two dimensional array based
2012        upon API and class.
2013        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2014        of strnlen().
2015
20162002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2017
2018        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2019        preinstall libnetapps.a.
2020
20212002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2022
2023        * configure.ac: Remove librpc.
2024
20252002-06-25      Joel Sherrill <joel@OARcorp.com>
2026
2027        * Per PR233, moved librpc to exec.
2028        * configure.ac, wrapup/Makefile.am: Modified.
2029        * librpc, librpc/ChangeLog: Removed.
2030
20312002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2032
2033        * optman/Makefile.am: Remove multilib support.
2034        * optman/configure.ac: Ditto.
2035        * optman/sapi/Makefile.am: Ditto.
2036
20372002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2038
2039        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2040        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2041
20422002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2043
2044        Move networking libraries to c/src/exec/libnetworking
2045        * libnetworking/configure.ac, libnetworking/Makefile.am,
2046        libnetworking/wrapup/Makefile.am: Reflect Moval.
2047
20482002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2049
2050        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2051        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2052        <rtems/bspIo.h>.
2053
20542002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2055
2056        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2057        * libnetworking/rtems/mkrootfs.h: Ditto.
2058        * libnetworking/rtems/Makefile.am: Reflect changes above.
2059
20602002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2061
2062        * configure.ac: Remove lib.
2063
20642002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2065
2066        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2067        that exception stack frames on M68K members with VBR always are 6 byte
2068        long. The incorrect assumption resulted in some gdb commands like "next"
2069        to fail on the 68360.
2070
20712002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2072
2073        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2074        PR 220
2075        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2076        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2077        CVS.
2078        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2079        libnetworking/sys/filio.h: Remove.
2080        * libnetworking/sys/Makefile.am: Reflect changes above.
2081
20822002-05-07      Chris Johns <ccj@acm.org>
2083
2084        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2085        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2086        requires it to be stripped.
2087
20882002-05-01      Eric Norum <eric.norum@usask.ca>
2089
2090        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2091        assembly  to satisfy gcc 3.1 and newer.
2092
20932002-04-26      Eric Norum <eric.norum@usask.ca>
2094
2095        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2096        agressive optimization in gcc 3.1 does not reorder things.
2097
20982002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2099
2100        * libchip/network/dec21140.c: Reflect changes to powerpc's
2101        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2102        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2103        <rtems/score/cpu.h>.
2104        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2105        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2106
21072002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2108
2109        * optman/configure.ac: Remove ENABLE_GCC28.
2110
21112002-04-11      Chris Johns <ccj@acm.org>
2112
2113        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2114        driver control block field to the ifconfig network driver structure.
2115        This field is needed by the i82586 driver which was ported from NetBSD
2116        as it had better hardware abstraction.
2117        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2118        PR59, added the drv_ctrl driver control block field to the ifconfig
2119        network driver structure. This field is needed by the i82586 driver
2120        which was ported from NetBSD as it had better hardware abstraction.
2121
21222002-04-10      Mike Siers <mikes@poliac.com>
2123
2124        * libnetworking/rtems_webserver/NOTES,
2125        libnetworking/rtems_webserver/asp.c,
2126        libnetworking/rtems_webserver/balloc.c,
2127        libnetworking/rtems_webserver/default.c,
2128        libnetworking/rtems_webserver/ej.h,
2129        libnetworking/rtems_webserver/ejIntrn.h,
2130        libnetworking/rtems_webserver/ejlex.c,
2131        libnetworking/rtems_webserver/ejparse.c,
2132        libnetworking/rtems_webserver/emfdb.c,
2133        libnetworking/rtems_webserver/emfdb.h,
2134        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2135        libnetworking/rtems_webserver/handler.c,
2136        libnetworking/rtems_webserver/license.txt,
2137        libnetworking/rtems_webserver/md5.h,
2138        libnetworking/rtems_webserver/md5c.c,
2139        libnetworking/rtems_webserver/mime.c,
2140        libnetworking/rtems_webserver/misc.c,
2141        libnetworking/rtems_webserver/ringq.c,
2142        libnetworking/rtems_webserver/rom.c,
2143        libnetworking/rtems_webserver/security.c,
2144        libnetworking/rtems_webserver/sock.c,
2145        libnetworking/rtems_webserver/sym.c,
2146        libnetworking/rtems_webserver/uemf.c,
2147        libnetworking/rtems_webserver/uemf.h,
2148        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2149        libnetworking/rtems_webserver/url.c,
2150        libnetworking/rtems_webserver/value.c,
2151        libnetworking/rtems_webserver/wbase64.c,
2152        libnetworking/rtems_webserver/webcomp.c,
2153        libnetworking/rtems_webserver/webpage.c,
2154        libnetworking/rtems_webserver/webrom.c,
2155        libnetworking/rtems_webserver/webs.c,
2156        libnetworking/rtems_webserver/webs.h,
2157        libnetworking/rtems_webserver/websuemf.c,
2158        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2159        2.1.4.
2160
21612002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2162
2163        * libchip/network/i82586.c: Include <string.h>.
2164        * libchip/network/sonic.c: Ditto.
2165
21662002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2167
2168        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2169
21702002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2171
2172        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2173
21742002-03-27      Thomas.Doerfler@imd-systems.de
2175
2176        PR 144
2177        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2178        memory address 0 when called for the first time. This is done when
2179        trying to clear the variable "dhcp_hostname".
2180
21812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2182
2183        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2184        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2185        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2186        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2187        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2188        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2189        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2190        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2191        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2192        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2193        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2194        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2195        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2196        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2197        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2198        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2199        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2200        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2201        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2202        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2203        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2204        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2205        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2206        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2207        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2208        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2209        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2210        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2211        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2212        AUTOMAKE_OPTIONS.
2213        * libnetworking/configure.ac:
2214        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2215        foreign 1.6]).
2216        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2217        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2218        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2219        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2220        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2221        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2222        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2223        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2224        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2225        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2226        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2227        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2228        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2229        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2230        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2231        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2232        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2233
22342002-03-27      Ilya Alexeev <ilya@continuum.ru>
2235
2236        PR 162
2237        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2238        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2239        used in a device write routines.  Now ppp_softc structure have own
2240        character for writing to device (sc_outchar).  I think that converting
2241        local variables to static is not a right solution, because problems will
2242        occur in the case of two or more ppp instances.
2243        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2244        must be u_long, otherwise in the case of the big output packet endless
2245        loop may occur.
2246
22472002-03-21      Ilya Alexeev <ilya@continuum.ru>
2248
2249        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2250        preparations for multiple PPPD connections.
2251
22522002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2253
2254        PR 149
2255        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2256        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2257        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2258        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2259
22602002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2261
2262        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2263        * configure.ac: Modified to reflect addition.
2264
22652002-02-27      Ilya Alexeev <ilya@continuum.ru>
2266
2267        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2268        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2269        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2270        capabilities as well as eliminate some warnings.
2271
22722002-02-27      Eric Norum <eric.norum@usask.ca>
2273
2274        * libnetworking/net/radix.c: Properly handle fetching the default route
2275        when there is no route.  This was a bug in the original FreeBSD code and
2276        this fix is from an updated version of their code.
2277
22782002-02-16      Eric Norum <eric.norum@usask.ca>
2279
2280        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2281        checking.
2282
22832002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2284
2285        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2286        dodefaultroute.
2287
22882002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2289
2290        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2291        include <rtems/seterr.h>.
2292
22932002-02-01      Mike Siers <mikes@poliac.com>
2294
2295        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2296        avoid bringing the link down too fast. NOTE: Mike reports successfully
2297        running at 56K baud on a direct link.
2298
22992002-02-01      Eric Valette <valette@crf.canon.fr>
2300
2301        * librdbg/So many patches have been posted recently on the mailing list
2302        and  because we were unable to find correct solution to compile on
2303        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2304        because the coding  style of rdbg was rather inconsistant among various
2305        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2306        global coding style (using indent + manual edits), 2) incorporate/review
2307        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2308        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2309        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2310        after rdbg initialization is done, NB : the paches is huge but it is
2311        mainly due to coding styke chnages.  Only few lines of codes have been
2312        really changed and they do not impact  rdbg functionnality (AFAIKT).
2313        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2314        librdbg/include/rdbg/m68k/rdbg_f.h,
2315        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2316        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2317        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2318        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2319        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2320        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2321        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2322        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2323        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2324        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2325        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2326        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2327        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2328        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2329        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2330        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2331
23322002-01-31      Mike Siers <mikes@poliac.com>
2333
2334        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2335        * Nice Update of PPPD support which eliminates the requiremetn that
2336        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2337        and reports that it seems to be more stable and handle larger packets
2338        better.  This patch replaces the termios tasks with more general pppd
2339        network driver tasks.  The functions pppinput() and pppstart() get
2340        called from the interrupt service routine.
2341        * libnetworking/Makefile.am, libnetworking/configure.ac,
2342        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2343        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2344        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2345        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2346        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2347        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2348        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2349        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2350        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2351        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2352        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2353        libnetworking/net/route.c, libnetworking/net/route.h,
2354        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2355        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2356        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2357        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2358        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2359        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2360        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2361        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2362        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2363        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2364        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2365        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2366        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2367        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2368        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2369        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2370        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2371        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2372        libnetworking/pppd/example/README,
2373        libnetworking/pppd/example/netconfig.h,
2374        libnetworking/wrapup/Makefile.am: Modified.
2375        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2376        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2377        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2378        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2379        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2380        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2381        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2382        libnetworking/modem/pppcompress.c: Subdirectory removed.
2383
23842002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2385
2386        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2387        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2388
23892002-01-18      Till Straumann <strauman@slac.stanford.edu>
2390
2391        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2392        issues: - exception handler needs to enable MSR_FP if the interrupted
2393        thread is FP enabled. - printk message for MSR fixed and added
2394        stacktrace. NOTE: this requires the stacktrace patch to
2395        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2396        however).
2397
23982002-01-06      Joel Sherrill <joel@OARcorp.com>
2399
2400        * optman/.cvsignore: Added aclocal.m4 and configure.
2401        * optman/.cvsignore: New file.
2402
24032002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2404
2405        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2406
24072002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2408
2409        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2410        * optman/ChangeLog: New.
2411        * optman/configure.ac: New.
2412        * optman/Makefile.am: New.
2413        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2414        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2415
24162001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2417
2418        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2419
24202001-12-18      Eric Norum <eric.norum@usask.ca>
2421
2422        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2423        `directories' (path names with a / at the end) while disallowing open()
2424        operations on TFTP `directories'.
2425
24262001-12-07      Eric Norum <eric.norum@usask.ca>
2427
2428        * libnetworking/lib/tftpDriver.c: Restore write capability.
2429
24302001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2431
2432        * libchip/network/sonic.h: Fix typo.
2433        * libnetworking/arpa/Makefile.am: Remove stray lines.
2434
24352001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2436
2437        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2438
24392001-10-18      Eric Norum <eric.norum@usask.ca>
2440
2441        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2442        chdir() and open() operations within the TFTP file system.
2443
24442001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2445
2446        * librdbg/configure.ac: Fix latent bug exposed by removal of
2447        config.cache's which prevented powerpc targets librdbg from building.
2448
24492001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2450
2451        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2452        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2453        autoconf-2.52 happy.
2454
24552001-10-12      Mike Siers <mikes@poliac.com>
2456
2457        * libnetworking/Update to stable working state.  Congratulations Mike!
2458        :).
2459        * libnetworking/modem_example: Directory removed.
2460        * libnetworking/modem_example/16550.h,
2461        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2462        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2463        libnetworking/modem_example/ppp.h,
2464        libnetworking/modem_example/pppcompress.c: Files removed.
2465        * libnetworking/pppd/example/pppd.options: New file.
2466        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2467        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2468        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2469        libnetworking/pppd/rtemsmain.c: Updated.
2470
24712001-10-12      Joel Sherrill <joel@OARcorp.com>
2472
2473        * libchip/serial/z85c30.c: Fixed typo.
2474
24752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2476
2477        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2478        * configure.in: Remove.
2479        * configure.ac: New file, generated from configure.in by autoupdate.
2480        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2481        * libchip/configure.in: Remove.
2482        * libchip/configure.ac: New file, generated from configure.in by
2483        autoupdate.
2484        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2485        * librdbg/configure.in: Remove.
2486        * librdbg/configure.ac: New file, generated from configure.in by
2487        autoupdate.
2488        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2489        * libnetworking/configure.in: Remove.
2490        * libnetworking/configure.ac: New file, generated from configure.in by
2491        autoupdate.
2492
24932001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2494
2495        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2496        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2497        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2498
24992001-09-27      Joel Sherrill <joel@OARcorp.com>
2500
2501        * libchip/ChangeLog: Fixed typo in date.
2502
25032001-09-27      Eric Norum <eric.norum@usask.ca>
2504
2505        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2506        TFTP  filesystem.
2507
25082001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2509
2510        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2511        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2512        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2513        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2514        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2515        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2516        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2517        'PREINSTALL_FILES ='.
2518        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2519        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2520        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2521        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2522        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2523        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2524        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2525        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2526        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2527        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2528        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2529        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2530
25312001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2532
2533        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2534        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2535        * librdbg/src/m68k/any/Makefile.am: Ditto.
2536        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2537        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2538        happy.
2539
25402001-09-21      Joel Sherrill <joel@OARcorp.com>
2541
2542        * libchip/network/Makefile.am: Fixed typo on file name.
2543        * libchip/network/i82586.c: Commented out line 318 which is referencing
2544        a member of a structure that is not currently there.  This needs to be
2545        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2546        to C style.
2547
25482001-09-19      Eric Norum <eric.norum@usask.ca>
2549
2550        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2551
25522001-09-19      Chris Johns <ccj@acm.org>
2553
2554        * libchip/network/README.i82586, libchip/network/i82586.c,
2555        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2556        Network driver for Intel i82586.
2557        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2558        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2559        "root" filesystem with information obtained via the DHCP response.
2560
25612001-09-14      Eric Norum <eric.norum@usask.ca>
2562
2563        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2564        make gcc 3.x happy.
2565
25662001-08-16      Mike Siers <mikes@poliac.com>
2567
2568        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2569        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2570        These support callback functionality that has not even been compiled
2571        under RTEMS yet.
2572        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2573        example application.  Mike's notes on the modifications: - renamed
2574        error() function because of namespace problems - removed calls to the
2575        exit() funciton - removed extra files from the pppd source directory -
2576        defined pppd task constant values in rtemspppd.h - modifyied example
2577        code to get actual tick per second value - placed the pppd 2.3.11 man
2578        page file (pppd.8) into the pppd directory.
2579        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2580        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2581        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2582        libnetworking/pppd/rtems-ppp.c: Deleted.
2583        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2584        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2585        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2586        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2587        libnetworking/pppd/example/init.c,
2588        libnetworking/pppd/example/netconfig.h,
2589        libnetworking/pppd/example/ppp.conf,
2590        libnetworking/pppd/example/pppdapp.c,
2591        libnetworking/pppd/example/system.h: New files.
2592        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2593        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2594        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2595        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2596        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2597        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2598        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2599        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2600        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2601        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2602        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2603        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2604        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2605        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2606        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2607
26082001-08-16      Joel Sherrill <joel@OARcorp.com>
2609
2610        * libnetworking/pppd/example/Makefile: Removed.
2611        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2612        to avoid bootstrap -c clobbering it.
2613        * libnetworking/rtems_telnetd/.cvsignore: New file.
2614
26152001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2616
2617        * libnetworking/Makefile.am, libnetworking/configure.in,
2618        libnetworking/rtems_servers/Makefile.am,
2619        libnetworking/rtems_servers/telnetd.c,
2620        libnetworking/rtems_servers/telnetd.h,
2621        libnetworking/rtems_telnetd/Makefile.am,
2622        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2623        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2624        libnetworking/rtems_telnetd/telnetd.c,
2625        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2626        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2627        effect when ftpd change. - the tcp/ip stats have been implemented into
2628        icmds.c and started when telnetd daemon is started.
2629        * libnetworking/rtems_servers/telnetd.c,
2630        libnetworking/rtems_servers/telnetd.h: Removed.
2631        * libnetworking/rtems_telnetd: New directory.
2632        * libnetworking/rtems_telnetd/Makefile.am,
2633        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2634        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2635        libnetworking/rtems_telnetd/telnetd.c,
2636        libnetworking/rtems_telnetd/telnetd.h: New files.
2637
26382001-06-14      Joel Sherrill <joel@OARcorp.com>
2639
2640        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2641        Moved from libmisc/shell so the network stack to address network
2642        depenendency.
2643        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2644
26452001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2646
2647        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2648
26492001-05-15      Joel Sherrill <joel@OARcorp.com>
2650
2651        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2652        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2653        accidentally deleted the incorrectly empty versions.
2654
26552001-05-14      Till Straumann <strauman@slac.stanford.edu>
2656
2657        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2658        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2659        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2660        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2661        to know the values) - the affected BSP (shared/motorola) headers have
2662        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2663        driver (libchip/network/dec21140.c) has been fixed to use
2664        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2665        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2666        who is using this driver. - the DEC driver also has been fixed to use
2667        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2668        delay_in_bus_cycles().
2669
26702001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2671
2672        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2673
26742001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2675
2676        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2677
26782001-04-24      Eric Norum <eric.norum@usask.ca>
2679
2680        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2681        NTP synchronization a little more robust -- no NTP daemon yet, but at
2682        least it trys a little harder when the primary NTP server is down.
2683
26842001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2685
2686        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2687        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2688        libnetworking/pppd/modem_example/modem.c,
2689        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2690        other strings into English.
2691        * libnetworking/pppd/STATUS: updated to reflect the changes.
2692
26932001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2694
2695        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2696        again.
2697
26982001-04-20      Eric Valette <valette@crf.canon.fr>
2699
2700        * mcp750 directory renamed new_exception processing as it supports many
2701        more CPU models.
2702        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2703        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2704        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2705        formerly in mcp750 plus modifications.
2706        * librdbg/src/powerpc/mcp750/.cvsignore,
2707        librdbg/src/powerpc/mcp750/Makefile.am,
2708        librdbg/src/powerpc/mcp750/remdeb.h,
2709        librdbg/src/powerpc/mcp750/remdeb_f.x,
2710        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2711        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2712        new_exception_processing.
2713        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2714        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2715        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2716        part of this effort to add support for the MPC8xx.
2717
27182001-04-19      Joel Sherrill <joel@OARcorp.com>
2719
2720        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2721        internal include files.
2722
27232001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2724
2725        PR 158
2726        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2727        rcmd() library call by commenting out the parts that deal with signals.
2728        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2729        stdio. The 'server-side' parts of this file which deal with
2730        authentication are disabled since they are not needed.
2731
27322001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2733
2734        * libnetworking/include/.cvsignore: Remove dangling file.
2735
27362001-03-14      Joel Sherrill <joel@OARcorp.com>
2737
2738        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2739        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2740        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2741        libchip style serial drivers can be written in libcpu or libbsp.
2742
27432001-03-01      Joel Sherrill <joel@OARcorp.com>
2744
2745        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2746        libchip/network/sonic.c, libchip/network/sonic.h,
2747        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2748        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2749        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2750        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2751        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2752        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2753        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2754        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2755
27562001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2757
2758        * librdbg/include/rdbg/Makefile.am,
2759        librdbg/include/rdbg/i386/Makefile.am,
2760        librdbg/include/rdbg/m68k/Makefile.am,
2761        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2762        style on include files.
2763
27642001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2765
2766        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2767        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2768        replace ${..} with $(..).
2769        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2770        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2771        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2772        libnetworking/rtems/Makefile.am, libnetworking/
2773        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2774        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2775        include_*HEADERS instead of H_FILES.
2776        * libnetworking/include/Makefile.am: Remove.
2777        * libnetworking/Makefile.am: Add handling of *.h files.
2778        * libnetworking/configure.in: Remove include/Makefile.
2779
27802001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2781
2782        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2783
27842001-01-31      Sergei Organov <osv@javad.ru>
2785
2786        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2787        current dir and root dir removed in favor of new libio support for
2788        task-local current and root directories. - Bug in `close_data_socket()'
2789        introduced by previous change fixed. - `command_pasv()' changed to set
2790        timeout on socket we are listening on and code fixed to don't close
2791        socket twice on error. - `serr()' changed to clear `errno'. -
2792        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2793        changed to clear `errno' before processing session. -
2794        `close_data_socket()' fixed to close both active and passive sockets -
2795        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2796        empty string  in `exec_command()'.
2797
27982001-01-25      Eric Norum <eric.norum@usask.ca>
2799
2800        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2801        improves throughput on systems which are dropping packets.   Only the
2802        first timeout is reduced.  This keeps the number of extra packets down
2803        on networks that are very busy and dropping lots of packets.
2804
28052001-01-24      Sergei Organov <osv@javad.ru>
2806
2807        * libnetworking/rtems_servers/ftpd.c,
2808        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2809        - Timeouts on sockets implemented. 'idle' field added to configuration.
2810        No timeout by default to keep backward compatibility. Note: SITE IDLE
2811        command not implemented yet. - Basic global access control implemented.
2812        'access' field added to configuration. No access limitations by default
2813        to keep backward compatibility. - Anchor data socket for active mode
2814        (using self IP and port 20.) - Fixed default data port support (still
2815        not tested). - Don't allow IP address different from originating host in
2816        PORT command to improve security. - Fixed bug in MDTM command. - Check
2817        for correctness of parsing of argument in command_port(). - Fixed
2818        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2819        a directory. - Command parsing a little bit improved: command names are
2820        now converted to upper-case to be more compatible with RFC (command
2821        names are not case-sensitive.) - Reformat comments so that they have
2822        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2823        previous changes - True ASCII mode implemented (doesn't work for hooks
2824        and /dev/null) - Passive mode implemented, PASV command added. - Default
2825        port for data connection could be used (untested, can't find ftp client
2826        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2827        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2828
28292001-01-18      Joel Sherrill <joel@OARcorp.com>
2830
2831        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2832        macro using variable arguments.
2833        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2834        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2835        since I updated the main RTEMS development machine to RedHat 7.2 and
2836        apparently got a new version of rpcgen.
2837
28382001-01-12      Sergei Organov <osv@javad.ru>
2839
2840        * libnetworking/rtems_servers/ftpd.c,
2841        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2842        - use pool of pre-created threads to handle sessions instead of
2843        creating/deleting threads on the fly - LIST output is now similar to
2844        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2845        happy with it. - LIST NAME now works (both for files and directories) -
2846        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2847        clients happy  - keep track of CWD for every session separately -
2848        ability to specify root directory name for FTPD in configuration table.
2849        FTPD will then create illusion for FTP clients that this is actually
2850        root directory. - ignore options sent in commands, thus LIST -al FILE
2851        works and doesn't try to list "-al" directory. - buffers are allocated
2852        on stack instead of heap where possible to eliminate malloc/free calls
2853        (avoid possible heap fragmentation troubles). - drop using of task
2854        notepad to pass parameters - use function arguments instead - use
2855        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2856        in socket() instead of AF_INET.
2857
28582001-01-02      Joel Sherrill <joel@OARcorp.com>
2859
2860        * libnetworking/CHANGELOG: Removed.
2861        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2862
28632000-12-14      Eric Norum <eric.norum@usask.ca>
2864
2865        * libnetworking/lib/tftpDriver.c: Added write capability.
2866
28672000-12-08      Joel Sherrill <joel@OARcorp.com>
2868
2869        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
2870        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
2871        numerous variable declarations conditional on PPP_COMPRESS and
2872        PPP_FILTER.  Commented out variables that were not used because the code
2873        using them was commented out. Removed totally unused variables.
2874        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
2875        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
2876
28772000-11-30      Joel Sherrill <joel@OARcorp.com>
2878
2879        * libnetworking/modem/ppp_tty.c: Changed to include
2880        <rtems/termiostypes.h> since that is an RTEMS specific header file.
2881        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
2882        * libnetworking/Makefile.am: Modified to reflect above.
2883
28842000-11-27      Joel Sherrill <joel@OARcorp.com>
2885
2886        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
2887
28882000-11-25      Eric Norum <eric.norum@usask.ca>
2889
2890        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
2891        core.
2892
28932000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
2894
2895        * libnetworking/wrapup/Makefile.am: Added modem subdir.
2896        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
2897        subdir.
2898        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
2899        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
2900        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
2901        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
2902        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2903        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
2904        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
2905        main.c and ppp_tty.c should be scratched. The modem subdir has the real
2906        ppp_tty.c and the real pppd main is in pppmain.c.
2907
29082000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2909
2910        * libchip/network/sonic.c: Added ipalign() routine to align the received
2911        packet so that the ip header is on a 32-bit boundary. Necessary for
2912        cpu's that do not allow unaligned loads and stores and when the 32-bit
2913        DMA mode is used.
2914
29152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2916
2917        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2918        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
2919        ACLOCAL_AMFLAGS.
2920        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
2921        ACLOCAL_AMFLAGS.
2922        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
2923        ACLOCAL_AMFLAGS.
2924
29252000-11-03      Chris Johns <ccj@acm.org>
2926
2927        * libchip/network/README.cs8900, libchip/network/cs8900.c,
2928        libchip/network/cs8900.h: New files.
2929
29302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2931
2932        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2933        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2934        $(RTEMS_TOPdir)/aclocal.
2935        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2936        $(RTEMS_TOPdir)/aclocal.
2937        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
2938        $(RTEMS_TOPdir)/aclocal.
2939
29402000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2941
2942        * configure.in: Switch to GNU-canonicalization.
2943        * Makefile.am: Reflect changes to configure.in.
2944        * acinclude.m4: Remove.
2945
29462000-10-30      Joel Sherrill <joel@OARcorp.com>
2947
2948        * POSIX include files merged into newlib.  This resulted in some
2949        definitions moving to other files and thus some secondary effects in
2950        RTEMS source code.
2951        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
2952        in sync with newlib's <machine/types.h>.
2953        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
2954        definition of struct itimerval in <sys/time.h>.
2955
29562000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2957
2958        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
2959        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2960        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
2961        * ChangeLog: Fix typos.
2962        * configure.in: add tests to the GNU canonicalized subdirectories.
2963
29642000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2965
2966        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
2967        * configure.in: add lib to the GNU canonicalized subdirectories,  make
2968        the lib directory before configuring lib/.
2969
29702000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2971
2972        * configure.in, Makefile.am: add exec to the GNU canonicalized
2973        subdirectories.
2974        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
2975        * configure.in: add libnetworking, librpc and librdb to the GNU
2976        canonicalized subdirectories.
2977        * configure.in: add libmisc and libchip to the GNU canonicalized
2978        subdirectories.
2979        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2980        Switch to GNU canonicalization.
2981        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2982        Switch to GNU canonicalization.
2983        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2984        Switch to GNU canonicalization.
2985
29862000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2987
2988        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
2989        canonicalization to libfs/. The approach is currently a bit of a hack as
2990        GNU canonicalization does not support the per-BSP build some of the
2991        other directories require.  As more of the tree is converted, this will
2992        become less  of an issue.
2993
29942000-10-20      Joel Sherrill <joel@OARcorp.com>
2995
2996        * libchip/network/dec21140.c: Corrected attach to include "int attach"
2997        parameter.
2998
29992000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3000
3001        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3002        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3003        * librdbg/configure.in: Add m68k support.
3004        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3005        subdirectory.
3006        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3007        failure.
3008        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3009        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3010        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3011        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3012        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3013        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3014        librdbg/src/m68k/.cvsignore: New files.
3015        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3016        function pointers.
3017        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3018        _after_ pointer has been checked against NULL.
3019
30202000-10-18      Joel Sherrill <joel@OARcorp.com>
3021
3022        * wrapup/Makefile.am: Added libfs.
3023
30242000-10-18      Chris Johns <ccj@acm.org>
3025
3026        * libfs created.
3027        * configure.in: Added libfs subdirectory.
3028        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3029
30302000-09-28      Joel Sherrill <joel@OARcorp.com>
3031
3032        * libnetworking/rtems_webserver/Makefile.am,
3033        libnetworking/rtems_webserver/base64.c,
3034        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3035        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3036
30372000-09-22      Joel Sherrill <joel@OARcorp.com>
3038
3039        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3040        libnetworking/rtems/rtems_bsdnet_internal.h,
3041        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3042        have included rtems.h.  It is now including precisely the  least amount
3043        of low level, yet portable .h files to get the basic RTEMS types
3044        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3045        used machine/types.h to include rtems.h.
3046
30472000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3048
3049        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3050
30512000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3052
3053        * libnetworking/ChangeLog: Cleanup.
3054
30552000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3056
3057        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3058        * libchip/ChangeLog: Fix formating.
3059
30602000-09-05      Joel Sherrill <joel@OARcorp.com>
3061
3062        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3063        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3064        confusion and to work with the converted flags.
3065
30662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3067
3068        * wrapup/Makefile.am: Include compile.am.
3069        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3070        libchip/serial/Makefile.am: Include compile.am.
3071        * librdbg/src/i386/any/Makefile.am,
3072        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3073        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3074        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3075        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3076        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3077        libnetworking/rtems_servers/Makefile.am,
3078        libnetworking/rtems_webserver/Makefile.am,
3079        libnetworking/wrapup/Makefile.am: Include compile.am.
3080
30812000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3082
3083        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3084        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3085
30862000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3087
3088        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3089
30902000-08-31      Joel Sherrill <joel@OARcorp.com>
3091
3092        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3093        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3094        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3095        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3096        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3097        * libnetworking/wbase64.c: Removed.
3098        * libnetworking/Makefile.am, libnetworking/asp.c,
3099        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3100        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3101        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3102        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3103        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3104        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3105        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3106        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3107        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3108        Modified.
3109
31102000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3111
3112        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3113
31142000-08-30      Joel Sherrill <joel@OARcorp.com>
3115
3116        * libnetworking/rtems_webserver/license.txt: New file.
3117
31182000-08-10      Joel Sherrill <joel@OARcorp.com>
3119
3120        * ChangeLog: New file.
3121        * libchip/ChangeLog: New file.
3122        * librdbg/ChangeLog: New file.
3123        * libnetworking/ChangeLog: New file.
3124
Note: See TracBrowser for help on using the repository browser.