source: rtems/c/src/ChangeLog @ 600a241e

4.104.114.84.95
Last change on this file since 600a241e was 600a241e, checked in by Joel Sherrill <joel.sherrill@…>, on 12/13/06 at 15:52:00

2006-12-13 Joel Sherrill <joel@…>

  • librtems++/include/rtems++/rtemsEvent.h, librtems++/include/rtems++/rtemsMessageQueue.h, librtems++/include/rtems++/rtemsSemaphore.h, librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc, librtems++/src/rtemsMessageQueue.cc, librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change rtems_unsigned32 to uint32_t.
  • Property mode set to 100644
File size: 124.4 KB
Line 
12006-12-13      Joel Sherrill <joel@OARcorp.com>
2
3        * librtems++/include/rtems++/rtemsEvent.h,
4        librtems++/include/rtems++/rtemsMessageQueue.h,
5        librtems++/include/rtems++/rtemsSemaphore.h,
6        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
7        librtems++/src/rtemsMessageQueue.cc,
8        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
9        rtems_unsigned32 to uint32_t.
10
112006-12-13      Joel Sherrill <joel@OARcorp.com>
12
13        PR 1181/bsps
14        * optman/rtems/no-msg.c: Clean up dead code.
15
162006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
19
202006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
23        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
24        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
25
262006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * configure.ac: New BUG-REPORT address.
29
302006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Remove ampolish3.
33
342006-11-17      Joel Sherrill <joel@OARcorp.com>
35
36        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
37        blank lines.
38
392006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * configure.ac: Remove RTEMS_AMPOLISH3.
42        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
43          Remove checks for AMPOLISH3.
44        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
45        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
46        * ampolish3: Remove.
47
482006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
51        * aclocal/prog-cc.m4: Remove CFLAGS.
52        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
53        Compose CFLAGS. Append CFLAGS to ac_configure_args.
54
552006-10-23      Joel Sherrill <joel@OARcorp.com>
56
57        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
58
592006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * automake/compile.am: Use hard-coded RTEMS_* flags.
62
632006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * aclocal/rtems-top.m4: Remove RTEMS_API.
66        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
67
682006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
71
722006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
75
762006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * aclocal/version.m4: Bump version to 4.7.99.0.
79
802006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * configure.ac: Require autoconf-2.60. Require automake-1.10.
83
842006-09-11      Joel Sherrill <joel@OARcorp.com>
85
86        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
87
882006-09-04      Joel Sherrill <joel@OARcorp.com>
89
90        * libchip/network/greth.c, libchip/network/open_eth.c,
91        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
92        introduced by warning removal.
93
942006-09-01      Joel Sherrill <joel@OARcorp.com>
95
96        * libchip/network/greth.c, libchip/network/open_eth.c,
97        libchip/network/smc91111.c: Remove warnings and correct prototype
98        added earlier today.
99
1002006-09-01      Joel Sherrill <joel@OARcorp.com>
101
102        * libchip/network/cs8900.c, libchip/network/greth.c,
103        libchip/network/i82586.c, libchip/network/open_eth.c,
104        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
105        sized integers, and inttypes.h printf helpers.
106
1072006-08-09      Kolja Waschk <waschk@telos.de>
108
109        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
110
1112006-07-12      Joel Sherrill <joel@OARcorp.com>
112
113        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
114
1152006-07-11      Jerry Needell <jerry.needell@unh.edu>
116
117        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
118        4.6 branch.  Original modifications by Gaisler Enterprises.
119        * libchip/network/greth.c, libchip/network/greth.h: New files.
120
1212006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
122
123        * ide/ata.[ch]:
124        (PR1118) fetch priority for ATA task from a variable,
125        not a fixed configuration value.
126       
1272006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * Makefile.am: Add ampolish3.
130
1312006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
132
133        * ampolish3: New.
134        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
135
1362006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * aclocal/rtems-ampolish.m4: New.
139        * configure.ac: Use RTEMS_AMPOLISH3.
140
1412006-04-18  Joel Sherrill <joel@OARcorp.com>
142
143        * aclocal/version.m4: Updated to rtems-4.6.99.3.
144
1452006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
146
147        PR 853/filesystem
148        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
149        should be modified to support the new exception scheme and to use the
150        handle parameter.
151
1522006-02-a32     Eric Norum <norume@aps.anl.gov>
153
154        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
155        "newer" PCI access calls.  Minor cleanups.  Comments.
156
1572006-01-12      Eric Norum <norume@aps.anl.gov>
158
159        PR 861/networking
160        PR 863/networking
161        * libchip/network/smc91111.c: Fix illegal lvalue increments.
162
1632006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
164
165        * wrapup/Makefile.am: Add preinstall.am.
166        * libchip/Makefile.am: Build libchip/network/smc91111.
167        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
168        Eliminate cyg_int* crap.
169
1702006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * librdbg/Makefile.am: Add preinstall.am.
173        * aclocal/bsp-configure.m4: Add ampolish3.
174        New header guards.
175
1762006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * libchip/network/open_eth.c, libchip/network/open_eth.h:
179        Merger from rtems-4-6-branch.
180
1812006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * libchip/network/smc91111.c
184        libchip/network/smc91111config.h
185        libchip/network/smc91111exp.h
186        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
187        * libchip/Makefile.am: Reflect adding smc91111*.
188
1892006-01-08      Joel Sherrill <joel@OARcorp.com>
190
191        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
192        char *.
193
1942006-01-08      Joel Sherrill <joel@OARcorp.com>
195
196        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
197        warnings.
198
1992005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
200
201        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
202        Add RTEMS_RELLDFLAGS.
203        * automake/compile.am: Remove RTEMS_USE_GCC.
204        Remove RTEMS_RELLDFLAGS.
205        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
206
2072005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
208
209        * libchip/network/if_media.h, libchip/network/mii.h:
210        Remove (Moved to cpukit).
211        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
212        and libchip/network/if_media.h.
213        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
214        if_media.h having moved.
215
2162005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
217
218        * automake/compile.am, automake/host.am, automake/local.am,
219        automake/subdirs.am: Remove depend.
220        * configure.ac: Explicitly pass --libdir and --includedir to
221        testsuites.
222
2232005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * configure.ac: Reflect changes to testsuites.
226
2272005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * automake/compile.am: Remove GCCSPECS.
230        * aclocal/prog-cc.m4: Add GCCSPECS.
231        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
232
2332005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
234
235        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
236        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
237
2382005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
239
240        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
241        libcpu/byteorder.h for i386.
242
2432005-11-02      Till Straumann <strauman@slac.stanford.edu>
244
245        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
246        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
247        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
248        added a simple API/library for i2c devices and drivers for i2c
249        2-byte eeproms and a ds1621 temperature sensor; API is documented
250        in libi2c.h.
251
2522005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * libnetworking/pppd/ipxcp.c,
255        libnetworking/pppd/chat.c,
256        libnetworking/pppd/patchlevel.h,
257        libnetworking/pppd/upap.h,
258        libnetworking/pppd/md5.h,
259        libnetworking/pppd/pppd.8,
260        libnetworking/pppd/README,
261        libnetworking/pppd/preinstall.am,
262        libnetworking/pppd/md4.h,
263        libnetworking/pppd/magic.c,
264        libnetworking/pppd/pppd.h,
265        libnetworking/pppd/demand.c,
266        libnetworking/pppd/rtemsmain.c,
267        libnetworking/pppd/sys-rtems.c,
268        libnetworking/pppd/ipcp.h,
269        libnetworking/pppd/lcp.h,
270        libnetworking/pppd/chap_ms.c,
271        libnetworking/pppd/md4.c,
272        libnetworking/pppd/rtemspppd.h,
273        libnetworking/pppd/cbcp.h,
274        libnetworking/pppd/auth.c,
275        libnetworking/pppd/lcp.c,
276        libnetworking/pppd/example/README,
277        libnetworking/pppd/example/ppp.conf,
278        libnetworking/pppd/example/system.h,
279        libnetworking/pppd/example/netconfig.h,
280        libnetworking/pppd/example/pppdapp.c,
281        libnetworking/pppd/example/init.c,
282        libnetworking/pppd/example/Makefile-user,
283        libnetworking/pppd/example/pppd.options,
284        libnetworking/pppd/rtemspppd.c,
285        libnetworking/pppd/ipxcp.h,
286        libnetworking/pppd/chap_ms.h,
287        libnetworking/pppd/options.c,
288        libnetworking/pppd/magic.h,
289        libnetworking/pppd/chap.h,
290        libnetworking/pppd/cbcp.c,
291        libnetworking/pppd/upap.c,
292        libnetworking/pppd/chap.c,
293        libnetworking/pppd/Makefile.am,
294        libnetworking/pppd/ccp.h,
295        libnetworking/pppd/utils.c,
296        libnetworking/pppd/rtemsdialer.h,
297        libnetworking/pppd/fsm.h,
298        libnetworking/pppd/pathnames.h,
299        libnetworking/pppd/md5.c,
300        libnetworking/pppd/fsm.c,
301        libnetworking/pppd/ipcp.c,
302        libnetworking/pppd/STATUS,
303        libnetworking/pppd/ccp.c,
304        libnetworking/Makefile.am: Remove (Moved to cpukit).
305
3062005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
307
308        * configure.ac: Remove libnetworking, libnetworking/pppd.
309        * wrapup/Makefile.am: Remove libpppd.a.
310
3112005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
312
313        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
314        rtemsdialer.h to $(includedir)/rtems.
315
3162005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
317
318        * libnetworking/rtems_telnetd/icmds.c,
319        libnetworking/rtems_telnetd/Makefile.am,
320        libnetworking/rtems_telnetd/preinstall.am,
321        libnetworking/rtems_telnetd/pty.c,
322        libnetworking/rtems_telnetd/pty.h,
323        libnetworking/rtems_telnetd/README,
324        libnetworking/rtems_telnetd/telnetd.c,
325        libnetworking/rtems_telnetd/telnetd.h:
326        Remove (Moved to cpukit).
327
3282005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
329
330        * configure.ac: Remove libnetworking/rtems_telnetd.
331        * libnetworking/Makefile.am: Remove rtems_telnetd.
332        * libnetworking/README: Remove (Obsolete).
333        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
334
3352005-10-20  Eric Norum <norume@aps.anl.gov>
336
337        * libchip/network/dec21140.c: Clean up PCI mapping.
338
3392005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
340
341        * libnetworking/pppd/Makefile.am: Use preinstall.am.
342        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
343        librdbg/src/servrpc.c, librdbg/src/servtgt.c
344        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
345        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
346        * configure.ac: Move optman to the end of BSP_SUBDIRS.
347
3482005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
349
350        * aclocal/bspopts.m4: Add missing m4 quotes.
351
3522005-09-02  Joel Sherrill <joel@OARcorp.com>
353
354    * aclocal/version.m4: Updated to rtems-4.6.99.2.
355
3562005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
357
358        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
359        libchip/network/dec21140.c: Remove initialization of PCI bus.
360
3612005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
362
363        * optman/Makefile.am: Add preinstall.am.
364
3652005-07-18      Karel Gardas <kgardas@objectsecurity.com>
366
367        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
368        UNTESTED to tested.
369
3702005-06-17      Joel Sherrill <joel@OARcorp.com>
371
372        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
373        it is not supported by the MPC5xx.
374
3752005-06-17      Joel Sherrill <joel@OARcorp.com>
376
377        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
378        interface. Also correct attempting to build on other than PowerPC and
379        x86.
380
3812005-06-16      Daron Chabot <daron@nucleus.usask.ca>
382
383        * libchip/Makefile.am: Add driver for Tulip clones.
384        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
385        libchip/network/if_dcreg.h: New files.
386
3872005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
388
389        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
390        to enable rdbg.
391        * configure.ac: Reflect changes above.
392
3932005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
394
395        * configure.ac: Add ada/.
396
3972005-05-20      Sergei Organov  <osv@topconrd.ru>
398
399        PR 750/networking
400        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
401        wait_input().
402
4032005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
404
405        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
406        rtems/irq.h.
407
4082005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
409
410        * libchip/Makefile.am: Include preinstall.am.
411        * libchip/preinstall.am: New.
412
4132005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
414
415        * configure.ac: Add AMPOLISH3.
416        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
417        * libnetworking/rtems_telnetd/preinstall.am: New.
418        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
419
4202005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
421
422        * configure.ac: Let enable_rpcgen default to "no".
423
4242005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
425
426        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
427
4282005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
429
430        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
431        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
432
4332005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
434
435        * libchip/network/dec21140.c, libchip/network/elnk.c,
436        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
437
4382005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
439
440        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
441        of code as a result of the implementation of a common PCI interface.
442
4432005-05-04      Joel Sherrill <joel@OARcorp.com>
444
445        * libchip/network/open_eth.c: Remove prototype of set_vector.
446
4472005-05-03      Joel Sherrill <joel@OARcorp.com>
448
449        * librdbg/src/ptrace.c: Remove warning.
450
4512005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
452
453        * libchip/network/dec21140.c, libchip/network/elnk.c,
454        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
455        Modified parameter list to remove warnings.
456
4572005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
458
459        * libchip/network/cs8900.c, libchip/network/i82586.c,
460        libchip/network/open_eth.c, libchip/network/sonic.c,
461        libchip/serial/mc68681.c: Modified types to remove
462        warnings.  Added initialization to remove warnings.
463
4642005-04-28      Joel Sherrill <joel@OARcorp.com>
465
466        * libchip/network/README.sonic: Rewritten to account for removal of
467        dmv177.
468
4692005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
470
471        PR 781/rtems_misc
472        * libchip/serial/ns16550_p.h: Fix baud rate calculation
473
4742005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
475
476        * libchip/serial/ns16550.c:
477        Fixed warnings generated in various powerpc configurations
478
4792005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
480
481        * libchip/serial/ns16550.c: Modified
482        ISR to work with PPC new exception processing
483
4842005-03-14      Joel Sherrill <joel@OARcorp.com>
485
486        * libchip/network/dec21140.c, libchip/network/elnk.c,
487        libchip/network/if_fxp.c: Continue PCI API unification. All use
488        pci_find_device(). Network drivers manufacture a signature since all
489        calls have not been converted yet.
490
4912005-03-04      Joel Sherrill <joel@OARcorp.com>
492
493        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
494        initialize function part of the unified PCI API as pci_initialize().
495
4962005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
497
498        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
499        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
500
5012005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
502
503        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
504        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
505
5062005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
507
508        * aclocal/ppc.m4: Reflect changes to ppc exception processing
509        building procedures.
510
5112005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
512
513        * aclocal/prog-cc.m4:
514        Quote CFLAGS's RHS to accomodate Solaris broken sh.
515
5162005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
517
518        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
519
5202005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
521
522        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
523
5242005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
525
526        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
527
5282005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
529
530        * libnetworking/rtems_servers/ftp.c,
531        libnetworking/rtems_servers/ftp.h,
532        libnetworking/rtems_servers/Makefile.am:
533        Remove (relocated to cpukit/ftpd).
534        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
535        removed move libnetworking/rtems_servers.
536
5372005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
538
539        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
540
5412005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
542
543        PR 755/rtems
544        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
545        Remove local declarations of rtems_bsdnet_nameservers,
546        rtems_bsdnet_nameservers_count.
547
5482005-01-31      Sergei Organov <osv@topconrd.ru>
549
550        PR 751/pppd
551        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
552        committed to fix PR736 breaks pppd. chat.c should have its own static
553        ttyfd for pppd to work correctly. The symptom is that second
554        invokation of chat (for connect script) fails due to pppd_ttyfd set
555        to -1 by previous chat invokation (for init script). In addition,
556        this patch fixes leaving of dangling pointer in the abort_stbring[]
557        by chat_send().
558
5592005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
560
561        * configure.ac: Remove CFLAGS_DEBUG_V.
562        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
563
5642005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
565
566        * wrapup/Makefile.am: Remove rtems-ctor.o.
567
5682005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
569
570        * libchip/rtc/rtc.h: size_t RTC_Count.
571
5722005-01-20      Joel Sherrill <joel@OARcorp.com>
573
574        PR 736/pppd
575        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
576        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
577        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
578        should not be static and should have a name more specific to pppd.
579
5802005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
581
582        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
583        libnetworking/rtems_servers/Makefile.am,
584        libnetworking/rtems_telnetd/Makefile.am,
585        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
586        Eliminate CFLAGS_OPTIMIZE_V.
587
5882005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
589
590        * configure.ac: Pass CFLAGS to testsuites configure.
591        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
592        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
593
5942005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
595
596        * configure.ac: Pass CFLAGS to cpukit configure.
597        * aclocal/rtems-flags.m4: Remove (Unused).
598        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
599        * aclocal/env-rtemsbsp.m4:
600        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
601        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
602        RTEMS_CFLAGS.
603        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
604        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
605        Cleanup comments.
606
6072005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
608
609        * automake/compile.am: Remove build-variant support.
610
6112005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
612
613        * libnetworking/pppd/Makefile.am,
614        libnetworking/rtems_servers/Makefile.am,
615        libnetworking/rtems_telnetd/Makefile.am:
616        Remove build-variant support.
617
6182005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
619
620        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
621        support/Makefile.am, wrapup/Makefile.am:
622        Remove build-variant support.
623
6242004-11-22      Joel Sherrill <joel@OARcorp.com>
625
626        * libchip/network/if_fxp.c: Add entry for another module ID code.
627
6282004-11-22      Joel Sherrill <joel@OARcorp.com>
629
630        PR 693/misc
631        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
632        in/outport routines.
633
6342004-11-22      Joel Sherrill <joel@OARcorp.com>
635
636        PR 693/misc
637        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
638        in/outport routines.
639
6402004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
641
642        * aclocal/enable-itron.m4: Remove (unused).
643
6442004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
645
646        * configure.ac: Misc. quoting cleanups.
647        Enable ada-tests iff --enable-ada and --enable-tests.
648
6492004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
650
651        PR 703/filesystem
652        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
653        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
654        libchip/ide/ide_controller.c:
655        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
656        available for BSPS/device drivers.
657        Extend the "modes_available" and "mode_active" parameters to
658        uint16_t for UDMA support.
659
6602004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
661
662        * libchip/network/dec21140.c: Cleanup a bit and remove message about
663        not supported on PowerPC since it works on the MVME2100 BSP.
664
6652004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
666
667        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
668        Add dependency tracking for *.cfgs.
669        * Makefile.am: Add dependency tracking for *.cfg.
670
6712004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
672
673        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
674        (Thanks to Lars Munch <lars@segv.dk> for catching this).
675
6762004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
677
678        PR 707/make_build
679        * configure.ac: Add --enable-rpcgen.
680
6812004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
682
683        PR 700/rtems_misc
684        * libnetworking/rtems_webserver/asp.c,
685        libnetworking/rtems_webserver/balloc.c,
686        libnetworking/rtems_webserver/cgi.c,
687        libnetworking/rtems_webserver/default.c,
688        libnetworking/rtems_webserver/ej.h,
689        libnetworking/rtems_webserver/ejIntrn.h,
690        libnetworking/rtems_webserver/ejlex.c,
691        libnetworking/rtems_webserver/ejparse.c,
692        libnetworking/rtems_webserver/emfdb.c,
693        libnetworking/rtems_webserver/emfdb.h,
694        libnetworking/rtems_webserver/form.c,
695        libnetworking/rtems_webserver/handler.c,
696        libnetworking/rtems_webserver/h.c,
697        libnetworking/rtems_webserver/license.txt,
698        libnetworking/rtems_webserver/Makefile.am,
699        libnetworking/rtems_webserver/md5c.c,
700        libnetworking/rtems_webserver/md5.h,
701        libnetworking/rtems_webserver/mime.c,
702        libnetworking/rtems_webserver/misc.c,
703        libnetworking/rtems_webserver/NOTES,
704        libnetworking/rtems_webserver/ringq.c,
705        libnetworking/rtems_webserver/rom.c,
706        libnetworking/rtems_webserver/rtems_webserver.h,
707        libnetworking/rtems_webserver/security.c,
708        libnetworking/rtems_webserver/sock.c,
709        libnetworking/rtems_webserver/socket.c,
710        libnetworking/rtems_webserver/sockGen.c,
711        libnetworking/rtems_webserver/sym.c,
712        libnetworking/rtems_webserver/uemf.c,
713        libnetworking/rtems_webserver/uemf.h,
714        libnetworking/rtems_webserver/um.c,
715        libnetworking/rtems_webserver/um.h,
716        libnetworking/rtems_webserver/umui.c,
717        libnetworking/rtems_webserver/url.c,
718        libnetworking/rtems_webserver/value.c,
719        libnetworking/rtems_webserver/wbase64.c,
720        libnetworking/rtems_webserver/webcomp.c,
721        libnetworking/rtems_webserver/webmain.c,
722        libnetworking/rtems_webserver/webpage.c,
723        libnetworking/rtems_webserver/webrom.c,
724        libnetworking/rtems_webserver/webs.c,
725        libnetworking/rtems_webserver/websda.c,
726        libnetworking/rtems_webserver/websda.h,
727        libnetworking/rtems_webserver/webs.h,
728        libnetworking/rtems_webserver/websSSL.c,
729        libnetworking/rtems_webserver/websSSL.h,
730        libnetworking/rtems_webserver/websuemf.c,
731        libnetworking/rtems_webserver/wsIntrn.h:
732        Remove (Moved to cpukit/http).
733
7342004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
735
736        PR 700/rtems_misc
737        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
738        Remove libnetworking/rtems_webserver.
739
7402004-10-25      Eric Norum <norume@aps.anl.gov>
741
742        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
743
7442004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
745
746        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
747
7482004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
749
750        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
751        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
752
7532004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
754
755        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
756
7572004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
758
759        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
760        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
761
7622004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
763
764        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
765        BITSPERBYTE.
766
7672004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
768
769        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
770        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
771
7722004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
773
774        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
775
7762004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
777
778        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
779        * aclocal/enable-bare.m4: Remove.
780        * configure.ac: Remove BARE_CPU_MODEL.
781
7822004-10-13      Eric Norum <norume@aps.anl.gov>
783
784        PR 688/bsps
785        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
786        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
787        MC146818A (and several Dallas Semiconductor) TOD chips.
788
7892004-10-13      Eric Norum <norume@aps.anl.gov>
790
791        PR 686/networking
792        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
793        device code.
794
7952004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
796
797        * libchip/network/dec21140.c: include <rtems/pci.h>.
798
7992004-09-29      Joel Sherrill <joel@OARcorp.com>
800
801        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
802        libnetworking/pppd/utils.c: i960 obsoleted and all references
803        removed.
804
8052004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
806
807        PR 607/networking
808        * libchip/network/dec21140.c: Made PCI configuration minimum sane
809        instead of fully specifying unused PCI features.
810
8112004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
812
813        * configure.ac: Require automake > 1.9.
814
8152004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
816
817        * aclocal/rtems-cpu-subdirs.m4: Add avr.
818
8192004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
820
821        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
822        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
823
8242004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
825
826        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
827        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
828
8292004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
830
831        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
832
8332004-07-28  Joel Sherrill <joel@OARcorp.com>
834
835    * aclocal/version.m4: Updated to rtems-4.6.99.1.
836
8372004-07-25      Joel Sherrill <joel@OARcorp.com>
838
839        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
840
8412004-05-21  Till Strauman <strauman@slac.stanford.edu>
842
843        PR 625/networking
844        * libchip/network/dec21140.c, ... : Prevent name clashes by making
845        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
846        an error rather than panic if no chip is detected (thus allowing
847        for probing).
848        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
849        instead of looping forever.  Avoid divide by zero (crashed my PC).
850        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
851        they are UNTESTED.
852
8532004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
854
855        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
856
8572004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
858
859        * libchip/network/dec21140.c, libchip/network/elnk.c:
860        #include <errno.h>.
861
8622004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
863
864        * libchip/network/if_media.h: Update from FreeBSD.
865        * libchip/network/open_eth.c, libchip/network/cs8900.c,
866        libchip/network/i82586.c: #include <errno.h>.
867
8682004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
869
870        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
871
8722004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
873
874        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
875
8762004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
877
878        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
879        automake).
880
8812004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
882
883        PR 599/pppd
884        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
885
8862004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
887
888        * optman/rtems/no-region.c: Reflect having changed
889        rtems_region_get_segment_size.
890
8912004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
892
893        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
894        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
895        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
896        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
897        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
898        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
899        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
900
9012004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
902
903        * libchip/ide/ata.c, libchip/network/dec21140.c,
904        libchip/network/elnk.c, libchip/network/i82586.c,
905        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
906        libchip/network/open_eth.c, libchip/network/sonic.c,
907        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
908        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
909        libchip/shmdr/init.c, libchip/shmdr/intr.c,
910        libchip/shmdr/shm_driver.h: Cosmetics.
911
9122004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
913
914        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
915        optman/rtems/no-msg.c, optman/rtems/no-part.c,
916        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
917        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
918        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
919        fixed size types.
920
9212004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
922
923        * configure.ac: Explicitly pass --includedir and --libdir to
924        cpukit/configure.
925
9262004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
927
928        * librdbg/Makefile.am: Fix rpcgen rules.
929        * librdbg/src/i386/any/remdeb_xdr.c,
930        librdbg/src/m68k/any/remdeb_xdr.c,
931        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
932        Reflect changes to librdbg/Makefile.am.
933
9342004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
935
936        * configure.ac: Reflect changes testsuites/configure.ac and
937        cpukit/configure.ac.
938
9392004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
940
941        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
942        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
943
9442004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
945
946        * configure.ac: Reflect changes to testsuites's configuration.
947
9482004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
949
950        PR/589 rtems
951        * libchip/network/pci.h: Remove (Moved to cpukit).
952
9532004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
954
955        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
956        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
957        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
958        libchip/network/dec21140.c, libchip/network/elnk.c,
959        libchip/network/if_fxp.c, libchip/network/open_eth.c,
960        libchip/network/open_eth.h, libchip/network/sonic.c,
961        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
962        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
963        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
964        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
965        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
966        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
967        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
968        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
969        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
970        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
971        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
972        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
973        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
974        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
975        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
976        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
977        fixed-size types.
978
9792004-03-14      Chris Johns  <chrisj@rtems.org>
980
981        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
982        the BSP example code.
983        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
984        support the DIMMPC. This is a pc386 target with IO port support. Minor
985        formating clean up. Add documentation to the header file.
986        * libchip/network/README.cs8900: The CS8900 driver is documented in the
987        cs8900.h header file.
988
9892004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
990
991        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
992        Cosmetics.
993
9942004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
995
996        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
997        There are no application level Makefiles in here.
998
9992004-03-04      Joel Sherrill <joel@OARcorp.com>
1000
1001        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1002        they can be used in application level makefiles.
1003
10042004-03-05      Joel Sherrill <joel@OARcorp.com>
1005
1006        * libnetworking/rtems_webserver/ejparse.c,
1007        libnetworking/rtems_webserver/emfdb.c,
1008        libnetworking/rtems_webserver/sock.c,
1009        libnetworking/rtems_webserver/socket.c,
1010        libnetworking/rtems_webserver/sym.c,
1011        libnetworking/rtems_webserver/webs.c,
1012        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
10132004-03-05      Joel Sherrill <joel@OARcorp.com>
1014
1015        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1016        compiling this file only only those CPU families with supported
1017        exception models.
1018
10192004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1020
1021        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1022        testsuites (Was exposed with --enable-multilib, only).
1023        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1024         Add RTEMS_BSP_CONFIG_SUBDIR.
1025        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1026        testsuites's configure.
1027        * aclocal/rtems-top.m4: Remove ENDIF hack.
1028        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1029
10302004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1031
1032        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1033        wrapup/Makefile.am: Fix automake problems having been introduced
1034        in previous patch.
1035
10362004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1037
1038        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1039        Preinstall dirs.
1040        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1041        * aclocal/check-multiprocessing.m4: Cosmetics.
1042        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1043        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1044
10452004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1046
1047        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1048        librdbg/src/Makefile.am.
1049        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1050        * configure.ac: Reflect changes above.
1051        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1052        * wrapup/Makefile.am: Reflect changes above.
1053        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1054
10552004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1056
1057        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1058
10592004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1060
1061        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1062
10632004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1064
1065        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1066
10672004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1068
1069        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1070        librdbg/src/powerpc/Makefile.am: Remove.
1071        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1072        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1073        * configure.ac: Reflect changes above.
1074
10752004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1076
1077
10782004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1079
1080        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1081        STRIP.
1082
10832004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1084
1085        * librdbg/include/Makefile.am: Merge-in
1086        librdbg/include/rdbg/i386/Makefile.am,
1087        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1088        librdbg/include/rdbg/powerpc/Makefile.am.
1089        * librdbg/include/rdbg/i386/Makefile.am,
1090        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1091        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1092        * configure.ac: Reflect changes above.
1093
10942004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1095
1096        * configure.ac: Use AS_HELP_STRING(ada).
1097
10982004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1099
1100        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1101        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1102        Use AC_CONFIG_HEADERS.
1103        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1104        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1105
11062004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1107
1108        * Makefile.am: include local.am.
1109
11102004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1111
1112        * aclocal/version.m4: 4.6.99.0.
1113
11142004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1115
1116        * Makefile.am: Don't include host.am.
1117        * automake/compile.am: Further cleanups.
1118
11192004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1120
1121        * automake/lib.am: Remove (Unused).
1122
11232004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1124
1125        * wrapup/Makefile.am: Don't include lib.am.
1126        * automake/compile.am: Use automake compilation rules.
1127
11282004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1129
1130        * libnetworking/pppd/Makefile.am,
1131        libnetworking/rtems_servers/Makefile.am,
1132        libnetworking/rtems_telnetd/Makefile.am,
1133        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1134        support/Makefile.am: Don't include lib.am.
1135
11362004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1137
1138        * libchip/Makefile.am: Don't include lib.am.
1139        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1140        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1141        unnecessary EXTRA_DISTs.
1142
11432004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1144
1145        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1146        hack.
1147
11482004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1149
1150        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1151        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1152        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1153        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1154
11552004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1156
1157        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1158        Add AM_CONDITIONAL(HAS_MP).
1159        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1160        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1161        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1162        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1163        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1164        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1165        (Deprecated by autoconf 2.59).
1166
11672004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1168
1169        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1170        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1171
11722004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1173
1174        * ChangeLog: Merge-in libnetworking/ChangeLog.
1175        * libnetworking/ChangeLog: Remove.
1176        * ChangeLog: Merge-in librdbg/ChangeLog.
1177        * librdbg/ChangeLog: Remove.
1178        * ChangeLog: Merge-in libchip/ChangeLog.
1179        * libchip/ChangeLog: Remove.
1180        * ChangeLog: Merge-in optman/ChangeLog.
1181        * optman/ChangeLog: Remove.
1182
11832004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1184
1185        * configure.ac: Reflect changes to cpukit.
1186        * wrapup/Makefile.am: Reflect changes to librdbg.
1187        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1188        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1189        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1190        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1191        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1192        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1193        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1194        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1195        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1196
11972004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1198
1199        * aclocal/rtems-top.m4: Remove check for version.m4.
1200        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1201
12022004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1203
1204        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1205        * wrapup/Makefile.am: Reflect changes to libchip/*.
1206        * support/Makefile.am: Use automake compilation rules.
1207        * wrapup/Makefile.am: Reflect changes to support/*.
1208        * configure.ac: Remove libnetworking/wrapup/Makefile.
1209        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1210        libnetworking/*/lib*.a instead of libnetapps.a.
1211        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1212        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1213        * optman/Makefile.am: Use automake compilation rules.
1214        * libchip/Makefile.am: Fix typo in previous patch.
1215        * libchip/Makefile.am: Use automake compilation rules.
1216        * libnetworking/Makefile.am: Remove wrapup.
1217        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1218        automake-compilation rules.
1219        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1220        automake-compilation rules.
1221        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1222        automake-compilation rules.
1223        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1224        automake-compilation rules.
1225        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1226
12272004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1228
1229        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1230        PRE/TMPINSTALL_FILES to CLEANFILES.
1231        * automake/lib.am: Remove TMPINSTALL_FILES.
1232        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1233        PRE/TMPINSTALL_FILES to CLEANFILES.
1234        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1235        PRE/TMPINSTALL_FILES to CLEANFILES.
1236        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1237        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1238        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1239        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1240        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1241        * librdbg/src/i386/Makefile.am: Ditto.
1242        * librdbg/src/m68k/Makefile.am: Ditto.
1243        * librdbg/src/powerpc/Makefile.am: Ditto.
1244        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1245        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1246        * libnetworking/rtems_servers/Makefile.am: Ditto.
1247        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1248        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1249
12502004-01-07      Joel Sherrill <joel@OARcorp.com>
1251
1252        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1253        more completely covers the MIPS family.
1254
12552003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1256
1257        * wrapup/Makefile.am: Reflect changes to shmdr.
1258        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1259
12602003-12-18      Joel Sherrill <joel@OARcorp.com>
1261
1262        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1263        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1264        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1265        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1266        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1267        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1268        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1269
12702003-12-17      Joel Sherrill <joel@OARcorp.com>
1271
1272        * aclocal/version.m4: Updated to rtems-20031217-test.
1273
12742003-12-17     
1275
1276        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1277        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1278
12792003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1280
1281        * automake/compile.am: Remove LINK_LIBS (Unused).
1282        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1283
12842003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1285
1286        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1287        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1288        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1289        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1290        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1291
12922003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1293
1294        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1295        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1296        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1297        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1298        * librdbg/src/i386/Makefile.am:
1299        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1300        * librdbg/src/m68k/Makefile.am:
1301        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1302        * librdbg/src/powerpc/Makefile.am:
1303        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1304
13052003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1306
1307        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1308        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1309        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1310        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1311        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1312        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1313        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1314        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1315        * optman/Makefile.am: Remove project_libdir.
1316        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1317        PRE/TMPINSTALL_FILES.
1318        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1319        PRE/TMPINSTALL_FILES.
1320        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1321        PRE/TMPINSTALL_FILES.
1322        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1323        PRE/TMPINSTALL_FILES.
1324        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1325        from PRE/TMPINSTALL_FILES.
1326        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1327        PRE/TMPINSTALL_FILES.
1328        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1329        PRE/TMPINSTALL_FILES.
1330        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1331        PRE/TMPINSTALL_FILES.
1332        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1333        PRE/TMPINSTALL_FILES.
1334        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1335        PRE/TMPINSTALL_FILES.
1336        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1337        PRE/TMPINSTALL_FILES.
1338        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1339        from PRE/TMPINSTALL_FILES.
1340
13412003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1342
1343        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1344        * automake/lib.am: Remove project_libdir.
1345        * wrapup/Makefile.am: Reworked.
1346
13472003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1348
1349        * configure.ac: Reflect changes to librdbg.
1350        * optman/Makefile.am: Add tmpinstall dirstamp support.
1351        * libchip/Makefile.am: Fix variant-tmpinstall support.
1352        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1353        * librdbg/src/powerpc/Makefile.am: Merge-in former
1354        new_exception_processing/Makefile.am.
1355        * librdbg/src/m68k/any/Makefile.am: Remove.
1356        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1357        * librdbg/src/i386/any/Makefile.am: Remove.
1358        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1359        * librdbg/src/Makefile.am: Cosmetics.
1360        * librdbg/include/Makefile.am: Cosmetics.
1361        * librdbg/Makefile.am: Cosmetics.
1362        * libnetworking/Makefile.am: Cosmetics.
1363        * libnetworking/pppd/Makefile.am: Cosmetics.
1364        * libnetworking/wrapup/Makefile.am: Cosmetics.
1365
13662003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1367
1368        * Makefile.am: Cosmetics.
1369        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1370        support.
1371
13722003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1373
1374        * automake/compile.am: Remove $(ARCH):-rule.
1375
13762003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1377
1378        * configure.ac: Remove lib/libbsp/shared/Makefile,
1379        lib/libbsp/shmdr/Makefile.
1380
13812003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1382
1383        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1384        libchip/serial/Makefile, libchip/rtc/Makefile.
1385        * support/Makefile.am: Remove all-local: $(ARCH).
1386        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1387        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1388        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1389        * optman/Makefile.am: Remove all-local: $(ARCH).
1390        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1391        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1392        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1393        compilation dirstamp support.
1394        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1395        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1396        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1397        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1398        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1399        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1400        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1401        all-local: $(ARCH).
1402        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1403        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1404        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1405        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1406        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1407
14082003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1409
1410        * aclocal/lead-dot.m4: New (from automake-1.7f).
1411        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1412        AC_SUBST(dirstamp).
1413        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1414        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1415        libchip/serial/Makefile.am: Ditto.
1416        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1417        * librdbg/include/Makefile.am: Ditto.
1418        * librdbg/include/rdbg/Makefile.am: Ditto.
1419        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1420        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1421        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1422        * librdbg/src/Makefile.am: Ditto.
1423        * librdbg/src/i386/Makefile.am: Ditto.
1424        * librdbg/src/i386/any/Makefile.am: Ditto.
1425        * librdbg/src/m68k/Makefile.am: Ditto.
1426        * librdbg/src/m68k/any/Makefile.am: Ditto.
1427        * librdbg/src/powerpc/Makefile.am: Ditto.
1428        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1429        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1430        preinstallation.
1431        * libnetworking/pppd/Makefile.am: Ditto.
1432        * libnetworking/rtems_servers/Makefile.am: Ditto.
1433        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1434        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1435        * libnetworking/wrapup/Makefile.am: Ditto.
1436
14372003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1438
1439        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1440        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1441        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1442        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1443        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1444        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1445        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1446        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1447        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1448        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1449        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1450        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1451        underquoting to silence automake-1.8.
1452
14532003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1454
1455        * configure.ac: Reflect having moved tests to ../../testsuites.
1456
14572003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1458
1459        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1460        * aclocal/canonical-host.m4: Remove.
1461        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1462        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1463
14642003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1465
1466        * aclocal/check-cpu.m4: Remove.
1467        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1468        * aclocal/canonical-target-name.m4: Add m4-quotes.
1469        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1470        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1471        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1472        * aclocal/check-networking.m4: Add m4-quotes. Require
1473        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1474        * aclocal/check-posix.m4: Add m4-quotes. Require
1475        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1476        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1477        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1478        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1479
14802003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1481
1482        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1483        * aclocal/bsp-alias.m4: Remove.
1484
14852003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1486
1487        * configure.ac: Make presence of tests/ optional.
1488
14892003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1490
1491        * aclocal/path-perl.m4: Remove (Unused).
1492
14932003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1494
1495        * automake/force-preinstall.am: Remove.
1496
14972003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1498
1499        PR 499/rtems_misc
1500        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1501        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1502        Configuration (Odd was forced) - Correction of Stop Bit configuration
1503        (inversed) - Correction of ISR Handler to call
1504        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1505        CTS Hardware flow control Configuration.
1506
15072003-09-04      Joel Sherrill <joel@OARcorp.com>
1508
1509        * lib/libcpu/shared/include/cache.h,
1510        lib/libcpu/shared/src/cache_aligned_malloc.c,
1511        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1512        license changed.
1513        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1514        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1515        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1516        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1517        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1518        for license changed.
1519        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1520        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1521        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1522        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1523        libchip/network/cs8900.h, libchip/network/dec21140.c,
1524        libchip/network/elnk.c, libchip/network/open_eth.c,
1525        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1526        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1527        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1528        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1529        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1530        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1531        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1532        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1533        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1534        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1535        libchip/serial/serial.h, libchip/serial/z85c30.c,
1536        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1537        libchip/serial/z85c30_reg.c: URL for license changed.
1538
15392003-09-03      Jiri Gaisler <jiri@gaisler.com>
1540
1541        PR 477/networking
1542        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1543        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1544        libchip/network/open_eth.h: New files.
1545
15462003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1547
1548        * aclocal/rtems-top.m4: Add RTEMS_API.
1549        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1550
15512003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1552
1553        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1554        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1555        @RTEMS_BSP@.cfg.
1556
15572003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1558
1559        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1560
15612003-08-20      Joel Sherrill <joel@OARcorp.com>
1562
1563        * libchip/network/cs8900.c: Correct copyright statements.
1564
15652003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1566
1567        * aclocal/check-itron.m4: Remove.
1568        * aclocal/enable-inlines.m4: Remove.
1569        * Makefile.am: Reflect having moved aclocal/.
1570        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1571        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1572        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1573        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1574        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1575        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1576        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1577        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1578        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1579        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1580        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1581        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1582        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1583        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1584        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1585        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1586        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1587        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1588        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1589        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1590        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1591        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1592        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1593        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1594        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1595        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1596        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1597        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1598        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1599        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1600        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1601        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1602        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1603        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1604        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1605        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1606        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1607        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1608        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1609        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1610        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1611        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1612        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1613        * aclocal/target.m4: New (Copied from ../../aclocal).
1614        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1615        * aclocal/version.m4: New (Copied from ../../aclocal).
1616
16172003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1618
1619        * configure.ac: Remove stray comments.
1620        * automake/local.am, automake/host.am: Remove "debug".
1621
16222003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1623
1624        * Makefile.am: Reflect having moved automake/.
1625        * lib/Makefile.am: Reflect having moved automake/.
1626        * support/Makefile.am: Reflect having moved automake/.
1627        * wrapup/Makefile.am: Reflect having moved automake/.
1628        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1629        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1630        from ../../automake).
1631        * optman/Makefile.am: Reflect having moved automake/.
1632        * libchip/Makefile.am: Reflect having moved automake/.
1633        * libchip/ide/Makefile.am: Reflect having moved automake/.
1634        * libchip/network/Makefile.am: Reflect having moved automake/.
1635        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1636        * libchip/serial/Makefile.am: Reflect having moved automake/.
1637        * librdbg/Makefile.am: Reflect having moved automake/.
1638        * librdbg/include/Makefile.am: Reflect having moved automake/.
1639        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1640        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1641        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1642        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1643        automake/.
1644        * librdbg/src/Makefile.am: Reflect having moved automake/.
1645        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1646        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1647        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1648        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1649        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1650        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1651        having moved automake/.
1652        * libnetworking/Makefile.am: Reflect having moved automake/.
1653        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1654        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1655        automake/.
1656        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1657        automake/.
1658        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1659        automake/.
1660        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1661
16622003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1663
1664        * Makefile.am: Add bsp.pc.in.
1665        * bsp.pc.in: New (pkgconfig support).
1666
16672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1668
1669        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1670
16712003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1672
1673        * lib/Makefile.am: New (Required by 'make dist').
1674        * lib/ChangeLog: Remove.
1675        * lib/.cvsignore: Cleanup.
1676        * configure.ac: Reflect having added lib/Makefile.am.
1677        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1678        lib/libbsp/configure.ac.
1679        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1680        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1681
16822003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1683
1684        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1685        * configure.ac: Merge-in librdbg/configure.ac.
1686        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1687        librdbg/configure.ac.
1688        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1689        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1690        LIBCHIP. Conditionally build include-dirs.
1691        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1692        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1693        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1694        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1695        librdbg/include/rdbg/m68k/Makefile.am,
1696        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1697        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1698        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1699        librdbg/src/powerpc/Makefile.am, librdbg/
1700        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1701        configure.ac into ../configure.ac.
1702        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1703        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1704        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1705        libnetworking/rtems_telnetd/Makefile.am,
1706        libnetworking/rtems_webserver/Makefile.am,
1707        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1708        into ../configure.ac.
1709
17102003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1711
1712        PR 427/rtems
1713        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1714        * librdbg/src/servtsp.c: Ditto.
1715
17162003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1717
1718        PR 429/bsps
1719        PR 432/bsps
1720        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1721        packets are queued onto an elnk board, the ISR will deadlock the device
1722        with a tx complete interrupt.  Lighter tx loads are not affected as they
1723        end up submitting single packets to the device.
1724
17252003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1726
1727        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1728        optman/configure.ac.
1729        * optman/configure.ac: Remove (Merged into ../configure.ac).
1730        * optman/Makefile.am: Reflect having merged configure.ac into
1731        ../configure.ac.
1732        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1733        * libchip/Makefile.am, libchip/ide/Makefile.am,
1734        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1735        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1736        ../configure.ac.
1737
17382003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1739
1740        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1741
17422003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1743
1744        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1745        on i386.
1746
17472003-06-13      Joel Sherrill <joel@OARcorp.com>
1748
1749        * libnetworking/pppd/chat.c: Removed warnings.
1750
17512003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1752
1753        * libchip/network/README.3com: New file missed in previous commit.
1754        PR 405/bsps
1755        PR 393/networking
1756        * libchip/network/dec21140.c: Fix leak also known as PR393.
1757        * libchip/network/elnk.c, libchip/network/if_media.h,
1758        libchip/network/mii.h: New files.
1759        * libchip/network/Makefile.am: Reflect new files.
1760
17612003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1762
1763        * configure.ac: Remove support for profile-variant.
1764
17652003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1766
1767        PR 397/pppd
1768        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1769        * libnetworking/pppd/magic.c: Remove *rand48.
1770        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1771
17722003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1773
1774        * wrapup/Makefile.am: Add libide.a.
1775
17762003-04-15      Joel Sherrill <joel@OARcorp.com>
1777
1778        PR 387/rtems_misc
1779        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1780        routines.
1781        * libchip/ide/ata_internal.h: Added missing newline and end of file.
1782
17832003-04-11      Joel Sherrill <joel@OARcorp.com>
1784
1785        * libnetworking/rtems_webserver/cgi.c,
1786        libnetworking/rtems_webserver/sockGen.c,
1787        libnetworking/rtems_webserver/umui.c,
1788        libnetworking/rtems_webserver/websSSL.c,
1789        libnetworking/rtems_webserver/websSSL.h,
1790        libnetworking/rtems_webserver/websda.c,
1791        libnetworking/rtems_webserver/websda.h: New files. Not included in
1792        previous commit.
1793
17942003-04-10      Joel Sherrill <joel@OARcorp.com>
1795
1796        PR 371/pppd
1797        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
1798        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
1799        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
1800        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1801        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
1802        still global symbols in rtemspppd.h which might need to be changed or
1803        converted into member of a structure which is dereferenced with a
1804        pointer that is managed as a per task variable. But this patch should
1805        avoid many conflicts.
1806
18072003-03-27      Joel Sherrill <joel@OARcorp.com>
1808
1809        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
1810        not allowed in the cpukit source code since it must be buildable
1811        independent of any BSP. These files were moved to libchip/ide.
1812        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
1813        files.
1814
18152003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1816
1817        PR 368/filesystems
1818        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
1819        improvements which now work on pc386 and mbx8xx.
1820        * libchip/ide/ide_controller.c: New file.
1821
18222003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1823
1824        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
1825
18262003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1827
1828        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1829        * configure.ac: Add support/.
1830        * support/.cvsignore: New.
1831        * support/Makefile.am: New.
1832        * support/version.c: New.
1833        * wrapup/Makefile.am: Add support/libsupport.a.
1834        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
1835        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
1836        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
1837        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
1838
18392003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1840
1841        * wrapup/Makefile.am: Use SRC += instead of make-vars.
1842
18432003-02-20      Till Straumann <strauman@slac.stanford.edu>
1844
1845        PR 354/networking
1846        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
1847        chip against a table of supported chips. The untested ones are still
1848        commented out, however.
1849
18502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1851
1852        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1853        * configure.ac: AC_PREREQ(2.57).
1854        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1855        * optman/configure.ac: AC_PREREQ(2.57).
1856        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1857        * libchip/configure.ac: AC_PREREQ(2.57).
1858        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1859        * librdbg/configure.ac: AC_PREREQ(2.57).
1860        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1861        * libnetworking/configure.ac: AC_PREREQ(2.57).
1862
18632003-02-06      Joel Sherrill <joel@OARcorp.com>
1864
1865        * libnetworking/pppd/chat.c: Convert routines with common names to
1866        static. This included get_char(), put_char(), and character() among
1867        others.
1868
18692003-02-03      Joel Sherrill <joel@OARcorp.com>
1870
1871        PR 338/filesystem
1872        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
1873        rtems_io_lookup_name() (API change).  Unused function removed.
1874
18752003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1876
1877        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1878        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1879        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1880        Eliminate *_O_FILES.
1881        * libnetworking/rtems_servers/Makefile.am,
1882        libnetworking/rtems_webserver/Makefile.am,
1883        libnetworking/rtems_telnetd/Makefile.am: Ditto.
1884
18852002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1886
1887        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
1888        Let all-local: depend on $(LIB).
1889        * wrapup/Makefile.am, configure.ac: Remove libmisc.
1890        * optman/Makefile.am: Apply install-data-local to install *.rels.
1891
18922002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1893
1894        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
1895        %.c rules.
1896        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
1897        * libchip/network/Makefile.am: Eliminate C_O_FILES.
1898        * libchip/rtc/Makefile.am: Ditto.
1899        * libchip/serial/Makefile.am: Ditto.
1900
19012002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1902
1903        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1904        LIBC_DEFINES.
1905        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1906        LIBC_DEFINES.
1907        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
1908        LIBC_DEFINES.
1909
19102002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1911
1912        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
1913
19142002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1915
1916        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
1917        cache-checking.
1918        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1919
19202002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1921
1922        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
1923        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1924        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
1925        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1926        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1927
19282002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1929
1930        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
1931        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
1932        Remove.
1933        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
1934
19352002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1936
1937        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
1938        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
1939
19402002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
1941
1942        * libchip/network/cs8900.c: I don't know why we have to SelfST register
1943        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
1944
19452002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1946
1947        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
1948        * optman/rel.am: New.
1949
19502002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1951
1952        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
1953        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
1954        braino in comment on "exec". Extend --enable-ada handling.
1955
19562002-11-04      Joel Sherrill <joel@OARcorp.com>
1957
1958        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
1959        tasks and rolling multiple loops into 1.
1960        * librdbg/src/m68k/rdbg_f.c: Removed warning.
1961        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
1962        Removed warnings.
1963
19642002-10-31      Joel Sherrill <joel@OARcorp.com>
1965
1966        * libchip/network/dec21140.c: Removed warnings.
1967        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
1968        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
1969        librdbg/src/m68k/any/remdeb_xdr.c,
1970        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
1971        warnings.
1972        * libnetworking/rtems_webserver/socket.c,
1973        libnetworking/rtems_webserver/uemf.h: Removed warnings.
1974
19752002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
1976
1977        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
1978        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
1979        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
1980        above.
1981
19822002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1983
1984        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1985        * wrapup/.cvsignore: Remove autom4te.cache.
1986        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1987        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
1988        autom4te.cache.
1989        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
1990        autom4te.cache.
1991        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
1992        autom4te.cache.
1993
19942002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1995
1996        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1997
19982002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1999
2000        * optman/.cvsignore: Add autom4te.cache.
2001
20022002-09-14      Joel Sherrill <joel@OARcorp.com>
2003
2004        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2005
20062002-09-07      Joel Sherrill <joel@OARcorp.com>
2007
2008        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2009        include files to resolve warnings.
2010
20112002-09-07      Chris Johns <ccj@acm.org>
2012
2013        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2014        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2015        which corrects the problem  where the cs8900.c file was actually the BSP
2016        glue.  Joel did some hacking so this file will compile.  Previously it
2017        required providing a target.h file to compile.
2018        * libchip/network/cs8900.c.bsp: New file.
2019
20202002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2021
2022        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2023
20242002-08-31      Joel Sherrill <joel@OARcorp.com>
2025
2026        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2027        eliminate warning.
2028
20292002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2030
2031        * configure.ac: Add ada-tests.
2032
20332002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2034
2035        * Makefile.am: Add preinstall-stamp.
2036
20372002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2038
2039        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2040        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2041        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2042        gcc31 happy.
2043        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2044        cp.
2045
20462002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2047
2048        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2049        make/bsp.mak.
2050        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2051        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2052
20532002-08-12      Joel Sherrill <joel@OARcorp.com>
2054
2055        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2056        avoid error.
2057
20582002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2059
2060        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2061        * configure.ac: Add BSP_SUBDIRS.
2062        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2063        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2064        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2065        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2066        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2067        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2068        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2069        RTEMS_CHECK_BSP_CACHE.
2070        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2071        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2072        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2073        .$(OBJEXT) instead of .o.
2074        * libnetworking/pppd/Makefile.am,
2075        libnetworking/rtems_servers/Makefile.am,
2076        libnetworking/rtems_telnetd/Makefile.am,
2077        libnetworking/rtems_webserver/Makefile.am,
2078        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2079
20802002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2081
2082        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2083        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2084        ../libchip/serial/$(ARCH)/libserialio.a.
2085        * libchip/serial/Makefile.am: Don't tmp-install lib.
2086        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2087
20882002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2089
2090        * Makefile.am: Add rtems_makedir.
2091        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2092        * Makefile.am: Add wrapup-SUBDIR.
2093        * wrapup/ChangeLog: Remove.
2094        * wrapup/configure.ac: Remove.
2095        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2096        (Make the bare BSP happy).
2097        * configure.ac: Ditto.
2098        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2099        Create make/custom/default.cfg.
2100        * configure.ac: Add creation of make/custom/*.cfg. Create
2101        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2102
21032002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2104
2105        * Makefile.am: Clean $(PROJECT_RELEASE).
2106
21072002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2108
2109        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2110        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2111        prototype mismatches.
2112
21132002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2114
2115        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2116        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2117
21182002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2119
2120        * acinclude.m4: Add test "$multilib" != "yes".
2121        * config-ml.in: Remove.
2122        * acinclude.m4: Cleanups.
2123        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2124        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2125        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2126        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2127        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2128
21292002-07-16      Eric Norum <eric.norum@usask.ca>
2130
2131        * New driver for the Intel EtherExpressPro (82559ER) chip.
2132        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2133        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2134        * libchip/network/Makefile.am: Modified to reflect above.
2135
21362002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2137
2138        * acinclude.m4: New.
2139        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2140        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2141        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2142
21432002-07-01      Joel Sherrill <joel@OARcorp.com>
2144
2145        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2146        _Objects_Information_table now that it is a two dimensional array based
2147        upon API and class.
2148        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2149        of strnlen().
2150
21512002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2152
2153        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2154        preinstall libnetapps.a.
2155
21562002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2157
2158        * configure.ac: Remove librpc.
2159
21602002-06-25      Joel Sherrill <joel@OARcorp.com>
2161
2162        * Per PR233, moved librpc to exec.
2163        * configure.ac, wrapup/Makefile.am: Modified.
2164        * librpc, librpc/ChangeLog: Removed.
2165
21662002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2167
2168        * optman/Makefile.am: Remove multilib support.
2169        * optman/configure.ac: Ditto.
2170        * optman/sapi/Makefile.am: Ditto.
2171
21722002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2173
2174        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2175        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2176
21772002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2178
2179        Move networking libraries to c/src/exec/libnetworking
2180        * libnetworking/configure.ac, libnetworking/Makefile.am,
2181        libnetworking/wrapup/Makefile.am: Reflect Moval.
2182
21832002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2184
2185        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2186        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2187        <rtems/bspIo.h>.
2188
21892002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2190
2191        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2192        * libnetworking/rtems/mkrootfs.h: Ditto.
2193        * libnetworking/rtems/Makefile.am: Reflect changes above.
2194
21952002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2196
2197        * configure.ac: Remove lib.
2198
21992002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2200
2201        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2202        that exception stack frames on M68K members with VBR always are 6 byte
2203        long. The incorrect assumption resulted in some gdb commands like "next"
2204        to fail on the 68360.
2205
22062002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2207
2208        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2209        PR 220
2210        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2211        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2212        CVS.
2213        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2214        libnetworking/sys/filio.h: Remove.
2215        * libnetworking/sys/Makefile.am: Reflect changes above.
2216
22172002-05-07      Chris Johns <ccj@acm.org>
2218
2219        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2220        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2221        requires it to be stripped.
2222
22232002-05-01      Eric Norum <eric.norum@usask.ca>
2224
2225        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2226        assembly  to satisfy gcc 3.1 and newer.
2227
22282002-04-26      Eric Norum <eric.norum@usask.ca>
2229
2230        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2231        agressive optimization in gcc 3.1 does not reorder things.
2232
22332002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2234
2235        * libchip/network/dec21140.c: Reflect changes to powerpc's
2236        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2237        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2238        <rtems/score/cpu.h>.
2239        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2240        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2241
22422002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2243
2244        * optman/configure.ac: Remove ENABLE_GCC28.
2245
22462002-04-11      Chris Johns <ccj@acm.org>
2247
2248        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2249        driver control block field to the ifconfig network driver structure.
2250        This field is needed by the i82586 driver which was ported from NetBSD
2251        as it had better hardware abstraction.
2252        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2253        PR59, added the drv_ctrl driver control block field to the ifconfig
2254        network driver structure. This field is needed by the i82586 driver
2255        which was ported from NetBSD as it had better hardware abstraction.
2256
22572002-04-10      Mike Siers <mikes@poliac.com>
2258
2259        * libnetworking/rtems_webserver/NOTES,
2260        libnetworking/rtems_webserver/asp.c,
2261        libnetworking/rtems_webserver/balloc.c,
2262        libnetworking/rtems_webserver/default.c,
2263        libnetworking/rtems_webserver/ej.h,
2264        libnetworking/rtems_webserver/ejIntrn.h,
2265        libnetworking/rtems_webserver/ejlex.c,
2266        libnetworking/rtems_webserver/ejparse.c,
2267        libnetworking/rtems_webserver/emfdb.c,
2268        libnetworking/rtems_webserver/emfdb.h,
2269        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2270        libnetworking/rtems_webserver/handler.c,
2271        libnetworking/rtems_webserver/license.txt,
2272        libnetworking/rtems_webserver/md5.h,
2273        libnetworking/rtems_webserver/md5c.c,
2274        libnetworking/rtems_webserver/mime.c,
2275        libnetworking/rtems_webserver/misc.c,
2276        libnetworking/rtems_webserver/ringq.c,
2277        libnetworking/rtems_webserver/rom.c,
2278        libnetworking/rtems_webserver/security.c,
2279        libnetworking/rtems_webserver/sock.c,
2280        libnetworking/rtems_webserver/sym.c,
2281        libnetworking/rtems_webserver/uemf.c,
2282        libnetworking/rtems_webserver/uemf.h,
2283        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2284        libnetworking/rtems_webserver/url.c,
2285        libnetworking/rtems_webserver/value.c,
2286        libnetworking/rtems_webserver/wbase64.c,
2287        libnetworking/rtems_webserver/webcomp.c,
2288        libnetworking/rtems_webserver/webpage.c,
2289        libnetworking/rtems_webserver/webrom.c,
2290        libnetworking/rtems_webserver/webs.c,
2291        libnetworking/rtems_webserver/webs.h,
2292        libnetworking/rtems_webserver/websuemf.c,
2293        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2294        2.1.4.
2295
22962002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2297
2298        * libchip/network/i82586.c: Include <string.h>.
2299        * libchip/network/sonic.c: Ditto.
2300
23012002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2302
2303        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2304
23052002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2306
2307        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2308
23092002-03-27      Thomas.Doerfler@imd-systems.de
2310
2311        PR 144
2312        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2313        memory address 0 when called for the first time. This is done when
2314        trying to clear the variable "dhcp_hostname".
2315
23162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2317
2318        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2319        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2320        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2321        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2322        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2323        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2324        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2325        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2326        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2327        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2328        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2329        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2330        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2331        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2332        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2333        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2334        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2335        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2336        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2337        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2338        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2339        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2340        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2341        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2342        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2343        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2344        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2345        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2346        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2347        AUTOMAKE_OPTIONS.
2348        * libnetworking/configure.ac:
2349        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2350        foreign 1.6]).
2351        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2352        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2353        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2354        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2355        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2356        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2357        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2358        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2359        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2360        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2361        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2362        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2363        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2364        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2365        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2366        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2367        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2368
23692002-03-27      Ilya Alexeev <ilya@continuum.ru>
2370
2371        PR 162
2372        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2373        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2374        used in a device write routines.  Now ppp_softc structure have own
2375        character for writing to device (sc_outchar).  I think that converting
2376        local variables to static is not a right solution, because problems will
2377        occur in the case of two or more ppp instances.
2378        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2379        must be u_long, otherwise in the case of the big output packet endless
2380        loop may occur.
2381
23822002-03-21      Ilya Alexeev <ilya@continuum.ru>
2383
2384        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2385        preparations for multiple PPPD connections.
2386
23872002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2388
2389        PR 149
2390        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2391        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2392        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2393        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2394
23952002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2396
2397        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2398        * configure.ac: Modified to reflect addition.
2399
24002002-02-27      Ilya Alexeev <ilya@continuum.ru>
2401
2402        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2403        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2404        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2405        capabilities as well as eliminate some warnings.
2406
24072002-02-27      Eric Norum <eric.norum@usask.ca>
2408
2409        * libnetworking/net/radix.c: Properly handle fetching the default route
2410        when there is no route.  This was a bug in the original FreeBSD code and
2411        this fix is from an updated version of their code.
2412
24132002-02-16      Eric Norum <eric.norum@usask.ca>
2414
2415        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2416        checking.
2417
24182002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2419
2420        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2421        dodefaultroute.
2422
24232002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2424
2425        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2426        include <rtems/seterr.h>.
2427
24282002-02-01      Mike Siers <mikes@poliac.com>
2429
2430        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2431        avoid bringing the link down too fast. NOTE: Mike reports successfully
2432        running at 56K baud on a direct link.
2433
24342002-02-01      Eric Valette <valette@crf.canon.fr>
2435
2436        * librdbg/So many patches have been posted recently on the mailing list
2437        and  because we were unable to find correct solution to compile on
2438        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2439        because the coding  style of rdbg was rather inconsistant among various
2440        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2441        global coding style (using indent + manual edits), 2) incorporate/review
2442        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2443        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2444        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2445        after rdbg initialization is done, NB : the paches is huge but it is
2446        mainly due to coding styke chnages.  Only few lines of codes have been
2447        really changed and they do not impact  rdbg functionnality (AFAIKT).
2448        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2449        librdbg/include/rdbg/m68k/rdbg_f.h,
2450        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2451        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2452        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2453        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2454        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2455        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2456        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2457        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2458        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2459        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2460        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2461        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2462        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2463        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2464        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2465        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2466
24672002-01-31      Mike Siers <mikes@poliac.com>
2468
2469        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2470        * Nice Update of PPPD support which eliminates the requiremetn that
2471        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2472        and reports that it seems to be more stable and handle larger packets
2473        better.  This patch replaces the termios tasks with more general pppd
2474        network driver tasks.  The functions pppinput() and pppstart() get
2475        called from the interrupt service routine.
2476        * libnetworking/Makefile.am, libnetworking/configure.ac,
2477        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2478        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2479        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2480        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2481        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2482        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2483        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2484        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2485        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2486        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2487        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2488        libnetworking/net/route.c, libnetworking/net/route.h,
2489        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2490        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2491        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2492        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2493        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2494        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2495        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2496        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2497        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2498        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2499        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2500        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2501        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2502        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2503        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2504        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2505        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2506        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2507        libnetworking/pppd/example/README,
2508        libnetworking/pppd/example/netconfig.h,
2509        libnetworking/wrapup/Makefile.am: Modified.
2510        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2511        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2512        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2513        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2514        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2515        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2516        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2517        libnetworking/modem/pppcompress.c: Subdirectory removed.
2518
25192002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2520
2521        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2522        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2523
25242002-01-18      Till Straumann <strauman@slac.stanford.edu>
2525
2526        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2527        issues: - exception handler needs to enable MSR_FP if the interrupted
2528        thread is FP enabled. - printk message for MSR fixed and added
2529        stacktrace. NOTE: this requires the stacktrace patch to
2530        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2531        however).
2532
25332002-01-06      Joel Sherrill <joel@OARcorp.com>
2534
2535        * optman/.cvsignore: Added aclocal.m4 and configure.
2536        * optman/.cvsignore: New file.
2537
25382002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2539
2540        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2541
25422002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2543
2544        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2545        * optman/ChangeLog: New.
2546        * optman/configure.ac: New.
2547        * optman/Makefile.am: New.
2548        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2549        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2550
25512001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2552
2553        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2554
25552001-12-18      Eric Norum <eric.norum@usask.ca>
2556
2557        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2558        `directories' (path names with a / at the end) while disallowing open()
2559        operations on TFTP `directories'.
2560
25612001-12-07      Eric Norum <eric.norum@usask.ca>
2562
2563        * libnetworking/lib/tftpDriver.c: Restore write capability.
2564
25652001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2566
2567        * libchip/network/sonic.h: Fix typo.
2568        * libnetworking/arpa/Makefile.am: Remove stray lines.
2569
25702001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2571
2572        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2573
25742001-10-18      Eric Norum <eric.norum@usask.ca>
2575
2576        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2577        chdir() and open() operations within the TFTP file system.
2578
25792001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2580
2581        * librdbg/configure.ac: Fix latent bug exposed by removal of
2582        config.cache's which prevented powerpc targets librdbg from building.
2583
25842001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2585
2586        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2587        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2588        autoconf-2.52 happy.
2589
25902001-10-12      Mike Siers <mikes@poliac.com>
2591
2592        * libnetworking/Update to stable working state.  Congratulations Mike!
2593        :).
2594        * libnetworking/modem_example: Directory removed.
2595        * libnetworking/modem_example/16550.h,
2596        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2597        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2598        libnetworking/modem_example/ppp.h,
2599        libnetworking/modem_example/pppcompress.c: Files removed.
2600        * libnetworking/pppd/example/pppd.options: New file.
2601        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2602        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2603        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2604        libnetworking/pppd/rtemsmain.c: Updated.
2605
26062001-10-12      Joel Sherrill <joel@OARcorp.com>
2607
2608        * libchip/serial/z85c30.c: Fixed typo.
2609
26102001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2611
2612        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2613        * configure.in: Remove.
2614        * configure.ac: New file, generated from configure.in by autoupdate.
2615        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2616        * libchip/configure.in: Remove.
2617        * libchip/configure.ac: New file, generated from configure.in by
2618        autoupdate.
2619        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2620        * librdbg/configure.in: Remove.
2621        * librdbg/configure.ac: New file, generated from configure.in by
2622        autoupdate.
2623        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2624        * libnetworking/configure.in: Remove.
2625        * libnetworking/configure.ac: New file, generated from configure.in by
2626        autoupdate.
2627
26282001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2629
2630        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2631        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2632        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2633
26342001-09-27      Joel Sherrill <joel@OARcorp.com>
2635
2636        * libchip/ChangeLog: Fixed typo in date.
2637
26382001-09-27      Eric Norum <eric.norum@usask.ca>
2639
2640        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2641        TFTP  filesystem.
2642
26432001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2644
2645        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2646        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2647        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2648        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2649        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2650        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2651        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2652        'PREINSTALL_FILES ='.
2653        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2654        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2655        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2656        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2657        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2658        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2659        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2660        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2661        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2662        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2663        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2664        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2665
26662001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2667
2668        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2669        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2670        * librdbg/src/m68k/any/Makefile.am: Ditto.
2671        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2672        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2673        happy.
2674
26752001-09-21      Joel Sherrill <joel@OARcorp.com>
2676
2677        * libchip/network/Makefile.am: Fixed typo on file name.
2678        * libchip/network/i82586.c: Commented out line 318 which is referencing
2679        a member of a structure that is not currently there.  This needs to be
2680        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2681        to C style.
2682
26832001-09-19      Eric Norum <eric.norum@usask.ca>
2684
2685        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2686
26872001-09-19      Chris Johns <ccj@acm.org>
2688
2689        * libchip/network/README.i82586, libchip/network/i82586.c,
2690        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2691        Network driver for Intel i82586.
2692        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2693        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2694        "root" filesystem with information obtained via the DHCP response.
2695
26962001-09-14      Eric Norum <eric.norum@usask.ca>
2697
2698        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2699        make gcc 3.x happy.
2700
27012001-08-16      Mike Siers <mikes@poliac.com>
2702
2703        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2704        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2705        These support callback functionality that has not even been compiled
2706        under RTEMS yet.
2707        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2708        example application.  Mike's notes on the modifications: - renamed
2709        error() function because of namespace problems - removed calls to the
2710        exit() funciton - removed extra files from the pppd source directory -
2711        defined pppd task constant values in rtemspppd.h - modifyied example
2712        code to get actual tick per second value - placed the pppd 2.3.11 man
2713        page file (pppd.8) into the pppd directory.
2714        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2715        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2716        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2717        libnetworking/pppd/rtems-ppp.c: Deleted.
2718        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2719        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2720        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2721        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2722        libnetworking/pppd/example/init.c,
2723        libnetworking/pppd/example/netconfig.h,
2724        libnetworking/pppd/example/ppp.conf,
2725        libnetworking/pppd/example/pppdapp.c,
2726        libnetworking/pppd/example/system.h: New files.
2727        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2728        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2729        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2730        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2731        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2732        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2733        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2734        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2735        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2736        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2737        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2738        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2739        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2740        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2741        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2742
27432001-08-16      Joel Sherrill <joel@OARcorp.com>
2744
2745        * libnetworking/pppd/example/Makefile: Removed.
2746        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2747        to avoid bootstrap -c clobbering it.
2748        * libnetworking/rtems_telnetd/.cvsignore: New file.
2749
27502001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2751
2752        * libnetworking/Makefile.am, libnetworking/configure.in,
2753        libnetworking/rtems_servers/Makefile.am,
2754        libnetworking/rtems_servers/telnetd.c,
2755        libnetworking/rtems_servers/telnetd.h,
2756        libnetworking/rtems_telnetd/Makefile.am,
2757        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2758        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2759        libnetworking/rtems_telnetd/telnetd.c,
2760        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2761        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2762        effect when ftpd change. - the tcp/ip stats have been implemented into
2763        icmds.c and started when telnetd daemon is started.
2764        * libnetworking/rtems_servers/telnetd.c,
2765        libnetworking/rtems_servers/telnetd.h: Removed.
2766        * libnetworking/rtems_telnetd: New directory.
2767        * libnetworking/rtems_telnetd/Makefile.am,
2768        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2769        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2770        libnetworking/rtems_telnetd/telnetd.c,
2771        libnetworking/rtems_telnetd/telnetd.h: New files.
2772
27732001-06-14      Joel Sherrill <joel@OARcorp.com>
2774
2775        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2776        Moved from libmisc/shell so the network stack to address network
2777        depenendency.
2778        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2779
27802001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2781
2782        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
2783
27842001-05-15      Joel Sherrill <joel@OARcorp.com>
2785
2786        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2787        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
2788        accidentally deleted the incorrectly empty versions.
2789
27902001-05-14      Till Straumann <strauman@slac.stanford.edu>
2791
2792        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
2793        libchip/pci/Makefile.am: Per PR215 address the following issues: -
2794        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
2795        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
2796        to know the values) - the affected BSP (shared/motorola) headers have
2797        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
2798        driver (libchip/network/dec21140.c) has been fixed to use
2799        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
2800        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
2801        who is using this driver. - the DEC driver also has been fixed to use
2802        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
2803        delay_in_bus_cycles().
2804
28052001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2806
2807        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
2808
28092001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2810
2811        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
2812
28132001-04-24      Eric Norum <eric.norum@usask.ca>
2814
2815        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
2816        NTP synchronization a little more robust -- no NTP daemon yet, but at
2817        least it trys a little harder when the primary NTP server is down.
2818
28192001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
2820
2821        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
2822        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2823        libnetworking/pppd/modem_example/modem.c,
2824        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
2825        other strings into English.
2826        * libnetworking/pppd/STATUS: updated to reflect the changes.
2827
28282001-04-20      Jake Janovetz <janovetz@uiuc.edu>
2829
2830        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
2831        again.
2832
28332001-04-20      Eric Valette <valette@crf.canon.fr>
2834
2835        * mcp750 directory renamed new_exception processing as it supports many
2836        more CPU models.
2837        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2838        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2839        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
2840        formerly in mcp750 plus modifications.
2841        * librdbg/src/powerpc/mcp750/.cvsignore,
2842        librdbg/src/powerpc/mcp750/Makefile.am,
2843        librdbg/src/powerpc/mcp750/remdeb.h,
2844        librdbg/src/powerpc/mcp750/remdeb_f.x,
2845        librdbg/src/powerpc/mcp750/remdeb_svc.c,
2846        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
2847        new_exception_processing.
2848        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
2849        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2850        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
2851        part of this effort to add support for the MPC8xx.
2852
28532001-04-19      Joel Sherrill <joel@OARcorp.com>
2854
2855        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
2856        internal include files.
2857
28582001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
2859
2860        PR 158
2861        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
2862        rcmd() library call by commenting out the parts that deal with signals.
2863        This enables RTEMS to 'rsh' command to a server connecting fd to remote
2864        stdio. The 'server-side' parts of this file which deal with
2865        authentication are disabled since they are not needed.
2866
28672001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2868
2869        * libnetworking/include/.cvsignore: Remove dangling file.
2870
28712001-03-14      Joel Sherrill <joel@OARcorp.com>
2872
2873        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
2874        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
2875        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
2876        libchip style serial drivers can be written in libcpu or libbsp.
2877
28782001-03-01      Joel Sherrill <joel@OARcorp.com>
2879
2880        * libchip/network/cs8900.c, libchip/network/cs8900.h,
2881        libchip/network/sonic.c, libchip/network/sonic.h,
2882        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
2883        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
2884        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2885        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
2886        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2887        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2888        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
2889        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
2890
28912001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2892
2893        * librdbg/include/rdbg/Makefile.am,
2894        librdbg/include/rdbg/i386/Makefile.am,
2895        librdbg/include/rdbg/m68k/Makefile.am,
2896        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
2897        style on include files.
2898
28992001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2900
2901        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2902        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
2903        replace ${..} with $(..).
2904        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
2905        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
2906        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
2907        libnetworking/rtems/Makefile.am, libnetworking/
2908        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
2909        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
2910        include_*HEADERS instead of H_FILES.
2911        * libnetworking/include/Makefile.am: Remove.
2912        * libnetworking/Makefile.am: Add handling of *.h files.
2913        * libnetworking/configure.in: Remove include/Makefile.
2914
29152001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2916
2917        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
2918
29192001-01-31      Sergei Organov <osv@javad.ru>
2920
2921        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
2922        current dir and root dir removed in favor of new libio support for
2923        task-local current and root directories. - Bug in `close_data_socket()'
2924        introduced by previous change fixed. - `command_pasv()' changed to set
2925        timeout on socket we are listening on and code fixed to don't close
2926        socket twice on error. - `serr()' changed to clear `errno'. -
2927        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
2928        changed to clear `errno' before processing session. -
2929        `close_data_socket()' fixed to close both active and passive sockets -
2930        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
2931        empty string  in `exec_command()'.
2932
29332001-01-25      Eric Norum <eric.norum@usask.ca>
2934
2935        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
2936        improves throughput on systems which are dropping packets.   Only the
2937        first timeout is reduced.  This keeps the number of extra packets down
2938        on networks that are very busy and dropping lots of packets.
2939
29402001-01-24      Sergei Organov <osv@javad.ru>
2941
2942        * libnetworking/rtems_servers/ftpd.c,
2943        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2944        - Timeouts on sockets implemented. 'idle' field added to configuration.
2945        No timeout by default to keep backward compatibility. Note: SITE IDLE
2946        command not implemented yet. - Basic global access control implemented.
2947        'access' field added to configuration. No access limitations by default
2948        to keep backward compatibility. - Anchor data socket for active mode
2949        (using self IP and port 20.) - Fixed default data port support (still
2950        not tested). - Don't allow IP address different from originating host in
2951        PORT command to improve security. - Fixed bug in MDTM command. - Check
2952        for correctness of parsing of argument in command_port(). - Fixed
2953        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
2954        a directory. - Command parsing a little bit improved: command names are
2955        now converted to upper-case to be more compatible with RFC (command
2956        names are not case-sensitive.) - Reformat comments so that they have
2957        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
2958        previous changes - True ASCII mode implemented (doesn't work for hooks
2959        and /dev/null) - Passive mode implemented, PASV command added. - Default
2960        port for data connection could be used (untested, can't find ftp client
2961        that doesn't send PORT command) - SYST reply changed to UNIX, as former
2962        RTEMS isn't registered name. - Reply codes reviewed and fixed.
2963
29642001-01-18      Joel Sherrill <joel@OARcorp.com>
2965
2966        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
2967        macro using variable arguments.
2968        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
2969        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
2970        since I updated the main RTEMS development machine to RedHat 7.2 and
2971        apparently got a new version of rpcgen.
2972
29732001-01-12      Sergei Organov <osv@javad.ru>
2974
2975        * libnetworking/rtems_servers/ftpd.c,
2976        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
2977        - use pool of pre-created threads to handle sessions instead of
2978        creating/deleting threads on the fly - LIST output is now similar to
2979        what "/bin/ls -al" would output, thus FTP clients such Netscape are
2980        happy with it. - LIST NAME now works (both for files and directories) -
2981        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
2982        clients happy  - keep track of CWD for every session separately -
2983        ability to specify root directory name for FTPD in configuration table.
2984        FTPD will then create illusion for FTP clients that this is actually
2985        root directory. - ignore options sent in commands, thus LIST -al FILE
2986        works and doesn't try to list "-al" directory. - buffers are allocated
2987        on stack instead of heap where possible to eliminate malloc/free calls
2988        (avoid possible heap fragmentation troubles). - drop using of task
2989        notepad to pass parameters - use function arguments instead - use
2990        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
2991        in socket() instead of AF_INET.
2992
29932001-01-02      Joel Sherrill <joel@OARcorp.com>
2994
2995        * libnetworking/CHANGELOG: Removed.
2996        * libnetworking/README: Merged CHANGELOG contents as initial changes.
2997
29982000-12-14      Eric Norum <eric.norum@usask.ca>
2999
3000        * libnetworking/lib/tftpDriver.c: Added write capability.
3001
30022000-12-08      Joel Sherrill <joel@OARcorp.com>
3003
3004        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3005        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3006        numerous variable declarations conditional on PPP_COMPRESS and
3007        PPP_FILTER.  Commented out variables that were not used because the code
3008        using them was commented out. Removed totally unused variables.
3009        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3010        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3011
30122000-11-30      Joel Sherrill <joel@OARcorp.com>
3013
3014        * libnetworking/modem/ppp_tty.c: Changed to include
3015        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3016        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3017        * libnetworking/Makefile.am: Modified to reflect above.
3018
30192000-11-27      Joel Sherrill <joel@OARcorp.com>
3020
3021        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3022
30232000-11-25      Eric Norum <eric.norum@usask.ca>
3024
3025        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3026        core.
3027
30282000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3029
3030        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3031        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3032        subdir.
3033        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3034        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3035        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3036        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3037        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3038        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3039        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3040        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3041        ppp_tty.c and the real pppd main is in pppmain.c.
3042
30432000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3044
3045        * libchip/network/sonic.c: Added ipalign() routine to align the received
3046        packet so that the ip header is on a 32-bit boundary. Necessary for
3047        cpu's that do not allow unaligned loads and stores and when the 32-bit
3048        DMA mode is used.
3049
30502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3051
3052        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3053        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3054        ACLOCAL_AMFLAGS.
3055        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3056        ACLOCAL_AMFLAGS.
3057        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3058        ACLOCAL_AMFLAGS.
3059
30602000-11-03      Chris Johns <ccj@acm.org>
3061
3062        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3063        libchip/network/cs8900.h: New files.
3064
30652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3066
3067        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3068        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3069        $(RTEMS_TOPdir)/aclocal.
3070        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3071        $(RTEMS_TOPdir)/aclocal.
3072        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3073        $(RTEMS_TOPdir)/aclocal.
3074
30752000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3076
3077        * configure.in: Switch to GNU-canonicalization.
3078        * Makefile.am: Reflect changes to configure.in.
3079        * acinclude.m4: Remove.
3080
30812000-10-30      Joel Sherrill <joel@OARcorp.com>
3082
3083        * POSIX include files merged into newlib.  This resulted in some
3084        definitions moving to other files and thus some secondary effects in
3085        RTEMS source code.
3086        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3087        in sync with newlib's <machine/types.h>.
3088        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3089        definition of struct itimerval in <sys/time.h>.
3090
30912000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3092
3093        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3094        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3095        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3096        * ChangeLog: Fix typos.
3097        * configure.in: add tests to the GNU canonicalized subdirectories.
3098
30992000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3100
3101        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3102        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3103        the lib directory before configuring lib/.
3104
31052000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3106
3107        * configure.in, Makefile.am: add exec to the GNU canonicalized
3108        subdirectories.
3109        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3110        * configure.in: add libnetworking, librpc and librdb to the GNU
3111        canonicalized subdirectories.
3112        * configure.in: add libmisc and libchip to the GNU canonicalized
3113        subdirectories.
3114        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3115        Switch to GNU canonicalization.
3116        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3117        Switch to GNU canonicalization.
3118        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3119        Switch to GNU canonicalization.
3120
31212000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3122
3123        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3124        canonicalization to libfs/. The approach is currently a bit of a hack as
3125        GNU canonicalization does not support the per-BSP build some of the
3126        other directories require.  As more of the tree is converted, this will
3127        become less  of an issue.
3128
31292000-10-20      Joel Sherrill <joel@OARcorp.com>
3130
3131        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3132        parameter.
3133
31342000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3135
3136        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3137        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3138        * librdbg/configure.in: Add m68k support.
3139        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3140        subdirectory.
3141        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3142        failure.
3143        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3144        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3145        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3146        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3147        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3148        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3149        librdbg/src/m68k/.cvsignore: New files.
3150        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3151        function pointers.
3152        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3153        _after_ pointer has been checked against NULL.
3154
31552000-10-18      Joel Sherrill <joel@OARcorp.com>
3156
3157        * wrapup/Makefile.am: Added libfs.
3158
31592000-10-18      Chris Johns <ccj@acm.org>
3160
3161        * libfs created.
3162        * configure.in: Added libfs subdirectory.
3163        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3164
31652000-09-28      Joel Sherrill <joel@OARcorp.com>
3166
3167        * libnetworking/rtems_webserver/Makefile.am,
3168        libnetworking/rtems_webserver/base64.c,
3169        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3170        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3171
31722000-09-22      Joel Sherrill <joel@OARcorp.com>
3173
3174        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3175        libnetworking/rtems/rtems_bsdnet_internal.h,
3176        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3177        have included rtems.h.  It is now including precisely the  least amount
3178        of low level, yet portable .h files to get the basic RTEMS types
3179        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3180        used machine/types.h to include rtems.h.
3181
31822000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3183
3184        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3185
31862000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3187
3188        * libnetworking/ChangeLog: Cleanup.
3189
31902000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3191
3192        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3193        * libchip/ChangeLog: Fix formating.
3194
31952000-09-05      Joel Sherrill <joel@OARcorp.com>
3196
3197        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3198        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3199        confusion and to work with the converted flags.
3200
32012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3202
3203        * wrapup/Makefile.am: Include compile.am.
3204        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3205        libchip/serial/Makefile.am: Include compile.am.
3206        * librdbg/src/i386/any/Makefile.am,
3207        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3208        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3209        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3210        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3211        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3212        libnetworking/rtems_servers/Makefile.am,
3213        libnetworking/rtems_webserver/Makefile.am,
3214        libnetworking/wrapup/Makefile.am: Include compile.am.
3215
32162000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3217
3218        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3219        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3220
32212000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3222
3223        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3224
32252000-08-31      Joel Sherrill <joel@OARcorp.com>
3226
3227        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3228        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3229        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3230        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3231        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3232        * libnetworking/wbase64.c: Removed.
3233        * libnetworking/Makefile.am, libnetworking/asp.c,
3234        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3235        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3236        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3237        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3238        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3239        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3240        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3241        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3242        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3243        Modified.
3244
32452000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3246
3247        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3248
32492000-08-30      Joel Sherrill <joel@OARcorp.com>
3250
3251        * libnetworking/rtems_webserver/license.txt: New file.
3252
32532000-08-10      Joel Sherrill <joel@OARcorp.com>
3254
3255        * ChangeLog: New file.
3256        * libchip/ChangeLog: New file.
3257        * librdbg/ChangeLog: New file.
3258        * libnetworking/ChangeLog: New file.
3259
Note: See TracBrowser for help on using the repository browser.