source: rtems/c/src/ChangeLog @ bdd2870e

4.104.115
Last change on this file since bdd2870e was bdd2870e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/09 at 07:57:50

2009-12-11 Ralf Corsépius <ralf.corsepius@…>

PR 1483/cpukit

  • libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_dc.c: Move #include <rtems/pci.h> into #if *_SUPPORTED-guarded code sections.
  • Property mode set to 100644
File size: 155.8 KB
Line 
12009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        PR 1483/cpukit
4        * libchip/network/dec21140.c, libchip/network/elnk.c,
5        libchip/network/if_dc.c: Move #include <rtems/pci.h> into #if
6        *_SUPPORTED-guarded code sections.
7
82009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
9
10        * libchip/network/dec21140.c, libchip/network/elnk.c,
11        libchip/network/if_dc.c: Ensure PCI drivers are built on all
12        supported configurations. PowerPC conditionals were not current and
13        code was not being built on supported BSPs.
14
152009-11-23      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * libchip/network/smc91111.c: Formatting.
18
192009-11-12      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * libchip/ide/ata.c (rtems_ata_initialize): Avoid implicit cast to uint16_t.
22        * libchip/ide/ata.c (ata_non_data_request): Change arg from int to
23        uint32_t (16bit ints are too small).
24
252009-11-06      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * libchip/network/elnk.c: Use PRI*32 to print u_int32_t's.
28        * libchip/network/if_dc.c: Fix type mismatch.
29
302009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * aclocal/bsp-linkcmds.m4: New.
33
342009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * configure.ac: Rework CFLAGS setup.
37        * aclocal/prog-cc.m4: Remove RTEMS_CFLAGS.
38        * automake/compile.am: Remove RTEMS_CFLAGS.
39
402009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * libchip/ide/ata.h: Move extern "C".
43
442009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c:
47        Use hex-constants to avoid implicit int-casts.
48        * libchip/i2c/spi-memdrv.c:
49        Use hex-constants to avoid implicit int-casts.
50        Use rtems_off64_t offsets to avoid loosing precision.
51
522009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
53
54        * libchip/serial/ns16550.c: Update for interrupt handler type change.
55
562009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * aclocal/bsp-alias.m4: New.
59        * configure.ac: Apply RTEMS_BSP_ALIAS for RTEMS_BSP_FAMILY.
60
612009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB.
64
652009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * configure.ac: Remove AM_CONDITIONAL MULTILIB.
68        * Makefile.am: Remove BARE_CPU_MODEL.
69
702009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * configure.ac: Remove cfg_dir.
73
742009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * configure.ac: Remove -std=c99 -fasm.
77        Remove AM_CONDITIONAL LIBCHIP.
78        * libchip/Makefile.am, wrapup/Makefile.am:
79        Remove AM_CONDITIONAL LIBCHIP.
80
812009-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * configure.ac: Pick up make/custom/*.
84        * aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
85
862009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * wrapup/Makefile.am: Remove AM_CONDITIONAL HAS_LIBBSP.
89        * configure.ac: Remove AM_CONDITIONAL HAS_LIBBSP.
90
912009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * configure.ac: Remove special case lib/libbsp/bare (Abandoned).
94
952009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
96
97        * Makefile.am: Remove RTEMS_HOST (unused).
98        * configure.ac: Remove RTEMS_HOST (unused).
99        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
100
1012009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for
104        *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
105
1062009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        * aclocal/canonical-target-name.m4, aclocal/check-networking.m4,
109        aclocal/check-posix.m4, aclocal/enable-posix.m4,
110        aclocal/rtems-cpu-subdirs.m4: Remove posix/unix.
111
1122009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * configure.ac: Rework make/custom/* handling.
115        * aclocal/check-custom-bsp.m4: Change *.cfg handling.
116        * Makefile.am: Remove make/custom/default.cfg-rule.
117
1182009-10-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
119
120        * libchip/serial/ns16550.c: Enable interrupts during open to avoid
121        NULL pointer access in interrupt handler.
122
1232009-10-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
124
125        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Update for block
126        device API change.
127
1282009-10-08      Chris Johns <chrisj@rtems.org>
129
130        * libchip/ide/ata.c, c/src/libchip/ide/ata_internal.h: Remove the
131        multiblock support from the ATA driver. Multiblock at the disk
132        level should not be a global policy as a disk may have more than
133        one partition with different block sizes. An IDE driver could
134        decide to use the feature with DMA but this a driver specific
135        design choice. Fixed bugs relating to variable block sizes and
136        large block transfer.
137        * c/src/libchip/ide/ide_controller.c,
138        c/src/libchip/ide/ide_ctrl_cfg.h, c/src/libchip/ide/ide_ctrl_io.h:
139        Changed the block size to 32bits so blocks of 64K or bigger can be
140        transfered in a single driver call.
141
1422009-10-05      Joel Sherrill <joel.sherrill@oarcorp.com>
143
144        * libchip/ide/ata.c: Revert previous change. Not all ARM BSPs use a
145        shared irq.h yet and this breaks a significant number of them.
146
1472009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * libchip/ide/ata.c: Use simple vectored CPU macro to select interrupt
150        model.
151
1522009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * libchip/serial/z85c30.c, libchip/serial/ns16550.c,
155        libchip/serial/mc68681.c: Reflect termios_baud_to_number having been
156        renamed to rtems_termios_baud_to_number.
157
1582009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * libchip/serial/sersupp.h: Remove termios_baud_to_index,
161        termios_baud_to_number (duplicate prototypes).
162        Add C++-guards.
163        Include rtems/termiostypes.h.
164
1652009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
166
167        * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
168
1692009-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * aclocal/check-networking.m4: Disable TCP/IP on targets without enough
172        physical address to support BSD TCP/IP stack.
173
1742009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
175
176        * libchip/network/elnk.c: Convert calls to legacy routine
177        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
178
1792009-08-03      Roger Dahlkvist <ruppe@kth.se>
180
181        * libchip/shmdr/shm_driver.h: nios2 was not accounted for.
182
1832009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
184
185        * libchip/ide/ata.c: Remove warning.
186
1872009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to
190        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
191        now use the same macros.
192        * aclocal/bsp-bspcleanup-options.m4: New file.
193
1942009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
195
196        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h: Removed
197        obsolete defines and declarations.  Set initial baud during device
198        open.  Fixed interrupt mode.
199
2002009-06-12      Joel Sherrill <joel.sherrill@oarcorp.com>
201
202        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the
203        GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to
204        EINVAL and ENOTTY as appropriate.
205
2062009-05-30      Chris Johns <chrisj@rtems.org>
207
208        * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave
209        devices on an IDE bus and cleaned up the initialisation register
210        call.
211
2122009-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
213
214        * libchip/network/i82586.c: Fix warning in manner suggested by
215        Arnout Vandecappelle <arnout@mind.be> in
216        http://www.rtems.org/pipermail/rtems-users/2009-May/005460.html.
217
2182009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * libchip/network/if_dc.c: Fixed warnings.
221
2222009-05-03      Joel Sherrill <joel.sherrill@oarcorp.com>
223
224        * libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat
225        as needed.
226
2272009-04-29      Chris Johns <chrisj@rtems.org>
228
229        * libchip/ide/ata.c: Remove a detection test that fails in qemu.
230
231        * libchip/ide/ide_controller.c: Change the status detection and
232        add a message if the transfer fails. There is currently no error
233        handle at the IDE drvier level.
234
2352009-03-12      Daniel Hellstrom <daniel@gaisler.com>
236
237        PR 1392/bsps
238        * libchip/i2c/spi-memdrv.c: SPI Memory driver. Fix but where writes
239        over multiple pages results in extra data being written.
240
2412009-02-27      Gene Smith <gene.smith@siemens.com>
242
243        PR 1356
244        * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC
245        cards.
246
2472009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
248
249        * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is
250        enabled on x86.
251
2522009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
253
254        * aclocal/bspopts.m4: Quoting cosmetics.
255
2562009-01-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
257
258        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
259        RTEMS_BLKDEV_CAPABILITIES ioctl which caused invalid multiple block
260        writes.  Fixed integer type in device structure.
261
2622009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
263
264        * libchip/serial/ns16550.c: Turn on ns16550_process() for
265        BSP_FEATURE_IRQ_LEGACY case also.
266
2672008-11-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
268
269        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Removed high
270        level LibI2C interface.  Added generic block IO functions.
271
2722008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
273
274        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
275        optman/rtems/no-msg.c, optman/rtems/no-part.c,
276        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
277        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
278        optman/sapi/no-ext.c, optman/sapi/no-io.c:
279        Revert previous patch (cvs clash with Joel hacking cpukit).
280
2812008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
282
283        * aclocal/canonical-target-name.m4: Remove tic4x.
284
2852008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
286
287        * libchip/rtc/ds1375.c: Include <errno.h> instead of <sys/errno.h>.
288
2892008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
290
291        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
292        optman/rtems/no-msg.c, optman/rtems/no-part.c,
293        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
294        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
295        optman/sapi/no-ext.c, optman/sapi/no-io.c:
296        Fix prototypes.
297
2982008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
299
300        * libchip/serial/ns16550_p.h: Remove prototype with no implementation.
301
3022008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
303
304        * libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c,
305        libchip/shmdr/shm_driver.h: Cleanup and remove variables which
306        duplicated data.
307
3082008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert SAPI manager and
311        SuperCore Handler initialization routines to directly pull parameters
312        from configuration table.
313
3142008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
315
316        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
317        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
318        optman/rtems/no-part.c, optman/rtems/no-region.c,
319        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
320        optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager
321        initialization routines to directly pull parameters from
322        configuration table. Eliminate empty routines sportted.
323
3242008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
325
326        * libchip/serial/ns16550.c: Add CVS-Id. Fix #define mess.
327
3282008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
329
330        * libchip/network/i82586.c, libchip/network/smc91111config.h: Eliminate
331        all public use of TOD conversion routines.
332
3332008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
334
335        * libchip/network/smc91111config.h:
336        #include <stdint.h> instead of <rtems/stdint.h>.
337
3382008-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
339
340        * aclocal/prog-cc.m4: Use -r instead of -Wl,-r to build *.rels.
341        * aclocal/rtems-cpu-subdirs.m4: Remove obsolete cpus.
342
3432008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
344
345        * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
346
3472008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
348
349        * libchip/serial/ns16550.c: Transmit the character in the polled write
350        function within a critical section for printk() compatibility.
351
3522008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
353
354        * libchip/i2c/spi-sd-card.c: Update for status-checks.h changes.
355
3562008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
357
358        * aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
359
3602008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
361
362        * aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
363
3642008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
365
366        * aclocal/bsp-bootcard-options.m4: Fix quoting.
367
3682008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
369
370        * aclocal/bsp-bootcard-options.m4: New file.
371        * aclocal/bsp-bootcards-handles-ram-allocation.m4: Removed.
372
3732008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
374
375        * libchip/serial/ns16550.c: Enable interrupt code only for PowerPC or
376        BSPs that support this feature.
377
3782008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
379
380        * libchip/serial/ns16550.c: Fix typo.
381
3822008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
383
384        * libchip/serial/ns16550.c: Fix typo.
385
3862008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
387
388        * libchip/serial/ns16550.c: Add not supported on arm even though it is
389        not simple vectored.
390
3912008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
392
393        * libchip/serial/ns16550.c: Not currently supported on architectures
394        with simple vectored interrupt model.
395
3962008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
397
398        * aclocal/version.m4: Bump RTEMS_API to 4.10.
399        Bump _RTEMS_VERSION to 4.9.99.0.
400
4012008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
402
403        * libchip/rtc/icm7170.c, libchip/rtc/m48t08.c,
404        c/src/libchip/rtc/rtc.h:  Include required header files.  Some internal
405        functions have now static linkage type.  Added constant qualifier to
406        operations table and read-only function parameters.
407
408        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
409        c/src/libchip/serial/serial.h:  Include required header files.  Removed
410        support for old PowerPC exception handling.  Various fixes for
411        interrupt related routines.  Added support for BSPs with IRQ extension
412        API.
413
4142008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
415
416        * libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there
417        is no PCI bus based upon the BSP not having a base address defined.
418        This means this driver cannot be supported on that board.
419
4202008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
421
422        * libchip/network/dec21140.c, libchip/network/elnk.c,
423        libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
424
4252008-09-17      Miao Yan <yanmiaobest@gmail.com>
426
427        * optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
428        add simple device only filesystem (devfs), optionally completely drop
429        out filesystem, and to clean up disabling newlib reentrancy support.
430        This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t
431        now has a 15K code space.
432        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
433        Removed.
434
4352008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
436
437        * libchip/ide/ata.h: Convert to Unix file format.
438
4392008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
440
441        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
442        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
443        libchip/serial/serial.h, libchip/serial/serprobe.c,
444        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
445        Convert to "bool".
446        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
447        libchip/i2c/spi-memdrv.h: Convert to "bool".
448        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
449        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
450        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
451        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
452        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
453        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
454        Convert to "bool".
455        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
456        Convert to "bool".
457        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
458        Convert to "bool".
459
4602008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
461
462        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
463        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
464        memory driver to not use the clock ioctl to install a method to poll
465        for input. It now uses a Class API Timer which means we can eliminate
466        this special IOCTL from all clock drivers.
467        * libchip/shmdr/setckvec.c: Removed.
468
4692008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
470
471        * libchip/network/sonic.c: Do not declare a variable just to hold an
472        ignored return value.
473
4742008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
475
476        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
477
4782008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
479
480        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
481        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
482
4832008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
484
485        * libchip/display/disp_hcms29xx.c: Do not make these static. They
486        appear to be unused that way.
487
4882008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
489
490        * libchip/shmdr/shm_driver.h: Correct prototypes.
491
4922008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
493
494        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
495        variables and made methods static.
496
4972008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
498
499        * libchip/serial/ns16550.c: Fix warning.
500
5012008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
502
503        * aclocal/prog-cc.m4: Add -Wnested-externs.
504
5052008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
506
507        * libchip/network/dec21140.c: Add missing prototype.
508        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
509
5102008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
511
512        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
513        -Wstrict-prototypes to RTEMS_CFLAGS.
514
5152008-08-02      Chris Johns <chrisj@rtems.org>
516
517        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
518        rtems_blkdev_request count and start references. Use
519        RTEMS_BLKDEV_START_BLOCK.
520
5212008-07-29      Chris Johns <chrisj@rtems.org>
522
523        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
524
525        * libchip/ide/ata.c: Change to use a mutex rather than disable
526        pre-emption. Updated to the libblock changes.
527
528        * libchip/ide/ata_internal.h: Updated to the new chains API.
529
530        * libchip/ide/ide_controller.c: Updated to the libblock
531        changes. Added come debug tracing.
532
533        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
534        to the libblock changes.
535
5362008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
537
538        * configure.ac: Remove RPCGEN, RPCTOOLS.
539
5402008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
541
542        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
543        for output format specifiers.
544
5452008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
546
547        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
548        Fixed some data types
549
5502008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
551
552        * libchip/i2c/spi-sd-card.c: Added missing header file.
553        * libchip/Makefile.am: Added SD Card driver.
554
5552008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
556
557        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
558        make glyphs non-constant, added file headers
559
5602008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
561
562        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
563        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
564        * libchip/display/font_hcms29xx.h
565        Creation of SPI display driver
566
5672008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
568
569        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
570        via SPI.
571
5722008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
573
574        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
575        AC_PREREQ(2.62).
576
5772008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
578
579        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
580
5812008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
582
583        * libchip/Makefile.am: Move termios helper routines from libchip to
584        libcsupport. Add routine which makes it easy for a termios device
585        driver to inform termios of its default baud rate. This avoids
586        inconsistencies in later termios settings changes.
587        * libchip/serial/termios_baud2index.c,
588        libchip/serial/termios_baud2num.c: Removed.
589
5902008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
591
592        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
593
5942008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
595
596        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
597        not fail if there are none.
598
5992008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
600
601        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
602        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
603        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
604        * libchip/Makefile.am:
605        derived a generic spi memory driver from spi-flash-m25p40,
606        added descriptor for fram fm25l256
607
6082008-05-07      Till Straumann <strauman@slac.stanford.edu>
609
610        PR 649/bsps
611        * libchip/ide/ata.c: Give up if the interface does not become ready.
612
6132008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
614
615        Moved to cpukit.
616        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
617        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
618        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
619        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
620        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
621        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
622        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
623        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
624        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
625        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
626        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
627        nfsclient/src/xdr_mbuf.c: Removed.
628
6292008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
630
631        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
632
6332008-01-05      Chris Johns <chrisj@rtems.org>
634
635        * libchip/flash/am29lv160.c: Update the blank check error message
636        to say there is an error.
637       
6382007-12-22      Chris Johns <chrisj@rtems.org>
639
640        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
641        the hello message. Just one line but still a little too long.
642       
6432007-12-14      Chris Johns <chrisj@rtems.org>
644
645        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
646        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
647        * libchip/flash, libchip/flash/am29lv160.c,
648        libchip/flash/am29lv160.h: New.
649
6502007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
651
652        * libchip/network/if_fxp.c: Spacing.
653
6542007-11-20      Till Straumann <strauman@slac.stanford.edu>
655
656        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
657        Avoid using 'stdio' before the system is up and fully
658        initialized.
659
6602007-11-20      Till Straumann <strauman@slac.stanford.edu>
661
662        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
663        * libchip/Makefile.am, libchip/preinstall.am:
664        added new driver for Maxim DS1375 i2c RTC.
665
6662007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
667
668        * libchip/i2c/spi-flash-m25p40.c:
669        added addressing call in write function
670
6712007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
672
673        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
674        * libchip/Makefile.am:
675        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
676
6772007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
678
679        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
680
6812007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
682
683        * nfsclient/Makefile.am: Fix errors.
684
6852007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
686
687        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
688
6892007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
690
691        * aclocal/version.m4: Bump RTEMS_API to 4.9.
692        Bump RTEMS_VERSION to 4.8.99.0.
693
6942007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
695
696        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
697
6982007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
699
700        * configure.ac: Remove AC_PROG_AWK (Unused).
701
7022007-09-14      Daron Chabot <djc915@mail.usask.ca>
703
704        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
705        rtems_interrupt_vector, to permit passing arbitrary arguments to the
706        ISR. Clean up of variables to silence compiler warnings.
707
7082007-09-13      Daniel Hellstrom <daniel@gaisler.com>
709
710        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
711
7122007-09-12      Daniel Hellstrom <daniel@gaisler.com>
713
714        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
715          - Odd bit bug in some chips taken care of.
716          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
717            alignment but failing to do so must have made the driver writer to make
718            some incorrect assumptions about MBUFs.
719          - Fixed MBUF handling to handle mbuf chains better. The Data length of
720            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
721          - Made while loop responsible for copying data to fifo port copy 16 shorts
722            per loop instead of 1 short, increasing the copying process.
723
7242007-09-07      Daniel Hellstrom <daniel@gaisler.com>
725
726        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
727        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
728
7292007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
730
731        * configure.ac, wrapup/Makefile.am: Remove RDBG.
732        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
733        librdbg/Makefile.am, librdbg/preinstall.am,
734        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
735        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
736        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
737        librdbg/include/rdbg/powerpc/rdbg_f.h,
738        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
739        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
740        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
741        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
742        librdbg/src/servtsp.c, librdbg/src/servutil.c,
743        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
744        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
745        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
746        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
747        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
748        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
749        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
750        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
751        librdbg/src/powerpc/rdbg_f.c,
752        librdbg/src/powerpc/new_exception_processing/remdeb.h,
753        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
754        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
755        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
756
7572007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
758
759        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
760
7612007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
762
763        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
764          sizes.
765
7662007-07-27      Chris Johns <chrisj@rtems.org>
767
768        * wrapup/Makefile.am: Create archive from a file for hosts
769        with a limited command line size.
770
7712007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
772
773        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
774          sizes.
775
7762007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
777       
778        * configure.ac: Add nfsclient.
779        * nfsclient/Makefile.am: New.
780        * nfsclient/proto/Makefile, nfsclient/Makefile,
781          nfsclient/src/Makefile: Remove.
782        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
783        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
784
7852007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
786
787        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
788        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
789        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
790        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
791        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
792        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
793        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
794        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
795        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
796        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
797        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
798        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
799
8002007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
801
802        * libchip/serial/ns16550.c: removed timed out wait for transmitter
803        to become ready: This will not work for fast CPUs.
804
8052007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
806
807        * libchip/ide/ata.c: fixed warning
808
8092007-06-20      Ray Xu <rayx@gmail.com>
810
811        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
812        console, and libio. This shrinks the memory requirements but Joel has
813        not figured out how best to present this to application space.
814        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
815        New files.
816
8172007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
818
819        * optman/sapi/no-io.c: Split IO Manager into one function per file so
820        now we only need required initialization methods.
821
8222007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
823
824        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
825        parameter since it was used to configure a no longer used feature.
826        Device names are now part of the filesystem not in a table.
827
8282007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
829
830        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
831        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
832        optman/rtems/no-part.c, optman/rtems/no-region.c,
833        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
834        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
835        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
836        other optional managers so using them reduces application size
837        instead of increasing it.
838        * optman/rtems/no-barrier.c: New file.
839
8402007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
841
842        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
843        adjustments to pci-API changes.
844        * libchip/network/dec21140.c, libchip/network/elnk.c,
845        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
846        changes.
847
8482007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
849
850        * libchip/network/dec21140.c, libchip/network/if_dc.c,
851        libchip/network/if_fxp.c: Reflect changes to pci-API.
852
8532007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
854
855        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
856        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
857
8582007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
859
860        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
861          being used to compile "tools").
862
8632007-03-13      Joel Sherrill <joel@OARcorp.com>
864
865        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
866
8672007-03-12      Joel Sherrill <joel@OARcorp.com>
868
869        * libchip/network/cs8900.c, libchip/network/cs8900.h,
870        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
871        and/or fix mistake in copyright notice. Both of these mistakes appear
872        to be from code submitted after these changes were made previously.
873
8742007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
875
876        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
877
8782007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
879
880        * libchip/Makefile.am: Correct path to README.tulipclone.
881
8822007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
883
884        * libchip/ide/ata.c: Remove superfluous type casts.
885
8862007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
887
888        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
889        Use size_t for sizes.
890
8912007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
892
893        * libchip/ide/ata.c: in ata_request_done: moved call to free()
894        from preemption disabled region
895
8962007-01-16      Till Straumann <strauman@slac.stanford.edu>
897
898        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
899        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
900        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
901
9022006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
903
904        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
905          ioctl_command_t as ioctl argument.
906
9072006-12-13      Joel Sherrill <joel@OARcorp.com>
908
909        * librtems++/include/rtems++/rtemsEvent.h,
910        librtems++/include/rtems++/rtemsMessageQueue.h,
911        librtems++/include/rtems++/rtemsSemaphore.h,
912        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
913        librtems++/src/rtemsMessageQueue.cc,
914        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
915        rtems_unsigned32 to uint32_t.
916
9172006-12-13      Joel Sherrill <joel@OARcorp.com>
918
919        PR 1181/bsps
920        * optman/rtems/no-msg.c: Clean up dead code.
921
9222006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
923
924        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
925
9262006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
927
928        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
929        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
930        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
931
9322006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
933
934        * configure.ac: New BUG-REPORT address.
935
9362006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
937
938        * Makefile.am: Remove ampolish3.
939
9402006-11-17      Joel Sherrill <joel@OARcorp.com>
941
942        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
943        blank lines.
944
9452006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
946
947        * configure.ac: Remove RTEMS_AMPOLISH3.
948        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
949          Remove checks for AMPOLISH3.
950        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
951        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
952        * ampolish3: Remove.
953
9542006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
955
956        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
957        * aclocal/prog-cc.m4: Remove CFLAGS.
958        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
959        Compose CFLAGS. Append CFLAGS to ac_configure_args.
960
9612006-10-23      Joel Sherrill <joel@OARcorp.com>
962
963        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
964
9652006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
966
967        * automake/compile.am: Use hard-coded RTEMS_* flags.
968
9692006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
970
971        * aclocal/rtems-top.m4: Remove RTEMS_API.
972        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
973
9742006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
975
976        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
977
9782006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
979
980        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
981
9822006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
983
984        * aclocal/version.m4: Bump version to 4.7.99.0.
985
9862006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
987
988        * configure.ac: Require autoconf-2.60. Require automake-1.10.
989
9902006-09-11      Joel Sherrill <joel@OARcorp.com>
991
992        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
993
9942006-09-04      Joel Sherrill <joel@OARcorp.com>
995
996        * libchip/network/greth.c, libchip/network/open_eth.c,
997        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
998        introduced by warning removal.
999
10002006-09-01      Joel Sherrill <joel@OARcorp.com>
1001
1002        * libchip/network/greth.c, libchip/network/open_eth.c,
1003        libchip/network/smc91111.c: Remove warnings and correct prototype
1004        added earlier today.
1005
10062006-09-01      Joel Sherrill <joel@OARcorp.com>
1007
1008        * libchip/network/cs8900.c, libchip/network/greth.c,
1009        libchip/network/i82586.c, libchip/network/open_eth.c,
1010        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
1011        sized integers, and inttypes.h printf helpers.
1012
10132006-08-09      Kolja Waschk <waschk@telos.de>
1014
1015        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
1016
10172006-07-12      Joel Sherrill <joel@OARcorp.com>
1018
1019        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
1020
10212006-07-11      Jerry Needell <jerry.needell@unh.edu>
1022
1023        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
1024        4.6 branch.  Original modifications by Gaisler Enterprises.
1025        * libchip/network/greth.c, libchip/network/greth.h: New files.
1026
10272006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1028
1029        * ide/ata.[ch]:
1030        (PR1118) fetch priority for ATA task from a variable,
1031        not a fixed configuration value.
1032       
10332006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
1034
1035        * Makefile.am: Add ampolish3.
1036
10372006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
1038
1039        * ampolish3: New.
1040        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
1041
10422006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
1043
1044        * aclocal/rtems-ampolish.m4: New.
1045        * configure.ac: Use RTEMS_AMPOLISH3.
1046
10472006-04-18  Joel Sherrill <joel@OARcorp.com>
1048
1049        * aclocal/version.m4: Updated to rtems-4.6.99.3.
1050
10512006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1052
1053        PR 853/filesystem
1054        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
1055        should be modified to support the new exception scheme and to use the
1056        handle parameter.
1057
10582006-02-a32     Eric Norum <norume@aps.anl.gov>
1059
1060        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
1061        "newer" PCI access calls.  Minor cleanups.  Comments.
1062
10632006-01-12      Eric Norum <norume@aps.anl.gov>
1064
1065        PR 861/networking
1066        PR 863/networking
1067        * libchip/network/smc91111.c: Fix illegal lvalue increments.
1068
10692006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
1070
1071        * wrapup/Makefile.am: Add preinstall.am.
1072        * libchip/Makefile.am: Build libchip/network/smc91111.
1073        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
1074        Eliminate cyg_int* crap.
1075
10762006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1077
1078        * librdbg/Makefile.am: Add preinstall.am.
1079        * aclocal/bsp-configure.m4: Add ampolish3.
1080        New header guards.
1081
10822006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1083
1084        * libchip/network/open_eth.c, libchip/network/open_eth.h:
1085        Merger from rtems-4-6-branch.
1086
10872006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1088
1089        * libchip/network/smc91111.c
1090        libchip/network/smc91111config.h
1091        libchip/network/smc91111exp.h
1092        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
1093        * libchip/Makefile.am: Reflect adding smc91111*.
1094
10952006-01-08      Joel Sherrill <joel@OARcorp.com>
1096
1097        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
1098        char *.
1099
11002006-01-08      Joel Sherrill <joel@OARcorp.com>
1101
1102        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
1103        warnings.
1104
11052005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
1106
1107        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
1108        Add RTEMS_RELLDFLAGS.
1109        * automake/compile.am: Remove RTEMS_USE_GCC.
1110        Remove RTEMS_RELLDFLAGS.
1111        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
1112
11132005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
1114
1115        * libchip/network/if_media.h, libchip/network/mii.h:
1116        Remove (Moved to cpukit).
1117        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
1118        and libchip/network/if_media.h.
1119        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
1120        if_media.h having moved.
1121
11222005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1123
1124        * automake/compile.am, automake/host.am, automake/local.am,
1125        automake/subdirs.am: Remove depend.
1126        * configure.ac: Explicitly pass --libdir and --includedir to
1127        testsuites.
1128
11292005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1130
1131        * configure.ac: Reflect changes to testsuites.
1132
11332005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1134
1135        * automake/compile.am: Remove GCCSPECS.
1136        * aclocal/prog-cc.m4: Add GCCSPECS.
1137        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
1138
11392005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1140
1141        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
1142        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
1143
11442005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1145
1146        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
1147        libcpu/byteorder.h for i386.
1148
11492005-11-02      Till Straumann <strauman@slac.stanford.edu>
1150
1151        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
1152        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
1153        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
1154        added a simple API/library for i2c devices and drivers for i2c
1155        2-byte eeproms and a ds1621 temperature sensor; API is documented
1156        in libi2c.h.
1157
11582005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1159
1160        * libnetworking/pppd/ipxcp.c,
1161        libnetworking/pppd/chat.c,
1162        libnetworking/pppd/patchlevel.h,
1163        libnetworking/pppd/upap.h,
1164        libnetworking/pppd/md5.h,
1165        libnetworking/pppd/pppd.8,
1166        libnetworking/pppd/README,
1167        libnetworking/pppd/preinstall.am,
1168        libnetworking/pppd/md4.h,
1169        libnetworking/pppd/magic.c,
1170        libnetworking/pppd/pppd.h,
1171        libnetworking/pppd/demand.c,
1172        libnetworking/pppd/rtemsmain.c,
1173        libnetworking/pppd/sys-rtems.c,
1174        libnetworking/pppd/ipcp.h,
1175        libnetworking/pppd/lcp.h,
1176        libnetworking/pppd/chap_ms.c,
1177        libnetworking/pppd/md4.c,
1178        libnetworking/pppd/rtemspppd.h,
1179        libnetworking/pppd/cbcp.h,
1180        libnetworking/pppd/auth.c,
1181        libnetworking/pppd/lcp.c,
1182        libnetworking/pppd/example/README,
1183        libnetworking/pppd/example/ppp.conf,
1184        libnetworking/pppd/example/system.h,
1185        libnetworking/pppd/example/netconfig.h,
1186        libnetworking/pppd/example/pppdapp.c,
1187        libnetworking/pppd/example/init.c,
1188        libnetworking/pppd/example/Makefile-user,
1189        libnetworking/pppd/example/pppd.options,
1190        libnetworking/pppd/rtemspppd.c,
1191        libnetworking/pppd/ipxcp.h,
1192        libnetworking/pppd/chap_ms.h,
1193        libnetworking/pppd/options.c,
1194        libnetworking/pppd/magic.h,
1195        libnetworking/pppd/chap.h,
1196        libnetworking/pppd/cbcp.c,
1197        libnetworking/pppd/upap.c,
1198        libnetworking/pppd/chap.c,
1199        libnetworking/pppd/Makefile.am,
1200        libnetworking/pppd/ccp.h,
1201        libnetworking/pppd/utils.c,
1202        libnetworking/pppd/rtemsdialer.h,
1203        libnetworking/pppd/fsm.h,
1204        libnetworking/pppd/pathnames.h,
1205        libnetworking/pppd/md5.c,
1206        libnetworking/pppd/fsm.c,
1207        libnetworking/pppd/ipcp.c,
1208        libnetworking/pppd/STATUS,
1209        libnetworking/pppd/ccp.c,
1210        libnetworking/Makefile.am: Remove (Moved to cpukit).
1211
12122005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1213
1214        * configure.ac: Remove libnetworking, libnetworking/pppd.
1215        * wrapup/Makefile.am: Remove libpppd.a.
1216
12172005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1218
1219        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
1220        rtemsdialer.h to $(includedir)/rtems.
1221
12222005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1223
1224        * libnetworking/rtems_telnetd/icmds.c,
1225        libnetworking/rtems_telnetd/Makefile.am,
1226        libnetworking/rtems_telnetd/preinstall.am,
1227        libnetworking/rtems_telnetd/pty.c,
1228        libnetworking/rtems_telnetd/pty.h,
1229        libnetworking/rtems_telnetd/README,
1230        libnetworking/rtems_telnetd/telnetd.c,
1231        libnetworking/rtems_telnetd/telnetd.h:
1232        Remove (Moved to cpukit).
1233
12342005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1235
1236        * configure.ac: Remove libnetworking/rtems_telnetd.
1237        * libnetworking/Makefile.am: Remove rtems_telnetd.
1238        * libnetworking/README: Remove (Obsolete).
1239        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
1240
12412005-10-20  Eric Norum <norume@aps.anl.gov>
1242
1243        * libchip/network/dec21140.c: Clean up PCI mapping.
1244
12452005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
1246
1247        * libnetworking/pppd/Makefile.am: Use preinstall.am.
1248        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
1249        librdbg/src/servrpc.c, librdbg/src/servtgt.c
1250        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
1251        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
1252        * configure.ac: Move optman to the end of BSP_SUBDIRS.
1253
12542005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1255
1256        * aclocal/bspopts.m4: Add missing m4 quotes.
1257
12582005-09-02  Joel Sherrill <joel@OARcorp.com>
1259
1260    * aclocal/version.m4: Updated to rtems-4.6.99.2.
1261
12622005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
1263
1264        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
1265        libchip/network/dec21140.c: Remove initialization of PCI bus.
1266
12672005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
1268
1269        * optman/Makefile.am: Add preinstall.am.
1270
12712005-07-18      Karel Gardas <kgardas@objectsecurity.com>
1272
1273        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
1274        UNTESTED to tested.
1275
12762005-06-17      Joel Sherrill <joel@OARcorp.com>
1277
1278        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
1279        it is not supported by the MPC5xx.
1280
12812005-06-17      Joel Sherrill <joel@OARcorp.com>
1282
1283        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
1284        interface. Also correct attempting to build on other than PowerPC and
1285        x86.
1286
12872005-06-16      Daron Chabot <daron@nucleus.usask.ca>
1288
1289        * libchip/Makefile.am: Add driver for Tulip clones.
1290        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
1291        libchip/network/if_dcreg.h: New files.
1292
12932005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1294
1295        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
1296        to enable rdbg.
1297        * configure.ac: Reflect changes above.
1298
12992005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
1300
1301        * configure.ac: Add ada/.
1302
13032005-05-20      Sergei Organov  <osv@topconrd.ru>
1304
1305        PR 750/networking
1306        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
1307        wait_input().
1308
13092005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
1310
1311        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
1312        rtems/irq.h.
1313
13142005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1315
1316        * libchip/Makefile.am: Include preinstall.am.
1317        * libchip/preinstall.am: New.
1318
13192005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1320
1321        * configure.ac: Add AMPOLISH3.
1322        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
1323        * libnetworking/rtems_telnetd/preinstall.am: New.
1324        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
1325
13262005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1327
1328        * configure.ac: Let enable_rpcgen default to "no".
1329
13302005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1331
1332        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
1333
13342005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1335
1336        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
1337        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
1338
13392005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1340
1341        * libchip/network/dec21140.c, libchip/network/elnk.c,
1342        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
1343
13442005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
1345
1346        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
1347        of code as a result of the implementation of a common PCI interface.
1348
13492005-05-04      Joel Sherrill <joel@OARcorp.com>
1350
1351        * libchip/network/open_eth.c: Remove prototype of set_vector.
1352
13532005-05-03      Joel Sherrill <joel@OARcorp.com>
1354
1355        * librdbg/src/ptrace.c: Remove warning.
1356
13572005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
1358
1359        * libchip/network/dec21140.c, libchip/network/elnk.c,
1360        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
1361        Modified parameter list to remove warnings.
1362
13632005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
1364
1365        * libchip/network/cs8900.c, libchip/network/i82586.c,
1366        libchip/network/open_eth.c, libchip/network/sonic.c,
1367        libchip/serial/mc68681.c: Modified types to remove
1368        warnings.  Added initialization to remove warnings.
1369
13702005-04-28      Joel Sherrill <joel@OARcorp.com>
1371
1372        * libchip/network/README.sonic: Rewritten to account for removal of
1373        dmv177.
1374
13752005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
1376
1377        PR 781/rtems_misc
1378        * libchip/serial/ns16550_p.h: Fix baud rate calculation
1379
13802005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
1381
1382        * libchip/serial/ns16550.c:
1383        Fixed warnings generated in various powerpc configurations
1384
13852005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
1386
1387        * libchip/serial/ns16550.c: Modified
1388        ISR to work with PPC new exception processing
1389
13902005-03-14      Joel Sherrill <joel@OARcorp.com>
1391
1392        * libchip/network/dec21140.c, libchip/network/elnk.c,
1393        libchip/network/if_fxp.c: Continue PCI API unification. All use
1394        pci_find_device(). Network drivers manufacture a signature since all
1395        calls have not been converted yet.
1396
13972005-03-04      Joel Sherrill <joel@OARcorp.com>
1398
1399        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
1400        initialize function part of the unified PCI API as pci_initialize().
1401
14022005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1403
1404        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
1405        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
1406
14072005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1408
1409        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
1410        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
1411
14122005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1413
1414        * aclocal/ppc.m4: Reflect changes to ppc exception processing
1415        building procedures.
1416
14172005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1418
1419        * aclocal/prog-cc.m4:
1420        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1421
14222005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1423
1424        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1425
14262005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1427
1428        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1429
14302005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1431
1432        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1433
14342005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1435
1436        * libnetworking/rtems_servers/ftp.c,
1437        libnetworking/rtems_servers/ftp.h,
1438        libnetworking/rtems_servers/Makefile.am:
1439        Remove (relocated to cpukit/ftpd).
1440        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1441        removed move libnetworking/rtems_servers.
1442
14432005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1444
1445        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1446
14472005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1448
1449        PR 755/rtems
1450        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1451        Remove local declarations of rtems_bsdnet_nameservers,
1452        rtems_bsdnet_nameservers_count.
1453
14542005-01-31      Sergei Organov <osv@topconrd.ru>
1455
1456        PR 751/pppd
1457        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1458        committed to fix PR736 breaks pppd. chat.c should have its own static
1459        ttyfd for pppd to work correctly. The symptom is that second
1460        invokation of chat (for connect script) fails due to pppd_ttyfd set
1461        to -1 by previous chat invokation (for init script). In addition,
1462        this patch fixes leaving of dangling pointer in the abort_stbring[]
1463        by chat_send().
1464
14652005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1466
1467        * configure.ac: Remove CFLAGS_DEBUG_V.
1468        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1469
14702005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1471
1472        * wrapup/Makefile.am: Remove rtems-ctor.o.
1473
14742005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1475
1476        * libchip/rtc/rtc.h: size_t RTC_Count.
1477
14782005-01-20      Joel Sherrill <joel@OARcorp.com>
1479
1480        PR 736/pppd
1481        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1482        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1483        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1484        should not be static and should have a name more specific to pppd.
1485
14862005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1487
1488        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1489        libnetworking/rtems_servers/Makefile.am,
1490        libnetworking/rtems_telnetd/Makefile.am,
1491        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1492        Eliminate CFLAGS_OPTIMIZE_V.
1493
14942005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1495
1496        * configure.ac: Pass CFLAGS to testsuites configure.
1497        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1498        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1499
15002005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1501
1502        * configure.ac: Pass CFLAGS to cpukit configure.
1503        * aclocal/rtems-flags.m4: Remove (Unused).
1504        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1505        * aclocal/env-rtemsbsp.m4:
1506        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1507        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1508        RTEMS_CFLAGS.
1509        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1510        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1511        Cleanup comments.
1512
15132005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1514
1515        * automake/compile.am: Remove build-variant support.
1516
15172005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1518
1519        * libnetworking/pppd/Makefile.am,
1520        libnetworking/rtems_servers/Makefile.am,
1521        libnetworking/rtems_telnetd/Makefile.am:
1522        Remove build-variant support.
1523
15242005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1525
1526        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1527        support/Makefile.am, wrapup/Makefile.am:
1528        Remove build-variant support.
1529
15302004-11-22      Joel Sherrill <joel@OARcorp.com>
1531
1532        * libchip/network/if_fxp.c: Add entry for another module ID code.
1533
15342004-11-22      Joel Sherrill <joel@OARcorp.com>
1535
1536        PR 693/misc
1537        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1538        in/outport routines.
1539
15402004-11-22      Joel Sherrill <joel@OARcorp.com>
1541
1542        PR 693/misc
1543        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1544        in/outport routines.
1545
15462004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1547
1548        * aclocal/enable-itron.m4: Remove (unused).
1549
15502004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1551
1552        * configure.ac: Misc. quoting cleanups.
1553        Enable ada-tests iff --enable-ada and --enable-tests.
1554
15552004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1556
1557        PR 703/filesystem
1558        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1559        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1560        libchip/ide/ide_controller.c:
1561        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1562        available for BSPS/device drivers.
1563        Extend the "modes_available" and "mode_active" parameters to
1564        uint16_t for UDMA support.
1565
15662004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1567
1568        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1569        not supported on PowerPC since it works on the MVME2100 BSP.
1570
15712004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1572
1573        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1574        Add dependency tracking for *.cfgs.
1575        * Makefile.am: Add dependency tracking for *.cfg.
1576
15772004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1578
1579        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1580        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1581
15822004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1583
1584        PR 707/make_build
1585        * configure.ac: Add --enable-rpcgen.
1586
15872004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1588
1589        PR 700/rtems_misc
1590        * libnetworking/rtems_webserver/asp.c,
1591        libnetworking/rtems_webserver/balloc.c,
1592        libnetworking/rtems_webserver/cgi.c,
1593        libnetworking/rtems_webserver/default.c,
1594        libnetworking/rtems_webserver/ej.h,
1595        libnetworking/rtems_webserver/ejIntrn.h,
1596        libnetworking/rtems_webserver/ejlex.c,
1597        libnetworking/rtems_webserver/ejparse.c,
1598        libnetworking/rtems_webserver/emfdb.c,
1599        libnetworking/rtems_webserver/emfdb.h,
1600        libnetworking/rtems_webserver/form.c,
1601        libnetworking/rtems_webserver/handler.c,
1602        libnetworking/rtems_webserver/h.c,
1603        libnetworking/rtems_webserver/license.txt,
1604        libnetworking/rtems_webserver/Makefile.am,
1605        libnetworking/rtems_webserver/md5c.c,
1606        libnetworking/rtems_webserver/md5.h,
1607        libnetworking/rtems_webserver/mime.c,
1608        libnetworking/rtems_webserver/misc.c,
1609        libnetworking/rtems_webserver/NOTES,
1610        libnetworking/rtems_webserver/ringq.c,
1611        libnetworking/rtems_webserver/rom.c,
1612        libnetworking/rtems_webserver/rtems_webserver.h,
1613        libnetworking/rtems_webserver/security.c,
1614        libnetworking/rtems_webserver/sock.c,
1615        libnetworking/rtems_webserver/socket.c,
1616        libnetworking/rtems_webserver/sockGen.c,
1617        libnetworking/rtems_webserver/sym.c,
1618        libnetworking/rtems_webserver/uemf.c,
1619        libnetworking/rtems_webserver/uemf.h,
1620        libnetworking/rtems_webserver/um.c,
1621        libnetworking/rtems_webserver/um.h,
1622        libnetworking/rtems_webserver/umui.c,
1623        libnetworking/rtems_webserver/url.c,
1624        libnetworking/rtems_webserver/value.c,
1625        libnetworking/rtems_webserver/wbase64.c,
1626        libnetworking/rtems_webserver/webcomp.c,
1627        libnetworking/rtems_webserver/webmain.c,
1628        libnetworking/rtems_webserver/webpage.c,
1629        libnetworking/rtems_webserver/webrom.c,
1630        libnetworking/rtems_webserver/webs.c,
1631        libnetworking/rtems_webserver/websda.c,
1632        libnetworking/rtems_webserver/websda.h,
1633        libnetworking/rtems_webserver/webs.h,
1634        libnetworking/rtems_webserver/websSSL.c,
1635        libnetworking/rtems_webserver/websSSL.h,
1636        libnetworking/rtems_webserver/websuemf.c,
1637        libnetworking/rtems_webserver/wsIntrn.h:
1638        Remove (Moved to cpukit/http).
1639
16402004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1641
1642        PR 700/rtems_misc
1643        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1644        Remove libnetworking/rtems_webserver.
1645
16462004-10-25      Eric Norum <norume@aps.anl.gov>
1647
1648        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1649
16502004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1651
1652        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1653
16542004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1655
1656        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1657        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1658
16592004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1660
1661        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1662
16632004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1664
1665        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1666        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1667
16682004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1669
1670        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1671        BITSPERBYTE.
1672
16732004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1674
1675        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1676        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1677
16782004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1679
1680        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1681
16822004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1683
1684        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1685        * aclocal/enable-bare.m4: Remove.
1686        * configure.ac: Remove BARE_CPU_MODEL.
1687
16882004-10-13      Eric Norum <norume@aps.anl.gov>
1689
1690        PR 688/bsps
1691        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1692        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1693        MC146818A (and several Dallas Semiconductor) TOD chips.
1694
16952004-10-13      Eric Norum <norume@aps.anl.gov>
1696
1697        PR 686/networking
1698        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1699        device code.
1700
17012004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1702
1703        * libchip/network/dec21140.c: include <rtems/pci.h>.
1704
17052004-09-29      Joel Sherrill <joel@OARcorp.com>
1706
1707        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1708        libnetworking/pppd/utils.c: i960 obsoleted and all references
1709        removed.
1710
17112004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1712
1713        PR 607/networking
1714        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1715        instead of fully specifying unused PCI features.
1716
17172004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1718
1719        * configure.ac: Require automake > 1.9.
1720
17212004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1722
1723        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1724
17252004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1726
1727        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1728        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1729
17302004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1731
1732        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1733        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1734
17352004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1736
1737        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1738
17392004-07-28  Joel Sherrill <joel@OARcorp.com>
1740
1741    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1742
17432004-07-25      Joel Sherrill <joel@OARcorp.com>
1744
1745        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1746
17472004-05-21  Till Strauman <strauman@slac.stanford.edu>
1748
1749        PR 625/networking
1750        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1751        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1752        an error rather than panic if no chip is detected (thus allowing
1753        for probing).
1754        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1755        instead of looping forever.  Avoid divide by zero (crashed my PC).
1756        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1757        they are UNTESTED.
1758
17592004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1760
1761        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1762
17632004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1764
1765        * libchip/network/dec21140.c, libchip/network/elnk.c:
1766        #include <errno.h>.
1767
17682004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1769
1770        * libchip/network/if_media.h: Update from FreeBSD.
1771        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1772        libchip/network/i82586.c: #include <errno.h>.
1773
17742004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1775
1776        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1777
17782004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1779
1780        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1781
17822004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1783
1784        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1785        automake).
1786
17872004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1788
1789        PR 599/pppd
1790        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1791
17922004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1793
1794        * optman/rtems/no-region.c: Reflect having changed
1795        rtems_region_get_segment_size.
1796
17972004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1798
1799        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1800        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1801        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1802        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1803        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1804        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1805        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1806
18072004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1808
1809        * libchip/ide/ata.c, libchip/network/dec21140.c,
1810        libchip/network/elnk.c, libchip/network/i82586.c,
1811        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1812        libchip/network/open_eth.c, libchip/network/sonic.c,
1813        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1814        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1815        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1816        libchip/shmdr/shm_driver.h: Cosmetics.
1817
18182004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1819
1820        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1821        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1822        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1823        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1824        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1825        fixed size types.
1826
18272004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1828
1829        * configure.ac: Explicitly pass --includedir and --libdir to
1830        cpukit/configure.
1831
18322004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1833
1834        * librdbg/Makefile.am: Fix rpcgen rules.
1835        * librdbg/src/i386/any/remdeb_xdr.c,
1836        librdbg/src/m68k/any/remdeb_xdr.c,
1837        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1838        Reflect changes to librdbg/Makefile.am.
1839
18402004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1841
1842        * configure.ac: Reflect changes testsuites/configure.ac and
1843        cpukit/configure.ac.
1844
18452004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1846
1847        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1848        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1849
18502004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1851
1852        * configure.ac: Reflect changes to testsuites's configuration.
1853
18542004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1855
1856        PR/589 rtems
1857        * libchip/network/pci.h: Remove (Moved to cpukit).
1858
18592004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1860
1861        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1862        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1863        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1864        libchip/network/dec21140.c, libchip/network/elnk.c,
1865        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1866        libchip/network/open_eth.h, libchip/network/sonic.c,
1867        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1868        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1869        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1870        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1871        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1872        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1873        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1874        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1875        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1876        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1877        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1878        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1879        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1880        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1881        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1882        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1883        fixed-size types.
1884
18852004-03-14      Chris Johns  <chrisj@rtems.org>
1886
1887        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1888        the BSP example code.
1889        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1890        support the DIMMPC. This is a pc386 target with IO port support. Minor
1891        formating clean up. Add documentation to the header file.
1892        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1893        cs8900.h header file.
1894
18952004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1896
1897        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1898        Cosmetics.
1899
19002004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1901
1902        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1903        There are no application level Makefiles in here.
1904
19052004-03-04      Joel Sherrill <joel@OARcorp.com>
1906
1907        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1908        they can be used in application level makefiles.
1909
19102004-03-05      Joel Sherrill <joel@OARcorp.com>
1911
1912        * libnetworking/rtems_webserver/ejparse.c,
1913        libnetworking/rtems_webserver/emfdb.c,
1914        libnetworking/rtems_webserver/sock.c,
1915        libnetworking/rtems_webserver/socket.c,
1916        libnetworking/rtems_webserver/sym.c,
1917        libnetworking/rtems_webserver/webs.c,
1918        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
19192004-03-05      Joel Sherrill <joel@OARcorp.com>
1920
1921        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1922        compiling this file only only those CPU families with supported
1923        exception models.
1924
19252004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1926
1927        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1928        testsuites (Was exposed with --enable-multilib, only).
1929        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1930         Add RTEMS_BSP_CONFIG_SUBDIR.
1931        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1932        testsuites's configure.
1933        * aclocal/rtems-top.m4: Remove ENDIF hack.
1934        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1935
19362004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1937
1938        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1939        wrapup/Makefile.am: Fix automake problems having been introduced
1940        in previous patch.
1941
19422004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1943
1944        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1945        Preinstall dirs.
1946        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1947        * aclocal/check-multiprocessing.m4: Cosmetics.
1948        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1949        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1950
19512004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1952
1953        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1954        librdbg/src/Makefile.am.
1955        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1956        * configure.ac: Reflect changes above.
1957        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1958        * wrapup/Makefile.am: Reflect changes above.
1959        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1960
19612004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1962
1963        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1964
19652004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1966
1967        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1968
19692004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1970
1971        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1972
19732004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1974
1975        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1976        librdbg/src/powerpc/Makefile.am: Remove.
1977        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1978        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1979        * configure.ac: Reflect changes above.
1980
19812004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1982
1983
19842004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1985
1986        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1987        STRIP.
1988
19892004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1990
1991        * librdbg/include/Makefile.am: Merge-in
1992        librdbg/include/rdbg/i386/Makefile.am,
1993        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1994        librdbg/include/rdbg/powerpc/Makefile.am.
1995        * librdbg/include/rdbg/i386/Makefile.am,
1996        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1997        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1998        * configure.ac: Reflect changes above.
1999
20002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2001
2002        * configure.ac: Use AS_HELP_STRING(ada).
2003
20042004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2005
2006        * aclocal/bspopts.m4: Use AS_HELP_STRING.
2007        * aclocal/bsp-configure.m4: Require autoconf-2.59.
2008        Use AC_CONFIG_HEADERS.
2009        * aclocal/check-custom-bsp.m4: Add bspkit-support.
2010        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
2011
20122004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2013
2014        * Makefile.am: include local.am.
2015
20162004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2017
2018        * aclocal/version.m4: 4.6.99.0.
2019
20202004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2021
2022        * Makefile.am: Don't include host.am.
2023        * automake/compile.am: Further cleanups.
2024
20252004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2026
2027        * automake/lib.am: Remove (Unused).
2028
20292004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2030
2031        * wrapup/Makefile.am: Don't include lib.am.
2032        * automake/compile.am: Use automake compilation rules.
2033
20342004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2035
2036        * libnetworking/pppd/Makefile.am,
2037        libnetworking/rtems_servers/Makefile.am,
2038        libnetworking/rtems_telnetd/Makefile.am,
2039        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
2040        support/Makefile.am: Don't include lib.am.
2041
20422004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2043
2044        * libchip/Makefile.am: Don't include lib.am.
2045        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
2046        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
2047        unnecessary EXTRA_DISTs.
2048
20492004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2050
2051        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
2052        hack.
2053
20542004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2055
2056        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
2057        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
2058        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
2059        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
2060
20612004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2062
2063        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
2064        Add AM_CONDITIONAL(HAS_MP).
2065        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
2066        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
2067        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2068        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2069        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2070        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
2071        (Deprecated by autoconf 2.59).
2072
20732004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2074
2075        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2076        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2077
20782004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2079
2080        * ChangeLog: Merge-in libnetworking/ChangeLog.
2081        * libnetworking/ChangeLog: Remove.
2082        * ChangeLog: Merge-in librdbg/ChangeLog.
2083        * librdbg/ChangeLog: Remove.
2084        * ChangeLog: Merge-in libchip/ChangeLog.
2085        * libchip/ChangeLog: Remove.
2086        * ChangeLog: Merge-in optman/ChangeLog.
2087        * optman/ChangeLog: Remove.
2088
20892004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2090
2091        * configure.ac: Reflect changes to cpukit.
2092        * wrapup/Makefile.am: Reflect changes to librdbg.
2093        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
2094        * libchip/Makefile.am: Add PREINSTALL_DIRS.
2095        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
2096        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
2097        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
2098        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2099        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
2100        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
2101        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2102
21032004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2104
2105        * aclocal/rtems-top.m4: Remove check for version.m4.
2106        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
2107
21082004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2109
2110        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
2111        * wrapup/Makefile.am: Reflect changes to libchip/*.
2112        * support/Makefile.am: Use automake compilation rules.
2113        * wrapup/Makefile.am: Reflect changes to support/*.
2114        * configure.ac: Remove libnetworking/wrapup/Makefile.
2115        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
2116        libnetworking/*/lib*.a instead of libnetapps.a.
2117        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
2118        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
2119        * optman/Makefile.am: Use automake compilation rules.
2120        * libchip/Makefile.am: Fix typo in previous patch.
2121        * libchip/Makefile.am: Use automake compilation rules.
2122        * libnetworking/Makefile.am: Remove wrapup.
2123        * libnetworking/pppd/Makefile.am: Build libpppd. Use
2124        automake-compilation rules.
2125        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
2126        automake-compilation rules.
2127        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
2128        automake-compilation rules.
2129        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
2130        automake-compilation rules.
2131        * libnetworking/wrapup/Makefile.am: Remove (Unused).
2132
21332004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2134
2135        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2136        PRE/TMPINSTALL_FILES to CLEANFILES.
2137        * automake/lib.am: Remove TMPINSTALL_FILES.
2138        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2139        PRE/TMPINSTALL_FILES to CLEANFILES.
2140        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2141        PRE/TMPINSTALL_FILES to CLEANFILES.
2142        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
2143        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2144        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2145        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2146        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2147        * librdbg/src/i386/Makefile.am: Ditto.
2148        * librdbg/src/m68k/Makefile.am: Ditto.
2149        * librdbg/src/powerpc/Makefile.am: Ditto.
2150        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
2151        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2152        * libnetworking/rtems_servers/Makefile.am: Ditto.
2153        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2154        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2155
21562004-01-07      Joel Sherrill <joel@OARcorp.com>
2157
2158        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
2159        more completely covers the MIPS family.
2160
21612003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2162
2163        * wrapup/Makefile.am: Reflect changes to shmdr.
2164        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
2165
21662003-12-18      Joel Sherrill <joel@OARcorp.com>
2167
2168        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
2169        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
2170        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
2171        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
2172        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
2173        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
2174        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
2175
21762003-12-17      Joel Sherrill <joel@OARcorp.com>
2177
2178        * aclocal/version.m4: Updated to rtems-20031217-test.
2179
21802003-12-17     
2181
2182        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2183        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2184
21852003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2186
2187        * automake/compile.am: Remove LINK_LIBS (Unused).
2188        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
2189
21902003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2191
2192        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2193        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2194        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
2195        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
2196        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
2197
21982003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2199
2200        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
2201        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2202        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2203        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2204        * librdbg/src/i386/Makefile.am:
2205        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2206        * librdbg/src/m68k/Makefile.am:
2207        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2208        * librdbg/src/powerpc/Makefile.am:
2209        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2210
22112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2212
2213        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2214        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
2215        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
2216        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
2217        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
2218        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
2219        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2220        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2221        * optman/Makefile.am: Remove project_libdir.
2222        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
2223        PRE/TMPINSTALL_FILES.
2224        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
2225        PRE/TMPINSTALL_FILES.
2226        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
2227        PRE/TMPINSTALL_FILES.
2228        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2229        PRE/TMPINSTALL_FILES.
2230        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
2231        from PRE/TMPINSTALL_FILES.
2232        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
2233        PRE/TMPINSTALL_FILES.
2234        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2235        PRE/TMPINSTALL_FILES.
2236        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
2237        PRE/TMPINSTALL_FILES.
2238        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
2239        PRE/TMPINSTALL_FILES.
2240        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
2241        PRE/TMPINSTALL_FILES.
2242        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
2243        PRE/TMPINSTALL_FILES.
2244        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
2245        from PRE/TMPINSTALL_FILES.
2246
22472003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2248
2249        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
2250        * automake/lib.am: Remove project_libdir.
2251        * wrapup/Makefile.am: Reworked.
2252
22532003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2254
2255        * configure.ac: Reflect changes to librdbg.
2256        * optman/Makefile.am: Add tmpinstall dirstamp support.
2257        * libchip/Makefile.am: Fix variant-tmpinstall support.
2258        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
2259        * librdbg/src/powerpc/Makefile.am: Merge-in former
2260        new_exception_processing/Makefile.am.
2261        * librdbg/src/m68k/any/Makefile.am: Remove.
2262        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
2263        * librdbg/src/i386/any/Makefile.am: Remove.
2264        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
2265        * librdbg/src/Makefile.am: Cosmetics.
2266        * librdbg/include/Makefile.am: Cosmetics.
2267        * librdbg/Makefile.am: Cosmetics.
2268        * libnetworking/Makefile.am: Cosmetics.
2269        * libnetworking/pppd/Makefile.am: Cosmetics.
2270        * libnetworking/wrapup/Makefile.am: Cosmetics.
2271
22722003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2273
2274        * Makefile.am: Cosmetics.
2275        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
2276        support.
2277
22782003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2279
2280        * automake/compile.am: Remove $(ARCH):-rule.
2281
22822003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2283
2284        * configure.ac: Remove lib/libbsp/shared/Makefile,
2285        lib/libbsp/shmdr/Makefile.
2286
22872003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2288
2289        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
2290        libchip/serial/Makefile, libchip/rtc/Makefile.
2291        * support/Makefile.am: Remove all-local: $(ARCH).
2292        * wrapup/Makefile.am: Remove all-local: $(ARCH).
2293        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
2294        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
2295        * optman/Makefile.am: Remove all-local: $(ARCH).
2296        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2297        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
2298        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
2299        compilation dirstamp support.
2300        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
2301        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
2302        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
2303        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
2304        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
2305        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
2306        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2307        all-local: $(ARCH).
2308        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
2309        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
2310        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
2311        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
2312        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
2313
23142003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2315
2316        * aclocal/lead-dot.m4: New (from automake-1.7f).
2317        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
2318        AC_SUBST(dirstamp).
2319        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
2320        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2321        libchip/serial/Makefile.am: Ditto.
2322        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
2323        * librdbg/include/Makefile.am: Ditto.
2324        * librdbg/include/rdbg/Makefile.am: Ditto.
2325        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2326        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2327        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2328        * librdbg/src/Makefile.am: Ditto.
2329        * librdbg/src/i386/Makefile.am: Ditto.
2330        * librdbg/src/i386/any/Makefile.am: Ditto.
2331        * librdbg/src/m68k/Makefile.am: Ditto.
2332        * librdbg/src/m68k/any/Makefile.am: Ditto.
2333        * librdbg/src/powerpc/Makefile.am: Ditto.
2334        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2335        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
2336        preinstallation.
2337        * libnetworking/pppd/Makefile.am: Ditto.
2338        * libnetworking/rtems_servers/Makefile.am: Ditto.
2339        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2340        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2341        * libnetworking/wrapup/Makefile.am: Ditto.
2342
23432003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2344
2345        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
2346        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
2347        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
2348        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
2349        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2350        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2351        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2352        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
2353        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
2354        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
2355        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
2356        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
2357        underquoting to silence automake-1.8.
2358
23592003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2360
2361        * configure.ac: Reflect having moved tests to ../../testsuites.
2362
23632003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2364
2365        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
2366        * aclocal/canonical-host.m4: Remove.
2367        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
2368        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2369
23702003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2371
2372        * aclocal/check-cpu.m4: Remove.
2373        * configure.ac: Merge-in former aclocal/check-cpu.m4.
2374        * aclocal/canonical-target-name.m4: Add m4-quotes.
2375        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
2376        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
2377        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2378        * aclocal/check-networking.m4: Add m4-quotes. Require
2379        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2380        * aclocal/check-posix.m4: Add m4-quotes. Require
2381        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2382        * aclocal/check-rdbg.m4: Add m4-quotes. Require
2383        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2384        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
2385
23862003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2387
2388        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
2389        * aclocal/bsp-alias.m4: Remove.
2390
23912003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2392
2393        * configure.ac: Make presence of tests/ optional.
2394
23952003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2396
2397        * aclocal/path-perl.m4: Remove (Unused).
2398
23992003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2400
2401        * automake/force-preinstall.am: Remove.
2402
24032003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2404
2405        PR 499/rtems_misc
2406        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
2407        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
2408        Configuration (Odd was forced) - Correction of Stop Bit configuration
2409        (inversed) - Correction of ISR Handler to call
2410        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
2411        CTS Hardware flow control Configuration.
2412
24132003-09-04      Joel Sherrill <joel@OARcorp.com>
2414
2415        * lib/libcpu/shared/include/cache.h,
2416        lib/libcpu/shared/src/cache_aligned_malloc.c,
2417        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
2418        license changed.
2419        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2420        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2421        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2422        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2423        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2424        for license changed.
2425        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2426        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2427        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2428        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2429        libchip/network/cs8900.h, libchip/network/dec21140.c,
2430        libchip/network/elnk.c, libchip/network/open_eth.c,
2431        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2432        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2433        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2434        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2435        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2436        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2437        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2438        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2439        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2440        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2441        libchip/serial/serial.h, libchip/serial/z85c30.c,
2442        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2443        libchip/serial/z85c30_reg.c: URL for license changed.
2444
24452003-09-03      Jiri Gaisler <jiri@gaisler.com>
2446
2447        PR 477/networking
2448        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2449        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2450        libchip/network/open_eth.h: New files.
2451
24522003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2453
2454        * aclocal/rtems-top.m4: Add RTEMS_API.
2455        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2456
24572003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2458
2459        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2460        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2461        @RTEMS_BSP@.cfg.
2462
24632003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2464
2465        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2466
24672003-08-20      Joel Sherrill <joel@OARcorp.com>
2468
2469        * libchip/network/cs8900.c: Correct copyright statements.
2470
24712003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2472
2473        * aclocal/check-itron.m4: Remove.
2474        * aclocal/enable-inlines.m4: Remove.
2475        * Makefile.am: Reflect having moved aclocal/.
2476        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2477        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2478        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2479        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2480        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2481        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2482        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2483        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2484        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2485        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2486        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2487        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2488        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2489        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2490        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2491        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2492        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2493        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2494        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2495        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2496        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2497        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2498        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2499        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2500        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2501        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2502        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2503        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2504        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2505        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2506        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2507        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2508        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2509        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2510        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2511        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2512        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2513        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2514        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2515        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2516        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2517        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2518        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2519        * aclocal/target.m4: New (Copied from ../../aclocal).
2520        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2521        * aclocal/version.m4: New (Copied from ../../aclocal).
2522
25232003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2524
2525        * configure.ac: Remove stray comments.
2526        * automake/local.am, automake/host.am: Remove "debug".
2527
25282003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2529
2530        * Makefile.am: Reflect having moved automake/.
2531        * lib/Makefile.am: Reflect having moved automake/.
2532        * support/Makefile.am: Reflect having moved automake/.
2533        * wrapup/Makefile.am: Reflect having moved automake/.
2534        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2535        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2536        from ../../automake).
2537        * optman/Makefile.am: Reflect having moved automake/.
2538        * libchip/Makefile.am: Reflect having moved automake/.
2539        * libchip/ide/Makefile.am: Reflect having moved automake/.
2540        * libchip/network/Makefile.am: Reflect having moved automake/.
2541        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2542        * libchip/serial/Makefile.am: Reflect having moved automake/.
2543        * librdbg/Makefile.am: Reflect having moved automake/.
2544        * librdbg/include/Makefile.am: Reflect having moved automake/.
2545        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2546        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2547        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2548        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2549        automake/.
2550        * librdbg/src/Makefile.am: Reflect having moved automake/.
2551        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2552        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2553        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2554        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2555        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2556        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2557        having moved automake/.
2558        * libnetworking/Makefile.am: Reflect having moved automake/.
2559        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2560        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2561        automake/.
2562        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2563        automake/.
2564        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2565        automake/.
2566        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2567
25682003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2569
2570        * Makefile.am: Add bsp.pc.in.
2571        * bsp.pc.in: New (pkgconfig support).
2572
25732003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2574
2575        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2576
25772003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2578
2579        * lib/Makefile.am: New (Required by 'make dist').
2580        * lib/ChangeLog: Remove.
2581        * lib/.cvsignore: Cleanup.
2582        * configure.ac: Reflect having added lib/Makefile.am.
2583        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2584        lib/libbsp/configure.ac.
2585        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2586        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2587
25882003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2589
2590        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2591        * configure.ac: Merge-in librdbg/configure.ac.
2592        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2593        librdbg/configure.ac.
2594        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2595        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2596        LIBCHIP. Conditionally build include-dirs.
2597        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2598        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2599        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2600        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2601        librdbg/include/rdbg/m68k/Makefile.am,
2602        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2603        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2604        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2605        librdbg/src/powerpc/Makefile.am, librdbg/
2606        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2607        configure.ac into ../configure.ac.
2608        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2609        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2610        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2611        libnetworking/rtems_telnetd/Makefile.am,
2612        libnetworking/rtems_webserver/Makefile.am,
2613        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2614        into ../configure.ac.
2615
26162003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2617
2618        PR 427/rtems
2619        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2620        * librdbg/src/servtsp.c: Ditto.
2621
26222003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2623
2624        PR 429/bsps
2625        PR 432/bsps
2626        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2627        packets are queued onto an elnk board, the ISR will deadlock the device
2628        with a tx complete interrupt.  Lighter tx loads are not affected as they
2629        end up submitting single packets to the device.
2630
26312003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2632
2633        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2634        optman/configure.ac.
2635        * optman/configure.ac: Remove (Merged into ../configure.ac).
2636        * optman/Makefile.am: Reflect having merged configure.ac into
2637        ../configure.ac.
2638        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2639        * libchip/Makefile.am, libchip/ide/Makefile.am,
2640        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2641        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2642        ../configure.ac.
2643
26442003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2645
2646        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2647
26482003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2649
2650        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2651        on i386.
2652
26532003-06-13      Joel Sherrill <joel@OARcorp.com>
2654
2655        * libnetworking/pppd/chat.c: Removed warnings.
2656
26572003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2658
2659        * libchip/network/README.3com: New file missed in previous commit.
2660        PR 405/bsps
2661        PR 393/networking
2662        * libchip/network/dec21140.c: Fix leak also known as PR393.
2663        * libchip/network/elnk.c, libchip/network/if_media.h,
2664        libchip/network/mii.h: New files.
2665        * libchip/network/Makefile.am: Reflect new files.
2666
26672003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2668
2669        * configure.ac: Remove support for profile-variant.
2670
26712003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2672
2673        PR 397/pppd
2674        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2675        * libnetworking/pppd/magic.c: Remove *rand48.
2676        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2677
26782003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2679
2680        * wrapup/Makefile.am: Add libide.a.
2681
26822003-04-15      Joel Sherrill <joel@OARcorp.com>
2683
2684        PR 387/rtems_misc
2685        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2686        routines.
2687        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2688
26892003-04-11      Joel Sherrill <joel@OARcorp.com>
2690
2691        * libnetworking/rtems_webserver/cgi.c,
2692        libnetworking/rtems_webserver/sockGen.c,
2693        libnetworking/rtems_webserver/umui.c,
2694        libnetworking/rtems_webserver/websSSL.c,
2695        libnetworking/rtems_webserver/websSSL.h,
2696        libnetworking/rtems_webserver/websda.c,
2697        libnetworking/rtems_webserver/websda.h: New files. Not included in
2698        previous commit.
2699
27002003-04-10      Joel Sherrill <joel@OARcorp.com>
2701
2702        PR 371/pppd
2703        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2704        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2705        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2706        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2707        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2708        still global symbols in rtemspppd.h which might need to be changed or
2709        converted into member of a structure which is dereferenced with a
2710        pointer that is managed as a per task variable. But this patch should
2711        avoid many conflicts.
2712
27132003-03-27      Joel Sherrill <joel@OARcorp.com>
2714
2715        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2716        not allowed in the cpukit source code since it must be buildable
2717        independent of any BSP. These files were moved to libchip/ide.
2718        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2719        files.
2720
27212003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2722
2723        PR 368/filesystems
2724        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2725        improvements which now work on pc386 and mbx8xx.
2726        * libchip/ide/ide_controller.c: New file.
2727
27282003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2729
2730        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2731
27322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2733
2734        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2735        * configure.ac: Add support/.
2736        * support/.cvsignore: New.
2737        * support/Makefile.am: New.
2738        * support/version.c: New.
2739        * wrapup/Makefile.am: Add support/libsupport.a.
2740        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2741        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2742        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2743        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2744
27452003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2746
2747        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2748
27492003-02-20      Till Straumann <strauman@slac.stanford.edu>
2750
2751        PR 354/networking
2752        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2753        chip against a table of supported chips. The untested ones are still
2754        commented out, however.
2755
27562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2757
2758        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2759        * configure.ac: AC_PREREQ(2.57).
2760        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2761        * optman/configure.ac: AC_PREREQ(2.57).
2762        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2763        * libchip/configure.ac: AC_PREREQ(2.57).
2764        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2765        * librdbg/configure.ac: AC_PREREQ(2.57).
2766        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2767        * libnetworking/configure.ac: AC_PREREQ(2.57).
2768
27692003-02-06      Joel Sherrill <joel@OARcorp.com>
2770
2771        * libnetworking/pppd/chat.c: Convert routines with common names to
2772        static. This included get_char(), put_char(), and character() among
2773        others.
2774
27752003-02-03      Joel Sherrill <joel@OARcorp.com>
2776
2777        PR 338/filesystem
2778        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2779        rtems_io_lookup_name() (API change).  Unused function removed.
2780
27812003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2782
2783        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2784        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2785        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2786        Eliminate *_O_FILES.
2787        * libnetworking/rtems_servers/Makefile.am,
2788        libnetworking/rtems_webserver/Makefile.am,
2789        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2790
27912002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2792
2793        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2794        Let all-local: depend on $(LIB).
2795        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2796        * optman/Makefile.am: Apply install-data-local to install *.rels.
2797
27982002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2799
2800        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2801        %.c rules.
2802        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2803        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2804        * libchip/rtc/Makefile.am: Ditto.
2805        * libchip/serial/Makefile.am: Ditto.
2806
28072002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2808
2809        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2810        LIBC_DEFINES.
2811        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2812        LIBC_DEFINES.
2813        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2814        LIBC_DEFINES.
2815
28162002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2817
2818        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2819
28202002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2821
2822        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2823        cache-checking.
2824        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2825
28262002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2827
2828        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2829        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2830        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2831        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2832        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2833
28342002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2835
2836        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2837        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2838        Remove.
2839        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2840
28412002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2842
2843        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2844        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2845
28462002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2847
2848        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2849        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2850
28512002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2852
2853        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2854        * optman/rel.am: New.
2855
28562002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2857
2858        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2859        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2860        braino in comment on "exec". Extend --enable-ada handling.
2861
28622002-11-04      Joel Sherrill <joel@OARcorp.com>
2863
2864        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2865        tasks and rolling multiple loops into 1.
2866        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2867        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2868        Removed warnings.
2869
28702002-10-31      Joel Sherrill <joel@OARcorp.com>
2871
2872        * libchip/network/dec21140.c: Removed warnings.
2873        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2874        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2875        librdbg/src/m68k/any/remdeb_xdr.c,
2876        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2877        warnings.
2878        * libnetworking/rtems_webserver/socket.c,
2879        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2880
28812002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2882
2883        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2884        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2885        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2886        above.
2887
28882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2889
2890        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2891        * wrapup/.cvsignore: Remove autom4te.cache.
2892        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2893        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2894        autom4te.cache.
2895        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2896        autom4te.cache.
2897        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2898        autom4te.cache.
2899
29002002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2901
2902        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2903
29042002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2905
2906        * optman/.cvsignore: Add autom4te.cache.
2907
29082002-09-14      Joel Sherrill <joel@OARcorp.com>
2909
2910        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2911
29122002-09-07      Joel Sherrill <joel@OARcorp.com>
2913
2914        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2915        include files to resolve warnings.
2916
29172002-09-07      Chris Johns <ccj@acm.org>
2918
2919        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2920        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2921        which corrects the problem  where the cs8900.c file was actually the BSP
2922        glue.  Joel did some hacking so this file will compile.  Previously it
2923        required providing a target.h file to compile.
2924        * libchip/network/cs8900.c.bsp: New file.
2925
29262002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2927
2928        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2929
29302002-08-31      Joel Sherrill <joel@OARcorp.com>
2931
2932        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2933        eliminate warning.
2934
29352002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2936
2937        * configure.ac: Add ada-tests.
2938
29392002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2940
2941        * Makefile.am: Add preinstall-stamp.
2942
29432002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2944
2945        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2946        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2947        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2948        gcc31 happy.
2949        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2950        cp.
2951
29522002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2953
2954        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2955        make/bsp.mak.
2956        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2957        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2958
29592002-08-12      Joel Sherrill <joel@OARcorp.com>
2960
2961        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2962        avoid error.
2963
29642002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2965
2966        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2967        * configure.ac: Add BSP_SUBDIRS.
2968        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2969        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2970        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2971        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2972        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2973        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2974        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2975        RTEMS_CHECK_BSP_CACHE.
2976        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2977        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2978        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2979        .$(OBJEXT) instead of .o.
2980        * libnetworking/pppd/Makefile.am,
2981        libnetworking/rtems_servers/Makefile.am,
2982        libnetworking/rtems_telnetd/Makefile.am,
2983        libnetworking/rtems_webserver/Makefile.am,
2984        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2985
29862002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2987
2988        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2989        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2990        ../libchip/serial/$(ARCH)/libserialio.a.
2991        * libchip/serial/Makefile.am: Don't tmp-install lib.
2992        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2993
29942002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2995
2996        * Makefile.am: Add rtems_makedir.
2997        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2998        * Makefile.am: Add wrapup-SUBDIR.
2999        * wrapup/ChangeLog: Remove.
3000        * wrapup/configure.ac: Remove.
3001        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
3002        (Make the bare BSP happy).
3003        * configure.ac: Ditto.
3004        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
3005        Create make/custom/default.cfg.
3006        * configure.ac: Add creation of make/custom/*.cfg. Create
3007        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
3008
30092002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3010
3011        * Makefile.am: Clean $(PROJECT_RELEASE).
3012
30132002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3014
3015        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
3016        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
3017        prototype mismatches.
3018
30192002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3020
3021        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
3022        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
3023
30242002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3025
3026        * acinclude.m4: Add test "$multilib" != "yes".
3027        * config-ml.in: Remove.
3028        * acinclude.m4: Cleanups.
3029        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
3030        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
3031        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
3032        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
3033        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
3034
30352002-07-16      Eric Norum <eric.norum@usask.ca>
3036
3037        * New driver for the Intel EtherExpressPro (82559ER) chip.
3038        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
3039        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
3040        * libchip/network/Makefile.am: Modified to reflect above.
3041
30422002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3043
3044        * acinclude.m4: New.
3045        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
3046        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
3047        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
3048
30492002-07-01      Joel Sherrill <joel@OARcorp.com>
3050
3051        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
3052        _Objects_Information_table now that it is a two dimensional array based
3053        upon API and class.
3054        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
3055        of strnlen().
3056
30572002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3058
3059        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
3060        preinstall libnetapps.a.
3061
30622002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3063
3064        * configure.ac: Remove librpc.
3065
30662002-06-25      Joel Sherrill <joel@OARcorp.com>
3067
3068        * Per PR233, moved librpc to exec.
3069        * configure.ac, wrapup/Makefile.am: Modified.
3070        * librpc, librpc/ChangeLog: Removed.
3071
30722002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3073
3074        * optman/Makefile.am: Remove multilib support.
3075        * optman/configure.ac: Ditto.
3076        * optman/sapi/Makefile.am: Ditto.
3077
30782002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3079
3080        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
3081        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
3082
30832002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3084
3085        Move networking libraries to c/src/exec/libnetworking
3086        * libnetworking/configure.ac, libnetworking/Makefile.am,
3087        libnetworking/wrapup/Makefile.am: Reflect Moval.
3088
30892002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3090
3091        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
3092        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
3093        <rtems/bspIo.h>.
3094
30952002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3096
3097        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
3098        * libnetworking/rtems/mkrootfs.h: Ditto.
3099        * libnetworking/rtems/Makefile.am: Reflect changes above.
3100
31012002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3102
3103        * configure.ac: Remove lib.
3104
31052002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
3106
3107        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
3108        that exception stack frames on M68K members with VBR always are 6 byte
3109        long. The incorrect assumption resulted in some gdb commands like "next"
3110        to fail on the 68360.
3111
31122002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3113
3114        * config-ml.in: Take out arm and sh variants RTEMS does not support.
3115        PR 220
3116        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3117        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
3118        CVS.
3119        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
3120        libnetworking/sys/filio.h: Remove.
3121        * libnetworking/sys/Makefile.am: Reflect changes above.
3122
31232002-05-07      Chris Johns <ccj@acm.org>
3124
3125        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
3126        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
3127        requires it to be stripped.
3128
31292002-05-01      Eric Norum <eric.norum@usask.ca>
3130
3131        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
3132        assembly  to satisfy gcc 3.1 and newer.
3133
31342002-04-26      Eric Norum <eric.norum@usask.ca>
3135
3136        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
3137        agressive optimization in gcc 3.1 does not reorder things.
3138
31392002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3140
3141        * libchip/network/dec21140.c: Reflect changes to powerpc's
3142        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
3143        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
3144        <rtems/score/cpu.h>.
3145        * librdbg/src/powerpc/rdbg_f.c: Ditto.
3146        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
3147
31482002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3149
3150        * optman/configure.ac: Remove ENABLE_GCC28.
3151
31522002-04-11      Chris Johns <ccj@acm.org>
3153
3154        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
3155        driver control block field to the ifconfig network driver structure.
3156        This field is needed by the i82586 driver which was ported from NetBSD
3157        as it had better hardware abstraction.
3158        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
3159        PR59, added the drv_ctrl driver control block field to the ifconfig
3160        network driver structure. This field is needed by the i82586 driver
3161        which was ported from NetBSD as it had better hardware abstraction.
3162
31632002-04-10      Mike Siers <mikes@poliac.com>
3164
3165        * libnetworking/rtems_webserver/NOTES,
3166        libnetworking/rtems_webserver/asp.c,
3167        libnetworking/rtems_webserver/balloc.c,
3168        libnetworking/rtems_webserver/default.c,
3169        libnetworking/rtems_webserver/ej.h,
3170        libnetworking/rtems_webserver/ejIntrn.h,
3171        libnetworking/rtems_webserver/ejlex.c,
3172        libnetworking/rtems_webserver/ejparse.c,
3173        libnetworking/rtems_webserver/emfdb.c,
3174        libnetworking/rtems_webserver/emfdb.h,
3175        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
3176        libnetworking/rtems_webserver/handler.c,
3177        libnetworking/rtems_webserver/license.txt,
3178        libnetworking/rtems_webserver/md5.h,
3179        libnetworking/rtems_webserver/md5c.c,
3180        libnetworking/rtems_webserver/mime.c,
3181        libnetworking/rtems_webserver/misc.c,
3182        libnetworking/rtems_webserver/ringq.c,
3183        libnetworking/rtems_webserver/rom.c,
3184        libnetworking/rtems_webserver/security.c,
3185        libnetworking/rtems_webserver/sock.c,
3186        libnetworking/rtems_webserver/sym.c,
3187        libnetworking/rtems_webserver/uemf.c,
3188        libnetworking/rtems_webserver/uemf.h,
3189        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
3190        libnetworking/rtems_webserver/url.c,
3191        libnetworking/rtems_webserver/value.c,
3192        libnetworking/rtems_webserver/wbase64.c,
3193        libnetworking/rtems_webserver/webcomp.c,
3194        libnetworking/rtems_webserver/webpage.c,
3195        libnetworking/rtems_webserver/webrom.c,
3196        libnetworking/rtems_webserver/webs.c,
3197        libnetworking/rtems_webserver/webs.h,
3198        libnetworking/rtems_webserver/websuemf.c,
3199        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
3200        2.1.4.
3201
32022002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3203
3204        * libchip/network/i82586.c: Include <string.h>.
3205        * libchip/network/sonic.c: Ditto.
3206
32072002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3208
3209        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
3210
32112002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3212
3213        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
3214
32152002-03-27      Thomas.Doerfler@imd-systems.de
3216
3217        PR 144
3218        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
3219        memory address 0 when called for the first time. This is done when
3220        trying to clear the variable "dhcp_hostname".
3221
32222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3223
3224        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3225        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3226        * Makefile.am: Remove AUTOMAKE_OPTIONS.
3227        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3228        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3229        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3230        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
3231        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
3232        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3233        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3234        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
3235        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
3236        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3237        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
3238        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3239        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3240        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3241        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3242        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3243        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3244        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
3245        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3246        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3247        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3248        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3249        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3250        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
3251        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3252        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
3253        AUTOMAKE_OPTIONS.
3254        * libnetworking/configure.ac:
3255        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
3256        foreign 1.6]).
3257        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
3258        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
3259        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
3260        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
3261        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3262        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
3263        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
3264        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
3265        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
3266        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3267        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3268        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
3269        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3270        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
3271        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
3272        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
3273        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
3274
32752002-03-27      Ilya Alexeev <ilya@continuum.ru>
3276
3277        PR 162
3278        * libnetworking/net/if_ppp.c ppp_txdaemon(),
3279        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
3280        used in a device write routines.  Now ppp_softc structure have own
3281        character for writing to device (sc_outchar).  I think that converting
3282        local variables to static is not a right solution, because problems will
3283        occur in the case of two or more ppp instances.
3284        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
3285        must be u_long, otherwise in the case of the big output packet endless
3286        loop may occur.
3287
32882002-03-21      Ilya Alexeev <ilya@continuum.ru>
3289
3290        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
3291        preparations for multiple PPPD connections.
3292
32932002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3294
3295        PR 149
3296        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
3297        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
3298        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
3299        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3300
33012002-02-28      Victor V. Vengerov <vvv@oktet.ru>
3302
3303        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
3304        * configure.ac: Modified to reflect addition.
3305
33062002-02-27      Ilya Alexeev <ilya@continuum.ru>
3307
3308        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
3309        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3310        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
3311        capabilities as well as eliminate some warnings.
3312
33132002-02-27      Eric Norum <eric.norum@usask.ca>
3314
3315        * libnetworking/net/radix.c: Properly handle fetching the default route
3316        when there is no route.  This was a bug in the original FreeBSD code and
3317        this fix is from an updated version of their code.
3318
33192002-02-16      Eric Norum <eric.norum@usask.ca>
3320
3321        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
3322        checking.
3323
33242002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3325
3326        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
3327        dodefaultroute.
3328
33292002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3330
3331        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
3332        include <rtems/seterr.h>.
3333
33342002-02-01      Mike Siers <mikes@poliac.com>
3335
3336        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
3337        avoid bringing the link down too fast. NOTE: Mike reports successfully
3338        running at 56K baud on a direct link.
3339
33402002-02-01      Eric Valette <valette@crf.canon.fr>
3341
3342        * librdbg/So many patches have been posted recently on the mailing list
3343        and  because we were unable to find correct solution to compile on
3344        various  linux distros (due to rpcgen incompatibilities), librdbg/and
3345        because the coding  style of rdbg was rather inconsistant among various
3346        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
3347        global coding style (using indent + manual edits), 2) incorporate/review
3348        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
3349        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
3350        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
3351        after rdbg initialization is done, NB : the paches is huge but it is
3352        mainly due to coding styke chnages.  Only few lines of codes have been
3353        really changed and they do not impact  rdbg functionnality (AFAIKT).
3354        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
3355        librdbg/include/rdbg/m68k/rdbg_f.h,
3356        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
3357        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
3358        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
3359        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
3360        librdbg/src/servtsp.c, librdbg/src/servutil.c,
3361        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
3362        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
3363        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
3364        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
3365        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
3366        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
3367        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
3368        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3369        librdbg/src/powerpc/new_exception_processing/remdeb.h,
3370        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
3371        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
3372
33732002-01-31      Mike Siers <mikes@poliac.com>
3374
3375        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
3376        * Nice Update of PPPD support which eliminates the requiremetn that
3377        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
3378        and reports that it seems to be more stable and handle larger packets
3379        better.  This patch replaces the termios tasks with more general pppd
3380        network driver tasks.  The functions pppinput() and pppstart() get
3381        called from the interrupt service routine.
3382        * libnetworking/Makefile.am, libnetworking/configure.ac,
3383        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
3384        libnetworking/net/ethernet.h, libnetworking/net/if.c,
3385        libnetworking/net/if.h, libnetworking/net/if_arp.h,
3386        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
3387        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
3388        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
3389        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
3390        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
3391        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
3392        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
3393        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
3394        libnetworking/net/route.c, libnetworking/net/route.h,
3395        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
3396        libnetworking/pppd/README, libnetworking/pppd/STATUS,
3397        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
3398        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3399        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3400        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3401        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3402        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3403        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3404        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3405        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3406        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3407        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3408        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
3409        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3410        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3411        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
3412        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
3413        libnetworking/pppd/example/README,
3414        libnetworking/pppd/example/netconfig.h,
3415        libnetworking/wrapup/Makefile.am: Modified.
3416        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
3417        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
3418        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
3419        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3420        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3421        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3422        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3423        libnetworking/modem/pppcompress.c: Subdirectory removed.
3424
34252002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3426
3427        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3428        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3429
34302002-01-18      Till Straumann <strauman@slac.stanford.edu>
3431
3432        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3433        issues: - exception handler needs to enable MSR_FP if the interrupted
3434        thread is FP enabled. - printk message for MSR fixed and added
3435        stacktrace. NOTE: this requires the stacktrace patch to
3436        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3437        however).
3438
34392002-01-06      Joel Sherrill <joel@OARcorp.com>
3440
3441        * optman/.cvsignore: Added aclocal.m4 and configure.
3442        * optman/.cvsignore: New file.
3443
34442002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3445
3446        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3447
34482002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3449
3450        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3451        * optman/ChangeLog: New.
3452        * optman/configure.ac: New.
3453        * optman/Makefile.am: New.
3454        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3455        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3456
34572001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3458
3459        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3460
34612001-12-18      Eric Norum <eric.norum@usask.ca>
3462
3463        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3464        `directories' (path names with a / at the end) while disallowing open()
3465        operations on TFTP `directories'.
3466
34672001-12-07      Eric Norum <eric.norum@usask.ca>
3468
3469        * libnetworking/lib/tftpDriver.c: Restore write capability.
3470
34712001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3472
3473        * libchip/network/sonic.h: Fix typo.
3474        * libnetworking/arpa/Makefile.am: Remove stray lines.
3475
34762001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3477
3478        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3479
34802001-10-18      Eric Norum <eric.norum@usask.ca>
3481
3482        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3483        chdir() and open() operations within the TFTP file system.
3484
34852001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3486
3487        * librdbg/configure.ac: Fix latent bug exposed by removal of
3488        config.cache's which prevented powerpc targets librdbg from building.
3489
34902001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3491
3492        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3493        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3494        autoconf-2.52 happy.
3495
34962001-10-12      Mike Siers <mikes@poliac.com>
3497
3498        * libnetworking/Update to stable working state.  Congratulations Mike!
3499        :).
3500        * libnetworking/modem_example: Directory removed.
3501        * libnetworking/modem_example/16550.h,
3502        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3503        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3504        libnetworking/modem_example/ppp.h,
3505        libnetworking/modem_example/pppcompress.c: Files removed.
3506        * libnetworking/pppd/example/pppd.options: New file.
3507        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3508        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3509        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3510        libnetworking/pppd/rtemsmain.c: Updated.
3511
35122001-10-12      Joel Sherrill <joel@OARcorp.com>
3513
3514        * libchip/serial/z85c30.c: Fixed typo.
3515
35162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3517
3518        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3519        * configure.in: Remove.
3520        * configure.ac: New file, generated from configure.in by autoupdate.
3521        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3522        * libchip/configure.in: Remove.
3523        * libchip/configure.ac: New file, generated from configure.in by
3524        autoupdate.
3525        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3526        * librdbg/configure.in: Remove.
3527        * librdbg/configure.ac: New file, generated from configure.in by
3528        autoupdate.
3529        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3530        * libnetworking/configure.in: Remove.
3531        * libnetworking/configure.ac: New file, generated from configure.in by
3532        autoupdate.
3533
35342001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3535
3536        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3537        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3538        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3539
35402001-09-27      Joel Sherrill <joel@OARcorp.com>
3541
3542        * libchip/ChangeLog: Fixed typo in date.
3543
35442001-09-27      Eric Norum <eric.norum@usask.ca>
3545
3546        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3547        TFTP  filesystem.
3548
35492001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3550
3551        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3552        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3553        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3554        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3555        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3556        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3557        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3558        'PREINSTALL_FILES ='.
3559        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3560        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3561        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3562        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3563        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3564        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3565        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3566        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3567        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3568        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3569        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3570        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3571
35722001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3573
3574        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3575        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3576        * librdbg/src/m68k/any/Makefile.am: Ditto.
3577        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3578        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3579        happy.
3580
35812001-09-21      Joel Sherrill <joel@OARcorp.com>
3582
3583        * libchip/network/Makefile.am: Fixed typo on file name.
3584        * libchip/network/i82586.c: Commented out line 318 which is referencing
3585        a member of a structure that is not currently there.  This needs to be
3586        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3587        to C style.
3588
35892001-09-19      Eric Norum <eric.norum@usask.ca>
3590
3591        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3592
35932001-09-19      Chris Johns <ccj@acm.org>
3594
3595        * libchip/network/README.i82586, libchip/network/i82586.c,
3596        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3597        Network driver for Intel i82586.
3598        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3599        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3600        "root" filesystem with information obtained via the DHCP response.
3601
36022001-09-14      Eric Norum <eric.norum@usask.ca>
3603
3604        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3605        make gcc 3.x happy.
3606
36072001-08-16      Mike Siers <mikes@poliac.com>
3608
3609        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3610        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3611        These support callback functionality that has not even been compiled
3612        under RTEMS yet.
3613        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3614        example application.  Mike's notes on the modifications: - renamed
3615        error() function because of namespace problems - removed calls to the
3616        exit() funciton - removed extra files from the pppd source directory -
3617        defined pppd task constant values in rtemspppd.h - modifyied example
3618        code to get actual tick per second value - placed the pppd 2.3.11 man
3619        page file (pppd.8) into the pppd directory.
3620        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3621        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3622        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3623        libnetworking/pppd/rtems-ppp.c: Deleted.
3624        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3625        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3626        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3627        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3628        libnetworking/pppd/example/init.c,
3629        libnetworking/pppd/example/netconfig.h,
3630        libnetworking/pppd/example/ppp.conf,
3631        libnetworking/pppd/example/pppdapp.c,
3632        libnetworking/pppd/example/system.h: New files.
3633        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3634        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3635        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3636        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3637        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3638        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3639        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3640        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3641        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3642        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3643        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3644        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3645        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3646        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3647        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3648
36492001-08-16      Joel Sherrill <joel@OARcorp.com>
3650
3651        * libnetworking/pppd/example/Makefile: Removed.
3652        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3653        to avoid bootstrap -c clobbering it.
3654        * libnetworking/rtems_telnetd/.cvsignore: New file.
3655
36562001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3657
3658        * libnetworking/Makefile.am, libnetworking/configure.in,
3659        libnetworking/rtems_servers/Makefile.am,
3660        libnetworking/rtems_servers/telnetd.c,
3661        libnetworking/rtems_servers/telnetd.h,
3662        libnetworking/rtems_telnetd/Makefile.am,
3663        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3664        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3665        libnetworking/rtems_telnetd/telnetd.c,
3666        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3667        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3668        effect when ftpd change. - the tcp/ip stats have been implemented into
3669        icmds.c and started when telnetd daemon is started.
3670        * libnetworking/rtems_servers/telnetd.c,
3671        libnetworking/rtems_servers/telnetd.h: Removed.
3672        * libnetworking/rtems_telnetd: New directory.
3673        * libnetworking/rtems_telnetd/Makefile.am,
3674        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3675        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3676        libnetworking/rtems_telnetd/telnetd.c,
3677        libnetworking/rtems_telnetd/telnetd.h: New files.
3678
36792001-06-14      Joel Sherrill <joel@OARcorp.com>
3680
3681        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3682        Moved from libmisc/shell so the network stack to address network
3683        depenendency.
3684        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3685
36862001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3687
3688        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3689
36902001-05-15      Joel Sherrill <joel@OARcorp.com>
3691
3692        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3693        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3694        accidentally deleted the incorrectly empty versions.
3695
36962001-05-14      Till Straumann <strauman@slac.stanford.edu>
3697
3698        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3699        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3700        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3701        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3702        to know the values) - the affected BSP (shared/motorola) headers have
3703        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3704        driver (libchip/network/dec21140.c) has been fixed to use
3705        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3706        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3707        who is using this driver. - the DEC driver also has been fixed to use
3708        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3709        delay_in_bus_cycles().
3710
37112001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3712
3713        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3714
37152001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3716
3717        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3718
37192001-04-24      Eric Norum <eric.norum@usask.ca>
3720
3721        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3722        NTP synchronization a little more robust -- no NTP daemon yet, but at
3723        least it trys a little harder when the primary NTP server is down.
3724
37252001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3726
3727        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3728        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3729        libnetworking/pppd/modem_example/modem.c,
3730        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3731        other strings into English.
3732        * libnetworking/pppd/STATUS: updated to reflect the changes.
3733
37342001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3735
3736        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3737        again.
3738
37392001-04-20      Eric Valette <valette@crf.canon.fr>
3740
3741        * mcp750 directory renamed new_exception processing as it supports many
3742        more CPU models.
3743        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3744        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3745        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3746        formerly in mcp750 plus modifications.
3747        * librdbg/src/powerpc/mcp750/.cvsignore,
3748        librdbg/src/powerpc/mcp750/Makefile.am,
3749        librdbg/src/powerpc/mcp750/remdeb.h,
3750        librdbg/src/powerpc/mcp750/remdeb_f.x,
3751        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3752        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3753        new_exception_processing.
3754        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3755        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3756        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3757        part of this effort to add support for the MPC8xx.
3758
37592001-04-19      Joel Sherrill <joel@OARcorp.com>
3760
3761        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3762        internal include files.
3763
37642001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3765
3766        PR 158
3767        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3768        rcmd() library call by commenting out the parts that deal with signals.
3769        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3770        stdio. The 'server-side' parts of this file which deal with
3771        authentication are disabled since they are not needed.
3772
37732001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3774
3775        * libnetworking/include/.cvsignore: Remove dangling file.
3776
37772001-03-14      Joel Sherrill <joel@OARcorp.com>
3778
3779        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3780        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3781        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3782        libchip style serial drivers can be written in libcpu or libbsp.
3783
37842001-03-01      Joel Sherrill <joel@OARcorp.com>
3785
3786        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3787        libchip/network/sonic.c, libchip/network/sonic.h,
3788        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3789        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3790        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3791        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3792        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3793        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3794        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3795        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3796
37972001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3798
3799        * librdbg/include/rdbg/Makefile.am,
3800        librdbg/include/rdbg/i386/Makefile.am,
3801        librdbg/include/rdbg/m68k/Makefile.am,
3802        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3803        style on include files.
3804
38052001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3806
3807        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3808        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3809        replace ${..} with $(..).
3810        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3811        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3812        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3813        libnetworking/rtems/Makefile.am, libnetworking/
3814        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3815        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3816        include_*HEADERS instead of H_FILES.
3817        * libnetworking/include/Makefile.am: Remove.
3818        * libnetworking/Makefile.am: Add handling of *.h files.
3819        * libnetworking/configure.in: Remove include/Makefile.
3820
38212001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3822
3823        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3824
38252001-01-31      Sergei Organov <osv@javad.ru>
3826
3827        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3828        current dir and root dir removed in favor of new libio support for
3829        task-local current and root directories. - Bug in `close_data_socket()'
3830        introduced by previous change fixed. - `command_pasv()' changed to set
3831        timeout on socket we are listening on and code fixed to don't close
3832        socket twice on error. - `serr()' changed to clear `errno'. -
3833        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3834        changed to clear `errno' before processing session. -
3835        `close_data_socket()' fixed to close both active and passive sockets -
3836        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3837        empty string  in `exec_command()'.
3838
38392001-01-25      Eric Norum <eric.norum@usask.ca>
3840
3841        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3842        improves throughput on systems which are dropping packets.   Only the
3843        first timeout is reduced.  This keeps the number of extra packets down
3844        on networks that are very busy and dropping lots of packets.
3845
38462001-01-24      Sergei Organov <osv@javad.ru>
3847
3848        * libnetworking/rtems_servers/ftpd.c,
3849        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3850        - Timeouts on sockets implemented. 'idle' field added to configuration.
3851        No timeout by default to keep backward compatibility. Note: SITE IDLE
3852        command not implemented yet. - Basic global access control implemented.
3853        'access' field added to configuration. No access limitations by default
3854        to keep backward compatibility. - Anchor data socket for active mode
3855        (using self IP and port 20.) - Fixed default data port support (still
3856        not tested). - Don't allow IP address different from originating host in
3857        PORT command to improve security. - Fixed bug in MDTM command. - Check
3858        for correctness of parsing of argument in command_port(). - Fixed
3859        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3860        a directory. - Command parsing a little bit improved: command names are
3861        now converted to upper-case to be more compatible with RFC (command
3862        names are not case-sensitive.) - Reformat comments so that they have
3863        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3864        previous changes - True ASCII mode implemented (doesn't work for hooks
3865        and /dev/null) - Passive mode implemented, PASV command added. - Default
3866        port for data connection could be used (untested, can't find ftp client
3867        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3868        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3869
38702001-01-18      Joel Sherrill <joel@OARcorp.com>
3871
3872        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3873        macro using variable arguments.
3874        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3875        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3876        since I updated the main RTEMS development machine to RedHat 7.2 and
3877        apparently got a new version of rpcgen.
3878
38792001-01-12      Sergei Organov <osv@javad.ru>
3880
3881        * libnetworking/rtems_servers/ftpd.c,
3882        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3883        - use pool of pre-created threads to handle sessions instead of
3884        creating/deleting threads on the fly - LIST output is now similar to
3885        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3886        happy with it. - LIST NAME now works (both for files and directories) -
3887        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3888        clients happy  - keep track of CWD for every session separately -
3889        ability to specify root directory name for FTPD in configuration table.
3890        FTPD will then create illusion for FTP clients that this is actually
3891        root directory. - ignore options sent in commands, thus LIST -al FILE
3892        works and doesn't try to list "-al" directory. - buffers are allocated
3893        on stack instead of heap where possible to eliminate malloc/free calls
3894        (avoid possible heap fragmentation troubles). - drop using of task
3895        notepad to pass parameters - use function arguments instead - use
3896        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3897        in socket() instead of AF_INET.
3898
38992001-01-02      Joel Sherrill <joel@OARcorp.com>
3900
3901        * libnetworking/CHANGELOG: Removed.
3902        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3903
39042000-12-14      Eric Norum <eric.norum@usask.ca>
3905
3906        * libnetworking/lib/tftpDriver.c: Added write capability.
3907
39082000-12-08      Joel Sherrill <joel@OARcorp.com>
3909
3910        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3911        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3912        numerous variable declarations conditional on PPP_COMPRESS and
3913        PPP_FILTER.  Commented out variables that were not used because the code
3914        using them was commented out. Removed totally unused variables.
3915        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3916        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3917
39182000-11-30      Joel Sherrill <joel@OARcorp.com>
3919
3920        * libnetworking/modem/ppp_tty.c: Changed to include
3921        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3922        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3923        * libnetworking/Makefile.am: Modified to reflect above.
3924
39252000-11-27      Joel Sherrill <joel@OARcorp.com>
3926
3927        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3928
39292000-11-25      Eric Norum <eric.norum@usask.ca>
3930
3931        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3932        core.
3933
39342000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3935
3936        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3937        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3938        subdir.
3939        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3940        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3941        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3942        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3943        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3944        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3945        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3946        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3947        ppp_tty.c and the real pppd main is in pppmain.c.
3948
39492000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3950
3951        * libchip/network/sonic.c: Added ipalign() routine to align the received
3952        packet so that the ip header is on a 32-bit boundary. Necessary for
3953        cpu's that do not allow unaligned loads and stores and when the 32-bit
3954        DMA mode is used.
3955
39562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3957
3958        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3959        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3960        ACLOCAL_AMFLAGS.
3961        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3962        ACLOCAL_AMFLAGS.
3963        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3964        ACLOCAL_AMFLAGS.
3965
39662000-11-03      Chris Johns <ccj@acm.org>
3967
3968        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3969        libchip/network/cs8900.h: New files.
3970
39712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3972
3973        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3974        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3975        $(RTEMS_TOPdir)/aclocal.
3976        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3977        $(RTEMS_TOPdir)/aclocal.
3978        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3979        $(RTEMS_TOPdir)/aclocal.
3980
39812000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3982
3983        * configure.in: Switch to GNU-canonicalization.
3984        * Makefile.am: Reflect changes to configure.in.
3985        * acinclude.m4: Remove.
3986
39872000-10-30      Joel Sherrill <joel@OARcorp.com>
3988
3989        * POSIX include files merged into newlib.  This resulted in some
3990        definitions moving to other files and thus some secondary effects in
3991        RTEMS source code.
3992        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3993        in sync with newlib's <machine/types.h>.
3994        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3995        definition of struct itimerval in <sys/time.h>.
3996
39972000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3998
3999        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
4000        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
4001        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
4002        * ChangeLog: Fix typos.
4003        * configure.in: add tests to the GNU canonicalized subdirectories.
4004
40052000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4006
4007        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
4008        * configure.in: add lib to the GNU canonicalized subdirectories,  make
4009        the lib directory before configuring lib/.
4010
40112000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4012
4013        * configure.in, Makefile.am: add exec to the GNU canonicalized
4014        subdirectories.
4015        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
4016        * configure.in: add libnetworking, librpc and librdb to the GNU
4017        canonicalized subdirectories.
4018        * configure.in: add libmisc and libchip to the GNU canonicalized
4019        subdirectories.
4020        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4021        Switch to GNU canonicalization.
4022        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4023        Switch to GNU canonicalization.
4024        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4025        Switch to GNU canonicalization.
4026
40272000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4028
4029        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
4030        canonicalization to libfs/. The approach is currently a bit of a hack as
4031        GNU canonicalization does not support the per-BSP build some of the
4032        other directories require.  As more of the tree is converted, this will
4033        become less  of an issue.
4034
40352000-10-20      Joel Sherrill <joel@OARcorp.com>
4036
4037        * libchip/network/dec21140.c: Corrected attach to include "int attach"
4038        parameter.
4039
40402000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
4041
4042        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
4043        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
4044        * librdbg/configure.in: Add m68k support.
4045        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
4046        subdirectory.
4047        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
4048        failure.
4049        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
4050        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
4051        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
4052        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
4053        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
4054        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
4055        librdbg/src/m68k/.cvsignore: New files.
4056        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
4057        function pointers.
4058        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
4059        _after_ pointer has been checked against NULL.
4060
40612000-10-18      Joel Sherrill <joel@OARcorp.com>
4062
4063        * wrapup/Makefile.am: Added libfs.
4064
40652000-10-18      Chris Johns <ccj@acm.org>
4066
4067        * libfs created.
4068        * configure.in: Added libfs subdirectory.
4069        * libnetworking/pppd/ipxcp.c: Fixed a typo.
4070
40712000-09-28      Joel Sherrill <joel@OARcorp.com>
4072
4073        * libnetworking/rtems_webserver/Makefile.am,
4074        libnetworking/rtems_webserver/base64.c,
4075        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
4076        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
4077
40782000-09-22      Joel Sherrill <joel@OARcorp.com>
4079
4080        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
4081        libnetworking/rtems/rtems_bsdnet_internal.h,
4082        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
4083        have included rtems.h.  It is now including precisely the  least amount
4084        of low level, yet portable .h files to get the basic RTEMS types
4085        defined.  This rippled into other  files since rtems_bsdnet_internal.h
4086        used machine/types.h to include rtems.h.
4087
40882000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4089
4090        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
4091
40922000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4093
4094        * libnetworking/ChangeLog: Cleanup.
4095
40962000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4097
4098        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
4099        * libchip/ChangeLog: Fix formating.
4100
41012000-09-05      Joel Sherrill <joel@OARcorp.com>
4102
4103        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
4104        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
4105        confusion and to work with the converted flags.
4106
41072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4108
4109        * wrapup/Makefile.am: Include compile.am.
4110        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
4111        libchip/serial/Makefile.am: Include compile.am.
4112        * librdbg/src/i386/any/Makefile.am,
4113        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
4114        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
4115        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
4116        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
4117        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
4118        libnetworking/rtems_servers/Makefile.am,
4119        libnetworking/rtems_webserver/Makefile.am,
4120        libnetworking/wrapup/Makefile.am: Include compile.am.
4121
41222000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
4123
4124        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
4125        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
4126
41272000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4128
4129        * libnetworking/netinet/tcp_input.c: Spelling corrections.
4130
41312000-08-31      Joel Sherrill <joel@OARcorp.com>
4132
4133        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
4134        Antti P Miettinen <antti.p.miettinen@nokia.com>.
4135        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
4136        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
4137        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
4138        * libnetworking/wbase64.c: Removed.
4139        * libnetworking/Makefile.am, libnetworking/asp.c,
4140        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
4141        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
4142        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
4143        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
4144        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
4145        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
4146        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
4147        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
4148        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
4149        Modified.
4150
41512000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4152
4153        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
4154
41552000-08-30      Joel Sherrill <joel@OARcorp.com>
4156
4157        * libnetworking/rtems_webserver/license.txt: New file.
4158
41592000-08-10      Joel Sherrill <joel@OARcorp.com>
4160
4161        * ChangeLog: New file.
4162        * libchip/ChangeLog: New file.
4163        * librdbg/ChangeLog: New file.
4164        * libnetworking/ChangeLog: New file.
4165
Note: See TracBrowser for help on using the repository browser.