source: rtems/c/src/ChangeLog @ 0441091

4.104.115
Last change on this file since 0441091 was 51dc695a, checked in by Joel Sherrill <joel.sherrill@…>, on 04/28/10 at 13:23:41

2010-04-28 Joel Sherrill <joel.sherrilL@…>

  • libchip/network/if_dc.c: Remove warnings.
  • Property mode set to 100644
File size: 158.5 KB
Line 
12010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * libchip/network/if_dc.c: Remove warnings.
4
52010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
6
7        * libchip/serial/mc68681.c, libchip/serial/mc68681_reg.c,
8        libchip/serial/ns16550.c, libchip/serial/serial.h,
9        libchip/serial/z85c30.c, libchip/serial/z85c30_reg.c: Use uintptr_t
10        or intptr_t instead of uint32_t or int32_t.
11
122010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
13
14        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
15        libchip/rtc/icm7170.c, libchip/rtc/icm7170_reg.c,
16        libchip/rtc/m48t08_reg.c, libchip/rtc/rtc.h: Use uintptr_t instead of
17        uint32_t.
18
192010-04-10      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * libchip/serial/serial.h: Add extern "C".
22
232010-04-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
24
25        * libchip/serial/serial.h, serial/mc68681.c, serial/mc68681_p.h,
26        serial/ns16550.c, serial/ns16550_p.h, serial/serial.h,
27        serial/z85c30.c, serial/z85c30_p.h: adapt _write_ functions to new
28        prototype
29
302010-04-08      Joel Sherrill <joel.sherrilL@OARcorp.com>
31
32        * libchip/ide/ata.c: Change missed use of ATA_USE_OLD_EXCEPTIONS to
33        CPU_SIMPLE_VECTORED_INTERRUPTS.
34
352010-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * libchip/ide/ata.c: Use correct macro from RTEMS to determine whether
38        simple or PIC interrupt model.
39
402010-04-02      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * libchip/rtc/ds1375.c: #include <unistd.h>.
43
442010-03-12      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * libchip/network/i82586.c: Readdress use of ctype methods per
47        recommendation from D.J. Delorie on the newlib mailing list. We
48        should pass an unsigned char into these methods.
49
502010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * libchip/ide/ide_controller.c: Fix warnings for uninitialized
53        variable.
54
552010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * libchip/network/i82586.c: Fix warnings for ctype methods.
58
592010-02-19      Chris Johns <chrisj@rtems.org>
60
61        * libchip/ide/ide_controller.c: Create the devices as block
62        devices.
63
642010-01-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
65
66        * libchip/ide/ata_internal.h, libchip/ide/ata.c
67        libchip/i2c/spi-sd-card.c: Update for block device API change.
68
692010-01-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
70
71        * libchip/display/disp_hcms29xx.c,
72        libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c,
73        libchip/display/font_hcms29xx.h: various fixes
74
752009-12-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
76
77        PR 1474
78        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Update for block
79        device API change.
80
812009-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * libchip/network/greth.c: Eliminate unused type
84        rtems_clock_time_value.
85
862009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * libchip/network/dec21140.c: Warning elimination
89        (dec21140_softc->base now is an uint32_t).
90
912009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        PR 1483/cpukit
94        * libchip/network/dec21140.c, libchip/network/elnk.c,
95        libchip/network/if_dc.c: Move #include <rtems/pci.h> into #if
96        *_SUPPORTED-guarded code sections.
97
982009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * libchip/network/dec21140.c, libchip/network/elnk.c,
101        libchip/network/if_dc.c: Ensure PCI drivers are built on all
102        supported configurations. PowerPC conditionals were not current and
103        code was not being built on supported BSPs.
104
1052009-11-23      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * libchip/network/smc91111.c: Formatting.
108
1092009-11-12      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * libchip/ide/ata.c (rtems_ata_initialize): Avoid implicit cast to uint16_t.
112        * libchip/ide/ata.c (ata_non_data_request): Change arg from int to
113        uint32_t (16bit ints are too small).
114
1152009-11-06      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * libchip/network/elnk.c: Use PRI*32 to print u_int32_t's.
118        * libchip/network/if_dc.c: Fix type mismatch.
119
1202009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * aclocal/bsp-linkcmds.m4: New.
123
1242009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * configure.ac: Rework CFLAGS setup.
127        * aclocal/prog-cc.m4: Remove RTEMS_CFLAGS.
128        * automake/compile.am: Remove RTEMS_CFLAGS.
129
1302009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * libchip/ide/ata.h: Move extern "C".
133
1342009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c:
137        Use hex-constants to avoid implicit int-casts.
138        * libchip/i2c/spi-memdrv.c:
139        Use hex-constants to avoid implicit int-casts.
140        Use rtems_off64_t offsets to avoid loosing precision.
141
1422009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
143
144        * libchip/serial/ns16550.c: Update for interrupt handler type change.
145
1462009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * aclocal/bsp-alias.m4: New.
149        * configure.ac: Apply RTEMS_BSP_ALIAS for RTEMS_BSP_FAMILY.
150
1512009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB.
154
1552009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
156
157        * configure.ac: Remove AM_CONDITIONAL MULTILIB.
158        * Makefile.am: Remove BARE_CPU_MODEL.
159
1602009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * configure.ac: Remove cfg_dir.
163
1642009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * configure.ac: Remove -std=c99 -fasm.
167        Remove AM_CONDITIONAL LIBCHIP.
168        * libchip/Makefile.am, wrapup/Makefile.am:
169        Remove AM_CONDITIONAL LIBCHIP.
170
1712009-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * configure.ac: Pick up make/custom/*.
174        * aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
175
1762009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * wrapup/Makefile.am: Remove AM_CONDITIONAL HAS_LIBBSP.
179        * configure.ac: Remove AM_CONDITIONAL HAS_LIBBSP.
180
1812009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * configure.ac: Remove special case lib/libbsp/bare (Abandoned).
184
1852009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
186
187        * Makefile.am: Remove RTEMS_HOST (unused).
188        * configure.ac: Remove RTEMS_HOST (unused).
189        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
190
1912009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
192
193        * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for
194        *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
195
1962009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
197
198        * aclocal/canonical-target-name.m4, aclocal/check-networking.m4,
199        aclocal/check-posix.m4, aclocal/enable-posix.m4,
200        aclocal/rtems-cpu-subdirs.m4: Remove posix/unix.
201
2022009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * configure.ac: Rework make/custom/* handling.
205        * aclocal/check-custom-bsp.m4: Change *.cfg handling.
206        * Makefile.am: Remove make/custom/default.cfg-rule.
207
2082009-10-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
209
210        * libchip/serial/ns16550.c: Enable interrupts during open to avoid
211        NULL pointer access in interrupt handler.
212
2132009-10-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
214
215        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Update for block
216        device API change.
217
2182009-10-08      Chris Johns <chrisj@rtems.org>
219
220        * libchip/ide/ata.c, c/src/libchip/ide/ata_internal.h: Remove the
221        multiblock support from the ATA driver. Multiblock at the disk
222        level should not be a global policy as a disk may have more than
223        one partition with different block sizes. An IDE driver could
224        decide to use the feature with DMA but this a driver specific
225        design choice. Fixed bugs relating to variable block sizes and
226        large block transfer.
227        * c/src/libchip/ide/ide_controller.c,
228        c/src/libchip/ide/ide_ctrl_cfg.h, c/src/libchip/ide/ide_ctrl_io.h:
229        Changed the block size to 32bits so blocks of 64K or bigger can be
230        transfered in a single driver call.
231
2322009-10-05      Joel Sherrill <joel.sherrill@oarcorp.com>
233
234        * libchip/ide/ata.c: Revert previous change. Not all ARM BSPs use a
235        shared irq.h yet and this breaks a significant number of them.
236
2372009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
238
239        * libchip/ide/ata.c: Use simple vectored CPU macro to select interrupt
240        model.
241
2422009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
243
244        * libchip/serial/z85c30.c, libchip/serial/ns16550.c,
245        libchip/serial/mc68681.c: Reflect termios_baud_to_number having been
246        renamed to rtems_termios_baud_to_number.
247
2482009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
249
250        * libchip/serial/sersupp.h: Remove termios_baud_to_index,
251        termios_baud_to_number (duplicate prototypes).
252        Add C++-guards.
253        Include rtems/termiostypes.h.
254
2552009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
256
257        * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
258
2592009-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
260
261        * aclocal/check-networking.m4: Disable TCP/IP on targets without enough
262        physical address to support BSD TCP/IP stack.
263
2642009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
265
266        * libchip/network/elnk.c: Convert calls to legacy routine
267        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
268
2692009-08-03      Roger Dahlkvist <ruppe@kth.se>
270
271        * libchip/shmdr/shm_driver.h: nios2 was not accounted for.
272
2732009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
274
275        * libchip/ide/ata.c: Remove warning.
276
2772009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
278
279        * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to
280        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
281        now use the same macros.
282        * aclocal/bsp-bspcleanup-options.m4: New file.
283
2842009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
285
286        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h: Removed
287        obsolete defines and declarations.  Set initial baud during device
288        open.  Fixed interrupt mode.
289
2902009-06-12      Joel Sherrill <joel.sherrill@oarcorp.com>
291
292        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the
293        GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to
294        EINVAL and ENOTTY as appropriate.
295
2962009-05-30      Chris Johns <chrisj@rtems.org>
297
298        * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave
299        devices on an IDE bus and cleaned up the initialisation register
300        call.
301
3022009-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
303
304        * libchip/network/i82586.c: Fix warning in manner suggested by
305        Arnout Vandecappelle <arnout@mind.be> in
306        http://www.rtems.org/pipermail/rtems-users/2009-May/005460.html.
307
3082009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * libchip/network/if_dc.c: Fixed warnings.
311
3122009-05-03      Joel Sherrill <joel.sherrill@oarcorp.com>
313
314        * libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat
315        as needed.
316
3172009-04-29      Chris Johns <chrisj@rtems.org>
318
319        * libchip/ide/ata.c: Remove a detection test that fails in qemu.
320
321        * libchip/ide/ide_controller.c: Change the status detection and
322        add a message if the transfer fails. There is currently no error
323        handle at the IDE drvier level.
324
3252009-03-12      Daniel Hellstrom <daniel@gaisler.com>
326
327        PR 1392/bsps
328        * libchip/i2c/spi-memdrv.c: SPI Memory driver. Fix but where writes
329        over multiple pages results in extra data being written.
330
3312009-02-27      Gene Smith <gene.smith@siemens.com>
332
333        PR 1356
334        * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC
335        cards.
336
3372009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
338
339        * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is
340        enabled on x86.
341
3422009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
343
344        * aclocal/bspopts.m4: Quoting cosmetics.
345
3462009-01-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
347
348        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
349        RTEMS_BLKDEV_CAPABILITIES ioctl which caused invalid multiple block
350        writes.  Fixed integer type in device structure.
351
3522009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
353
354        * libchip/serial/ns16550.c: Turn on ns16550_process() for
355        BSP_FEATURE_IRQ_LEGACY case also.
356
3572008-11-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
358
359        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Removed high
360        level LibI2C interface.  Added generic block IO functions.
361
3622008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
363
364        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
365        optman/rtems/no-msg.c, optman/rtems/no-part.c,
366        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
367        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
368        optman/sapi/no-ext.c, optman/sapi/no-io.c:
369        Revert previous patch (cvs clash with Joel hacking cpukit).
370
3712008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
372
373        * aclocal/canonical-target-name.m4: Remove tic4x.
374
3752008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
376
377        * libchip/rtc/ds1375.c: Include <errno.h> instead of <sys/errno.h>.
378
3792008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
380
381        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
382        optman/rtems/no-msg.c, optman/rtems/no-part.c,
383        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
384        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
385        optman/sapi/no-ext.c, optman/sapi/no-io.c:
386        Fix prototypes.
387
3882008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
389
390        * libchip/serial/ns16550_p.h: Remove prototype with no implementation.
391
3922008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
393
394        * libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c,
395        libchip/shmdr/shm_driver.h: Cleanup and remove variables which
396        duplicated data.
397
3982008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
399
400        * optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert SAPI manager and
401        SuperCore Handler initialization routines to directly pull parameters
402        from configuration table.
403
4042008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
405
406        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
407        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
408        optman/rtems/no-part.c, optman/rtems/no-region.c,
409        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
410        optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager
411        initialization routines to directly pull parameters from
412        configuration table. Eliminate empty routines sportted.
413
4142008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
415
416        * libchip/serial/ns16550.c: Add CVS-Id. Fix #define mess.
417
4182008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
419
420        * libchip/network/i82586.c, libchip/network/smc91111config.h: Eliminate
421        all public use of TOD conversion routines.
422
4232008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
424
425        * libchip/network/smc91111config.h:
426        #include <stdint.h> instead of <rtems/stdint.h>.
427
4282008-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
429
430        * aclocal/prog-cc.m4: Use -r instead of -Wl,-r to build *.rels.
431        * aclocal/rtems-cpu-subdirs.m4: Remove obsolete cpus.
432
4332008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
434
435        * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
436
4372008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
438
439        * libchip/serial/ns16550.c: Transmit the character in the polled write
440        function within a critical section for printk() compatibility.
441
4422008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
443
444        * libchip/i2c/spi-sd-card.c: Update for status-checks.h changes.
445
4462008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
447
448        * aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
449
4502008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
451
452        * aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
453
4542008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
455
456        * aclocal/bsp-bootcard-options.m4: Fix quoting.
457
4582008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
459
460        * aclocal/bsp-bootcard-options.m4: New file.
461        * aclocal/bsp-bootcards-handles-ram-allocation.m4: Removed.
462
4632008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
464
465        * libchip/serial/ns16550.c: Enable interrupt code only for PowerPC or
466        BSPs that support this feature.
467
4682008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
469
470        * libchip/serial/ns16550.c: Fix typo.
471
4722008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
473
474        * libchip/serial/ns16550.c: Fix typo.
475
4762008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
477
478        * libchip/serial/ns16550.c: Add not supported on arm even though it is
479        not simple vectored.
480
4812008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
482
483        * libchip/serial/ns16550.c: Not currently supported on architectures
484        with simple vectored interrupt model.
485
4862008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
487
488        * aclocal/version.m4: Bump RTEMS_API to 4.10.
489        Bump _RTEMS_VERSION to 4.9.99.0.
490
4912008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
492
493        * libchip/rtc/icm7170.c, libchip/rtc/m48t08.c,
494        c/src/libchip/rtc/rtc.h:  Include required header files.  Some internal
495        functions have now static linkage type.  Added constant qualifier to
496        operations table and read-only function parameters.
497
498        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
499        c/src/libchip/serial/serial.h:  Include required header files.  Removed
500        support for old PowerPC exception handling.  Various fixes for
501        interrupt related routines.  Added support for BSPs with IRQ extension
502        API.
503
5042008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
505
506        * libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there
507        is no PCI bus based upon the BSP not having a base address defined.
508        This means this driver cannot be supported on that board.
509
5102008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
511
512        * libchip/network/dec21140.c, libchip/network/elnk.c,
513        libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
514
5152008-09-17      Miao Yan <yanmiaobest@gmail.com>
516
517        * optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
518        add simple device only filesystem (devfs), optionally completely drop
519        out filesystem, and to clean up disabling newlib reentrancy support.
520        This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t
521        now has a 15K code space.
522        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
523        Removed.
524
5252008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
526
527        * libchip/ide/ata.h: Convert to Unix file format.
528
5292008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
530
531        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
532        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
533        libchip/serial/serial.h, libchip/serial/serprobe.c,
534        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
535        Convert to "bool".
536        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
537        libchip/i2c/spi-memdrv.h: Convert to "bool".
538        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
539        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
540        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
541        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
542        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
543        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
544        Convert to "bool".
545        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
546        Convert to "bool".
547        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
548        Convert to "bool".
549
5502008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
551
552        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
553        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
554        memory driver to not use the clock ioctl to install a method to poll
555        for input. It now uses a Class API Timer which means we can eliminate
556        this special IOCTL from all clock drivers.
557        * libchip/shmdr/setckvec.c: Removed.
558
5592008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
560
561        * libchip/network/sonic.c: Do not declare a variable just to hold an
562        ignored return value.
563
5642008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
565
566        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
567
5682008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
569
570        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
571        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
572
5732008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
574
575        * libchip/display/disp_hcms29xx.c: Do not make these static. They
576        appear to be unused that way.
577
5782008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
579
580        * libchip/shmdr/shm_driver.h: Correct prototypes.
581
5822008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
583
584        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
585        variables and made methods static.
586
5872008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
588
589        * libchip/serial/ns16550.c: Fix warning.
590
5912008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
592
593        * aclocal/prog-cc.m4: Add -Wnested-externs.
594
5952008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
596
597        * libchip/network/dec21140.c: Add missing prototype.
598        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
599
6002008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
601
602        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
603        -Wstrict-prototypes to RTEMS_CFLAGS.
604
6052008-08-02      Chris Johns <chrisj@rtems.org>
606
607        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
608        rtems_blkdev_request count and start references. Use
609        RTEMS_BLKDEV_START_BLOCK.
610
6112008-07-29      Chris Johns <chrisj@rtems.org>
612
613        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
614
615        * libchip/ide/ata.c: Change to use a mutex rather than disable
616        pre-emption. Updated to the libblock changes.
617
618        * libchip/ide/ata_internal.h: Updated to the new chains API.
619
620        * libchip/ide/ide_controller.c: Updated to the libblock
621        changes. Added come debug tracing.
622
623        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
624        to the libblock changes.
625
6262008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
627
628        * configure.ac: Remove RPCGEN, RPCTOOLS.
629
6302008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
631
632        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
633        for output format specifiers.
634
6352008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
636
637        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
638        Fixed some data types
639
6402008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
641
642        * libchip/i2c/spi-sd-card.c: Added missing header file.
643        * libchip/Makefile.am: Added SD Card driver.
644
6452008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
646
647        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
648        make glyphs non-constant, added file headers
649
6502008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
651
652        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
653        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
654        * libchip/display/font_hcms29xx.h
655        Creation of SPI display driver
656
6572008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
658
659        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
660        via SPI.
661
6622008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
663
664        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
665        AC_PREREQ(2.62).
666
6672008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
668
669        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
670
6712008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
672
673        * libchip/Makefile.am: Move termios helper routines from libchip to
674        libcsupport. Add routine which makes it easy for a termios device
675        driver to inform termios of its default baud rate. This avoids
676        inconsistencies in later termios settings changes.
677        * libchip/serial/termios_baud2index.c,
678        libchip/serial/termios_baud2num.c: Removed.
679
6802008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
681
682        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
683
6842008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
685
686        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
687        not fail if there are none.
688
6892008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
690
691        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
692        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
693        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
694        * libchip/Makefile.am:
695        derived a generic spi memory driver from spi-flash-m25p40,
696        added descriptor for fram fm25l256
697
6982008-05-07      Till Straumann <strauman@slac.stanford.edu>
699
700        PR 649/bsps
701        * libchip/ide/ata.c: Give up if the interface does not become ready.
702
7032008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
704
705        Moved to cpukit.
706        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
707        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
708        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
709        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
710        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
711        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
712        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
713        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
714        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
715        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
716        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
717        nfsclient/src/xdr_mbuf.c: Removed.
718
7192008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
720
721        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
722
7232008-01-05      Chris Johns <chrisj@rtems.org>
724
725        * libchip/flash/am29lv160.c: Update the blank check error message
726        to say there is an error.
727       
7282007-12-22      Chris Johns <chrisj@rtems.org>
729
730        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
731        the hello message. Just one line but still a little too long.
732       
7332007-12-14      Chris Johns <chrisj@rtems.org>
734
735        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
736        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
737        * libchip/flash, libchip/flash/am29lv160.c,
738        libchip/flash/am29lv160.h: New.
739
7402007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
741
742        * libchip/network/if_fxp.c: Spacing.
743
7442007-11-20      Till Straumann <strauman@slac.stanford.edu>
745
746        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
747        Avoid using 'stdio' before the system is up and fully
748        initialized.
749
7502007-11-20      Till Straumann <strauman@slac.stanford.edu>
751
752        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
753        * libchip/Makefile.am, libchip/preinstall.am:
754        added new driver for Maxim DS1375 i2c RTC.
755
7562007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
757
758        * libchip/i2c/spi-flash-m25p40.c:
759        added addressing call in write function
760
7612007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
762
763        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
764        * libchip/Makefile.am:
765        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
766
7672007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
768
769        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
770
7712007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
772
773        * nfsclient/Makefile.am: Fix errors.
774
7752007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
776
777        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
778
7792007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
780
781        * aclocal/version.m4: Bump RTEMS_API to 4.9.
782        Bump RTEMS_VERSION to 4.8.99.0.
783
7842007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
785
786        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
787
7882007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
789
790        * configure.ac: Remove AC_PROG_AWK (Unused).
791
7922007-09-14      Daron Chabot <djc915@mail.usask.ca>
793
794        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
795        rtems_interrupt_vector, to permit passing arbitrary arguments to the
796        ISR. Clean up of variables to silence compiler warnings.
797
7982007-09-13      Daniel Hellstrom <daniel@gaisler.com>
799
800        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
801
8022007-09-12      Daniel Hellstrom <daniel@gaisler.com>
803
804        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
805          - Odd bit bug in some chips taken care of.
806          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
807            alignment but failing to do so must have made the driver writer to make
808            some incorrect assumptions about MBUFs.
809          - Fixed MBUF handling to handle mbuf chains better. The Data length of
810            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
811          - Made while loop responsible for copying data to fifo port copy 16 shorts
812            per loop instead of 1 short, increasing the copying process.
813
8142007-09-07      Daniel Hellstrom <daniel@gaisler.com>
815
816        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
817        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
818
8192007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
820
821        * configure.ac, wrapup/Makefile.am: Remove RDBG.
822        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
823        librdbg/Makefile.am, librdbg/preinstall.am,
824        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
825        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
826        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
827        librdbg/include/rdbg/powerpc/rdbg_f.h,
828        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
829        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
830        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
831        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
832        librdbg/src/servtsp.c, librdbg/src/servutil.c,
833        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
834        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
835        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
836        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
837        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
838        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
839        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
840        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
841        librdbg/src/powerpc/rdbg_f.c,
842        librdbg/src/powerpc/new_exception_processing/remdeb.h,
843        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
844        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
845        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
846
8472007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
848
849        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
850
8512007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
852
853        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
854          sizes.
855
8562007-07-27      Chris Johns <chrisj@rtems.org>
857
858        * wrapup/Makefile.am: Create archive from a file for hosts
859        with a limited command line size.
860
8612007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
862
863        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
864          sizes.
865
8662007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
867       
868        * configure.ac: Add nfsclient.
869        * nfsclient/Makefile.am: New.
870        * nfsclient/proto/Makefile, nfsclient/Makefile,
871          nfsclient/src/Makefile: Remove.
872        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
873        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
874
8752007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
876
877        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
878        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
879        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
880        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
881        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
882        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
883        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
884        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
885        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
886        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
887        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
888        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
889
8902007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
891
892        * libchip/serial/ns16550.c: removed timed out wait for transmitter
893        to become ready: This will not work for fast CPUs.
894
8952007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
896
897        * libchip/ide/ata.c: fixed warning
898
8992007-06-20      Ray Xu <rayx@gmail.com>
900
901        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
902        console, and libio. This shrinks the memory requirements but Joel has
903        not figured out how best to present this to application space.
904        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
905        New files.
906
9072007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
908
909        * optman/sapi/no-io.c: Split IO Manager into one function per file so
910        now we only need required initialization methods.
911
9122007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
913
914        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
915        parameter since it was used to configure a no longer used feature.
916        Device names are now part of the filesystem not in a table.
917
9182007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
919
920        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
921        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
922        optman/rtems/no-part.c, optman/rtems/no-region.c,
923        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
924        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
925        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
926        other optional managers so using them reduces application size
927        instead of increasing it.
928        * optman/rtems/no-barrier.c: New file.
929
9302007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
931
932        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
933        adjustments to pci-API changes.
934        * libchip/network/dec21140.c, libchip/network/elnk.c,
935        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
936        changes.
937
9382007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
939
940        * libchip/network/dec21140.c, libchip/network/if_dc.c,
941        libchip/network/if_fxp.c: Reflect changes to pci-API.
942
9432007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
944
945        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
946        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
947
9482007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
949
950        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
951          being used to compile "tools").
952
9532007-03-13      Joel Sherrill <joel@OARcorp.com>
954
955        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
956
9572007-03-12      Joel Sherrill <joel@OARcorp.com>
958
959        * libchip/network/cs8900.c, libchip/network/cs8900.h,
960        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
961        and/or fix mistake in copyright notice. Both of these mistakes appear
962        to be from code submitted after these changes were made previously.
963
9642007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
965
966        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
967
9682007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
969
970        * libchip/Makefile.am: Correct path to README.tulipclone.
971
9722007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
973
974        * libchip/ide/ata.c: Remove superfluous type casts.
975
9762007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
977
978        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
979        Use size_t for sizes.
980
9812007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
982
983        * libchip/ide/ata.c: in ata_request_done: moved call to free()
984        from preemption disabled region
985
9862007-01-16      Till Straumann <strauman@slac.stanford.edu>
987
988        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
989        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
990        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
991
9922006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
993
994        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
995          ioctl_command_t as ioctl argument.
996
9972006-12-13      Joel Sherrill <joel@OARcorp.com>
998
999        * librtems++/include/rtems++/rtemsEvent.h,
1000        librtems++/include/rtems++/rtemsMessageQueue.h,
1001        librtems++/include/rtems++/rtemsSemaphore.h,
1002        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
1003        librtems++/src/rtemsMessageQueue.cc,
1004        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
1005        rtems_unsigned32 to uint32_t.
1006
10072006-12-13      Joel Sherrill <joel@OARcorp.com>
1008
1009        PR 1181/bsps
1010        * optman/rtems/no-msg.c: Clean up dead code.
1011
10122006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
1013
1014        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
1015
10162006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
1017
1018        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
1019        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
1020        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
1021
10222006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1023
1024        * configure.ac: New BUG-REPORT address.
1025
10262006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
1027
1028        * Makefile.am: Remove ampolish3.
1029
10302006-11-17      Joel Sherrill <joel@OARcorp.com>
1031
1032        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
1033        blank lines.
1034
10352006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
1036
1037        * configure.ac: Remove RTEMS_AMPOLISH3.
1038        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
1039          Remove checks for AMPOLISH3.
1040        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
1041        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
1042        * ampolish3: Remove.
1043
10442006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
1045
1046        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
1047        * aclocal/prog-cc.m4: Remove CFLAGS.
1048        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
1049        Compose CFLAGS. Append CFLAGS to ac_configure_args.
1050
10512006-10-23      Joel Sherrill <joel@OARcorp.com>
1052
1053        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
1054
10552006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
1056
1057        * automake/compile.am: Use hard-coded RTEMS_* flags.
1058
10592006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
1060
1061        * aclocal/rtems-top.m4: Remove RTEMS_API.
1062        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
1063
10642006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1065
1066        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
1067
10682006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1069
1070        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
1071
10722006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1073
1074        * aclocal/version.m4: Bump version to 4.7.99.0.
1075
10762006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1077
1078        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1079
10802006-09-11      Joel Sherrill <joel@OARcorp.com>
1081
1082        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
1083
10842006-09-04      Joel Sherrill <joel@OARcorp.com>
1085
1086        * libchip/network/greth.c, libchip/network/open_eth.c,
1087        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
1088        introduced by warning removal.
1089
10902006-09-01      Joel Sherrill <joel@OARcorp.com>
1091
1092        * libchip/network/greth.c, libchip/network/open_eth.c,
1093        libchip/network/smc91111.c: Remove warnings and correct prototype
1094        added earlier today.
1095
10962006-09-01      Joel Sherrill <joel@OARcorp.com>
1097
1098        * libchip/network/cs8900.c, libchip/network/greth.c,
1099        libchip/network/i82586.c, libchip/network/open_eth.c,
1100        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
1101        sized integers, and inttypes.h printf helpers.
1102
11032006-08-09      Kolja Waschk <waschk@telos.de>
1104
1105        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
1106
11072006-07-12      Joel Sherrill <joel@OARcorp.com>
1108
1109        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
1110
11112006-07-11      Jerry Needell <jerry.needell@unh.edu>
1112
1113        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
1114        4.6 branch.  Original modifications by Gaisler Enterprises.
1115        * libchip/network/greth.c, libchip/network/greth.h: New files.
1116
11172006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1118
1119        * ide/ata.[ch]:
1120        (PR1118) fetch priority for ATA task from a variable,
1121        not a fixed configuration value.
1122       
11232006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
1124
1125        * Makefile.am: Add ampolish3.
1126
11272006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
1128
1129        * ampolish3: New.
1130        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
1131
11322006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
1133
1134        * aclocal/rtems-ampolish.m4: New.
1135        * configure.ac: Use RTEMS_AMPOLISH3.
1136
11372006-04-18  Joel Sherrill <joel@OARcorp.com>
1138
1139        * aclocal/version.m4: Updated to rtems-4.6.99.3.
1140
11412006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1142
1143        PR 853/filesystem
1144        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
1145        should be modified to support the new exception scheme and to use the
1146        handle parameter.
1147
11482006-02-a32     Eric Norum <norume@aps.anl.gov>
1149
1150        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
1151        "newer" PCI access calls.  Minor cleanups.  Comments.
1152
11532006-01-12      Eric Norum <norume@aps.anl.gov>
1154
1155        PR 861/networking
1156        PR 863/networking
1157        * libchip/network/smc91111.c: Fix illegal lvalue increments.
1158
11592006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
1160
1161        * wrapup/Makefile.am: Add preinstall.am.
1162        * libchip/Makefile.am: Build libchip/network/smc91111.
1163        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
1164        Eliminate cyg_int* crap.
1165
11662006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1167
1168        * librdbg/Makefile.am: Add preinstall.am.
1169        * aclocal/bsp-configure.m4: Add ampolish3.
1170        New header guards.
1171
11722006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1173
1174        * libchip/network/open_eth.c, libchip/network/open_eth.h:
1175        Merger from rtems-4-6-branch.
1176
11772006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1178
1179        * libchip/network/smc91111.c
1180        libchip/network/smc91111config.h
1181        libchip/network/smc91111exp.h
1182        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
1183        * libchip/Makefile.am: Reflect adding smc91111*.
1184
11852006-01-08      Joel Sherrill <joel@OARcorp.com>
1186
1187        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
1188        char *.
1189
11902006-01-08      Joel Sherrill <joel@OARcorp.com>
1191
1192        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
1193        warnings.
1194
11952005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
1196
1197        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
1198        Add RTEMS_RELLDFLAGS.
1199        * automake/compile.am: Remove RTEMS_USE_GCC.
1200        Remove RTEMS_RELLDFLAGS.
1201        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
1202
12032005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
1204
1205        * libchip/network/if_media.h, libchip/network/mii.h:
1206        Remove (Moved to cpukit).
1207        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
1208        and libchip/network/if_media.h.
1209        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
1210        if_media.h having moved.
1211
12122005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1213
1214        * automake/compile.am, automake/host.am, automake/local.am,
1215        automake/subdirs.am: Remove depend.
1216        * configure.ac: Explicitly pass --libdir and --includedir to
1217        testsuites.
1218
12192005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1220
1221        * configure.ac: Reflect changes to testsuites.
1222
12232005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1224
1225        * automake/compile.am: Remove GCCSPECS.
1226        * aclocal/prog-cc.m4: Add GCCSPECS.
1227        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
1228
12292005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1230
1231        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
1232        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
1233
12342005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1235
1236        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
1237        libcpu/byteorder.h for i386.
1238
12392005-11-02      Till Straumann <strauman@slac.stanford.edu>
1240
1241        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
1242        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
1243        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
1244        added a simple API/library for i2c devices and drivers for i2c
1245        2-byte eeproms and a ds1621 temperature sensor; API is documented
1246        in libi2c.h.
1247
12482005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1249
1250        * libnetworking/pppd/ipxcp.c,
1251        libnetworking/pppd/chat.c,
1252        libnetworking/pppd/patchlevel.h,
1253        libnetworking/pppd/upap.h,
1254        libnetworking/pppd/md5.h,
1255        libnetworking/pppd/pppd.8,
1256        libnetworking/pppd/README,
1257        libnetworking/pppd/preinstall.am,
1258        libnetworking/pppd/md4.h,
1259        libnetworking/pppd/magic.c,
1260        libnetworking/pppd/pppd.h,
1261        libnetworking/pppd/demand.c,
1262        libnetworking/pppd/rtemsmain.c,
1263        libnetworking/pppd/sys-rtems.c,
1264        libnetworking/pppd/ipcp.h,
1265        libnetworking/pppd/lcp.h,
1266        libnetworking/pppd/chap_ms.c,
1267        libnetworking/pppd/md4.c,
1268        libnetworking/pppd/rtemspppd.h,
1269        libnetworking/pppd/cbcp.h,
1270        libnetworking/pppd/auth.c,
1271        libnetworking/pppd/lcp.c,
1272        libnetworking/pppd/example/README,
1273        libnetworking/pppd/example/ppp.conf,
1274        libnetworking/pppd/example/system.h,
1275        libnetworking/pppd/example/netconfig.h,
1276        libnetworking/pppd/example/pppdapp.c,
1277        libnetworking/pppd/example/init.c,
1278        libnetworking/pppd/example/Makefile-user,
1279        libnetworking/pppd/example/pppd.options,
1280        libnetworking/pppd/rtemspppd.c,
1281        libnetworking/pppd/ipxcp.h,
1282        libnetworking/pppd/chap_ms.h,
1283        libnetworking/pppd/options.c,
1284        libnetworking/pppd/magic.h,
1285        libnetworking/pppd/chap.h,
1286        libnetworking/pppd/cbcp.c,
1287        libnetworking/pppd/upap.c,
1288        libnetworking/pppd/chap.c,
1289        libnetworking/pppd/Makefile.am,
1290        libnetworking/pppd/ccp.h,
1291        libnetworking/pppd/utils.c,
1292        libnetworking/pppd/rtemsdialer.h,
1293        libnetworking/pppd/fsm.h,
1294        libnetworking/pppd/pathnames.h,
1295        libnetworking/pppd/md5.c,
1296        libnetworking/pppd/fsm.c,
1297        libnetworking/pppd/ipcp.c,
1298        libnetworking/pppd/STATUS,
1299        libnetworking/pppd/ccp.c,
1300        libnetworking/Makefile.am: Remove (Moved to cpukit).
1301
13022005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1303
1304        * configure.ac: Remove libnetworking, libnetworking/pppd.
1305        * wrapup/Makefile.am: Remove libpppd.a.
1306
13072005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1308
1309        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
1310        rtemsdialer.h to $(includedir)/rtems.
1311
13122005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1313
1314        * libnetworking/rtems_telnetd/icmds.c,
1315        libnetworking/rtems_telnetd/Makefile.am,
1316        libnetworking/rtems_telnetd/preinstall.am,
1317        libnetworking/rtems_telnetd/pty.c,
1318        libnetworking/rtems_telnetd/pty.h,
1319        libnetworking/rtems_telnetd/README,
1320        libnetworking/rtems_telnetd/telnetd.c,
1321        libnetworking/rtems_telnetd/telnetd.h:
1322        Remove (Moved to cpukit).
1323
13242005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1325
1326        * configure.ac: Remove libnetworking/rtems_telnetd.
1327        * libnetworking/Makefile.am: Remove rtems_telnetd.
1328        * libnetworking/README: Remove (Obsolete).
1329        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
1330
13312005-10-20  Eric Norum <norume@aps.anl.gov>
1332
1333        * libchip/network/dec21140.c: Clean up PCI mapping.
1334
13352005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
1336
1337        * libnetworking/pppd/Makefile.am: Use preinstall.am.
1338        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
1339        librdbg/src/servrpc.c, librdbg/src/servtgt.c
1340        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
1341        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
1342        * configure.ac: Move optman to the end of BSP_SUBDIRS.
1343
13442005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1345
1346        * aclocal/bspopts.m4: Add missing m4 quotes.
1347
13482005-09-02  Joel Sherrill <joel@OARcorp.com>
1349
1350    * aclocal/version.m4: Updated to rtems-4.6.99.2.
1351
13522005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
1353
1354        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
1355        libchip/network/dec21140.c: Remove initialization of PCI bus.
1356
13572005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
1358
1359        * optman/Makefile.am: Add preinstall.am.
1360
13612005-07-18      Karel Gardas <kgardas@objectsecurity.com>
1362
1363        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
1364        UNTESTED to tested.
1365
13662005-06-17      Joel Sherrill <joel@OARcorp.com>
1367
1368        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
1369        it is not supported by the MPC5xx.
1370
13712005-06-17      Joel Sherrill <joel@OARcorp.com>
1372
1373        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
1374        interface. Also correct attempting to build on other than PowerPC and
1375        x86.
1376
13772005-06-16      Daron Chabot <daron@nucleus.usask.ca>
1378
1379        * libchip/Makefile.am: Add driver for Tulip clones.
1380        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
1381        libchip/network/if_dcreg.h: New files.
1382
13832005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1384
1385        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
1386        to enable rdbg.
1387        * configure.ac: Reflect changes above.
1388
13892005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
1390
1391        * configure.ac: Add ada/.
1392
13932005-05-20      Sergei Organov  <osv@topconrd.ru>
1394
1395        PR 750/networking
1396        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
1397        wait_input().
1398
13992005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
1400
1401        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
1402        rtems/irq.h.
1403
14042005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1405
1406        * libchip/Makefile.am: Include preinstall.am.
1407        * libchip/preinstall.am: New.
1408
14092005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1410
1411        * configure.ac: Add AMPOLISH3.
1412        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
1413        * libnetworking/rtems_telnetd/preinstall.am: New.
1414        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
1415
14162005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1417
1418        * configure.ac: Let enable_rpcgen default to "no".
1419
14202005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1421
1422        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
1423
14242005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1425
1426        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
1427        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
1428
14292005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1430
1431        * libchip/network/dec21140.c, libchip/network/elnk.c,
1432        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
1433
14342005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
1435
1436        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
1437        of code as a result of the implementation of a common PCI interface.
1438
14392005-05-04      Joel Sherrill <joel@OARcorp.com>
1440
1441        * libchip/network/open_eth.c: Remove prototype of set_vector.
1442
14432005-05-03      Joel Sherrill <joel@OARcorp.com>
1444
1445        * librdbg/src/ptrace.c: Remove warning.
1446
14472005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
1448
1449        * libchip/network/dec21140.c, libchip/network/elnk.c,
1450        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
1451        Modified parameter list to remove warnings.
1452
14532005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
1454
1455        * libchip/network/cs8900.c, libchip/network/i82586.c,
1456        libchip/network/open_eth.c, libchip/network/sonic.c,
1457        libchip/serial/mc68681.c: Modified types to remove
1458        warnings.  Added initialization to remove warnings.
1459
14602005-04-28      Joel Sherrill <joel@OARcorp.com>
1461
1462        * libchip/network/README.sonic: Rewritten to account for removal of
1463        dmv177.
1464
14652005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
1466
1467        PR 781/rtems_misc
1468        * libchip/serial/ns16550_p.h: Fix baud rate calculation
1469
14702005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
1471
1472        * libchip/serial/ns16550.c:
1473        Fixed warnings generated in various powerpc configurations
1474
14752005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
1476
1477        * libchip/serial/ns16550.c: Modified
1478        ISR to work with PPC new exception processing
1479
14802005-03-14      Joel Sherrill <joel@OARcorp.com>
1481
1482        * libchip/network/dec21140.c, libchip/network/elnk.c,
1483        libchip/network/if_fxp.c: Continue PCI API unification. All use
1484        pci_find_device(). Network drivers manufacture a signature since all
1485        calls have not been converted yet.
1486
14872005-03-04      Joel Sherrill <joel@OARcorp.com>
1488
1489        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
1490        initialize function part of the unified PCI API as pci_initialize().
1491
14922005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1493
1494        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
1495        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
1496
14972005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1498
1499        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
1500        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
1501
15022005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1503
1504        * aclocal/ppc.m4: Reflect changes to ppc exception processing
1505        building procedures.
1506
15072005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1508
1509        * aclocal/prog-cc.m4:
1510        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1511
15122005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1513
1514        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1515
15162005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1517
1518        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1519
15202005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1521
1522        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1523
15242005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1525
1526        * libnetworking/rtems_servers/ftp.c,
1527        libnetworking/rtems_servers/ftp.h,
1528        libnetworking/rtems_servers/Makefile.am:
1529        Remove (relocated to cpukit/ftpd).
1530        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1531        removed move libnetworking/rtems_servers.
1532
15332005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1534
1535        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1536
15372005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1538
1539        PR 755/rtems
1540        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1541        Remove local declarations of rtems_bsdnet_nameservers,
1542        rtems_bsdnet_nameservers_count.
1543
15442005-01-31      Sergei Organov <osv@topconrd.ru>
1545
1546        PR 751/pppd
1547        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1548        committed to fix PR736 breaks pppd. chat.c should have its own static
1549        ttyfd for pppd to work correctly. The symptom is that second
1550        invokation of chat (for connect script) fails due to pppd_ttyfd set
1551        to -1 by previous chat invokation (for init script). In addition,
1552        this patch fixes leaving of dangling pointer in the abort_stbring[]
1553        by chat_send().
1554
15552005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1556
1557        * configure.ac: Remove CFLAGS_DEBUG_V.
1558        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1559
15602005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1561
1562        * wrapup/Makefile.am: Remove rtems-ctor.o.
1563
15642005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1565
1566        * libchip/rtc/rtc.h: size_t RTC_Count.
1567
15682005-01-20      Joel Sherrill <joel@OARcorp.com>
1569
1570        PR 736/pppd
1571        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1572        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1573        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1574        should not be static and should have a name more specific to pppd.
1575
15762005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1577
1578        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1579        libnetworking/rtems_servers/Makefile.am,
1580        libnetworking/rtems_telnetd/Makefile.am,
1581        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1582        Eliminate CFLAGS_OPTIMIZE_V.
1583
15842005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1585
1586        * configure.ac: Pass CFLAGS to testsuites configure.
1587        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1588        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1589
15902005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1591
1592        * configure.ac: Pass CFLAGS to cpukit configure.
1593        * aclocal/rtems-flags.m4: Remove (Unused).
1594        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1595        * aclocal/env-rtemsbsp.m4:
1596        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1597        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1598        RTEMS_CFLAGS.
1599        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1600        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1601        Cleanup comments.
1602
16032005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1604
1605        * automake/compile.am: Remove build-variant support.
1606
16072005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1608
1609        * libnetworking/pppd/Makefile.am,
1610        libnetworking/rtems_servers/Makefile.am,
1611        libnetworking/rtems_telnetd/Makefile.am:
1612        Remove build-variant support.
1613
16142005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1615
1616        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1617        support/Makefile.am, wrapup/Makefile.am:
1618        Remove build-variant support.
1619
16202004-11-22      Joel Sherrill <joel@OARcorp.com>
1621
1622        * libchip/network/if_fxp.c: Add entry for another module ID code.
1623
16242004-11-22      Joel Sherrill <joel@OARcorp.com>
1625
1626        PR 693/misc
1627        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1628        in/outport routines.
1629
16302004-11-22      Joel Sherrill <joel@OARcorp.com>
1631
1632        PR 693/misc
1633        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1634        in/outport routines.
1635
16362004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1637
1638        * aclocal/enable-itron.m4: Remove (unused).
1639
16402004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1641
1642        * configure.ac: Misc. quoting cleanups.
1643        Enable ada-tests iff --enable-ada and --enable-tests.
1644
16452004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1646
1647        PR 703/filesystem
1648        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1649        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1650        libchip/ide/ide_controller.c:
1651        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1652        available for BSPS/device drivers.
1653        Extend the "modes_available" and "mode_active" parameters to
1654        uint16_t for UDMA support.
1655
16562004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1657
1658        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1659        not supported on PowerPC since it works on the MVME2100 BSP.
1660
16612004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1662
1663        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1664        Add dependency tracking for *.cfgs.
1665        * Makefile.am: Add dependency tracking for *.cfg.
1666
16672004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1668
1669        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1670        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1671
16722004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1673
1674        PR 707/make_build
1675        * configure.ac: Add --enable-rpcgen.
1676
16772004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1678
1679        PR 700/rtems_misc
1680        * libnetworking/rtems_webserver/asp.c,
1681        libnetworking/rtems_webserver/balloc.c,
1682        libnetworking/rtems_webserver/cgi.c,
1683        libnetworking/rtems_webserver/default.c,
1684        libnetworking/rtems_webserver/ej.h,
1685        libnetworking/rtems_webserver/ejIntrn.h,
1686        libnetworking/rtems_webserver/ejlex.c,
1687        libnetworking/rtems_webserver/ejparse.c,
1688        libnetworking/rtems_webserver/emfdb.c,
1689        libnetworking/rtems_webserver/emfdb.h,
1690        libnetworking/rtems_webserver/form.c,
1691        libnetworking/rtems_webserver/handler.c,
1692        libnetworking/rtems_webserver/h.c,
1693        libnetworking/rtems_webserver/license.txt,
1694        libnetworking/rtems_webserver/Makefile.am,
1695        libnetworking/rtems_webserver/md5c.c,
1696        libnetworking/rtems_webserver/md5.h,
1697        libnetworking/rtems_webserver/mime.c,
1698        libnetworking/rtems_webserver/misc.c,
1699        libnetworking/rtems_webserver/NOTES,
1700        libnetworking/rtems_webserver/ringq.c,
1701        libnetworking/rtems_webserver/rom.c,
1702        libnetworking/rtems_webserver/rtems_webserver.h,
1703        libnetworking/rtems_webserver/security.c,
1704        libnetworking/rtems_webserver/sock.c,
1705        libnetworking/rtems_webserver/socket.c,
1706        libnetworking/rtems_webserver/sockGen.c,
1707        libnetworking/rtems_webserver/sym.c,
1708        libnetworking/rtems_webserver/uemf.c,
1709        libnetworking/rtems_webserver/uemf.h,
1710        libnetworking/rtems_webserver/um.c,
1711        libnetworking/rtems_webserver/um.h,
1712        libnetworking/rtems_webserver/umui.c,
1713        libnetworking/rtems_webserver/url.c,
1714        libnetworking/rtems_webserver/value.c,
1715        libnetworking/rtems_webserver/wbase64.c,
1716        libnetworking/rtems_webserver/webcomp.c,
1717        libnetworking/rtems_webserver/webmain.c,
1718        libnetworking/rtems_webserver/webpage.c,
1719        libnetworking/rtems_webserver/webrom.c,
1720        libnetworking/rtems_webserver/webs.c,
1721        libnetworking/rtems_webserver/websda.c,
1722        libnetworking/rtems_webserver/websda.h,
1723        libnetworking/rtems_webserver/webs.h,
1724        libnetworking/rtems_webserver/websSSL.c,
1725        libnetworking/rtems_webserver/websSSL.h,
1726        libnetworking/rtems_webserver/websuemf.c,
1727        libnetworking/rtems_webserver/wsIntrn.h:
1728        Remove (Moved to cpukit/http).
1729
17302004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1731
1732        PR 700/rtems_misc
1733        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1734        Remove libnetworking/rtems_webserver.
1735
17362004-10-25      Eric Norum <norume@aps.anl.gov>
1737
1738        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1739
17402004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1741
1742        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1743
17442004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1745
1746        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1747        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1748
17492004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1750
1751        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1752
17532004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1754
1755        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1756        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1757
17582004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1759
1760        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1761        BITSPERBYTE.
1762
17632004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1764
1765        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1766        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1767
17682004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1769
1770        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1771
17722004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1773
1774        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1775        * aclocal/enable-bare.m4: Remove.
1776        * configure.ac: Remove BARE_CPU_MODEL.
1777
17782004-10-13      Eric Norum <norume@aps.anl.gov>
1779
1780        PR 688/bsps
1781        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1782        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1783        MC146818A (and several Dallas Semiconductor) TOD chips.
1784
17852004-10-13      Eric Norum <norume@aps.anl.gov>
1786
1787        PR 686/networking
1788        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1789        device code.
1790
17912004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1792
1793        * libchip/network/dec21140.c: include <rtems/pci.h>.
1794
17952004-09-29      Joel Sherrill <joel@OARcorp.com>
1796
1797        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1798        libnetworking/pppd/utils.c: i960 obsoleted and all references
1799        removed.
1800
18012004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1802
1803        PR 607/networking
1804        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1805        instead of fully specifying unused PCI features.
1806
18072004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1808
1809        * configure.ac: Require automake > 1.9.
1810
18112004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1812
1813        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1814
18152004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1816
1817        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1818        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1819
18202004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1821
1822        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1823        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1824
18252004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1826
1827        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1828
18292004-07-28  Joel Sherrill <joel@OARcorp.com>
1830
1831    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1832
18332004-07-25      Joel Sherrill <joel@OARcorp.com>
1834
1835        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1836
18372004-05-21  Till Strauman <strauman@slac.stanford.edu>
1838
1839        PR 625/networking
1840        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1841        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1842        an error rather than panic if no chip is detected (thus allowing
1843        for probing).
1844        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1845        instead of looping forever.  Avoid divide by zero (crashed my PC).
1846        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1847        they are UNTESTED.
1848
18492004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1850
1851        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1852
18532004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1854
1855        * libchip/network/dec21140.c, libchip/network/elnk.c:
1856        #include <errno.h>.
1857
18582004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1859
1860        * libchip/network/if_media.h: Update from FreeBSD.
1861        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1862        libchip/network/i82586.c: #include <errno.h>.
1863
18642004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1865
1866        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1867
18682004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1869
1870        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1871
18722004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1873
1874        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1875        automake).
1876
18772004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1878
1879        PR 599/pppd
1880        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1881
18822004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1883
1884        * optman/rtems/no-region.c: Reflect having changed
1885        rtems_region_get_segment_size.
1886
18872004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1888
1889        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1890        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1891        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1892        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1893        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1894        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1895        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1896
18972004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1898
1899        * libchip/ide/ata.c, libchip/network/dec21140.c,
1900        libchip/network/elnk.c, libchip/network/i82586.c,
1901        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1902        libchip/network/open_eth.c, libchip/network/sonic.c,
1903        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1904        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1905        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1906        libchip/shmdr/shm_driver.h: Cosmetics.
1907
19082004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1909
1910        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1911        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1912        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1913        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1914        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1915        fixed size types.
1916
19172004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1918
1919        * configure.ac: Explicitly pass --includedir and --libdir to
1920        cpukit/configure.
1921
19222004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1923
1924        * librdbg/Makefile.am: Fix rpcgen rules.
1925        * librdbg/src/i386/any/remdeb_xdr.c,
1926        librdbg/src/m68k/any/remdeb_xdr.c,
1927        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1928        Reflect changes to librdbg/Makefile.am.
1929
19302004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1931
1932        * configure.ac: Reflect changes testsuites/configure.ac and
1933        cpukit/configure.ac.
1934
19352004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1936
1937        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1938        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1939
19402004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1941
1942        * configure.ac: Reflect changes to testsuites's configuration.
1943
19442004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1945
1946        PR/589 rtems
1947        * libchip/network/pci.h: Remove (Moved to cpukit).
1948
19492004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1950
1951        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1952        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1953        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1954        libchip/network/dec21140.c, libchip/network/elnk.c,
1955        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1956        libchip/network/open_eth.h, libchip/network/sonic.c,
1957        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1958        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1959        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1960        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1961        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1962        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1963        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1964        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1965        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1966        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1967        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1968        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1969        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1970        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1971        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1972        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1973        fixed-size types.
1974
19752004-03-14      Chris Johns  <chrisj@rtems.org>
1976
1977        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1978        the BSP example code.
1979        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1980        support the DIMMPC. This is a pc386 target with IO port support. Minor
1981        formating clean up. Add documentation to the header file.
1982        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1983        cs8900.h header file.
1984
19852004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1986
1987        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1988        Cosmetics.
1989
19902004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1991
1992        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1993        There are no application level Makefiles in here.
1994
19952004-03-04      Joel Sherrill <joel@OARcorp.com>
1996
1997        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1998        they can be used in application level makefiles.
1999
20002004-03-05      Joel Sherrill <joel@OARcorp.com>
2001
2002        * libnetworking/rtems_webserver/ejparse.c,
2003        libnetworking/rtems_webserver/emfdb.c,
2004        libnetworking/rtems_webserver/sock.c,
2005        libnetworking/rtems_webserver/socket.c,
2006        libnetworking/rtems_webserver/sym.c,
2007        libnetworking/rtems_webserver/webs.c,
2008        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
20092004-03-05      Joel Sherrill <joel@OARcorp.com>
2010
2011        * libchipnetwork/open_eth.c: Remove warnings by conditionally
2012        compiling this file only only those CPU families with supported
2013        exception models.
2014
20152004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2016
2017        * acinclude.m4: Fix loosing arguments when configuring cpukit and
2018        testsuites (Was exposed with --enable-multilib, only).
2019        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
2020         Add RTEMS_BSP_CONFIG_SUBDIR.
2021        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
2022        testsuites's configure.
2023        * aclocal/rtems-top.m4: Remove ENDIF hack.
2024        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
2025
20262004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2027
2028        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
2029        wrapup/Makefile.am: Fix automake problems having been introduced
2030        in previous patch.
2031
20322004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2033
2034        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
2035        Preinstall dirs.
2036        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
2037        * aclocal/check-multiprocessing.m4: Cosmetics.
2038        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
2039        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
2040
20412004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2042
2043        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
2044        librdbg/src/Makefile.am.
2045        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
2046        * configure.ac: Reflect changes above.
2047        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
2048        * wrapup/Makefile.am: Reflect changes above.
2049        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
2050
20512004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2052
2053        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
2054
20552004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2056
2057        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
2058
20592004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2060
2061        * wrapup/Makefile.am: Reflect new location of librdbg.a.
2062
20632004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2064
2065        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
2066        librdbg/src/powerpc/Makefile.am: Remove.
2067        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
2068        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
2069        * configure.ac: Reflect changes above.
2070
20712004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2072
2073
20742004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2075
2076        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
2077        STRIP.
2078
20792004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2080
2081        * librdbg/include/Makefile.am: Merge-in
2082        librdbg/include/rdbg/i386/Makefile.am,
2083        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
2084        librdbg/include/rdbg/powerpc/Makefile.am.
2085        * librdbg/include/rdbg/i386/Makefile.am,
2086        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
2087        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
2088        * configure.ac: Reflect changes above.
2089
20902004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2091
2092        * configure.ac: Use AS_HELP_STRING(ada).
2093
20942004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2095
2096        * aclocal/bspopts.m4: Use AS_HELP_STRING.
2097        * aclocal/bsp-configure.m4: Require autoconf-2.59.
2098        Use AC_CONFIG_HEADERS.
2099        * aclocal/check-custom-bsp.m4: Add bspkit-support.
2100        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
2101
21022004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2103
2104        * Makefile.am: include local.am.
2105
21062004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2107
2108        * aclocal/version.m4: 4.6.99.0.
2109
21102004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2111
2112        * Makefile.am: Don't include host.am.
2113        * automake/compile.am: Further cleanups.
2114
21152004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2116
2117        * automake/lib.am: Remove (Unused).
2118
21192004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2120
2121        * wrapup/Makefile.am: Don't include lib.am.
2122        * automake/compile.am: Use automake compilation rules.
2123
21242004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2125
2126        * libnetworking/pppd/Makefile.am,
2127        libnetworking/rtems_servers/Makefile.am,
2128        libnetworking/rtems_telnetd/Makefile.am,
2129        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
2130        support/Makefile.am: Don't include lib.am.
2131
21322004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2133
2134        * libchip/Makefile.am: Don't include lib.am.
2135        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
2136        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
2137        unnecessary EXTRA_DISTs.
2138
21392004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2140
2141        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
2142        hack.
2143
21442004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2145
2146        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
2147        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
2148        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
2149        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
2150
21512004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2152
2153        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
2154        Add AM_CONDITIONAL(HAS_MP).
2155        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
2156        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
2157        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2158        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2159        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2160        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
2161        (Deprecated by autoconf 2.59).
2162
21632004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2164
2165        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2166        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2167
21682004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2169
2170        * ChangeLog: Merge-in libnetworking/ChangeLog.
2171        * libnetworking/ChangeLog: Remove.
2172        * ChangeLog: Merge-in librdbg/ChangeLog.
2173        * librdbg/ChangeLog: Remove.
2174        * ChangeLog: Merge-in libchip/ChangeLog.
2175        * libchip/ChangeLog: Remove.
2176        * ChangeLog: Merge-in optman/ChangeLog.
2177        * optman/ChangeLog: Remove.
2178
21792004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2180
2181        * configure.ac: Reflect changes to cpukit.
2182        * wrapup/Makefile.am: Reflect changes to librdbg.
2183        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
2184        * libchip/Makefile.am: Add PREINSTALL_DIRS.
2185        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
2186        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
2187        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
2188        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2189        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
2190        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
2191        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2192
21932004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2194
2195        * aclocal/rtems-top.m4: Remove check for version.m4.
2196        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
2197
21982004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2199
2200        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
2201        * wrapup/Makefile.am: Reflect changes to libchip/*.
2202        * support/Makefile.am: Use automake compilation rules.
2203        * wrapup/Makefile.am: Reflect changes to support/*.
2204        * configure.ac: Remove libnetworking/wrapup/Makefile.
2205        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
2206        libnetworking/*/lib*.a instead of libnetapps.a.
2207        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
2208        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
2209        * optman/Makefile.am: Use automake compilation rules.
2210        * libchip/Makefile.am: Fix typo in previous patch.
2211        * libchip/Makefile.am: Use automake compilation rules.
2212        * libnetworking/Makefile.am: Remove wrapup.
2213        * libnetworking/pppd/Makefile.am: Build libpppd. Use
2214        automake-compilation rules.
2215        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
2216        automake-compilation rules.
2217        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
2218        automake-compilation rules.
2219        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
2220        automake-compilation rules.
2221        * libnetworking/wrapup/Makefile.am: Remove (Unused).
2222
22232004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2224
2225        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2226        PRE/TMPINSTALL_FILES to CLEANFILES.
2227        * automake/lib.am: Remove TMPINSTALL_FILES.
2228        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2229        PRE/TMPINSTALL_FILES to CLEANFILES.
2230        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2231        PRE/TMPINSTALL_FILES to CLEANFILES.
2232        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
2233        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2234        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2235        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2236        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2237        * librdbg/src/i386/Makefile.am: Ditto.
2238        * librdbg/src/m68k/Makefile.am: Ditto.
2239        * librdbg/src/powerpc/Makefile.am: Ditto.
2240        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
2241        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2242        * libnetworking/rtems_servers/Makefile.am: Ditto.
2243        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2244        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2245
22462004-01-07      Joel Sherrill <joel@OARcorp.com>
2247
2248        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
2249        more completely covers the MIPS family.
2250
22512003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2252
2253        * wrapup/Makefile.am: Reflect changes to shmdr.
2254        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
2255
22562003-12-18      Joel Sherrill <joel@OARcorp.com>
2257
2258        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
2259        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
2260        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
2261        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
2262        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
2263        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
2264        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
2265
22662003-12-17      Joel Sherrill <joel@OARcorp.com>
2267
2268        * aclocal/version.m4: Updated to rtems-20031217-test.
2269
22702003-12-17     
2271
2272        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2273        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2274
22752003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2276
2277        * automake/compile.am: Remove LINK_LIBS (Unused).
2278        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
2279
22802003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2281
2282        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2283        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2284        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
2285        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
2286        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
2287
22882003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2289
2290        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
2291        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2292        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2293        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2294        * librdbg/src/i386/Makefile.am:
2295        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2296        * librdbg/src/m68k/Makefile.am:
2297        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2298        * librdbg/src/powerpc/Makefile.am:
2299        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2300
23012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2302
2303        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2304        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
2305        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
2306        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
2307        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
2308        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
2309        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2310        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2311        * optman/Makefile.am: Remove project_libdir.
2312        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
2313        PRE/TMPINSTALL_FILES.
2314        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
2315        PRE/TMPINSTALL_FILES.
2316        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
2317        PRE/TMPINSTALL_FILES.
2318        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2319        PRE/TMPINSTALL_FILES.
2320        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
2321        from PRE/TMPINSTALL_FILES.
2322        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
2323        PRE/TMPINSTALL_FILES.
2324        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2325        PRE/TMPINSTALL_FILES.
2326        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
2327        PRE/TMPINSTALL_FILES.
2328        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
2329        PRE/TMPINSTALL_FILES.
2330        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
2331        PRE/TMPINSTALL_FILES.
2332        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
2333        PRE/TMPINSTALL_FILES.
2334        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
2335        from PRE/TMPINSTALL_FILES.
2336
23372003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2338
2339        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
2340        * automake/lib.am: Remove project_libdir.
2341        * wrapup/Makefile.am: Reworked.
2342
23432003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2344
2345        * configure.ac: Reflect changes to librdbg.
2346        * optman/Makefile.am: Add tmpinstall dirstamp support.
2347        * libchip/Makefile.am: Fix variant-tmpinstall support.
2348        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
2349        * librdbg/src/powerpc/Makefile.am: Merge-in former
2350        new_exception_processing/Makefile.am.
2351        * librdbg/src/m68k/any/Makefile.am: Remove.
2352        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
2353        * librdbg/src/i386/any/Makefile.am: Remove.
2354        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
2355        * librdbg/src/Makefile.am: Cosmetics.
2356        * librdbg/include/Makefile.am: Cosmetics.
2357        * librdbg/Makefile.am: Cosmetics.
2358        * libnetworking/Makefile.am: Cosmetics.
2359        * libnetworking/pppd/Makefile.am: Cosmetics.
2360        * libnetworking/wrapup/Makefile.am: Cosmetics.
2361
23622003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2363
2364        * Makefile.am: Cosmetics.
2365        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
2366        support.
2367
23682003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2369
2370        * automake/compile.am: Remove $(ARCH):-rule.
2371
23722003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2373
2374        * configure.ac: Remove lib/libbsp/shared/Makefile,
2375        lib/libbsp/shmdr/Makefile.
2376
23772003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2378
2379        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
2380        libchip/serial/Makefile, libchip/rtc/Makefile.
2381        * support/Makefile.am: Remove all-local: $(ARCH).
2382        * wrapup/Makefile.am: Remove all-local: $(ARCH).
2383        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
2384        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
2385        * optman/Makefile.am: Remove all-local: $(ARCH).
2386        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2387        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
2388        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
2389        compilation dirstamp support.
2390        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
2391        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
2392        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
2393        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
2394        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
2395        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
2396        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2397        all-local: $(ARCH).
2398        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
2399        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
2400        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
2401        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
2402        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
2403
24042003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2405
2406        * aclocal/lead-dot.m4: New (from automake-1.7f).
2407        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
2408        AC_SUBST(dirstamp).
2409        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
2410        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2411        libchip/serial/Makefile.am: Ditto.
2412        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
2413        * librdbg/include/Makefile.am: Ditto.
2414        * librdbg/include/rdbg/Makefile.am: Ditto.
2415        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2416        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2417        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2418        * librdbg/src/Makefile.am: Ditto.
2419        * librdbg/src/i386/Makefile.am: Ditto.
2420        * librdbg/src/i386/any/Makefile.am: Ditto.
2421        * librdbg/src/m68k/Makefile.am: Ditto.
2422        * librdbg/src/m68k/any/Makefile.am: Ditto.
2423        * librdbg/src/powerpc/Makefile.am: Ditto.
2424        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2425        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
2426        preinstallation.
2427        * libnetworking/pppd/Makefile.am: Ditto.
2428        * libnetworking/rtems_servers/Makefile.am: Ditto.
2429        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2430        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2431        * libnetworking/wrapup/Makefile.am: Ditto.
2432
24332003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2434
2435        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
2436        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
2437        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
2438        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
2439        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2440        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2441        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2442        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
2443        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
2444        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
2445        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
2446        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
2447        underquoting to silence automake-1.8.
2448
24492003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2450
2451        * configure.ac: Reflect having moved tests to ../../testsuites.
2452
24532003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2454
2455        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
2456        * aclocal/canonical-host.m4: Remove.
2457        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
2458        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2459
24602003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2461
2462        * aclocal/check-cpu.m4: Remove.
2463        * configure.ac: Merge-in former aclocal/check-cpu.m4.
2464        * aclocal/canonical-target-name.m4: Add m4-quotes.
2465        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
2466        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
2467        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2468        * aclocal/check-networking.m4: Add m4-quotes. Require
2469        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2470        * aclocal/check-posix.m4: Add m4-quotes. Require
2471        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2472        * aclocal/check-rdbg.m4: Add m4-quotes. Require
2473        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2474        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
2475
24762003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2477
2478        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
2479        * aclocal/bsp-alias.m4: Remove.
2480
24812003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2482
2483        * configure.ac: Make presence of tests/ optional.
2484
24852003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2486
2487        * aclocal/path-perl.m4: Remove (Unused).
2488
24892003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2490
2491        * automake/force-preinstall.am: Remove.
2492
24932003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2494
2495        PR 499/rtems_misc
2496        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
2497        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
2498        Configuration (Odd was forced) - Correction of Stop Bit configuration
2499        (inversed) - Correction of ISR Handler to call
2500        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
2501        CTS Hardware flow control Configuration.
2502
25032003-09-04      Joel Sherrill <joel@OARcorp.com>
2504
2505        * lib/libcpu/shared/include/cache.h,
2506        lib/libcpu/shared/src/cache_aligned_malloc.c,
2507        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
2508        license changed.
2509        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2510        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2511        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2512        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2513        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2514        for license changed.
2515        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2516        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2517        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2518        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2519        libchip/network/cs8900.h, libchip/network/dec21140.c,
2520        libchip/network/elnk.c, libchip/network/open_eth.c,
2521        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2522        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2523        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2524        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2525        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2526        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2527        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2528        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2529        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2530        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2531        libchip/serial/serial.h, libchip/serial/z85c30.c,
2532        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2533        libchip/serial/z85c30_reg.c: URL for license changed.
2534
25352003-09-03      Jiri Gaisler <jiri@gaisler.com>
2536
2537        PR 477/networking
2538        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2539        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2540        libchip/network/open_eth.h: New files.
2541
25422003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2543
2544        * aclocal/rtems-top.m4: Add RTEMS_API.
2545        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2546
25472003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2548
2549        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2550        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2551        @RTEMS_BSP@.cfg.
2552
25532003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2554
2555        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2556
25572003-08-20      Joel Sherrill <joel@OARcorp.com>
2558
2559        * libchip/network/cs8900.c: Correct copyright statements.
2560
25612003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2562
2563        * aclocal/check-itron.m4: Remove.
2564        * aclocal/enable-inlines.m4: Remove.
2565        * Makefile.am: Reflect having moved aclocal/.
2566        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2567        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2568        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2569        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2570        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2571        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2572        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2573        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2574        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2575        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2576        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2577        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2578        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2579        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2580        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2581        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2582        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2583        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2584        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2585        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2586        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2587        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2588        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2589        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2590        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2591        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2592        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2593        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2594        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2595        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2596        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2597        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2598        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2599        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2600        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2601        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2602        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2603        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2604        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2605        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2606        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2607        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2608        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2609        * aclocal/target.m4: New (Copied from ../../aclocal).
2610        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2611        * aclocal/version.m4: New (Copied from ../../aclocal).
2612
26132003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2614
2615        * configure.ac: Remove stray comments.
2616        * automake/local.am, automake/host.am: Remove "debug".
2617
26182003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2619
2620        * Makefile.am: Reflect having moved automake/.
2621        * lib/Makefile.am: Reflect having moved automake/.
2622        * support/Makefile.am: Reflect having moved automake/.
2623        * wrapup/Makefile.am: Reflect having moved automake/.
2624        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2625        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2626        from ../../automake).
2627        * optman/Makefile.am: Reflect having moved automake/.
2628        * libchip/Makefile.am: Reflect having moved automake/.
2629        * libchip/ide/Makefile.am: Reflect having moved automake/.
2630        * libchip/network/Makefile.am: Reflect having moved automake/.
2631        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2632        * libchip/serial/Makefile.am: Reflect having moved automake/.
2633        * librdbg/Makefile.am: Reflect having moved automake/.
2634        * librdbg/include/Makefile.am: Reflect having moved automake/.
2635        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2636        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2637        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2638        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2639        automake/.
2640        * librdbg/src/Makefile.am: Reflect having moved automake/.
2641        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2642        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2643        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2644        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2645        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2646        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2647        having moved automake/.
2648        * libnetworking/Makefile.am: Reflect having moved automake/.
2649        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2650        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2651        automake/.
2652        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2653        automake/.
2654        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2655        automake/.
2656        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2657
26582003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2659
2660        * Makefile.am: Add bsp.pc.in.
2661        * bsp.pc.in: New (pkgconfig support).
2662
26632003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2664
2665        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2666
26672003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2668
2669        * lib/Makefile.am: New (Required by 'make dist').
2670        * lib/ChangeLog: Remove.
2671        * lib/.cvsignore: Cleanup.
2672        * configure.ac: Reflect having added lib/Makefile.am.
2673        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2674        lib/libbsp/configure.ac.
2675        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2676        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2677
26782003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2679
2680        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2681        * configure.ac: Merge-in librdbg/configure.ac.
2682        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2683        librdbg/configure.ac.
2684        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2685        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2686        LIBCHIP. Conditionally build include-dirs.
2687        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2688        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2689        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2690        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2691        librdbg/include/rdbg/m68k/Makefile.am,
2692        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2693        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2694        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2695        librdbg/src/powerpc/Makefile.am, librdbg/
2696        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2697        configure.ac into ../configure.ac.
2698        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2699        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2700        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2701        libnetworking/rtems_telnetd/Makefile.am,
2702        libnetworking/rtems_webserver/Makefile.am,
2703        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2704        into ../configure.ac.
2705
27062003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2707
2708        PR 427/rtems
2709        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2710        * librdbg/src/servtsp.c: Ditto.
2711
27122003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2713
2714        PR 429/bsps
2715        PR 432/bsps
2716        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2717        packets are queued onto an elnk board, the ISR will deadlock the device
2718        with a tx complete interrupt.  Lighter tx loads are not affected as they
2719        end up submitting single packets to the device.
2720
27212003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2722
2723        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2724        optman/configure.ac.
2725        * optman/configure.ac: Remove (Merged into ../configure.ac).
2726        * optman/Makefile.am: Reflect having merged configure.ac into
2727        ../configure.ac.
2728        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2729        * libchip/Makefile.am, libchip/ide/Makefile.am,
2730        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2731        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2732        ../configure.ac.
2733
27342003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2735
2736        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2737
27382003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2739
2740        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2741        on i386.
2742
27432003-06-13      Joel Sherrill <joel@OARcorp.com>
2744
2745        * libnetworking/pppd/chat.c: Removed warnings.
2746
27472003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2748
2749        * libchip/network/README.3com: New file missed in previous commit.
2750        PR 405/bsps
2751        PR 393/networking
2752        * libchip/network/dec21140.c: Fix leak also known as PR393.
2753        * libchip/network/elnk.c, libchip/network/if_media.h,
2754        libchip/network/mii.h: New files.
2755        * libchip/network/Makefile.am: Reflect new files.
2756
27572003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2758
2759        * configure.ac: Remove support for profile-variant.
2760
27612003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2762
2763        PR 397/pppd
2764        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2765        * libnetworking/pppd/magic.c: Remove *rand48.
2766        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2767
27682003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2769
2770        * wrapup/Makefile.am: Add libide.a.
2771
27722003-04-15      Joel Sherrill <joel@OARcorp.com>
2773
2774        PR 387/rtems_misc
2775        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2776        routines.
2777        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2778
27792003-04-11      Joel Sherrill <joel@OARcorp.com>
2780
2781        * libnetworking/rtems_webserver/cgi.c,
2782        libnetworking/rtems_webserver/sockGen.c,
2783        libnetworking/rtems_webserver/umui.c,
2784        libnetworking/rtems_webserver/websSSL.c,
2785        libnetworking/rtems_webserver/websSSL.h,
2786        libnetworking/rtems_webserver/websda.c,
2787        libnetworking/rtems_webserver/websda.h: New files. Not included in
2788        previous commit.
2789
27902003-04-10      Joel Sherrill <joel@OARcorp.com>
2791
2792        PR 371/pppd
2793        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2794        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2795        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2796        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2797        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2798        still global symbols in rtemspppd.h which might need to be changed or
2799        converted into member of a structure which is dereferenced with a
2800        pointer that is managed as a per task variable. But this patch should
2801        avoid many conflicts.
2802
28032003-03-27      Joel Sherrill <joel@OARcorp.com>
2804
2805        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2806        not allowed in the cpukit source code since it must be buildable
2807        independent of any BSP. These files were moved to libchip/ide.
2808        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2809        files.
2810
28112003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2812
2813        PR 368/filesystems
2814        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2815        improvements which now work on pc386 and mbx8xx.
2816        * libchip/ide/ide_controller.c: New file.
2817
28182003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2819
2820        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2821
28222003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2823
2824        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2825        * configure.ac: Add support/.
2826        * support/.cvsignore: New.
2827        * support/Makefile.am: New.
2828        * support/version.c: New.
2829        * wrapup/Makefile.am: Add support/libsupport.a.
2830        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2831        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2832        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2833        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2834
28352003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2836
2837        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2838
28392003-02-20      Till Straumann <strauman@slac.stanford.edu>
2840
2841        PR 354/networking
2842        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2843        chip against a table of supported chips. The untested ones are still
2844        commented out, however.
2845
28462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2847
2848        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2849        * configure.ac: AC_PREREQ(2.57).
2850        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2851        * optman/configure.ac: AC_PREREQ(2.57).
2852        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2853        * libchip/configure.ac: AC_PREREQ(2.57).
2854        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2855        * librdbg/configure.ac: AC_PREREQ(2.57).
2856        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2857        * libnetworking/configure.ac: AC_PREREQ(2.57).
2858
28592003-02-06      Joel Sherrill <joel@OARcorp.com>
2860
2861        * libnetworking/pppd/chat.c: Convert routines with common names to
2862        static. This included get_char(), put_char(), and character() among
2863        others.
2864
28652003-02-03      Joel Sherrill <joel@OARcorp.com>
2866
2867        PR 338/filesystem
2868        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2869        rtems_io_lookup_name() (API change).  Unused function removed.
2870
28712003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2872
2873        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2874        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2875        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2876        Eliminate *_O_FILES.
2877        * libnetworking/rtems_servers/Makefile.am,
2878        libnetworking/rtems_webserver/Makefile.am,
2879        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2880
28812002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2882
2883        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2884        Let all-local: depend on $(LIB).
2885        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2886        * optman/Makefile.am: Apply install-data-local to install *.rels.
2887
28882002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2889
2890        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2891        %.c rules.
2892        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2893        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2894        * libchip/rtc/Makefile.am: Ditto.
2895        * libchip/serial/Makefile.am: Ditto.
2896
28972002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2898
2899        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2900        LIBC_DEFINES.
2901        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2902        LIBC_DEFINES.
2903        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2904        LIBC_DEFINES.
2905
29062002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2907
2908        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2909
29102002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2911
2912        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2913        cache-checking.
2914        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2915
29162002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2917
2918        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2919        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2920        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2921        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2922        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2923
29242002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2925
2926        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2927        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2928        Remove.
2929        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2930
29312002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2932
2933        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2934        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2935
29362002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2937
2938        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2939        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2940
29412002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2942
2943        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2944        * optman/rel.am: New.
2945
29462002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2947
2948        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2949        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2950        braino in comment on "exec". Extend --enable-ada handling.
2951
29522002-11-04      Joel Sherrill <joel@OARcorp.com>
2953
2954        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2955        tasks and rolling multiple loops into 1.
2956        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2957        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2958        Removed warnings.
2959
29602002-10-31      Joel Sherrill <joel@OARcorp.com>
2961
2962        * libchip/network/dec21140.c: Removed warnings.
2963        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2964        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2965        librdbg/src/m68k/any/remdeb_xdr.c,
2966        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2967        warnings.
2968        * libnetworking/rtems_webserver/socket.c,
2969        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2970
29712002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2972
2973        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2974        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2975        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2976        above.
2977
29782002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2979
2980        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2981        * wrapup/.cvsignore: Remove autom4te.cache.
2982        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2983        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2984        autom4te.cache.
2985        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2986        autom4te.cache.
2987        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2988        autom4te.cache.
2989
29902002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2991
2992        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2993
29942002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2995
2996        * optman/.cvsignore: Add autom4te.cache.
2997
29982002-09-14      Joel Sherrill <joel@OARcorp.com>
2999
3000        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
3001
30022002-09-07      Joel Sherrill <joel@OARcorp.com>
3003
3004        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
3005        include files to resolve warnings.
3006
30072002-09-07      Chris Johns <ccj@acm.org>
3008
3009        * libchip/network/Makefile.am, libchip/network/README.cs8900,
3010        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
3011        which corrects the problem  where the cs8900.c file was actually the BSP
3012        glue.  Joel did some hacking so this file will compile.  Previously it
3013        required providing a target.h file to compile.
3014        * libchip/network/cs8900.c.bsp: New file.
3015
30162002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3017
3018        * libnetworking/rtems_webserver/md5.h: Add missing newline.
3019
30202002-08-31      Joel Sherrill <joel@OARcorp.com>
3021
3022        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
3023        eliminate warning.
3024
30252002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3026
3027        * configure.ac: Add ada-tests.
3028
30292002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3030
3031        * Makefile.am: Add preinstall-stamp.
3032
30332002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3034
3035        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
3036        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
3037        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
3038        gcc31 happy.
3039        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
3040        cp.
3041
30422002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3043
3044        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
3045        make/bsp.mak.
3046        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
3047        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
3048
30492002-08-12      Joel Sherrill <joel@OARcorp.com>
3050
3051        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
3052        avoid error.
3053
30542002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3055
3056        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
3057        * configure.ac: Add BSP_SUBDIRS.
3058        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
3059        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
3060        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
3061        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
3062        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
3063        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
3064        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
3065        RTEMS_CHECK_BSP_CACHE.
3066        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
3067        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
3068        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3069        .$(OBJEXT) instead of .o.
3070        * libnetworking/pppd/Makefile.am,
3071        libnetworking/rtems_servers/Makefile.am,
3072        libnetworking/rtems_telnetd/Makefile.am,
3073        libnetworking/rtems_webserver/Makefile.am,
3074        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
3075
30762002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3077
3078        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
3079        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
3080        ../libchip/serial/$(ARCH)/libserialio.a.
3081        * libchip/serial/Makefile.am: Don't tmp-install lib.
3082        * libchip/rtc/Makefile.am: Don't tmp-install lib.
3083
30842002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3085
3086        * Makefile.am: Add rtems_makedir.
3087        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
3088        * Makefile.am: Add wrapup-SUBDIR.
3089        * wrapup/ChangeLog: Remove.
3090        * wrapup/configure.ac: Remove.
3091        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
3092        (Make the bare BSP happy).
3093        * configure.ac: Ditto.
3094        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
3095        Create make/custom/default.cfg.
3096        * configure.ac: Add creation of make/custom/*.cfg. Create
3097        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
3098
30992002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3100
3101        * Makefile.am: Clean $(PROJECT_RELEASE).
3102
31032002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3104
3105        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
3106        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
3107        prototype mismatches.
3108
31092002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3110
3111        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
3112        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
3113
31142002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3115
3116        * acinclude.m4: Add test "$multilib" != "yes".
3117        * config-ml.in: Remove.
3118        * acinclude.m4: Cleanups.
3119        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
3120        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
3121        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
3122        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
3123        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
3124
31252002-07-16      Eric Norum <eric.norum@usask.ca>
3126
3127        * New driver for the Intel EtherExpressPro (82559ER) chip.
3128        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
3129        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
3130        * libchip/network/Makefile.am: Modified to reflect above.
3131
31322002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3133
3134        * acinclude.m4: New.
3135        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
3136        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
3137        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
3138
31392002-07-01      Joel Sherrill <joel@OARcorp.com>
3140
3141        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
3142        _Objects_Information_table now that it is a two dimensional array based
3143        upon API and class.
3144        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
3145        of strnlen().
3146
31472002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3148
3149        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
3150        preinstall libnetapps.a.
3151
31522002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3153
3154        * configure.ac: Remove librpc.
3155
31562002-06-25      Joel Sherrill <joel@OARcorp.com>
3157
3158        * Per PR233, moved librpc to exec.
3159        * configure.ac, wrapup/Makefile.am: Modified.
3160        * librpc, librpc/ChangeLog: Removed.
3161
31622002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3163
3164        * optman/Makefile.am: Remove multilib support.
3165        * optman/configure.ac: Ditto.
3166        * optman/sapi/Makefile.am: Ditto.
3167
31682002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3169
3170        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
3171        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
3172
31732002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3174
3175        Move networking libraries to c/src/exec/libnetworking
3176        * libnetworking/configure.ac, libnetworking/Makefile.am,
3177        libnetworking/wrapup/Makefile.am: Reflect Moval.
3178
31792002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3180
3181        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
3182        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
3183        <rtems/bspIo.h>.
3184
31852002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3186
3187        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
3188        * libnetworking/rtems/mkrootfs.h: Ditto.
3189        * libnetworking/rtems/Makefile.am: Reflect changes above.
3190
31912002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3192
3193        * configure.ac: Remove lib.
3194
31952002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
3196
3197        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
3198        that exception stack frames on M68K members with VBR always are 6 byte
3199        long. The incorrect assumption resulted in some gdb commands like "next"
3200        to fail on the 68360.
3201
32022002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3203
3204        * config-ml.in: Take out arm and sh variants RTEMS does not support.
3205        PR 220
3206        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3207        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
3208        CVS.
3209        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
3210        libnetworking/sys/filio.h: Remove.
3211        * libnetworking/sys/Makefile.am: Reflect changes above.
3212
32132002-05-07      Chris Johns <ccj@acm.org>
3214
3215        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
3216        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
3217        requires it to be stripped.
3218
32192002-05-01      Eric Norum <eric.norum@usask.ca>
3220
3221        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
3222        assembly  to satisfy gcc 3.1 and newer.
3223
32242002-04-26      Eric Norum <eric.norum@usask.ca>
3225
3226        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
3227        agressive optimization in gcc 3.1 does not reorder things.
3228
32292002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3230
3231        * libchip/network/dec21140.c: Reflect changes to powerpc's
3232        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
3233        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
3234        <rtems/score/cpu.h>.
3235        * librdbg/src/powerpc/rdbg_f.c: Ditto.
3236        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
3237
32382002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3239
3240        * optman/configure.ac: Remove ENABLE_GCC28.
3241
32422002-04-11      Chris Johns <ccj@acm.org>
3243
3244        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
3245        driver control block field to the ifconfig network driver structure.
3246        This field is needed by the i82586 driver which was ported from NetBSD
3247        as it had better hardware abstraction.
3248        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
3249        PR59, added the drv_ctrl driver control block field to the ifconfig
3250        network driver structure. This field is needed by the i82586 driver
3251        which was ported from NetBSD as it had better hardware abstraction.
3252
32532002-04-10      Mike Siers <mikes@poliac.com>
3254
3255        * libnetworking/rtems_webserver/NOTES,
3256        libnetworking/rtems_webserver/asp.c,
3257        libnetworking/rtems_webserver/balloc.c,
3258        libnetworking/rtems_webserver/default.c,
3259        libnetworking/rtems_webserver/ej.h,
3260        libnetworking/rtems_webserver/ejIntrn.h,
3261        libnetworking/rtems_webserver/ejlex.c,
3262        libnetworking/rtems_webserver/ejparse.c,
3263        libnetworking/rtems_webserver/emfdb.c,
3264        libnetworking/rtems_webserver/emfdb.h,
3265        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
3266        libnetworking/rtems_webserver/handler.c,
3267        libnetworking/rtems_webserver/license.txt,
3268        libnetworking/rtems_webserver/md5.h,
3269        libnetworking/rtems_webserver/md5c.c,
3270        libnetworking/rtems_webserver/mime.c,
3271        libnetworking/rtems_webserver/misc.c,
3272        libnetworking/rtems_webserver/ringq.c,
3273        libnetworking/rtems_webserver/rom.c,
3274        libnetworking/rtems_webserver/security.c,
3275        libnetworking/rtems_webserver/sock.c,
3276        libnetworking/rtems_webserver/sym.c,
3277        libnetworking/rtems_webserver/uemf.c,
3278        libnetworking/rtems_webserver/uemf.h,
3279        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
3280        libnetworking/rtems_webserver/url.c,
3281        libnetworking/rtems_webserver/value.c,
3282        libnetworking/rtems_webserver/wbase64.c,
3283        libnetworking/rtems_webserver/webcomp.c,
3284        libnetworking/rtems_webserver/webpage.c,
3285        libnetworking/rtems_webserver/webrom.c,
3286        libnetworking/rtems_webserver/webs.c,
3287        libnetworking/rtems_webserver/webs.h,
3288        libnetworking/rtems_webserver/websuemf.c,
3289        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
3290        2.1.4.
3291
32922002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3293
3294        * libchip/network/i82586.c: Include <string.h>.
3295        * libchip/network/sonic.c: Ditto.
3296
32972002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3298
3299        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
3300
33012002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3302
3303        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
3304
33052002-03-27      Thomas.Doerfler@imd-systems.de
3306
3307        PR 144
3308        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
3309        memory address 0 when called for the first time. This is done when
3310        trying to clear the variable "dhcp_hostname".
3311
33122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3313
3314        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3315        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3316        * Makefile.am: Remove AUTOMAKE_OPTIONS.
3317        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3318        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3319        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3320        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
3321        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
3322        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3323        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3324        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
3325        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
3326        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3327        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
3328        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3329        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3330        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3331        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3332        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3333        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3334        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
3335        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3336        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3337        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3338        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3339        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3340        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
3341        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3342        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
3343        AUTOMAKE_OPTIONS.
3344        * libnetworking/configure.ac:
3345        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
3346        foreign 1.6]).
3347        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
3348        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
3349        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
3350        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
3351        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3352        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
3353        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
3354        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
3355        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
3356        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3357        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3358        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
3359        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3360        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
3361        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
3362        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
3363        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
3364
33652002-03-27      Ilya Alexeev <ilya@continuum.ru>
3366
3367        PR 162
3368        * libnetworking/net/if_ppp.c ppp_txdaemon(),
3369        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
3370        used in a device write routines.  Now ppp_softc structure have own
3371        character for writing to device (sc_outchar).  I think that converting
3372        local variables to static is not a right solution, because problems will
3373        occur in the case of two or more ppp instances.
3374        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
3375        must be u_long, otherwise in the case of the big output packet endless
3376        loop may occur.
3377
33782002-03-21      Ilya Alexeev <ilya@continuum.ru>
3379
3380        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
3381        preparations for multiple PPPD connections.
3382
33832002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3384
3385        PR 149
3386        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
3387        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
3388        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
3389        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3390
33912002-02-28      Victor V. Vengerov <vvv@oktet.ru>
3392
3393        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
3394        * configure.ac: Modified to reflect addition.
3395
33962002-02-27      Ilya Alexeev <ilya@continuum.ru>
3397
3398        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
3399        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3400        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
3401        capabilities as well as eliminate some warnings.
3402
34032002-02-27      Eric Norum <eric.norum@usask.ca>
3404
3405        * libnetworking/net/radix.c: Properly handle fetching the default route
3406        when there is no route.  This was a bug in the original FreeBSD code and
3407        this fix is from an updated version of their code.
3408
34092002-02-16      Eric Norum <eric.norum@usask.ca>
3410
3411        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
3412        checking.
3413
34142002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3415
3416        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
3417        dodefaultroute.
3418
34192002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3420
3421        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
3422        include <rtems/seterr.h>.
3423
34242002-02-01      Mike Siers <mikes@poliac.com>
3425
3426        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
3427        avoid bringing the link down too fast. NOTE: Mike reports successfully
3428        running at 56K baud on a direct link.
3429
34302002-02-01      Eric Valette <valette@crf.canon.fr>
3431
3432        * librdbg/So many patches have been posted recently on the mailing list
3433        and  because we were unable to find correct solution to compile on
3434        various  linux distros (due to rpcgen incompatibilities), librdbg/and
3435        because the coding  style of rdbg was rather inconsistant among various
3436        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
3437        global coding style (using indent + manual edits), 2) incorporate/review
3438        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
3439        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
3440        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
3441        after rdbg initialization is done, NB : the paches is huge but it is
3442        mainly due to coding styke chnages.  Only few lines of codes have been
3443        really changed and they do not impact  rdbg functionnality (AFAIKT).
3444        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
3445        librdbg/include/rdbg/m68k/rdbg_f.h,
3446        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
3447        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
3448        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
3449        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
3450        librdbg/src/servtsp.c, librdbg/src/servutil.c,
3451        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
3452        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
3453        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
3454        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
3455        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
3456        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
3457        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
3458        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3459        librdbg/src/powerpc/new_exception_processing/remdeb.h,
3460        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
3461        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
3462
34632002-01-31      Mike Siers <mikes@poliac.com>
3464
3465        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
3466        * Nice Update of PPPD support which eliminates the requiremetn that
3467        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
3468        and reports that it seems to be more stable and handle larger packets
3469        better.  This patch replaces the termios tasks with more general pppd
3470        network driver tasks.  The functions pppinput() and pppstart() get
3471        called from the interrupt service routine.
3472        * libnetworking/Makefile.am, libnetworking/configure.ac,
3473        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
3474        libnetworking/net/ethernet.h, libnetworking/net/if.c,
3475        libnetworking/net/if.h, libnetworking/net/if_arp.h,
3476        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
3477        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
3478        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
3479        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
3480        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
3481        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
3482        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
3483        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
3484        libnetworking/net/route.c, libnetworking/net/route.h,
3485        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
3486        libnetworking/pppd/README, libnetworking/pppd/STATUS,
3487        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
3488        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3489        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3490        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3491        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3492        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3493        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3494        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3495        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3496        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3497        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3498        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
3499        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3500        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3501        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
3502        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
3503        libnetworking/pppd/example/README,
3504        libnetworking/pppd/example/netconfig.h,
3505        libnetworking/wrapup/Makefile.am: Modified.
3506        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
3507        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
3508        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
3509        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3510        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3511        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3512        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3513        libnetworking/modem/pppcompress.c: Subdirectory removed.
3514
35152002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3516
3517        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3518        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3519
35202002-01-18      Till Straumann <strauman@slac.stanford.edu>
3521
3522        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3523        issues: - exception handler needs to enable MSR_FP if the interrupted
3524        thread is FP enabled. - printk message for MSR fixed and added
3525        stacktrace. NOTE: this requires the stacktrace patch to
3526        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3527        however).
3528
35292002-01-06      Joel Sherrill <joel@OARcorp.com>
3530
3531        * optman/.cvsignore: Added aclocal.m4 and configure.
3532        * optman/.cvsignore: New file.
3533
35342002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3535
3536        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3537
35382002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3539
3540        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3541        * optman/ChangeLog: New.
3542        * optman/configure.ac: New.
3543        * optman/Makefile.am: New.
3544        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3545        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3546
35472001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3548
3549        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3550
35512001-12-18      Eric Norum <eric.norum@usask.ca>
3552
3553        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3554        `directories' (path names with a / at the end) while disallowing open()
3555        operations on TFTP `directories'.
3556
35572001-12-07      Eric Norum <eric.norum@usask.ca>
3558
3559        * libnetworking/lib/tftpDriver.c: Restore write capability.
3560
35612001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3562
3563        * libchip/network/sonic.h: Fix typo.
3564        * libnetworking/arpa/Makefile.am: Remove stray lines.
3565
35662001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3567
3568        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3569
35702001-10-18      Eric Norum <eric.norum@usask.ca>
3571
3572        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3573        chdir() and open() operations within the TFTP file system.
3574
35752001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3576
3577        * librdbg/configure.ac: Fix latent bug exposed by removal of
3578        config.cache's which prevented powerpc targets librdbg from building.
3579
35802001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3581
3582        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3583        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3584        autoconf-2.52 happy.
3585
35862001-10-12      Mike Siers <mikes@poliac.com>
3587
3588        * libnetworking/Update to stable working state.  Congratulations Mike!
3589        :).
3590        * libnetworking/modem_example: Directory removed.
3591        * libnetworking/modem_example/16550.h,
3592        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3593        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3594        libnetworking/modem_example/ppp.h,
3595        libnetworking/modem_example/pppcompress.c: Files removed.
3596        * libnetworking/pppd/example/pppd.options: New file.
3597        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3598        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3599        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3600        libnetworking/pppd/rtemsmain.c: Updated.
3601
36022001-10-12      Joel Sherrill <joel@OARcorp.com>
3603
3604        * libchip/serial/z85c30.c: Fixed typo.
3605
36062001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3607
3608        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3609        * configure.in: Remove.
3610        * configure.ac: New file, generated from configure.in by autoupdate.
3611        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3612        * libchip/configure.in: Remove.
3613        * libchip/configure.ac: New file, generated from configure.in by
3614        autoupdate.
3615        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3616        * librdbg/configure.in: Remove.
3617        * librdbg/configure.ac: New file, generated from configure.in by
3618        autoupdate.
3619        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3620        * libnetworking/configure.in: Remove.
3621        * libnetworking/configure.ac: New file, generated from configure.in by
3622        autoupdate.
3623
36242001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3625
3626        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3627        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3628        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3629
36302001-09-27      Joel Sherrill <joel@OARcorp.com>
3631
3632        * libchip/ChangeLog: Fixed typo in date.
3633
36342001-09-27      Eric Norum <eric.norum@usask.ca>
3635
3636        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3637        TFTP  filesystem.
3638
36392001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3640
3641        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3642        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3643        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3644        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3645        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3646        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3647        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3648        'PREINSTALL_FILES ='.
3649        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3650        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3651        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3652        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3653        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3654        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3655        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3656        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3657        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3658        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3659        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3660        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3661
36622001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3663
3664        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3665        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3666        * librdbg/src/m68k/any/Makefile.am: Ditto.
3667        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3668        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3669        happy.
3670
36712001-09-21      Joel Sherrill <joel@OARcorp.com>
3672
3673        * libchip/network/Makefile.am: Fixed typo on file name.
3674        * libchip/network/i82586.c: Commented out line 318 which is referencing
3675        a member of a structure that is not currently there.  This needs to be
3676        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3677        to C style.
3678
36792001-09-19      Eric Norum <eric.norum@usask.ca>
3680
3681        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3682
36832001-09-19      Chris Johns <ccj@acm.org>
3684
3685        * libchip/network/README.i82586, libchip/network/i82586.c,
3686        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3687        Network driver for Intel i82586.
3688        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3689        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3690        "root" filesystem with information obtained via the DHCP response.
3691
36922001-09-14      Eric Norum <eric.norum@usask.ca>
3693
3694        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3695        make gcc 3.x happy.
3696
36972001-08-16      Mike Siers <mikes@poliac.com>
3698
3699        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3700        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3701        These support callback functionality that has not even been compiled
3702        under RTEMS yet.
3703        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3704        example application.  Mike's notes on the modifications: - renamed
3705        error() function because of namespace problems - removed calls to the
3706        exit() funciton - removed extra files from the pppd source directory -
3707        defined pppd task constant values in rtemspppd.h - modifyied example
3708        code to get actual tick per second value - placed the pppd 2.3.11 man
3709        page file (pppd.8) into the pppd directory.
3710        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3711        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3712        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3713        libnetworking/pppd/rtems-ppp.c: Deleted.
3714        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3715        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3716        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3717        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3718        libnetworking/pppd/example/init.c,
3719        libnetworking/pppd/example/netconfig.h,
3720        libnetworking/pppd/example/ppp.conf,
3721        libnetworking/pppd/example/pppdapp.c,
3722        libnetworking/pppd/example/system.h: New files.
3723        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3724        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3725        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3726        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3727        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3728        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3729        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3730        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3731        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3732        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3733        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3734        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3735        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3736        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3737        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3738
37392001-08-16      Joel Sherrill <joel@OARcorp.com>
3740
3741        * libnetworking/pppd/example/Makefile: Removed.
3742        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3743        to avoid bootstrap -c clobbering it.
3744        * libnetworking/rtems_telnetd/.cvsignore: New file.
3745
37462001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3747
3748        * libnetworking/Makefile.am, libnetworking/configure.in,
3749        libnetworking/rtems_servers/Makefile.am,
3750        libnetworking/rtems_servers/telnetd.c,
3751        libnetworking/rtems_servers/telnetd.h,
3752        libnetworking/rtems_telnetd/Makefile.am,
3753        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3754        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3755        libnetworking/rtems_telnetd/telnetd.c,
3756        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3757        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3758        effect when ftpd change. - the tcp/ip stats have been implemented into
3759        icmds.c and started when telnetd daemon is started.
3760        * libnetworking/rtems_servers/telnetd.c,
3761        libnetworking/rtems_servers/telnetd.h: Removed.
3762        * libnetworking/rtems_telnetd: New directory.
3763        * libnetworking/rtems_telnetd/Makefile.am,
3764        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3765        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3766        libnetworking/rtems_telnetd/telnetd.c,
3767        libnetworking/rtems_telnetd/telnetd.h: New files.
3768
37692001-06-14      Joel Sherrill <joel@OARcorp.com>
3770
3771        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3772        Moved from libmisc/shell so the network stack to address network
3773        depenendency.
3774        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3775
37762001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3777
3778        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3779
37802001-05-15      Joel Sherrill <joel@OARcorp.com>
3781
3782        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3783        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3784        accidentally deleted the incorrectly empty versions.
3785
37862001-05-14      Till Straumann <strauman@slac.stanford.edu>
3787
3788        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3789        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3790        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3791        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3792        to know the values) - the affected BSP (shared/motorola) headers have
3793        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3794        driver (libchip/network/dec21140.c) has been fixed to use
3795        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3796        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3797        who is using this driver. - the DEC driver also has been fixed to use
3798        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3799        delay_in_bus_cycles().
3800
38012001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3802
3803        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3804
38052001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3806
3807        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3808
38092001-04-24      Eric Norum <eric.norum@usask.ca>
3810
3811        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3812        NTP synchronization a little more robust -- no NTP daemon yet, but at
3813        least it trys a little harder when the primary NTP server is down.
3814
38152001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3816
3817        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3818        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3819        libnetworking/pppd/modem_example/modem.c,
3820        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3821        other strings into English.
3822        * libnetworking/pppd/STATUS: updated to reflect the changes.
3823
38242001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3825
3826        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3827        again.
3828
38292001-04-20      Eric Valette <valette@crf.canon.fr>
3830
3831        * mcp750 directory renamed new_exception processing as it supports many
3832        more CPU models.
3833        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3834        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3835        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3836        formerly in mcp750 plus modifications.
3837        * librdbg/src/powerpc/mcp750/.cvsignore,
3838        librdbg/src/powerpc/mcp750/Makefile.am,
3839        librdbg/src/powerpc/mcp750/remdeb.h,
3840        librdbg/src/powerpc/mcp750/remdeb_f.x,
3841        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3842        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3843        new_exception_processing.
3844        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3845        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3846        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3847        part of this effort to add support for the MPC8xx.
3848
38492001-04-19      Joel Sherrill <joel@OARcorp.com>
3850
3851        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3852        internal include files.
3853
38542001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3855
3856        PR 158
3857        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3858        rcmd() library call by commenting out the parts that deal with signals.
3859        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3860        stdio. The 'server-side' parts of this file which deal with
3861        authentication are disabled since they are not needed.
3862
38632001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3864
3865        * libnetworking/include/.cvsignore: Remove dangling file.
3866
38672001-03-14      Joel Sherrill <joel@OARcorp.com>
3868
3869        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3870        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3871        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3872        libchip style serial drivers can be written in libcpu or libbsp.
3873
38742001-03-01      Joel Sherrill <joel@OARcorp.com>
3875
3876        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3877        libchip/network/sonic.c, libchip/network/sonic.h,
3878        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3879        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3880        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3881        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3882        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3883        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3884        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3885        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3886
38872001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3888
3889        * librdbg/include/rdbg/Makefile.am,
3890        librdbg/include/rdbg/i386/Makefile.am,
3891        librdbg/include/rdbg/m68k/Makefile.am,
3892        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3893        style on include files.
3894
38952001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3896
3897        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3898        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3899        replace ${..} with $(..).
3900        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3901        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3902        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3903        libnetworking/rtems/Makefile.am, libnetworking/
3904        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3905        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3906        include_*HEADERS instead of H_FILES.
3907        * libnetworking/include/Makefile.am: Remove.
3908        * libnetworking/Makefile.am: Add handling of *.h files.
3909        * libnetworking/configure.in: Remove include/Makefile.
3910
39112001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3912
3913        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3914
39152001-01-31      Sergei Organov <osv@javad.ru>
3916
3917        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3918        current dir and root dir removed in favor of new libio support for
3919        task-local current and root directories. - Bug in `close_data_socket()'
3920        introduced by previous change fixed. - `command_pasv()' changed to set
3921        timeout on socket we are listening on and code fixed to don't close
3922        socket twice on error. - `serr()' changed to clear `errno'. -
3923        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3924        changed to clear `errno' before processing session. -
3925        `close_data_socket()' fixed to close both active and passive sockets -
3926        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3927        empty string  in `exec_command()'.
3928
39292001-01-25      Eric Norum <eric.norum@usask.ca>
3930
3931        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3932        improves throughput on systems which are dropping packets.   Only the
3933        first timeout is reduced.  This keeps the number of extra packets down
3934        on networks that are very busy and dropping lots of packets.
3935
39362001-01-24      Sergei Organov <osv@javad.ru>
3937
3938        * libnetworking/rtems_servers/ftpd.c,
3939        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3940        - Timeouts on sockets implemented. 'idle' field added to configuration.
3941        No timeout by default to keep backward compatibility. Note: SITE IDLE
3942        command not implemented yet. - Basic global access control implemented.
3943        'access' field added to configuration. No access limitations by default
3944        to keep backward compatibility. - Anchor data socket for active mode
3945        (using self IP and port 20.) - Fixed default data port support (still
3946        not tested). - Don't allow IP address different from originating host in
3947        PORT command to improve security. - Fixed bug in MDTM command. - Check
3948        for correctness of parsing of argument in command_port(). - Fixed
3949        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3950        a directory. - Command parsing a little bit improved: command names are
3951        now converted to upper-case to be more compatible with RFC (command
3952        names are not case-sensitive.) - Reformat comments so that they have
3953        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3954        previous changes - True ASCII mode implemented (doesn't work for hooks
3955        and /dev/null) - Passive mode implemented, PASV command added. - Default
3956        port for data connection could be used (untested, can't find ftp client
3957        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3958        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3959
39602001-01-18      Joel Sherrill <joel@OARcorp.com>
3961
3962        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3963        macro using variable arguments.
3964        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3965        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3966        since I updated the main RTEMS development machine to RedHat 7.2 and
3967        apparently got a new version of rpcgen.
3968
39692001-01-12      Sergei Organov <osv@javad.ru>
3970
3971        * libnetworking/rtems_servers/ftpd.c,
3972        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3973        - use pool of pre-created threads to handle sessions instead of
3974        creating/deleting threads on the fly - LIST output is now similar to
3975        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3976        happy with it. - LIST NAME now works (both for files and directories) -
3977        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3978        clients happy  - keep track of CWD for every session separately -
3979        ability to specify root directory name for FTPD in configuration table.
3980        FTPD will then create illusion for FTP clients that this is actually
3981        root directory. - ignore options sent in commands, thus LIST -al FILE
3982        works and doesn't try to list "-al" directory. - buffers are allocated
3983        on stack instead of heap where possible to eliminate malloc/free calls
3984        (avoid possible heap fragmentation troubles). - drop using of task
3985        notepad to pass parameters - use function arguments instead - use
3986        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3987        in socket() instead of AF_INET.
3988
39892001-01-02      Joel Sherrill <joel@OARcorp.com>
3990
3991        * libnetworking/CHANGELOG: Removed.
3992        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3993
39942000-12-14      Eric Norum <eric.norum@usask.ca>
3995
3996        * libnetworking/lib/tftpDriver.c: Added write capability.
3997
39982000-12-08      Joel Sherrill <joel@OARcorp.com>
3999
4000        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
4001        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
4002        numerous variable declarations conditional on PPP_COMPRESS and
4003        PPP_FILTER.  Commented out variables that were not used because the code
4004        using them was commented out. Removed totally unused variables.
4005        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
4006        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
4007
40082000-11-30      Joel Sherrill <joel@OARcorp.com>
4009
4010        * libnetworking/modem/ppp_tty.c: Changed to include
4011        <rtems/termiostypes.h> since that is an RTEMS specific header file.
4012        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
4013        * libnetworking/Makefile.am: Modified to reflect above.
4014
40152000-11-27      Joel Sherrill <joel@OARcorp.com>
4016
4017        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
4018
40192000-11-25      Eric Norum <eric.norum@usask.ca>
4020
4021        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
4022        core.
4023
40242000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
4025
4026        * libnetworking/wrapup/Makefile.am: Added modem subdir.
4027        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
4028        subdir.
4029        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
4030        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
4031        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
4032        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
4033        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
4034        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
4035        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
4036        main.c and ppp_tty.c should be scratched. The modem subdir has the real
4037        ppp_tty.c and the real pppd main is in pppmain.c.
4038
40392000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
4040
4041        * libchip/network/sonic.c: Added ipalign() routine to align the received
4042        packet so that the ip header is on a 32-bit boundary. Necessary for
4043        cpu's that do not allow unaligned loads and stores and when the 32-bit
4044        DMA mode is used.
4045
40462000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4047
4048        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
4049        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
4050        ACLOCAL_AMFLAGS.
4051        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
4052        ACLOCAL_AMFLAGS.
4053        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
4054        ACLOCAL_AMFLAGS.
4055
40562000-11-03      Chris Johns <ccj@acm.org>
4057
4058        * libchip/network/README.cs8900, libchip/network/cs8900.c,
4059        libchip/network/cs8900.h: New files.
4060
40612000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4062
4063        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
4064        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
4065        $(RTEMS_TOPdir)/aclocal.
4066        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
4067        $(RTEMS_TOPdir)/aclocal.
4068        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
4069        $(RTEMS_TOPdir)/aclocal.
4070
40712000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4072
4073        * configure.in: Switch to GNU-canonicalization.
4074        * Makefile.am: Reflect changes to configure.in.
4075        * acinclude.m4: Remove.
4076
40772000-10-30      Joel Sherrill <joel@OARcorp.com>
4078
4079        * POSIX include files merged into newlib.  This resulted in some
4080        definitions moving to other files and thus some secondary effects in
4081        RTEMS source code.
4082        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
4083        in sync with newlib's <machine/types.h>.
4084        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
4085        definition of struct itimerval in <sys/time.h>.
4086
40872000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4088
4089        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
4090        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
4091        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
4092        * ChangeLog: Fix typos.
4093        * configure.in: add tests to the GNU canonicalized subdirectories.
4094
40952000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4096
4097        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
4098        * configure.in: add lib to the GNU canonicalized subdirectories,  make
4099        the lib directory before configuring lib/.
4100
41012000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4102
4103        * configure.in, Makefile.am: add exec to the GNU canonicalized
4104        subdirectories.
4105        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
4106        * configure.in: add libnetworking, librpc and librdb to the GNU
4107        canonicalized subdirectories.
4108        * configure.in: add libmisc and libchip to the GNU canonicalized
4109        subdirectories.
4110        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4111        Switch to GNU canonicalization.
4112        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4113        Switch to GNU canonicalization.
4114        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4115        Switch to GNU canonicalization.
4116
41172000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4118
4119        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
4120        canonicalization to libfs/. The approach is currently a bit of a hack as
4121        GNU canonicalization does not support the per-BSP build some of the
4122        other directories require.  As more of the tree is converted, this will
4123        become less  of an issue.
4124
41252000-10-20      Joel Sherrill <joel@OARcorp.com>
4126
4127        * libchip/network/dec21140.c: Corrected attach to include "int attach"
4128        parameter.
4129
41302000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
4131
4132        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
4133        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
4134        * librdbg/configure.in: Add m68k support.
4135        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
4136        subdirectory.
4137        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
4138        failure.
4139        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
4140        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
4141        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
4142        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
4143        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
4144        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
4145        librdbg/src/m68k/.cvsignore: New files.
4146        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
4147        function pointers.
4148        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
4149        _after_ pointer has been checked against NULL.
4150
41512000-10-18      Joel Sherrill <joel@OARcorp.com>
4152
4153        * wrapup/Makefile.am: Added libfs.
4154
41552000-10-18      Chris Johns <ccj@acm.org>
4156
4157        * libfs created.
4158        * configure.in: Added libfs subdirectory.
4159        * libnetworking/pppd/ipxcp.c: Fixed a typo.
4160
41612000-09-28      Joel Sherrill <joel@OARcorp.com>
4162
4163        * libnetworking/rtems_webserver/Makefile.am,
4164        libnetworking/rtems_webserver/base64.c,
4165        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
4166        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
4167
41682000-09-22      Joel Sherrill <joel@OARcorp.com>
4169
4170        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
4171        libnetworking/rtems/rtems_bsdnet_internal.h,
4172        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
4173        have included rtems.h.  It is now including precisely the  least amount
4174        of low level, yet portable .h files to get the basic RTEMS types
4175        defined.  This rippled into other  files since rtems_bsdnet_internal.h
4176        used machine/types.h to include rtems.h.
4177
41782000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4179
4180        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
4181
41822000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4183
4184        * libnetworking/ChangeLog: Cleanup.
4185
41862000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4187
4188        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
4189        * libchip/ChangeLog: Fix formating.
4190
41912000-09-05      Joel Sherrill <joel@OARcorp.com>
4192
4193        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
4194        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
4195        confusion and to work with the converted flags.
4196
41972000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4198
4199        * wrapup/Makefile.am: Include compile.am.
4200        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
4201        libchip/serial/Makefile.am: Include compile.am.
4202        * librdbg/src/i386/any/Makefile.am,
4203        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
4204        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
4205        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
4206        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
4207        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
4208        libnetworking/rtems_servers/Makefile.am,
4209        libnetworking/rtems_webserver/Makefile.am,
4210        libnetworking/wrapup/Makefile.am: Include compile.am.
4211
42122000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
4213
4214        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
4215        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
4216
42172000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4218
4219        * libnetworking/netinet/tcp_input.c: Spelling corrections.
4220
42212000-08-31      Joel Sherrill <joel@OARcorp.com>
4222
4223        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
4224        Antti P Miettinen <antti.p.miettinen@nokia.com>.
4225        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
4226        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
4227        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
4228        * libnetworking/wbase64.c: Removed.
4229        * libnetworking/Makefile.am, libnetworking/asp.c,
4230        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
4231        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
4232        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
4233        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
4234        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
4235        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
4236        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
4237        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
4238        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
4239        Modified.
4240
42412000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4242
4243        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
4244
42452000-08-30      Joel Sherrill <joel@OARcorp.com>
4246
4247        * libnetworking/rtems_webserver/license.txt: New file.
4248
42492000-08-10      Joel Sherrill <joel@OARcorp.com>
4250
4251        * ChangeLog: New file.
4252        * libchip/ChangeLog: New file.
4253        * librdbg/ChangeLog: New file.
4254        * libnetworking/ChangeLog: New file.
4255
Note: See TracBrowser for help on using the repository browser.