source: rtems/c/src/ChangeLog @ 110e1f1

4.104.115
Last change on this file since 110e1f1 was f36eeb3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/09 at 13:05:22

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

  • libchip/network/dec21140.c: Warning elimination (dec21140_softc->base now is an uint32_t).
  • Property mode set to 100644
File size: 155.9 KB
Line 
12009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * libchip/network/dec21140.c: Warning elimination
4        (dec21140_softc->base now is an uint32_t).
5
62009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        PR 1483/cpukit
9        * libchip/network/dec21140.c, libchip/network/elnk.c,
10        libchip/network/if_dc.c: Move #include <rtems/pci.h> into #if
11        *_SUPPORTED-guarded code sections.
12
132009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * libchip/network/dec21140.c, libchip/network/elnk.c,
16        libchip/network/if_dc.c: Ensure PCI drivers are built on all
17        supported configurations. PowerPC conditionals were not current and
18        code was not being built on supported BSPs.
19
202009-11-23      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * libchip/network/smc91111.c: Formatting.
23
242009-11-12      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * libchip/ide/ata.c (rtems_ata_initialize): Avoid implicit cast to uint16_t.
27        * libchip/ide/ata.c (ata_non_data_request): Change arg from int to
28        uint32_t (16bit ints are too small).
29
302009-11-06      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * libchip/network/elnk.c: Use PRI*32 to print u_int32_t's.
33        * libchip/network/if_dc.c: Fix type mismatch.
34
352009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * aclocal/bsp-linkcmds.m4: New.
38
392009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * configure.ac: Rework CFLAGS setup.
42        * aclocal/prog-cc.m4: Remove RTEMS_CFLAGS.
43        * automake/compile.am: Remove RTEMS_CFLAGS.
44
452009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * libchip/ide/ata.h: Move extern "C".
48
492009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c:
52        Use hex-constants to avoid implicit int-casts.
53        * libchip/i2c/spi-memdrv.c:
54        Use hex-constants to avoid implicit int-casts.
55        Use rtems_off64_t offsets to avoid loosing precision.
56
572009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
58
59        * libchip/serial/ns16550.c: Update for interrupt handler type change.
60
612009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * aclocal/bsp-alias.m4: New.
64        * configure.ac: Apply RTEMS_BSP_ALIAS for RTEMS_BSP_FAMILY.
65
662009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB.
69
702009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * configure.ac: Remove AM_CONDITIONAL MULTILIB.
73        * Makefile.am: Remove BARE_CPU_MODEL.
74
752009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * configure.ac: Remove cfg_dir.
78
792009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * configure.ac: Remove -std=c99 -fasm.
82        Remove AM_CONDITIONAL LIBCHIP.
83        * libchip/Makefile.am, wrapup/Makefile.am:
84        Remove AM_CONDITIONAL LIBCHIP.
85
862009-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * configure.ac: Pick up make/custom/*.
89        * aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
90
912009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * wrapup/Makefile.am: Remove AM_CONDITIONAL HAS_LIBBSP.
94        * configure.ac: Remove AM_CONDITIONAL HAS_LIBBSP.
95
962009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * configure.ac: Remove special case lib/libbsp/bare (Abandoned).
99
1002009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * Makefile.am: Remove RTEMS_HOST (unused).
103        * configure.ac: Remove RTEMS_HOST (unused).
104        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
105
1062009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for
109        *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
110
1112009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * aclocal/canonical-target-name.m4, aclocal/check-networking.m4,
114        aclocal/check-posix.m4, aclocal/enable-posix.m4,
115        aclocal/rtems-cpu-subdirs.m4: Remove posix/unix.
116
1172009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * configure.ac: Rework make/custom/* handling.
120        * aclocal/check-custom-bsp.m4: Change *.cfg handling.
121        * Makefile.am: Remove make/custom/default.cfg-rule.
122
1232009-10-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
124
125        * libchip/serial/ns16550.c: Enable interrupts during open to avoid
126        NULL pointer access in interrupt handler.
127
1282009-10-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
129
130        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Update for block
131        device API change.
132
1332009-10-08      Chris Johns <chrisj@rtems.org>
134
135        * libchip/ide/ata.c, c/src/libchip/ide/ata_internal.h: Remove the
136        multiblock support from the ATA driver. Multiblock at the disk
137        level should not be a global policy as a disk may have more than
138        one partition with different block sizes. An IDE driver could
139        decide to use the feature with DMA but this a driver specific
140        design choice. Fixed bugs relating to variable block sizes and
141        large block transfer.
142        * c/src/libchip/ide/ide_controller.c,
143        c/src/libchip/ide/ide_ctrl_cfg.h, c/src/libchip/ide/ide_ctrl_io.h:
144        Changed the block size to 32bits so blocks of 64K or bigger can be
145        transfered in a single driver call.
146
1472009-10-05      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * libchip/ide/ata.c: Revert previous change. Not all ARM BSPs use a
150        shared irq.h yet and this breaks a significant number of them.
151
1522009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
153
154        * libchip/ide/ata.c: Use simple vectored CPU macro to select interrupt
155        model.
156
1572009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * libchip/serial/z85c30.c, libchip/serial/ns16550.c,
160        libchip/serial/mc68681.c: Reflect termios_baud_to_number having been
161        renamed to rtems_termios_baud_to_number.
162
1632009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * libchip/serial/sersupp.h: Remove termios_baud_to_index,
166        termios_baud_to_number (duplicate prototypes).
167        Add C++-guards.
168        Include rtems/termiostypes.h.
169
1702009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
173
1742009-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * aclocal/check-networking.m4: Disable TCP/IP on targets without enough
177        physical address to support BSD TCP/IP stack.
178
1792009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
180
181        * libchip/network/elnk.c: Convert calls to legacy routine
182        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
183
1842009-08-03      Roger Dahlkvist <ruppe@kth.se>
185
186        * libchip/shmdr/shm_driver.h: nios2 was not accounted for.
187
1882009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        * libchip/ide/ata.c: Remove warning.
191
1922009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
193
194        * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to
195        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
196        now use the same macros.
197        * aclocal/bsp-bspcleanup-options.m4: New file.
198
1992009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
200
201        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h: Removed
202        obsolete defines and declarations.  Set initial baud during device
203        open.  Fixed interrupt mode.
204
2052009-06-12      Joel Sherrill <joel.sherrill@oarcorp.com>
206
207        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the
208        GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to
209        EINVAL and ENOTTY as appropriate.
210
2112009-05-30      Chris Johns <chrisj@rtems.org>
212
213        * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave
214        devices on an IDE bus and cleaned up the initialisation register
215        call.
216
2172009-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
218
219        * libchip/network/i82586.c: Fix warning in manner suggested by
220        Arnout Vandecappelle <arnout@mind.be> in
221        http://www.rtems.org/pipermail/rtems-users/2009-May/005460.html.
222
2232009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
224
225        * libchip/network/if_dc.c: Fixed warnings.
226
2272009-05-03      Joel Sherrill <joel.sherrill@oarcorp.com>
228
229        * libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat
230        as needed.
231
2322009-04-29      Chris Johns <chrisj@rtems.org>
233
234        * libchip/ide/ata.c: Remove a detection test that fails in qemu.
235
236        * libchip/ide/ide_controller.c: Change the status detection and
237        add a message if the transfer fails. There is currently no error
238        handle at the IDE drvier level.
239
2402009-03-12      Daniel Hellstrom <daniel@gaisler.com>
241
242        PR 1392/bsps
243        * libchip/i2c/spi-memdrv.c: SPI Memory driver. Fix but where writes
244        over multiple pages results in extra data being written.
245
2462009-02-27      Gene Smith <gene.smith@siemens.com>
247
248        PR 1356
249        * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC
250        cards.
251
2522009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
253
254        * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is
255        enabled on x86.
256
2572009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
258
259        * aclocal/bspopts.m4: Quoting cosmetics.
260
2612009-01-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
262
263        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
264        RTEMS_BLKDEV_CAPABILITIES ioctl which caused invalid multiple block
265        writes.  Fixed integer type in device structure.
266
2672009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
268
269        * libchip/serial/ns16550.c: Turn on ns16550_process() for
270        BSP_FEATURE_IRQ_LEGACY case also.
271
2722008-11-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
273
274        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Removed high
275        level LibI2C interface.  Added generic block IO functions.
276
2772008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
278
279        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
280        optman/rtems/no-msg.c, optman/rtems/no-part.c,
281        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
282        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
283        optman/sapi/no-ext.c, optman/sapi/no-io.c:
284        Revert previous patch (cvs clash with Joel hacking cpukit).
285
2862008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
287
288        * aclocal/canonical-target-name.m4: Remove tic4x.
289
2902008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
291
292        * libchip/rtc/ds1375.c: Include <errno.h> instead of <sys/errno.h>.
293
2942008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
297        optman/rtems/no-msg.c, optman/rtems/no-part.c,
298        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
299        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
300        optman/sapi/no-ext.c, optman/sapi/no-io.c:
301        Fix prototypes.
302
3032008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
304
305        * libchip/serial/ns16550_p.h: Remove prototype with no implementation.
306
3072008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
308
309        * libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c,
310        libchip/shmdr/shm_driver.h: Cleanup and remove variables which
311        duplicated data.
312
3132008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
314
315        * optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert SAPI manager and
316        SuperCore Handler initialization routines to directly pull parameters
317        from configuration table.
318
3192008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
320
321        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
322        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
323        optman/rtems/no-part.c, optman/rtems/no-region.c,
324        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
325        optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager
326        initialization routines to directly pull parameters from
327        configuration table. Eliminate empty routines sportted.
328
3292008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
330
331        * libchip/serial/ns16550.c: Add CVS-Id. Fix #define mess.
332
3332008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
334
335        * libchip/network/i82586.c, libchip/network/smc91111config.h: Eliminate
336        all public use of TOD conversion routines.
337
3382008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
339
340        * libchip/network/smc91111config.h:
341        #include <stdint.h> instead of <rtems/stdint.h>.
342
3432008-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
344
345        * aclocal/prog-cc.m4: Use -r instead of -Wl,-r to build *.rels.
346        * aclocal/rtems-cpu-subdirs.m4: Remove obsolete cpus.
347
3482008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
349
350        * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
351
3522008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
353
354        * libchip/serial/ns16550.c: Transmit the character in the polled write
355        function within a critical section for printk() compatibility.
356
3572008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
358
359        * libchip/i2c/spi-sd-card.c: Update for status-checks.h changes.
360
3612008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
362
363        * aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
364
3652008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
366
367        * aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
368
3692008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
370
371        * aclocal/bsp-bootcard-options.m4: Fix quoting.
372
3732008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
374
375        * aclocal/bsp-bootcard-options.m4: New file.
376        * aclocal/bsp-bootcards-handles-ram-allocation.m4: Removed.
377
3782008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
379
380        * libchip/serial/ns16550.c: Enable interrupt code only for PowerPC or
381        BSPs that support this feature.
382
3832008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
384
385        * libchip/serial/ns16550.c: Fix typo.
386
3872008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
388
389        * libchip/serial/ns16550.c: Fix typo.
390
3912008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
392
393        * libchip/serial/ns16550.c: Add not supported on arm even though it is
394        not simple vectored.
395
3962008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
397
398        * libchip/serial/ns16550.c: Not currently supported on architectures
399        with simple vectored interrupt model.
400
4012008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
402
403        * aclocal/version.m4: Bump RTEMS_API to 4.10.
404        Bump _RTEMS_VERSION to 4.9.99.0.
405
4062008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
407
408        * libchip/rtc/icm7170.c, libchip/rtc/m48t08.c,
409        c/src/libchip/rtc/rtc.h:  Include required header files.  Some internal
410        functions have now static linkage type.  Added constant qualifier to
411        operations table and read-only function parameters.
412
413        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
414        c/src/libchip/serial/serial.h:  Include required header files.  Removed
415        support for old PowerPC exception handling.  Various fixes for
416        interrupt related routines.  Added support for BSPs with IRQ extension
417        API.
418
4192008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
420
421        * libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there
422        is no PCI bus based upon the BSP not having a base address defined.
423        This means this driver cannot be supported on that board.
424
4252008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
426
427        * libchip/network/dec21140.c, libchip/network/elnk.c,
428        libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
429
4302008-09-17      Miao Yan <yanmiaobest@gmail.com>
431
432        * optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
433        add simple device only filesystem (devfs), optionally completely drop
434        out filesystem, and to clean up disabling newlib reentrancy support.
435        This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t
436        now has a 15K code space.
437        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
438        Removed.
439
4402008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
441
442        * libchip/ide/ata.h: Convert to Unix file format.
443
4442008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
445
446        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
447        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
448        libchip/serial/serial.h, libchip/serial/serprobe.c,
449        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
450        Convert to "bool".
451        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
452        libchip/i2c/spi-memdrv.h: Convert to "bool".
453        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
454        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
455        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
456        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
457        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
458        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
459        Convert to "bool".
460        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
461        Convert to "bool".
462        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
463        Convert to "bool".
464
4652008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
466
467        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
468        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
469        memory driver to not use the clock ioctl to install a method to poll
470        for input. It now uses a Class API Timer which means we can eliminate
471        this special IOCTL from all clock drivers.
472        * libchip/shmdr/setckvec.c: Removed.
473
4742008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
475
476        * libchip/network/sonic.c: Do not declare a variable just to hold an
477        ignored return value.
478
4792008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
480
481        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
482
4832008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
484
485        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
486        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
487
4882008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
489
490        * libchip/display/disp_hcms29xx.c: Do not make these static. They
491        appear to be unused that way.
492
4932008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
494
495        * libchip/shmdr/shm_driver.h: Correct prototypes.
496
4972008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
498
499        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
500        variables and made methods static.
501
5022008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
503
504        * libchip/serial/ns16550.c: Fix warning.
505
5062008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
507
508        * aclocal/prog-cc.m4: Add -Wnested-externs.
509
5102008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
511
512        * libchip/network/dec21140.c: Add missing prototype.
513        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
514
5152008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
516
517        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
518        -Wstrict-prototypes to RTEMS_CFLAGS.
519
5202008-08-02      Chris Johns <chrisj@rtems.org>
521
522        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
523        rtems_blkdev_request count and start references. Use
524        RTEMS_BLKDEV_START_BLOCK.
525
5262008-07-29      Chris Johns <chrisj@rtems.org>
527
528        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
529
530        * libchip/ide/ata.c: Change to use a mutex rather than disable
531        pre-emption. Updated to the libblock changes.
532
533        * libchip/ide/ata_internal.h: Updated to the new chains API.
534
535        * libchip/ide/ide_controller.c: Updated to the libblock
536        changes. Added come debug tracing.
537
538        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
539        to the libblock changes.
540
5412008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
542
543        * configure.ac: Remove RPCGEN, RPCTOOLS.
544
5452008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
546
547        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
548        for output format specifiers.
549
5502008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
551
552        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
553        Fixed some data types
554
5552008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
556
557        * libchip/i2c/spi-sd-card.c: Added missing header file.
558        * libchip/Makefile.am: Added SD Card driver.
559
5602008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
561
562        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
563        make glyphs non-constant, added file headers
564
5652008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
566
567        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
568        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
569        * libchip/display/font_hcms29xx.h
570        Creation of SPI display driver
571
5722008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
573
574        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
575        via SPI.
576
5772008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
578
579        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
580        AC_PREREQ(2.62).
581
5822008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
583
584        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
585
5862008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
587
588        * libchip/Makefile.am: Move termios helper routines from libchip to
589        libcsupport. Add routine which makes it easy for a termios device
590        driver to inform termios of its default baud rate. This avoids
591        inconsistencies in later termios settings changes.
592        * libchip/serial/termios_baud2index.c,
593        libchip/serial/termios_baud2num.c: Removed.
594
5952008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
596
597        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
598
5992008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
600
601        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
602        not fail if there are none.
603
6042008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
605
606        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
607        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
608        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
609        * libchip/Makefile.am:
610        derived a generic spi memory driver from spi-flash-m25p40,
611        added descriptor for fram fm25l256
612
6132008-05-07      Till Straumann <strauman@slac.stanford.edu>
614
615        PR 649/bsps
616        * libchip/ide/ata.c: Give up if the interface does not become ready.
617
6182008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
619
620        Moved to cpukit.
621        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
622        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
623        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
624        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
625        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
626        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
627        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
628        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
629        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
630        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
631        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
632        nfsclient/src/xdr_mbuf.c: Removed.
633
6342008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
635
636        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
637
6382008-01-05      Chris Johns <chrisj@rtems.org>
639
640        * libchip/flash/am29lv160.c: Update the blank check error message
641        to say there is an error.
642       
6432007-12-22      Chris Johns <chrisj@rtems.org>
644
645        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
646        the hello message. Just one line but still a little too long.
647       
6482007-12-14      Chris Johns <chrisj@rtems.org>
649
650        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
651        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
652        * libchip/flash, libchip/flash/am29lv160.c,
653        libchip/flash/am29lv160.h: New.
654
6552007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
656
657        * libchip/network/if_fxp.c: Spacing.
658
6592007-11-20      Till Straumann <strauman@slac.stanford.edu>
660
661        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
662        Avoid using 'stdio' before the system is up and fully
663        initialized.
664
6652007-11-20      Till Straumann <strauman@slac.stanford.edu>
666
667        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
668        * libchip/Makefile.am, libchip/preinstall.am:
669        added new driver for Maxim DS1375 i2c RTC.
670
6712007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
672
673        * libchip/i2c/spi-flash-m25p40.c:
674        added addressing call in write function
675
6762007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
677
678        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
679        * libchip/Makefile.am:
680        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
681
6822007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
683
684        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
685
6862007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
687
688        * nfsclient/Makefile.am: Fix errors.
689
6902007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
691
692        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
693
6942007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
695
696        * aclocal/version.m4: Bump RTEMS_API to 4.9.
697        Bump RTEMS_VERSION to 4.8.99.0.
698
6992007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
700
701        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
702
7032007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
704
705        * configure.ac: Remove AC_PROG_AWK (Unused).
706
7072007-09-14      Daron Chabot <djc915@mail.usask.ca>
708
709        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
710        rtems_interrupt_vector, to permit passing arbitrary arguments to the
711        ISR. Clean up of variables to silence compiler warnings.
712
7132007-09-13      Daniel Hellstrom <daniel@gaisler.com>
714
715        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
716
7172007-09-12      Daniel Hellstrom <daniel@gaisler.com>
718
719        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
720          - Odd bit bug in some chips taken care of.
721          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
722            alignment but failing to do so must have made the driver writer to make
723            some incorrect assumptions about MBUFs.
724          - Fixed MBUF handling to handle mbuf chains better. The Data length of
725            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
726          - Made while loop responsible for copying data to fifo port copy 16 shorts
727            per loop instead of 1 short, increasing the copying process.
728
7292007-09-07      Daniel Hellstrom <daniel@gaisler.com>
730
731        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
732        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
733
7342007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
735
736        * configure.ac, wrapup/Makefile.am: Remove RDBG.
737        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
738        librdbg/Makefile.am, librdbg/preinstall.am,
739        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
740        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
741        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
742        librdbg/include/rdbg/powerpc/rdbg_f.h,
743        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
744        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
745        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
746        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
747        librdbg/src/servtsp.c, librdbg/src/servutil.c,
748        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
749        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
750        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
751        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
752        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
753        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
754        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
755        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
756        librdbg/src/powerpc/rdbg_f.c,
757        librdbg/src/powerpc/new_exception_processing/remdeb.h,
758        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
759        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
760        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
761
7622007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
763
764        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
765
7662007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
767
768        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
769          sizes.
770
7712007-07-27      Chris Johns <chrisj@rtems.org>
772
773        * wrapup/Makefile.am: Create archive from a file for hosts
774        with a limited command line size.
775
7762007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
777
778        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
779          sizes.
780
7812007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
782       
783        * configure.ac: Add nfsclient.
784        * nfsclient/Makefile.am: New.
785        * nfsclient/proto/Makefile, nfsclient/Makefile,
786          nfsclient/src/Makefile: Remove.
787        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
788        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
789
7902007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
791
792        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
793        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
794        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
795        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
796        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
797        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
798        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
799        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
800        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
801        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
802        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
803        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
804
8052007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
806
807        * libchip/serial/ns16550.c: removed timed out wait for transmitter
808        to become ready: This will not work for fast CPUs.
809
8102007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
811
812        * libchip/ide/ata.c: fixed warning
813
8142007-06-20      Ray Xu <rayx@gmail.com>
815
816        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
817        console, and libio. This shrinks the memory requirements but Joel has
818        not figured out how best to present this to application space.
819        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
820        New files.
821
8222007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
823
824        * optman/sapi/no-io.c: Split IO Manager into one function per file so
825        now we only need required initialization methods.
826
8272007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
828
829        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
830        parameter since it was used to configure a no longer used feature.
831        Device names are now part of the filesystem not in a table.
832
8332007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
834
835        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
836        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
837        optman/rtems/no-part.c, optman/rtems/no-region.c,
838        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
839        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
840        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
841        other optional managers so using them reduces application size
842        instead of increasing it.
843        * optman/rtems/no-barrier.c: New file.
844
8452007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
846
847        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
848        adjustments to pci-API changes.
849        * libchip/network/dec21140.c, libchip/network/elnk.c,
850        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
851        changes.
852
8532007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
854
855        * libchip/network/dec21140.c, libchip/network/if_dc.c,
856        libchip/network/if_fxp.c: Reflect changes to pci-API.
857
8582007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
859
860        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
861        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
862
8632007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
864
865        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
866          being used to compile "tools").
867
8682007-03-13      Joel Sherrill <joel@OARcorp.com>
869
870        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
871
8722007-03-12      Joel Sherrill <joel@OARcorp.com>
873
874        * libchip/network/cs8900.c, libchip/network/cs8900.h,
875        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
876        and/or fix mistake in copyright notice. Both of these mistakes appear
877        to be from code submitted after these changes were made previously.
878
8792007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
880
881        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
882
8832007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
884
885        * libchip/Makefile.am: Correct path to README.tulipclone.
886
8872007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
888
889        * libchip/ide/ata.c: Remove superfluous type casts.
890
8912007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
892
893        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
894        Use size_t for sizes.
895
8962007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
897
898        * libchip/ide/ata.c: in ata_request_done: moved call to free()
899        from preemption disabled region
900
9012007-01-16      Till Straumann <strauman@slac.stanford.edu>
902
903        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
904        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
905        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
906
9072006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
908
909        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
910          ioctl_command_t as ioctl argument.
911
9122006-12-13      Joel Sherrill <joel@OARcorp.com>
913
914        * librtems++/include/rtems++/rtemsEvent.h,
915        librtems++/include/rtems++/rtemsMessageQueue.h,
916        librtems++/include/rtems++/rtemsSemaphore.h,
917        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
918        librtems++/src/rtemsMessageQueue.cc,
919        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
920        rtems_unsigned32 to uint32_t.
921
9222006-12-13      Joel Sherrill <joel@OARcorp.com>
923
924        PR 1181/bsps
925        * optman/rtems/no-msg.c: Clean up dead code.
926
9272006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
928
929        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
930
9312006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
932
933        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
934        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
935        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
936
9372006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
938
939        * configure.ac: New BUG-REPORT address.
940
9412006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
942
943        * Makefile.am: Remove ampolish3.
944
9452006-11-17      Joel Sherrill <joel@OARcorp.com>
946
947        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
948        blank lines.
949
9502006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
951
952        * configure.ac: Remove RTEMS_AMPOLISH3.
953        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
954          Remove checks for AMPOLISH3.
955        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
956        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
957        * ampolish3: Remove.
958
9592006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
960
961        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
962        * aclocal/prog-cc.m4: Remove CFLAGS.
963        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
964        Compose CFLAGS. Append CFLAGS to ac_configure_args.
965
9662006-10-23      Joel Sherrill <joel@OARcorp.com>
967
968        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
969
9702006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
971
972        * automake/compile.am: Use hard-coded RTEMS_* flags.
973
9742006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
975
976        * aclocal/rtems-top.m4: Remove RTEMS_API.
977        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
978
9792006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
980
981        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
982
9832006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
984
985        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
986
9872006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
988
989        * aclocal/version.m4: Bump version to 4.7.99.0.
990
9912006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
992
993        * configure.ac: Require autoconf-2.60. Require automake-1.10.
994
9952006-09-11      Joel Sherrill <joel@OARcorp.com>
996
997        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
998
9992006-09-04      Joel Sherrill <joel@OARcorp.com>
1000
1001        * libchip/network/greth.c, libchip/network/open_eth.c,
1002        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
1003        introduced by warning removal.
1004
10052006-09-01      Joel Sherrill <joel@OARcorp.com>
1006
1007        * libchip/network/greth.c, libchip/network/open_eth.c,
1008        libchip/network/smc91111.c: Remove warnings and correct prototype
1009        added earlier today.
1010
10112006-09-01      Joel Sherrill <joel@OARcorp.com>
1012
1013        * libchip/network/cs8900.c, libchip/network/greth.c,
1014        libchip/network/i82586.c, libchip/network/open_eth.c,
1015        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
1016        sized integers, and inttypes.h printf helpers.
1017
10182006-08-09      Kolja Waschk <waschk@telos.de>
1019
1020        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
1021
10222006-07-12      Joel Sherrill <joel@OARcorp.com>
1023
1024        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
1025
10262006-07-11      Jerry Needell <jerry.needell@unh.edu>
1027
1028        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
1029        4.6 branch.  Original modifications by Gaisler Enterprises.
1030        * libchip/network/greth.c, libchip/network/greth.h: New files.
1031
10322006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1033
1034        * ide/ata.[ch]:
1035        (PR1118) fetch priority for ATA task from a variable,
1036        not a fixed configuration value.
1037       
10382006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
1039
1040        * Makefile.am: Add ampolish3.
1041
10422006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
1043
1044        * ampolish3: New.
1045        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
1046
10472006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
1048
1049        * aclocal/rtems-ampolish.m4: New.
1050        * configure.ac: Use RTEMS_AMPOLISH3.
1051
10522006-04-18  Joel Sherrill <joel@OARcorp.com>
1053
1054        * aclocal/version.m4: Updated to rtems-4.6.99.3.
1055
10562006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1057
1058        PR 853/filesystem
1059        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
1060        should be modified to support the new exception scheme and to use the
1061        handle parameter.
1062
10632006-02-a32     Eric Norum <norume@aps.anl.gov>
1064
1065        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
1066        "newer" PCI access calls.  Minor cleanups.  Comments.
1067
10682006-01-12      Eric Norum <norume@aps.anl.gov>
1069
1070        PR 861/networking
1071        PR 863/networking
1072        * libchip/network/smc91111.c: Fix illegal lvalue increments.
1073
10742006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
1075
1076        * wrapup/Makefile.am: Add preinstall.am.
1077        * libchip/Makefile.am: Build libchip/network/smc91111.
1078        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
1079        Eliminate cyg_int* crap.
1080
10812006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1082
1083        * librdbg/Makefile.am: Add preinstall.am.
1084        * aclocal/bsp-configure.m4: Add ampolish3.
1085        New header guards.
1086
10872006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1088
1089        * libchip/network/open_eth.c, libchip/network/open_eth.h:
1090        Merger from rtems-4-6-branch.
1091
10922006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1093
1094        * libchip/network/smc91111.c
1095        libchip/network/smc91111config.h
1096        libchip/network/smc91111exp.h
1097        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
1098        * libchip/Makefile.am: Reflect adding smc91111*.
1099
11002006-01-08      Joel Sherrill <joel@OARcorp.com>
1101
1102        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
1103        char *.
1104
11052006-01-08      Joel Sherrill <joel@OARcorp.com>
1106
1107        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
1108        warnings.
1109
11102005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
1111
1112        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
1113        Add RTEMS_RELLDFLAGS.
1114        * automake/compile.am: Remove RTEMS_USE_GCC.
1115        Remove RTEMS_RELLDFLAGS.
1116        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
1117
11182005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
1119
1120        * libchip/network/if_media.h, libchip/network/mii.h:
1121        Remove (Moved to cpukit).
1122        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
1123        and libchip/network/if_media.h.
1124        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
1125        if_media.h having moved.
1126
11272005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1128
1129        * automake/compile.am, automake/host.am, automake/local.am,
1130        automake/subdirs.am: Remove depend.
1131        * configure.ac: Explicitly pass --libdir and --includedir to
1132        testsuites.
1133
11342005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1135
1136        * configure.ac: Reflect changes to testsuites.
1137
11382005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1139
1140        * automake/compile.am: Remove GCCSPECS.
1141        * aclocal/prog-cc.m4: Add GCCSPECS.
1142        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
1143
11442005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1145
1146        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
1147        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
1148
11492005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1150
1151        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
1152        libcpu/byteorder.h for i386.
1153
11542005-11-02      Till Straumann <strauman@slac.stanford.edu>
1155
1156        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
1157        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
1158        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
1159        added a simple API/library for i2c devices and drivers for i2c
1160        2-byte eeproms and a ds1621 temperature sensor; API is documented
1161        in libi2c.h.
1162
11632005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1164
1165        * libnetworking/pppd/ipxcp.c,
1166        libnetworking/pppd/chat.c,
1167        libnetworking/pppd/patchlevel.h,
1168        libnetworking/pppd/upap.h,
1169        libnetworking/pppd/md5.h,
1170        libnetworking/pppd/pppd.8,
1171        libnetworking/pppd/README,
1172        libnetworking/pppd/preinstall.am,
1173        libnetworking/pppd/md4.h,
1174        libnetworking/pppd/magic.c,
1175        libnetworking/pppd/pppd.h,
1176        libnetworking/pppd/demand.c,
1177        libnetworking/pppd/rtemsmain.c,
1178        libnetworking/pppd/sys-rtems.c,
1179        libnetworking/pppd/ipcp.h,
1180        libnetworking/pppd/lcp.h,
1181        libnetworking/pppd/chap_ms.c,
1182        libnetworking/pppd/md4.c,
1183        libnetworking/pppd/rtemspppd.h,
1184        libnetworking/pppd/cbcp.h,
1185        libnetworking/pppd/auth.c,
1186        libnetworking/pppd/lcp.c,
1187        libnetworking/pppd/example/README,
1188        libnetworking/pppd/example/ppp.conf,
1189        libnetworking/pppd/example/system.h,
1190        libnetworking/pppd/example/netconfig.h,
1191        libnetworking/pppd/example/pppdapp.c,
1192        libnetworking/pppd/example/init.c,
1193        libnetworking/pppd/example/Makefile-user,
1194        libnetworking/pppd/example/pppd.options,
1195        libnetworking/pppd/rtemspppd.c,
1196        libnetworking/pppd/ipxcp.h,
1197        libnetworking/pppd/chap_ms.h,
1198        libnetworking/pppd/options.c,
1199        libnetworking/pppd/magic.h,
1200        libnetworking/pppd/chap.h,
1201        libnetworking/pppd/cbcp.c,
1202        libnetworking/pppd/upap.c,
1203        libnetworking/pppd/chap.c,
1204        libnetworking/pppd/Makefile.am,
1205        libnetworking/pppd/ccp.h,
1206        libnetworking/pppd/utils.c,
1207        libnetworking/pppd/rtemsdialer.h,
1208        libnetworking/pppd/fsm.h,
1209        libnetworking/pppd/pathnames.h,
1210        libnetworking/pppd/md5.c,
1211        libnetworking/pppd/fsm.c,
1212        libnetworking/pppd/ipcp.c,
1213        libnetworking/pppd/STATUS,
1214        libnetworking/pppd/ccp.c,
1215        libnetworking/Makefile.am: Remove (Moved to cpukit).
1216
12172005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1218
1219        * configure.ac: Remove libnetworking, libnetworking/pppd.
1220        * wrapup/Makefile.am: Remove libpppd.a.
1221
12222005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1223
1224        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
1225        rtemsdialer.h to $(includedir)/rtems.
1226
12272005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1228
1229        * libnetworking/rtems_telnetd/icmds.c,
1230        libnetworking/rtems_telnetd/Makefile.am,
1231        libnetworking/rtems_telnetd/preinstall.am,
1232        libnetworking/rtems_telnetd/pty.c,
1233        libnetworking/rtems_telnetd/pty.h,
1234        libnetworking/rtems_telnetd/README,
1235        libnetworking/rtems_telnetd/telnetd.c,
1236        libnetworking/rtems_telnetd/telnetd.h:
1237        Remove (Moved to cpukit).
1238
12392005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1240
1241        * configure.ac: Remove libnetworking/rtems_telnetd.
1242        * libnetworking/Makefile.am: Remove rtems_telnetd.
1243        * libnetworking/README: Remove (Obsolete).
1244        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
1245
12462005-10-20  Eric Norum <norume@aps.anl.gov>
1247
1248        * libchip/network/dec21140.c: Clean up PCI mapping.
1249
12502005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
1251
1252        * libnetworking/pppd/Makefile.am: Use preinstall.am.
1253        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
1254        librdbg/src/servrpc.c, librdbg/src/servtgt.c
1255        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
1256        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
1257        * configure.ac: Move optman to the end of BSP_SUBDIRS.
1258
12592005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1260
1261        * aclocal/bspopts.m4: Add missing m4 quotes.
1262
12632005-09-02  Joel Sherrill <joel@OARcorp.com>
1264
1265    * aclocal/version.m4: Updated to rtems-4.6.99.2.
1266
12672005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
1268
1269        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
1270        libchip/network/dec21140.c: Remove initialization of PCI bus.
1271
12722005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
1273
1274        * optman/Makefile.am: Add preinstall.am.
1275
12762005-07-18      Karel Gardas <kgardas@objectsecurity.com>
1277
1278        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
1279        UNTESTED to tested.
1280
12812005-06-17      Joel Sherrill <joel@OARcorp.com>
1282
1283        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
1284        it is not supported by the MPC5xx.
1285
12862005-06-17      Joel Sherrill <joel@OARcorp.com>
1287
1288        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
1289        interface. Also correct attempting to build on other than PowerPC and
1290        x86.
1291
12922005-06-16      Daron Chabot <daron@nucleus.usask.ca>
1293
1294        * libchip/Makefile.am: Add driver for Tulip clones.
1295        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
1296        libchip/network/if_dcreg.h: New files.
1297
12982005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1299
1300        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
1301        to enable rdbg.
1302        * configure.ac: Reflect changes above.
1303
13042005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
1305
1306        * configure.ac: Add ada/.
1307
13082005-05-20      Sergei Organov  <osv@topconrd.ru>
1309
1310        PR 750/networking
1311        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
1312        wait_input().
1313
13142005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
1315
1316        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
1317        rtems/irq.h.
1318
13192005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1320
1321        * libchip/Makefile.am: Include preinstall.am.
1322        * libchip/preinstall.am: New.
1323
13242005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1325
1326        * configure.ac: Add AMPOLISH3.
1327        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
1328        * libnetworking/rtems_telnetd/preinstall.am: New.
1329        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
1330
13312005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1332
1333        * configure.ac: Let enable_rpcgen default to "no".
1334
13352005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1336
1337        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
1338
13392005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1340
1341        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
1342        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
1343
13442005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1345
1346        * libchip/network/dec21140.c, libchip/network/elnk.c,
1347        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
1348
13492005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
1350
1351        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
1352        of code as a result of the implementation of a common PCI interface.
1353
13542005-05-04      Joel Sherrill <joel@OARcorp.com>
1355
1356        * libchip/network/open_eth.c: Remove prototype of set_vector.
1357
13582005-05-03      Joel Sherrill <joel@OARcorp.com>
1359
1360        * librdbg/src/ptrace.c: Remove warning.
1361
13622005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
1363
1364        * libchip/network/dec21140.c, libchip/network/elnk.c,
1365        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
1366        Modified parameter list to remove warnings.
1367
13682005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
1369
1370        * libchip/network/cs8900.c, libchip/network/i82586.c,
1371        libchip/network/open_eth.c, libchip/network/sonic.c,
1372        libchip/serial/mc68681.c: Modified types to remove
1373        warnings.  Added initialization to remove warnings.
1374
13752005-04-28      Joel Sherrill <joel@OARcorp.com>
1376
1377        * libchip/network/README.sonic: Rewritten to account for removal of
1378        dmv177.
1379
13802005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
1381
1382        PR 781/rtems_misc
1383        * libchip/serial/ns16550_p.h: Fix baud rate calculation
1384
13852005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
1386
1387        * libchip/serial/ns16550.c:
1388        Fixed warnings generated in various powerpc configurations
1389
13902005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
1391
1392        * libchip/serial/ns16550.c: Modified
1393        ISR to work with PPC new exception processing
1394
13952005-03-14      Joel Sherrill <joel@OARcorp.com>
1396
1397        * libchip/network/dec21140.c, libchip/network/elnk.c,
1398        libchip/network/if_fxp.c: Continue PCI API unification. All use
1399        pci_find_device(). Network drivers manufacture a signature since all
1400        calls have not been converted yet.
1401
14022005-03-04      Joel Sherrill <joel@OARcorp.com>
1403
1404        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
1405        initialize function part of the unified PCI API as pci_initialize().
1406
14072005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1408
1409        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
1410        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
1411
14122005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1413
1414        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
1415        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
1416
14172005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1418
1419        * aclocal/ppc.m4: Reflect changes to ppc exception processing
1420        building procedures.
1421
14222005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1423
1424        * aclocal/prog-cc.m4:
1425        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1426
14272005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1428
1429        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1430
14312005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1432
1433        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1434
14352005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1436
1437        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1438
14392005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1440
1441        * libnetworking/rtems_servers/ftp.c,
1442        libnetworking/rtems_servers/ftp.h,
1443        libnetworking/rtems_servers/Makefile.am:
1444        Remove (relocated to cpukit/ftpd).
1445        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1446        removed move libnetworking/rtems_servers.
1447
14482005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1449
1450        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1451
14522005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1453
1454        PR 755/rtems
1455        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1456        Remove local declarations of rtems_bsdnet_nameservers,
1457        rtems_bsdnet_nameservers_count.
1458
14592005-01-31      Sergei Organov <osv@topconrd.ru>
1460
1461        PR 751/pppd
1462        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1463        committed to fix PR736 breaks pppd. chat.c should have its own static
1464        ttyfd for pppd to work correctly. The symptom is that second
1465        invokation of chat (for connect script) fails due to pppd_ttyfd set
1466        to -1 by previous chat invokation (for init script). In addition,
1467        this patch fixes leaving of dangling pointer in the abort_stbring[]
1468        by chat_send().
1469
14702005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1471
1472        * configure.ac: Remove CFLAGS_DEBUG_V.
1473        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1474
14752005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1476
1477        * wrapup/Makefile.am: Remove rtems-ctor.o.
1478
14792005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1480
1481        * libchip/rtc/rtc.h: size_t RTC_Count.
1482
14832005-01-20      Joel Sherrill <joel@OARcorp.com>
1484
1485        PR 736/pppd
1486        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1487        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1488        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1489        should not be static and should have a name more specific to pppd.
1490
14912005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1492
1493        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1494        libnetworking/rtems_servers/Makefile.am,
1495        libnetworking/rtems_telnetd/Makefile.am,
1496        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1497        Eliminate CFLAGS_OPTIMIZE_V.
1498
14992005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1500
1501        * configure.ac: Pass CFLAGS to testsuites configure.
1502        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1503        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1504
15052005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1506
1507        * configure.ac: Pass CFLAGS to cpukit configure.
1508        * aclocal/rtems-flags.m4: Remove (Unused).
1509        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1510        * aclocal/env-rtemsbsp.m4:
1511        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1512        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1513        RTEMS_CFLAGS.
1514        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1515        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1516        Cleanup comments.
1517
15182005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1519
1520        * automake/compile.am: Remove build-variant support.
1521
15222005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1523
1524        * libnetworking/pppd/Makefile.am,
1525        libnetworking/rtems_servers/Makefile.am,
1526        libnetworking/rtems_telnetd/Makefile.am:
1527        Remove build-variant support.
1528
15292005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1530
1531        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1532        support/Makefile.am, wrapup/Makefile.am:
1533        Remove build-variant support.
1534
15352004-11-22      Joel Sherrill <joel@OARcorp.com>
1536
1537        * libchip/network/if_fxp.c: Add entry for another module ID code.
1538
15392004-11-22      Joel Sherrill <joel@OARcorp.com>
1540
1541        PR 693/misc
1542        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1543        in/outport routines.
1544
15452004-11-22      Joel Sherrill <joel@OARcorp.com>
1546
1547        PR 693/misc
1548        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1549        in/outport routines.
1550
15512004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1552
1553        * aclocal/enable-itron.m4: Remove (unused).
1554
15552004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1556
1557        * configure.ac: Misc. quoting cleanups.
1558        Enable ada-tests iff --enable-ada and --enable-tests.
1559
15602004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1561
1562        PR 703/filesystem
1563        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1564        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1565        libchip/ide/ide_controller.c:
1566        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1567        available for BSPS/device drivers.
1568        Extend the "modes_available" and "mode_active" parameters to
1569        uint16_t for UDMA support.
1570
15712004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1572
1573        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1574        not supported on PowerPC since it works on the MVME2100 BSP.
1575
15762004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1577
1578        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1579        Add dependency tracking for *.cfgs.
1580        * Makefile.am: Add dependency tracking for *.cfg.
1581
15822004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1583
1584        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1585        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1586
15872004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1588
1589        PR 707/make_build
1590        * configure.ac: Add --enable-rpcgen.
1591
15922004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1593
1594        PR 700/rtems_misc
1595        * libnetworking/rtems_webserver/asp.c,
1596        libnetworking/rtems_webserver/balloc.c,
1597        libnetworking/rtems_webserver/cgi.c,
1598        libnetworking/rtems_webserver/default.c,
1599        libnetworking/rtems_webserver/ej.h,
1600        libnetworking/rtems_webserver/ejIntrn.h,
1601        libnetworking/rtems_webserver/ejlex.c,
1602        libnetworking/rtems_webserver/ejparse.c,
1603        libnetworking/rtems_webserver/emfdb.c,
1604        libnetworking/rtems_webserver/emfdb.h,
1605        libnetworking/rtems_webserver/form.c,
1606        libnetworking/rtems_webserver/handler.c,
1607        libnetworking/rtems_webserver/h.c,
1608        libnetworking/rtems_webserver/license.txt,
1609        libnetworking/rtems_webserver/Makefile.am,
1610        libnetworking/rtems_webserver/md5c.c,
1611        libnetworking/rtems_webserver/md5.h,
1612        libnetworking/rtems_webserver/mime.c,
1613        libnetworking/rtems_webserver/misc.c,
1614        libnetworking/rtems_webserver/NOTES,
1615        libnetworking/rtems_webserver/ringq.c,
1616        libnetworking/rtems_webserver/rom.c,
1617        libnetworking/rtems_webserver/rtems_webserver.h,
1618        libnetworking/rtems_webserver/security.c,
1619        libnetworking/rtems_webserver/sock.c,
1620        libnetworking/rtems_webserver/socket.c,
1621        libnetworking/rtems_webserver/sockGen.c,
1622        libnetworking/rtems_webserver/sym.c,
1623        libnetworking/rtems_webserver/uemf.c,
1624        libnetworking/rtems_webserver/uemf.h,
1625        libnetworking/rtems_webserver/um.c,
1626        libnetworking/rtems_webserver/um.h,
1627        libnetworking/rtems_webserver/umui.c,
1628        libnetworking/rtems_webserver/url.c,
1629        libnetworking/rtems_webserver/value.c,
1630        libnetworking/rtems_webserver/wbase64.c,
1631        libnetworking/rtems_webserver/webcomp.c,
1632        libnetworking/rtems_webserver/webmain.c,
1633        libnetworking/rtems_webserver/webpage.c,
1634        libnetworking/rtems_webserver/webrom.c,
1635        libnetworking/rtems_webserver/webs.c,
1636        libnetworking/rtems_webserver/websda.c,
1637        libnetworking/rtems_webserver/websda.h,
1638        libnetworking/rtems_webserver/webs.h,
1639        libnetworking/rtems_webserver/websSSL.c,
1640        libnetworking/rtems_webserver/websSSL.h,
1641        libnetworking/rtems_webserver/websuemf.c,
1642        libnetworking/rtems_webserver/wsIntrn.h:
1643        Remove (Moved to cpukit/http).
1644
16452004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1646
1647        PR 700/rtems_misc
1648        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1649        Remove libnetworking/rtems_webserver.
1650
16512004-10-25      Eric Norum <norume@aps.anl.gov>
1652
1653        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1654
16552004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1656
1657        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1658
16592004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1660
1661        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1662        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1663
16642004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1665
1666        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1667
16682004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1669
1670        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1671        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1672
16732004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1674
1675        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1676        BITSPERBYTE.
1677
16782004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1679
1680        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1681        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1682
16832004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1684
1685        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1686
16872004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1688
1689        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1690        * aclocal/enable-bare.m4: Remove.
1691        * configure.ac: Remove BARE_CPU_MODEL.
1692
16932004-10-13      Eric Norum <norume@aps.anl.gov>
1694
1695        PR 688/bsps
1696        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1697        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1698        MC146818A (and several Dallas Semiconductor) TOD chips.
1699
17002004-10-13      Eric Norum <norume@aps.anl.gov>
1701
1702        PR 686/networking
1703        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1704        device code.
1705
17062004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1707
1708        * libchip/network/dec21140.c: include <rtems/pci.h>.
1709
17102004-09-29      Joel Sherrill <joel@OARcorp.com>
1711
1712        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1713        libnetworking/pppd/utils.c: i960 obsoleted and all references
1714        removed.
1715
17162004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1717
1718        PR 607/networking
1719        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1720        instead of fully specifying unused PCI features.
1721
17222004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1723
1724        * configure.ac: Require automake > 1.9.
1725
17262004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1727
1728        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1729
17302004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1731
1732        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1733        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1734
17352004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1736
1737        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1738        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1739
17402004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1741
1742        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1743
17442004-07-28  Joel Sherrill <joel@OARcorp.com>
1745
1746    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1747
17482004-07-25      Joel Sherrill <joel@OARcorp.com>
1749
1750        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1751
17522004-05-21  Till Strauman <strauman@slac.stanford.edu>
1753
1754        PR 625/networking
1755        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1756        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1757        an error rather than panic if no chip is detected (thus allowing
1758        for probing).
1759        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1760        instead of looping forever.  Avoid divide by zero (crashed my PC).
1761        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1762        they are UNTESTED.
1763
17642004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1765
1766        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1767
17682004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1769
1770        * libchip/network/dec21140.c, libchip/network/elnk.c:
1771        #include <errno.h>.
1772
17732004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1774
1775        * libchip/network/if_media.h: Update from FreeBSD.
1776        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1777        libchip/network/i82586.c: #include <errno.h>.
1778
17792004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1780
1781        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1782
17832004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1784
1785        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1786
17872004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1788
1789        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1790        automake).
1791
17922004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1793
1794        PR 599/pppd
1795        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1796
17972004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1798
1799        * optman/rtems/no-region.c: Reflect having changed
1800        rtems_region_get_segment_size.
1801
18022004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1803
1804        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1805        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1806        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1807        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1808        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1809        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1810        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1811
18122004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1813
1814        * libchip/ide/ata.c, libchip/network/dec21140.c,
1815        libchip/network/elnk.c, libchip/network/i82586.c,
1816        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1817        libchip/network/open_eth.c, libchip/network/sonic.c,
1818        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1819        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1820        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1821        libchip/shmdr/shm_driver.h: Cosmetics.
1822
18232004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1824
1825        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1826        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1827        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1828        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1829        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1830        fixed size types.
1831
18322004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1833
1834        * configure.ac: Explicitly pass --includedir and --libdir to
1835        cpukit/configure.
1836
18372004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1838
1839        * librdbg/Makefile.am: Fix rpcgen rules.
1840        * librdbg/src/i386/any/remdeb_xdr.c,
1841        librdbg/src/m68k/any/remdeb_xdr.c,
1842        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1843        Reflect changes to librdbg/Makefile.am.
1844
18452004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1846
1847        * configure.ac: Reflect changes testsuites/configure.ac and
1848        cpukit/configure.ac.
1849
18502004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1851
1852        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1853        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1854
18552004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1856
1857        * configure.ac: Reflect changes to testsuites's configuration.
1858
18592004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1860
1861        PR/589 rtems
1862        * libchip/network/pci.h: Remove (Moved to cpukit).
1863
18642004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1865
1866        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1867        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1868        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1869        libchip/network/dec21140.c, libchip/network/elnk.c,
1870        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1871        libchip/network/open_eth.h, libchip/network/sonic.c,
1872        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1873        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1874        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1875        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1876        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1877        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1878        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1879        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1880        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1881        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1882        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1883        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1884        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1885        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1886        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1887        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1888        fixed-size types.
1889
18902004-03-14      Chris Johns  <chrisj@rtems.org>
1891
1892        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1893        the BSP example code.
1894        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1895        support the DIMMPC. This is a pc386 target with IO port support. Minor
1896        formating clean up. Add documentation to the header file.
1897        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1898        cs8900.h header file.
1899
19002004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1901
1902        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1903        Cosmetics.
1904
19052004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1906
1907        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1908        There are no application level Makefiles in here.
1909
19102004-03-04      Joel Sherrill <joel@OARcorp.com>
1911
1912        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1913        they can be used in application level makefiles.
1914
19152004-03-05      Joel Sherrill <joel@OARcorp.com>
1916
1917        * libnetworking/rtems_webserver/ejparse.c,
1918        libnetworking/rtems_webserver/emfdb.c,
1919        libnetworking/rtems_webserver/sock.c,
1920        libnetworking/rtems_webserver/socket.c,
1921        libnetworking/rtems_webserver/sym.c,
1922        libnetworking/rtems_webserver/webs.c,
1923        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
19242004-03-05      Joel Sherrill <joel@OARcorp.com>
1925
1926        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1927        compiling this file only only those CPU families with supported
1928        exception models.
1929
19302004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1931
1932        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1933        testsuites (Was exposed with --enable-multilib, only).
1934        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1935         Add RTEMS_BSP_CONFIG_SUBDIR.
1936        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1937        testsuites's configure.
1938        * aclocal/rtems-top.m4: Remove ENDIF hack.
1939        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1940
19412004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1942
1943        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1944        wrapup/Makefile.am: Fix automake problems having been introduced
1945        in previous patch.
1946
19472004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1948
1949        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1950        Preinstall dirs.
1951        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1952        * aclocal/check-multiprocessing.m4: Cosmetics.
1953        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1954        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1955
19562004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1957
1958        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1959        librdbg/src/Makefile.am.
1960        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1961        * configure.ac: Reflect changes above.
1962        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1963        * wrapup/Makefile.am: Reflect changes above.
1964        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1965
19662004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1967
1968        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1969
19702004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1971
1972        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1973
19742004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1975
1976        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1977
19782004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1979
1980        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1981        librdbg/src/powerpc/Makefile.am: Remove.
1982        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1983        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1984        * configure.ac: Reflect changes above.
1985
19862004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1987
1988
19892004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1990
1991        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1992        STRIP.
1993
19942004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1995
1996        * librdbg/include/Makefile.am: Merge-in
1997        librdbg/include/rdbg/i386/Makefile.am,
1998        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1999        librdbg/include/rdbg/powerpc/Makefile.am.
2000        * librdbg/include/rdbg/i386/Makefile.am,
2001        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
2002        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
2003        * configure.ac: Reflect changes above.
2004
20052004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2006
2007        * configure.ac: Use AS_HELP_STRING(ada).
2008
20092004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2010
2011        * aclocal/bspopts.m4: Use AS_HELP_STRING.
2012        * aclocal/bsp-configure.m4: Require autoconf-2.59.
2013        Use AC_CONFIG_HEADERS.
2014        * aclocal/check-custom-bsp.m4: Add bspkit-support.
2015        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
2016
20172004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2018
2019        * Makefile.am: include local.am.
2020
20212004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2022
2023        * aclocal/version.m4: 4.6.99.0.
2024
20252004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2026
2027        * Makefile.am: Don't include host.am.
2028        * automake/compile.am: Further cleanups.
2029
20302004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2031
2032        * automake/lib.am: Remove (Unused).
2033
20342004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2035
2036        * wrapup/Makefile.am: Don't include lib.am.
2037        * automake/compile.am: Use automake compilation rules.
2038
20392004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2040
2041        * libnetworking/pppd/Makefile.am,
2042        libnetworking/rtems_servers/Makefile.am,
2043        libnetworking/rtems_telnetd/Makefile.am,
2044        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
2045        support/Makefile.am: Don't include lib.am.
2046
20472004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2048
2049        * libchip/Makefile.am: Don't include lib.am.
2050        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
2051        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
2052        unnecessary EXTRA_DISTs.
2053
20542004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2055
2056        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
2057        hack.
2058
20592004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2060
2061        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
2062        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
2063        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
2064        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
2065
20662004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2067
2068        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
2069        Add AM_CONDITIONAL(HAS_MP).
2070        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
2071        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
2072        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2073        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2074        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2075        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
2076        (Deprecated by autoconf 2.59).
2077
20782004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2079
2080        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2081        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2082
20832004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2084
2085        * ChangeLog: Merge-in libnetworking/ChangeLog.
2086        * libnetworking/ChangeLog: Remove.
2087        * ChangeLog: Merge-in librdbg/ChangeLog.
2088        * librdbg/ChangeLog: Remove.
2089        * ChangeLog: Merge-in libchip/ChangeLog.
2090        * libchip/ChangeLog: Remove.
2091        * ChangeLog: Merge-in optman/ChangeLog.
2092        * optman/ChangeLog: Remove.
2093
20942004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2095
2096        * configure.ac: Reflect changes to cpukit.
2097        * wrapup/Makefile.am: Reflect changes to librdbg.
2098        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
2099        * libchip/Makefile.am: Add PREINSTALL_DIRS.
2100        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
2101        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
2102        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
2103        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2104        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
2105        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
2106        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2107
21082004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2109
2110        * aclocal/rtems-top.m4: Remove check for version.m4.
2111        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
2112
21132004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2114
2115        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
2116        * wrapup/Makefile.am: Reflect changes to libchip/*.
2117        * support/Makefile.am: Use automake compilation rules.
2118        * wrapup/Makefile.am: Reflect changes to support/*.
2119        * configure.ac: Remove libnetworking/wrapup/Makefile.
2120        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
2121        libnetworking/*/lib*.a instead of libnetapps.a.
2122        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
2123        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
2124        * optman/Makefile.am: Use automake compilation rules.
2125        * libchip/Makefile.am: Fix typo in previous patch.
2126        * libchip/Makefile.am: Use automake compilation rules.
2127        * libnetworking/Makefile.am: Remove wrapup.
2128        * libnetworking/pppd/Makefile.am: Build libpppd. Use
2129        automake-compilation rules.
2130        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
2131        automake-compilation rules.
2132        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
2133        automake-compilation rules.
2134        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
2135        automake-compilation rules.
2136        * libnetworking/wrapup/Makefile.am: Remove (Unused).
2137
21382004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2139
2140        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2141        PRE/TMPINSTALL_FILES to CLEANFILES.
2142        * automake/lib.am: Remove TMPINSTALL_FILES.
2143        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2144        PRE/TMPINSTALL_FILES to CLEANFILES.
2145        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2146        PRE/TMPINSTALL_FILES to CLEANFILES.
2147        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
2148        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2149        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2150        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2151        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2152        * librdbg/src/i386/Makefile.am: Ditto.
2153        * librdbg/src/m68k/Makefile.am: Ditto.
2154        * librdbg/src/powerpc/Makefile.am: Ditto.
2155        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
2156        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2157        * libnetworking/rtems_servers/Makefile.am: Ditto.
2158        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2159        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2160
21612004-01-07      Joel Sherrill <joel@OARcorp.com>
2162
2163        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
2164        more completely covers the MIPS family.
2165
21662003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2167
2168        * wrapup/Makefile.am: Reflect changes to shmdr.
2169        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
2170
21712003-12-18      Joel Sherrill <joel@OARcorp.com>
2172
2173        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
2174        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
2175        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
2176        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
2177        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
2178        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
2179        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
2180
21812003-12-17      Joel Sherrill <joel@OARcorp.com>
2182
2183        * aclocal/version.m4: Updated to rtems-20031217-test.
2184
21852003-12-17     
2186
2187        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2188        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2189
21902003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2191
2192        * automake/compile.am: Remove LINK_LIBS (Unused).
2193        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
2194
21952003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2196
2197        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2198        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2199        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
2200        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
2201        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
2202
22032003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2204
2205        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
2206        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2207        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2208        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2209        * librdbg/src/i386/Makefile.am:
2210        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2211        * librdbg/src/m68k/Makefile.am:
2212        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2213        * librdbg/src/powerpc/Makefile.am:
2214        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2215
22162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2217
2218        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2219        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
2220        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
2221        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
2222        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
2223        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
2224        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2225        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2226        * optman/Makefile.am: Remove project_libdir.
2227        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
2228        PRE/TMPINSTALL_FILES.
2229        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
2230        PRE/TMPINSTALL_FILES.
2231        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
2232        PRE/TMPINSTALL_FILES.
2233        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2234        PRE/TMPINSTALL_FILES.
2235        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
2236        from PRE/TMPINSTALL_FILES.
2237        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
2238        PRE/TMPINSTALL_FILES.
2239        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2240        PRE/TMPINSTALL_FILES.
2241        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
2242        PRE/TMPINSTALL_FILES.
2243        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
2244        PRE/TMPINSTALL_FILES.
2245        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
2246        PRE/TMPINSTALL_FILES.
2247        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
2248        PRE/TMPINSTALL_FILES.
2249        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
2250        from PRE/TMPINSTALL_FILES.
2251
22522003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2253
2254        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
2255        * automake/lib.am: Remove project_libdir.
2256        * wrapup/Makefile.am: Reworked.
2257
22582003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2259
2260        * configure.ac: Reflect changes to librdbg.
2261        * optman/Makefile.am: Add tmpinstall dirstamp support.
2262        * libchip/Makefile.am: Fix variant-tmpinstall support.
2263        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
2264        * librdbg/src/powerpc/Makefile.am: Merge-in former
2265        new_exception_processing/Makefile.am.
2266        * librdbg/src/m68k/any/Makefile.am: Remove.
2267        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
2268        * librdbg/src/i386/any/Makefile.am: Remove.
2269        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
2270        * librdbg/src/Makefile.am: Cosmetics.
2271        * librdbg/include/Makefile.am: Cosmetics.
2272        * librdbg/Makefile.am: Cosmetics.
2273        * libnetworking/Makefile.am: Cosmetics.
2274        * libnetworking/pppd/Makefile.am: Cosmetics.
2275        * libnetworking/wrapup/Makefile.am: Cosmetics.
2276
22772003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2278
2279        * Makefile.am: Cosmetics.
2280        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
2281        support.
2282
22832003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2284
2285        * automake/compile.am: Remove $(ARCH):-rule.
2286
22872003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2288
2289        * configure.ac: Remove lib/libbsp/shared/Makefile,
2290        lib/libbsp/shmdr/Makefile.
2291
22922003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2293
2294        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
2295        libchip/serial/Makefile, libchip/rtc/Makefile.
2296        * support/Makefile.am: Remove all-local: $(ARCH).
2297        * wrapup/Makefile.am: Remove all-local: $(ARCH).
2298        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
2299        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
2300        * optman/Makefile.am: Remove all-local: $(ARCH).
2301        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2302        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
2303        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
2304        compilation dirstamp support.
2305        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
2306        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
2307        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
2308        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
2309        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
2310        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
2311        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2312        all-local: $(ARCH).
2313        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
2314        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
2315        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
2316        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
2317        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
2318
23192003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2320
2321        * aclocal/lead-dot.m4: New (from automake-1.7f).
2322        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
2323        AC_SUBST(dirstamp).
2324        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
2325        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2326        libchip/serial/Makefile.am: Ditto.
2327        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
2328        * librdbg/include/Makefile.am: Ditto.
2329        * librdbg/include/rdbg/Makefile.am: Ditto.
2330        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2331        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2332        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2333        * librdbg/src/Makefile.am: Ditto.
2334        * librdbg/src/i386/Makefile.am: Ditto.
2335        * librdbg/src/i386/any/Makefile.am: Ditto.
2336        * librdbg/src/m68k/Makefile.am: Ditto.
2337        * librdbg/src/m68k/any/Makefile.am: Ditto.
2338        * librdbg/src/powerpc/Makefile.am: Ditto.
2339        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2340        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
2341        preinstallation.
2342        * libnetworking/pppd/Makefile.am: Ditto.
2343        * libnetworking/rtems_servers/Makefile.am: Ditto.
2344        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2345        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2346        * libnetworking/wrapup/Makefile.am: Ditto.
2347
23482003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2349
2350        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
2351        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
2352        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
2353        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
2354        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2355        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2356        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2357        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
2358        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
2359        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
2360        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
2361        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
2362        underquoting to silence automake-1.8.
2363
23642003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2365
2366        * configure.ac: Reflect having moved tests to ../../testsuites.
2367
23682003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2369
2370        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
2371        * aclocal/canonical-host.m4: Remove.
2372        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
2373        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2374
23752003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2376
2377        * aclocal/check-cpu.m4: Remove.
2378        * configure.ac: Merge-in former aclocal/check-cpu.m4.
2379        * aclocal/canonical-target-name.m4: Add m4-quotes.
2380        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
2381        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
2382        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2383        * aclocal/check-networking.m4: Add m4-quotes. Require
2384        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2385        * aclocal/check-posix.m4: Add m4-quotes. Require
2386        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2387        * aclocal/check-rdbg.m4: Add m4-quotes. Require
2388        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2389        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
2390
23912003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2392
2393        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
2394        * aclocal/bsp-alias.m4: Remove.
2395
23962003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2397
2398        * configure.ac: Make presence of tests/ optional.
2399
24002003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2401
2402        * aclocal/path-perl.m4: Remove (Unused).
2403
24042003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2405
2406        * automake/force-preinstall.am: Remove.
2407
24082003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2409
2410        PR 499/rtems_misc
2411        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
2412        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
2413        Configuration (Odd was forced) - Correction of Stop Bit configuration
2414        (inversed) - Correction of ISR Handler to call
2415        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
2416        CTS Hardware flow control Configuration.
2417
24182003-09-04      Joel Sherrill <joel@OARcorp.com>
2419
2420        * lib/libcpu/shared/include/cache.h,
2421        lib/libcpu/shared/src/cache_aligned_malloc.c,
2422        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
2423        license changed.
2424        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2425        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2426        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2427        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2428        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2429        for license changed.
2430        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2431        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2432        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2433        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2434        libchip/network/cs8900.h, libchip/network/dec21140.c,
2435        libchip/network/elnk.c, libchip/network/open_eth.c,
2436        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2437        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2438        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2439        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2440        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2441        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2442        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2443        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2444        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2445        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2446        libchip/serial/serial.h, libchip/serial/z85c30.c,
2447        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2448        libchip/serial/z85c30_reg.c: URL for license changed.
2449
24502003-09-03      Jiri Gaisler <jiri@gaisler.com>
2451
2452        PR 477/networking
2453        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2454        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2455        libchip/network/open_eth.h: New files.
2456
24572003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2458
2459        * aclocal/rtems-top.m4: Add RTEMS_API.
2460        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2461
24622003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2463
2464        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2465        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2466        @RTEMS_BSP@.cfg.
2467
24682003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2469
2470        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2471
24722003-08-20      Joel Sherrill <joel@OARcorp.com>
2473
2474        * libchip/network/cs8900.c: Correct copyright statements.
2475
24762003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2477
2478        * aclocal/check-itron.m4: Remove.
2479        * aclocal/enable-inlines.m4: Remove.
2480        * Makefile.am: Reflect having moved aclocal/.
2481        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2482        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2483        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2484        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2485        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2486        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2487        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2488        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2489        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2490        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2491        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2492        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2493        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2494        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2495        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2496        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2497        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2498        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2499        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2500        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2501        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2502        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2503        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2504        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2505        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2506        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2507        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2508        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2509        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2510        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2511        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2512        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2513        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2514        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2515        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2516        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2517        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2518        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2519        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2520        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2521        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2522        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2523        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2524        * aclocal/target.m4: New (Copied from ../../aclocal).
2525        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2526        * aclocal/version.m4: New (Copied from ../../aclocal).
2527
25282003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2529
2530        * configure.ac: Remove stray comments.
2531        * automake/local.am, automake/host.am: Remove "debug".
2532
25332003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2534
2535        * Makefile.am: Reflect having moved automake/.
2536        * lib/Makefile.am: Reflect having moved automake/.
2537        * support/Makefile.am: Reflect having moved automake/.
2538        * wrapup/Makefile.am: Reflect having moved automake/.
2539        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2540        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2541        from ../../automake).
2542        * optman/Makefile.am: Reflect having moved automake/.
2543        * libchip/Makefile.am: Reflect having moved automake/.
2544        * libchip/ide/Makefile.am: Reflect having moved automake/.
2545        * libchip/network/Makefile.am: Reflect having moved automake/.
2546        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2547        * libchip/serial/Makefile.am: Reflect having moved automake/.
2548        * librdbg/Makefile.am: Reflect having moved automake/.
2549        * librdbg/include/Makefile.am: Reflect having moved automake/.
2550        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2551        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2552        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2553        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2554        automake/.
2555        * librdbg/src/Makefile.am: Reflect having moved automake/.
2556        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2557        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2558        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2559        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2560        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2561        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2562        having moved automake/.
2563        * libnetworking/Makefile.am: Reflect having moved automake/.
2564        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2565        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2566        automake/.
2567        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2568        automake/.
2569        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2570        automake/.
2571        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2572
25732003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2574
2575        * Makefile.am: Add bsp.pc.in.
2576        * bsp.pc.in: New (pkgconfig support).
2577
25782003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2579
2580        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2581
25822003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2583
2584        * lib/Makefile.am: New (Required by 'make dist').
2585        * lib/ChangeLog: Remove.
2586        * lib/.cvsignore: Cleanup.
2587        * configure.ac: Reflect having added lib/Makefile.am.
2588        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2589        lib/libbsp/configure.ac.
2590        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2591        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2592
25932003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2594
2595        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2596        * configure.ac: Merge-in librdbg/configure.ac.
2597        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2598        librdbg/configure.ac.
2599        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2600        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2601        LIBCHIP. Conditionally build include-dirs.
2602        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2603        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2604        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2605        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2606        librdbg/include/rdbg/m68k/Makefile.am,
2607        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2608        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2609        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2610        librdbg/src/powerpc/Makefile.am, librdbg/
2611        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2612        configure.ac into ../configure.ac.
2613        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2614        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2615        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2616        libnetworking/rtems_telnetd/Makefile.am,
2617        libnetworking/rtems_webserver/Makefile.am,
2618        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2619        into ../configure.ac.
2620
26212003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2622
2623        PR 427/rtems
2624        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2625        * librdbg/src/servtsp.c: Ditto.
2626
26272003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2628
2629        PR 429/bsps
2630        PR 432/bsps
2631        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2632        packets are queued onto an elnk board, the ISR will deadlock the device
2633        with a tx complete interrupt.  Lighter tx loads are not affected as they
2634        end up submitting single packets to the device.
2635
26362003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2637
2638        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2639        optman/configure.ac.
2640        * optman/configure.ac: Remove (Merged into ../configure.ac).
2641        * optman/Makefile.am: Reflect having merged configure.ac into
2642        ../configure.ac.
2643        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2644        * libchip/Makefile.am, libchip/ide/Makefile.am,
2645        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2646        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2647        ../configure.ac.
2648
26492003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2650
2651        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2652
26532003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2654
2655        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2656        on i386.
2657
26582003-06-13      Joel Sherrill <joel@OARcorp.com>
2659
2660        * libnetworking/pppd/chat.c: Removed warnings.
2661
26622003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2663
2664        * libchip/network/README.3com: New file missed in previous commit.
2665        PR 405/bsps
2666        PR 393/networking
2667        * libchip/network/dec21140.c: Fix leak also known as PR393.
2668        * libchip/network/elnk.c, libchip/network/if_media.h,
2669        libchip/network/mii.h: New files.
2670        * libchip/network/Makefile.am: Reflect new files.
2671
26722003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2673
2674        * configure.ac: Remove support for profile-variant.
2675
26762003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2677
2678        PR 397/pppd
2679        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2680        * libnetworking/pppd/magic.c: Remove *rand48.
2681        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2682
26832003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2684
2685        * wrapup/Makefile.am: Add libide.a.
2686
26872003-04-15      Joel Sherrill <joel@OARcorp.com>
2688
2689        PR 387/rtems_misc
2690        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2691        routines.
2692        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2693
26942003-04-11      Joel Sherrill <joel@OARcorp.com>
2695
2696        * libnetworking/rtems_webserver/cgi.c,
2697        libnetworking/rtems_webserver/sockGen.c,
2698        libnetworking/rtems_webserver/umui.c,
2699        libnetworking/rtems_webserver/websSSL.c,
2700        libnetworking/rtems_webserver/websSSL.h,
2701        libnetworking/rtems_webserver/websda.c,
2702        libnetworking/rtems_webserver/websda.h: New files. Not included in
2703        previous commit.
2704
27052003-04-10      Joel Sherrill <joel@OARcorp.com>
2706
2707        PR 371/pppd
2708        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2709        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2710        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2711        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2712        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2713        still global symbols in rtemspppd.h which might need to be changed or
2714        converted into member of a structure which is dereferenced with a
2715        pointer that is managed as a per task variable. But this patch should
2716        avoid many conflicts.
2717
27182003-03-27      Joel Sherrill <joel@OARcorp.com>
2719
2720        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2721        not allowed in the cpukit source code since it must be buildable
2722        independent of any BSP. These files were moved to libchip/ide.
2723        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2724        files.
2725
27262003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2727
2728        PR 368/filesystems
2729        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2730        improvements which now work on pc386 and mbx8xx.
2731        * libchip/ide/ide_controller.c: New file.
2732
27332003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2734
2735        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2736
27372003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2738
2739        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2740        * configure.ac: Add support/.
2741        * support/.cvsignore: New.
2742        * support/Makefile.am: New.
2743        * support/version.c: New.
2744        * wrapup/Makefile.am: Add support/libsupport.a.
2745        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2746        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2747        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2748        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2749
27502003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2751
2752        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2753
27542003-02-20      Till Straumann <strauman@slac.stanford.edu>
2755
2756        PR 354/networking
2757        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2758        chip against a table of supported chips. The untested ones are still
2759        commented out, however.
2760
27612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2762
2763        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2764        * configure.ac: AC_PREREQ(2.57).
2765        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2766        * optman/configure.ac: AC_PREREQ(2.57).
2767        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2768        * libchip/configure.ac: AC_PREREQ(2.57).
2769        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2770        * librdbg/configure.ac: AC_PREREQ(2.57).
2771        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2772        * libnetworking/configure.ac: AC_PREREQ(2.57).
2773
27742003-02-06      Joel Sherrill <joel@OARcorp.com>
2775
2776        * libnetworking/pppd/chat.c: Convert routines with common names to
2777        static. This included get_char(), put_char(), and character() among
2778        others.
2779
27802003-02-03      Joel Sherrill <joel@OARcorp.com>
2781
2782        PR 338/filesystem
2783        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2784        rtems_io_lookup_name() (API change).  Unused function removed.
2785
27862003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2787
2788        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2789        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2790        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2791        Eliminate *_O_FILES.
2792        * libnetworking/rtems_servers/Makefile.am,
2793        libnetworking/rtems_webserver/Makefile.am,
2794        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2795
27962002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2797
2798        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2799        Let all-local: depend on $(LIB).
2800        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2801        * optman/Makefile.am: Apply install-data-local to install *.rels.
2802
28032002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2804
2805        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2806        %.c rules.
2807        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2808        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2809        * libchip/rtc/Makefile.am: Ditto.
2810        * libchip/serial/Makefile.am: Ditto.
2811
28122002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2813
2814        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2815        LIBC_DEFINES.
2816        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2817        LIBC_DEFINES.
2818        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2819        LIBC_DEFINES.
2820
28212002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2822
2823        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2824
28252002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2826
2827        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2828        cache-checking.
2829        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2830
28312002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2832
2833        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2834        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2835        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2836        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2837        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2838
28392002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2840
2841        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2842        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2843        Remove.
2844        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2845
28462002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2847
2848        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2849        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2850
28512002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2852
2853        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2854        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2855
28562002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2857
2858        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2859        * optman/rel.am: New.
2860
28612002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2862
2863        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2864        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2865        braino in comment on "exec". Extend --enable-ada handling.
2866
28672002-11-04      Joel Sherrill <joel@OARcorp.com>
2868
2869        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2870        tasks and rolling multiple loops into 1.
2871        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2872        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2873        Removed warnings.
2874
28752002-10-31      Joel Sherrill <joel@OARcorp.com>
2876
2877        * libchip/network/dec21140.c: Removed warnings.
2878        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2879        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2880        librdbg/src/m68k/any/remdeb_xdr.c,
2881        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2882        warnings.
2883        * libnetworking/rtems_webserver/socket.c,
2884        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2885
28862002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2887
2888        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2889        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2890        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2891        above.
2892
28932002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2894
2895        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2896        * wrapup/.cvsignore: Remove autom4te.cache.
2897        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2898        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2899        autom4te.cache.
2900        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2901        autom4te.cache.
2902        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2903        autom4te.cache.
2904
29052002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2906
2907        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2908
29092002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2910
2911        * optman/.cvsignore: Add autom4te.cache.
2912
29132002-09-14      Joel Sherrill <joel@OARcorp.com>
2914
2915        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2916
29172002-09-07      Joel Sherrill <joel@OARcorp.com>
2918
2919        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2920        include files to resolve warnings.
2921
29222002-09-07      Chris Johns <ccj@acm.org>
2923
2924        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2925        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2926        which corrects the problem  where the cs8900.c file was actually the BSP
2927        glue.  Joel did some hacking so this file will compile.  Previously it
2928        required providing a target.h file to compile.
2929        * libchip/network/cs8900.c.bsp: New file.
2930
29312002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2932
2933        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2934
29352002-08-31      Joel Sherrill <joel@OARcorp.com>
2936
2937        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2938        eliminate warning.
2939
29402002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2941
2942        * configure.ac: Add ada-tests.
2943
29442002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2945
2946        * Makefile.am: Add preinstall-stamp.
2947
29482002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2949
2950        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2951        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2952        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2953        gcc31 happy.
2954        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2955        cp.
2956
29572002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2958
2959        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2960        make/bsp.mak.
2961        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2962        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2963
29642002-08-12      Joel Sherrill <joel@OARcorp.com>
2965
2966        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2967        avoid error.
2968
29692002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2970
2971        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2972        * configure.ac: Add BSP_SUBDIRS.
2973        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2974        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2975        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2976        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2977        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2978        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2979        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2980        RTEMS_CHECK_BSP_CACHE.
2981        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2982        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2983        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2984        .$(OBJEXT) instead of .o.
2985        * libnetworking/pppd/Makefile.am,
2986        libnetworking/rtems_servers/Makefile.am,
2987        libnetworking/rtems_telnetd/Makefile.am,
2988        libnetworking/rtems_webserver/Makefile.am,
2989        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2990
29912002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2992
2993        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2994        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2995        ../libchip/serial/$(ARCH)/libserialio.a.
2996        * libchip/serial/Makefile.am: Don't tmp-install lib.
2997        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2998
29992002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3000
3001        * Makefile.am: Add rtems_makedir.
3002        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
3003        * Makefile.am: Add wrapup-SUBDIR.
3004        * wrapup/ChangeLog: Remove.
3005        * wrapup/configure.ac: Remove.
3006        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
3007        (Make the bare BSP happy).
3008        * configure.ac: Ditto.
3009        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
3010        Create make/custom/default.cfg.
3011        * configure.ac: Add creation of make/custom/*.cfg. Create
3012        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
3013
30142002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3015
3016        * Makefile.am: Clean $(PROJECT_RELEASE).
3017
30182002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3019
3020        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
3021        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
3022        prototype mismatches.
3023
30242002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3025
3026        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
3027        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
3028
30292002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3030
3031        * acinclude.m4: Add test "$multilib" != "yes".
3032        * config-ml.in: Remove.
3033        * acinclude.m4: Cleanups.
3034        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
3035        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
3036        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
3037        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
3038        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
3039
30402002-07-16      Eric Norum <eric.norum@usask.ca>
3041
3042        * New driver for the Intel EtherExpressPro (82559ER) chip.
3043        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
3044        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
3045        * libchip/network/Makefile.am: Modified to reflect above.
3046
30472002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3048
3049        * acinclude.m4: New.
3050        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
3051        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
3052        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
3053
30542002-07-01      Joel Sherrill <joel@OARcorp.com>
3055
3056        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
3057        _Objects_Information_table now that it is a two dimensional array based
3058        upon API and class.
3059        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
3060        of strnlen().
3061
30622002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3063
3064        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
3065        preinstall libnetapps.a.
3066
30672002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3068
3069        * configure.ac: Remove librpc.
3070
30712002-06-25      Joel Sherrill <joel@OARcorp.com>
3072
3073        * Per PR233, moved librpc to exec.
3074        * configure.ac, wrapup/Makefile.am: Modified.
3075        * librpc, librpc/ChangeLog: Removed.
3076
30772002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3078
3079        * optman/Makefile.am: Remove multilib support.
3080        * optman/configure.ac: Ditto.
3081        * optman/sapi/Makefile.am: Ditto.
3082
30832002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3084
3085        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
3086        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
3087
30882002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3089
3090        Move networking libraries to c/src/exec/libnetworking
3091        * libnetworking/configure.ac, libnetworking/Makefile.am,
3092        libnetworking/wrapup/Makefile.am: Reflect Moval.
3093
30942002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3095
3096        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
3097        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
3098        <rtems/bspIo.h>.
3099
31002002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3101
3102        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
3103        * libnetworking/rtems/mkrootfs.h: Ditto.
3104        * libnetworking/rtems/Makefile.am: Reflect changes above.
3105
31062002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3107
3108        * configure.ac: Remove lib.
3109
31102002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
3111
3112        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
3113        that exception stack frames on M68K members with VBR always are 6 byte
3114        long. The incorrect assumption resulted in some gdb commands like "next"
3115        to fail on the 68360.
3116
31172002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3118
3119        * config-ml.in: Take out arm and sh variants RTEMS does not support.
3120        PR 220
3121        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3122        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
3123        CVS.
3124        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
3125        libnetworking/sys/filio.h: Remove.
3126        * libnetworking/sys/Makefile.am: Reflect changes above.
3127
31282002-05-07      Chris Johns <ccj@acm.org>
3129
3130        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
3131        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
3132        requires it to be stripped.
3133
31342002-05-01      Eric Norum <eric.norum@usask.ca>
3135
3136        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
3137        assembly  to satisfy gcc 3.1 and newer.
3138
31392002-04-26      Eric Norum <eric.norum@usask.ca>
3140
3141        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
3142        agressive optimization in gcc 3.1 does not reorder things.
3143
31442002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3145
3146        * libchip/network/dec21140.c: Reflect changes to powerpc's
3147        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
3148        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
3149        <rtems/score/cpu.h>.
3150        * librdbg/src/powerpc/rdbg_f.c: Ditto.
3151        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
3152
31532002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3154
3155        * optman/configure.ac: Remove ENABLE_GCC28.
3156
31572002-04-11      Chris Johns <ccj@acm.org>
3158
3159        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
3160        driver control block field to the ifconfig network driver structure.
3161        This field is needed by the i82586 driver which was ported from NetBSD
3162        as it had better hardware abstraction.
3163        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
3164        PR59, added the drv_ctrl driver control block field to the ifconfig
3165        network driver structure. This field is needed by the i82586 driver
3166        which was ported from NetBSD as it had better hardware abstraction.
3167
31682002-04-10      Mike Siers <mikes@poliac.com>
3169
3170        * libnetworking/rtems_webserver/NOTES,
3171        libnetworking/rtems_webserver/asp.c,
3172        libnetworking/rtems_webserver/balloc.c,
3173        libnetworking/rtems_webserver/default.c,
3174        libnetworking/rtems_webserver/ej.h,
3175        libnetworking/rtems_webserver/ejIntrn.h,
3176        libnetworking/rtems_webserver/ejlex.c,
3177        libnetworking/rtems_webserver/ejparse.c,
3178        libnetworking/rtems_webserver/emfdb.c,
3179        libnetworking/rtems_webserver/emfdb.h,
3180        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
3181        libnetworking/rtems_webserver/handler.c,
3182        libnetworking/rtems_webserver/license.txt,
3183        libnetworking/rtems_webserver/md5.h,
3184        libnetworking/rtems_webserver/md5c.c,
3185        libnetworking/rtems_webserver/mime.c,
3186        libnetworking/rtems_webserver/misc.c,
3187        libnetworking/rtems_webserver/ringq.c,
3188        libnetworking/rtems_webserver/rom.c,
3189        libnetworking/rtems_webserver/security.c,
3190        libnetworking/rtems_webserver/sock.c,
3191        libnetworking/rtems_webserver/sym.c,
3192        libnetworking/rtems_webserver/uemf.c,
3193        libnetworking/rtems_webserver/uemf.h,
3194        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
3195        libnetworking/rtems_webserver/url.c,
3196        libnetworking/rtems_webserver/value.c,
3197        libnetworking/rtems_webserver/wbase64.c,
3198        libnetworking/rtems_webserver/webcomp.c,
3199        libnetworking/rtems_webserver/webpage.c,
3200        libnetworking/rtems_webserver/webrom.c,
3201        libnetworking/rtems_webserver/webs.c,
3202        libnetworking/rtems_webserver/webs.h,
3203        libnetworking/rtems_webserver/websuemf.c,
3204        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
3205        2.1.4.
3206
32072002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3208
3209        * libchip/network/i82586.c: Include <string.h>.
3210        * libchip/network/sonic.c: Ditto.
3211
32122002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3213
3214        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
3215
32162002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3217
3218        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
3219
32202002-03-27      Thomas.Doerfler@imd-systems.de
3221
3222        PR 144
3223        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
3224        memory address 0 when called for the first time. This is done when
3225        trying to clear the variable "dhcp_hostname".
3226
32272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3228
3229        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3230        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3231        * Makefile.am: Remove AUTOMAKE_OPTIONS.
3232        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3233        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3234        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3235        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
3236        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
3237        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3238        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3239        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
3240        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
3241        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3242        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
3243        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3244        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3245        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3246        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3247        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3248        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3249        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
3250        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3251        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3252        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3253        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3254        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3255        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
3256        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3257        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
3258        AUTOMAKE_OPTIONS.
3259        * libnetworking/configure.ac:
3260        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
3261        foreign 1.6]).
3262        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
3263        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
3264        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
3265        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
3266        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3267        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
3268        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
3269        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
3270        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
3271        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3272        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3273        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
3274        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3275        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
3276        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
3277        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
3278        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
3279
32802002-03-27      Ilya Alexeev <ilya@continuum.ru>
3281
3282        PR 162
3283        * libnetworking/net/if_ppp.c ppp_txdaemon(),
3284        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
3285        used in a device write routines.  Now ppp_softc structure have own
3286        character for writing to device (sc_outchar).  I think that converting
3287        local variables to static is not a right solution, because problems will
3288        occur in the case of two or more ppp instances.
3289        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
3290        must be u_long, otherwise in the case of the big output packet endless
3291        loop may occur.
3292
32932002-03-21      Ilya Alexeev <ilya@continuum.ru>
3294
3295        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
3296        preparations for multiple PPPD connections.
3297
32982002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3299
3300        PR 149
3301        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
3302        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
3303        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
3304        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3305
33062002-02-28      Victor V. Vengerov <vvv@oktet.ru>
3307
3308        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
3309        * configure.ac: Modified to reflect addition.
3310
33112002-02-27      Ilya Alexeev <ilya@continuum.ru>
3312
3313        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
3314        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3315        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
3316        capabilities as well as eliminate some warnings.
3317
33182002-02-27      Eric Norum <eric.norum@usask.ca>
3319
3320        * libnetworking/net/radix.c: Properly handle fetching the default route
3321        when there is no route.  This was a bug in the original FreeBSD code and
3322        this fix is from an updated version of their code.
3323
33242002-02-16      Eric Norum <eric.norum@usask.ca>
3325
3326        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
3327        checking.
3328
33292002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3330
3331        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
3332        dodefaultroute.
3333
33342002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3335
3336        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
3337        include <rtems/seterr.h>.
3338
33392002-02-01      Mike Siers <mikes@poliac.com>
3340
3341        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
3342        avoid bringing the link down too fast. NOTE: Mike reports successfully
3343        running at 56K baud on a direct link.
3344
33452002-02-01      Eric Valette <valette@crf.canon.fr>
3346
3347        * librdbg/So many patches have been posted recently on the mailing list
3348        and  because we were unable to find correct solution to compile on
3349        various  linux distros (due to rpcgen incompatibilities), librdbg/and
3350        because the coding  style of rdbg was rather inconsistant among various
3351        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
3352        global coding style (using indent + manual edits), 2) incorporate/review
3353        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
3354        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
3355        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
3356        after rdbg initialization is done, NB : the paches is huge but it is
3357        mainly due to coding styke chnages.  Only few lines of codes have been
3358        really changed and they do not impact  rdbg functionnality (AFAIKT).
3359        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
3360        librdbg/include/rdbg/m68k/rdbg_f.h,
3361        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
3362        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
3363        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
3364        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
3365        librdbg/src/servtsp.c, librdbg/src/servutil.c,
3366        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
3367        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
3368        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
3369        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
3370        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
3371        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
3372        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
3373        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3374        librdbg/src/powerpc/new_exception_processing/remdeb.h,
3375        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
3376        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
3377
33782002-01-31      Mike Siers <mikes@poliac.com>
3379
3380        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
3381        * Nice Update of PPPD support which eliminates the requiremetn that
3382        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
3383        and reports that it seems to be more stable and handle larger packets
3384        better.  This patch replaces the termios tasks with more general pppd
3385        network driver tasks.  The functions pppinput() and pppstart() get
3386        called from the interrupt service routine.
3387        * libnetworking/Makefile.am, libnetworking/configure.ac,
3388        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
3389        libnetworking/net/ethernet.h, libnetworking/net/if.c,
3390        libnetworking/net/if.h, libnetworking/net/if_arp.h,
3391        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
3392        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
3393        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
3394        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
3395        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
3396        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
3397        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
3398        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
3399        libnetworking/net/route.c, libnetworking/net/route.h,
3400        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
3401        libnetworking/pppd/README, libnetworking/pppd/STATUS,
3402        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
3403        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3404        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3405        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3406        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3407        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3408        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3409        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3410        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3411        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3412        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3413        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
3414        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3415        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3416        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
3417        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
3418        libnetworking/pppd/example/README,
3419        libnetworking/pppd/example/netconfig.h,
3420        libnetworking/wrapup/Makefile.am: Modified.
3421        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
3422        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
3423        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
3424        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3425        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3426        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3427        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3428        libnetworking/modem/pppcompress.c: Subdirectory removed.
3429
34302002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3431
3432        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3433        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3434
34352002-01-18      Till Straumann <strauman@slac.stanford.edu>
3436
3437        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3438        issues: - exception handler needs to enable MSR_FP if the interrupted
3439        thread is FP enabled. - printk message for MSR fixed and added
3440        stacktrace. NOTE: this requires the stacktrace patch to
3441        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3442        however).
3443
34442002-01-06      Joel Sherrill <joel@OARcorp.com>
3445
3446        * optman/.cvsignore: Added aclocal.m4 and configure.
3447        * optman/.cvsignore: New file.
3448
34492002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3450
3451        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3452
34532002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3454
3455        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3456        * optman/ChangeLog: New.
3457        * optman/configure.ac: New.
3458        * optman/Makefile.am: New.
3459        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3460        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3461
34622001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3463
3464        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3465
34662001-12-18      Eric Norum <eric.norum@usask.ca>
3467
3468        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3469        `directories' (path names with a / at the end) while disallowing open()
3470        operations on TFTP `directories'.
3471
34722001-12-07      Eric Norum <eric.norum@usask.ca>
3473
3474        * libnetworking/lib/tftpDriver.c: Restore write capability.
3475
34762001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3477
3478        * libchip/network/sonic.h: Fix typo.
3479        * libnetworking/arpa/Makefile.am: Remove stray lines.
3480
34812001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3482
3483        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3484
34852001-10-18      Eric Norum <eric.norum@usask.ca>
3486
3487        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3488        chdir() and open() operations within the TFTP file system.
3489
34902001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3491
3492        * librdbg/configure.ac: Fix latent bug exposed by removal of
3493        config.cache's which prevented powerpc targets librdbg from building.
3494
34952001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3496
3497        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3498        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3499        autoconf-2.52 happy.
3500
35012001-10-12      Mike Siers <mikes@poliac.com>
3502
3503        * libnetworking/Update to stable working state.  Congratulations Mike!
3504        :).
3505        * libnetworking/modem_example: Directory removed.
3506        * libnetworking/modem_example/16550.h,
3507        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3508        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3509        libnetworking/modem_example/ppp.h,
3510        libnetworking/modem_example/pppcompress.c: Files removed.
3511        * libnetworking/pppd/example/pppd.options: New file.
3512        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3513        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3514        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3515        libnetworking/pppd/rtemsmain.c: Updated.
3516
35172001-10-12      Joel Sherrill <joel@OARcorp.com>
3518
3519        * libchip/serial/z85c30.c: Fixed typo.
3520
35212001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3522
3523        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3524        * configure.in: Remove.
3525        * configure.ac: New file, generated from configure.in by autoupdate.
3526        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3527        * libchip/configure.in: Remove.
3528        * libchip/configure.ac: New file, generated from configure.in by
3529        autoupdate.
3530        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3531        * librdbg/configure.in: Remove.
3532        * librdbg/configure.ac: New file, generated from configure.in by
3533        autoupdate.
3534        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3535        * libnetworking/configure.in: Remove.
3536        * libnetworking/configure.ac: New file, generated from configure.in by
3537        autoupdate.
3538
35392001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3540
3541        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3542        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3543        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3544
35452001-09-27      Joel Sherrill <joel@OARcorp.com>
3546
3547        * libchip/ChangeLog: Fixed typo in date.
3548
35492001-09-27      Eric Norum <eric.norum@usask.ca>
3550
3551        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3552        TFTP  filesystem.
3553
35542001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3555
3556        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3557        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3558        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3559        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3560        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3561        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3562        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3563        'PREINSTALL_FILES ='.
3564        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3565        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3566        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3567        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3568        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3569        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3570        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3571        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3572        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3573        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3574        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3575        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3576
35772001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3578
3579        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3580        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3581        * librdbg/src/m68k/any/Makefile.am: Ditto.
3582        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3583        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3584        happy.
3585
35862001-09-21      Joel Sherrill <joel@OARcorp.com>
3587
3588        * libchip/network/Makefile.am: Fixed typo on file name.
3589        * libchip/network/i82586.c: Commented out line 318 which is referencing
3590        a member of a structure that is not currently there.  This needs to be
3591        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3592        to C style.
3593
35942001-09-19      Eric Norum <eric.norum@usask.ca>
3595
3596        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3597
35982001-09-19      Chris Johns <ccj@acm.org>
3599
3600        * libchip/network/README.i82586, libchip/network/i82586.c,
3601        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3602        Network driver for Intel i82586.
3603        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3604        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3605        "root" filesystem with information obtained via the DHCP response.
3606
36072001-09-14      Eric Norum <eric.norum@usask.ca>
3608
3609        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3610        make gcc 3.x happy.
3611
36122001-08-16      Mike Siers <mikes@poliac.com>
3613
3614        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3615        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3616        These support callback functionality that has not even been compiled
3617        under RTEMS yet.
3618        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3619        example application.  Mike's notes on the modifications: - renamed
3620        error() function because of namespace problems - removed calls to the
3621        exit() funciton - removed extra files from the pppd source directory -
3622        defined pppd task constant values in rtemspppd.h - modifyied example
3623        code to get actual tick per second value - placed the pppd 2.3.11 man
3624        page file (pppd.8) into the pppd directory.
3625        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3626        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3627        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3628        libnetworking/pppd/rtems-ppp.c: Deleted.
3629        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3630        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3631        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3632        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3633        libnetworking/pppd/example/init.c,
3634        libnetworking/pppd/example/netconfig.h,
3635        libnetworking/pppd/example/ppp.conf,
3636        libnetworking/pppd/example/pppdapp.c,
3637        libnetworking/pppd/example/system.h: New files.
3638        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3639        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3640        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3641        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3642        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3643        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3644        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3645        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3646        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3647        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3648        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3649        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3650        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3651        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3652        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3653
36542001-08-16      Joel Sherrill <joel@OARcorp.com>
3655
3656        * libnetworking/pppd/example/Makefile: Removed.
3657        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3658        to avoid bootstrap -c clobbering it.
3659        * libnetworking/rtems_telnetd/.cvsignore: New file.
3660
36612001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3662
3663        * libnetworking/Makefile.am, libnetworking/configure.in,
3664        libnetworking/rtems_servers/Makefile.am,
3665        libnetworking/rtems_servers/telnetd.c,
3666        libnetworking/rtems_servers/telnetd.h,
3667        libnetworking/rtems_telnetd/Makefile.am,
3668        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3669        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3670        libnetworking/rtems_telnetd/telnetd.c,
3671        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3672        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3673        effect when ftpd change. - the tcp/ip stats have been implemented into
3674        icmds.c and started when telnetd daemon is started.
3675        * libnetworking/rtems_servers/telnetd.c,
3676        libnetworking/rtems_servers/telnetd.h: Removed.
3677        * libnetworking/rtems_telnetd: New directory.
3678        * libnetworking/rtems_telnetd/Makefile.am,
3679        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3680        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3681        libnetworking/rtems_telnetd/telnetd.c,
3682        libnetworking/rtems_telnetd/telnetd.h: New files.
3683
36842001-06-14      Joel Sherrill <joel@OARcorp.com>
3685
3686        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3687        Moved from libmisc/shell so the network stack to address network
3688        depenendency.
3689        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3690
36912001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3692
3693        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3694
36952001-05-15      Joel Sherrill <joel@OARcorp.com>
3696
3697        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3698        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3699        accidentally deleted the incorrectly empty versions.
3700
37012001-05-14      Till Straumann <strauman@slac.stanford.edu>
3702
3703        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3704        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3705        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3706        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3707        to know the values) - the affected BSP (shared/motorola) headers have
3708        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3709        driver (libchip/network/dec21140.c) has been fixed to use
3710        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3711        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3712        who is using this driver. - the DEC driver also has been fixed to use
3713        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3714        delay_in_bus_cycles().
3715
37162001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3717
3718        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3719
37202001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3721
3722        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3723
37242001-04-24      Eric Norum <eric.norum@usask.ca>
3725
3726        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3727        NTP synchronization a little more robust -- no NTP daemon yet, but at
3728        least it trys a little harder when the primary NTP server is down.
3729
37302001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3731
3732        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3733        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3734        libnetworking/pppd/modem_example/modem.c,
3735        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3736        other strings into English.
3737        * libnetworking/pppd/STATUS: updated to reflect the changes.
3738
37392001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3740
3741        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3742        again.
3743
37442001-04-20      Eric Valette <valette@crf.canon.fr>
3745
3746        * mcp750 directory renamed new_exception processing as it supports many
3747        more CPU models.
3748        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3749        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3750        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3751        formerly in mcp750 plus modifications.
3752        * librdbg/src/powerpc/mcp750/.cvsignore,
3753        librdbg/src/powerpc/mcp750/Makefile.am,
3754        librdbg/src/powerpc/mcp750/remdeb.h,
3755        librdbg/src/powerpc/mcp750/remdeb_f.x,
3756        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3757        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3758        new_exception_processing.
3759        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3760        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3761        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3762        part of this effort to add support for the MPC8xx.
3763
37642001-04-19      Joel Sherrill <joel@OARcorp.com>
3765
3766        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3767        internal include files.
3768
37692001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3770
3771        PR 158
3772        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3773        rcmd() library call by commenting out the parts that deal with signals.
3774        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3775        stdio. The 'server-side' parts of this file which deal with
3776        authentication are disabled since they are not needed.
3777
37782001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3779
3780        * libnetworking/include/.cvsignore: Remove dangling file.
3781
37822001-03-14      Joel Sherrill <joel@OARcorp.com>
3783
3784        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3785        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3786        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3787        libchip style serial drivers can be written in libcpu or libbsp.
3788
37892001-03-01      Joel Sherrill <joel@OARcorp.com>
3790
3791        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3792        libchip/network/sonic.c, libchip/network/sonic.h,
3793        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3794        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3795        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3796        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3797        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3798        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3799        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3800        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3801
38022001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3803
3804        * librdbg/include/rdbg/Makefile.am,
3805        librdbg/include/rdbg/i386/Makefile.am,
3806        librdbg/include/rdbg/m68k/Makefile.am,
3807        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3808        style on include files.
3809
38102001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3811
3812        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3813        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3814        replace ${..} with $(..).
3815        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3816        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3817        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3818        libnetworking/rtems/Makefile.am, libnetworking/
3819        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3820        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3821        include_*HEADERS instead of H_FILES.
3822        * libnetworking/include/Makefile.am: Remove.
3823        * libnetworking/Makefile.am: Add handling of *.h files.
3824        * libnetworking/configure.in: Remove include/Makefile.
3825
38262001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3827
3828        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3829
38302001-01-31      Sergei Organov <osv@javad.ru>
3831
3832        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3833        current dir and root dir removed in favor of new libio support for
3834        task-local current and root directories. - Bug in `close_data_socket()'
3835        introduced by previous change fixed. - `command_pasv()' changed to set
3836        timeout on socket we are listening on and code fixed to don't close
3837        socket twice on error. - `serr()' changed to clear `errno'. -
3838        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3839        changed to clear `errno' before processing session. -
3840        `close_data_socket()' fixed to close both active and passive sockets -
3841        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3842        empty string  in `exec_command()'.
3843
38442001-01-25      Eric Norum <eric.norum@usask.ca>
3845
3846        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3847        improves throughput on systems which are dropping packets.   Only the
3848        first timeout is reduced.  This keeps the number of extra packets down
3849        on networks that are very busy and dropping lots of packets.
3850
38512001-01-24      Sergei Organov <osv@javad.ru>
3852
3853        * libnetworking/rtems_servers/ftpd.c,
3854        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3855        - Timeouts on sockets implemented. 'idle' field added to configuration.
3856        No timeout by default to keep backward compatibility. Note: SITE IDLE
3857        command not implemented yet. - Basic global access control implemented.
3858        'access' field added to configuration. No access limitations by default
3859        to keep backward compatibility. - Anchor data socket for active mode
3860        (using self IP and port 20.) - Fixed default data port support (still
3861        not tested). - Don't allow IP address different from originating host in
3862        PORT command to improve security. - Fixed bug in MDTM command. - Check
3863        for correctness of parsing of argument in command_port(). - Fixed
3864        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3865        a directory. - Command parsing a little bit improved: command names are
3866        now converted to upper-case to be more compatible with RFC (command
3867        names are not case-sensitive.) - Reformat comments so that they have
3868        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3869        previous changes - True ASCII mode implemented (doesn't work for hooks
3870        and /dev/null) - Passive mode implemented, PASV command added. - Default
3871        port for data connection could be used (untested, can't find ftp client
3872        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3873        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3874
38752001-01-18      Joel Sherrill <joel@OARcorp.com>
3876
3877        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3878        macro using variable arguments.
3879        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3880        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3881        since I updated the main RTEMS development machine to RedHat 7.2 and
3882        apparently got a new version of rpcgen.
3883
38842001-01-12      Sergei Organov <osv@javad.ru>
3885
3886        * libnetworking/rtems_servers/ftpd.c,
3887        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3888        - use pool of pre-created threads to handle sessions instead of
3889        creating/deleting threads on the fly - LIST output is now similar to
3890        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3891        happy with it. - LIST NAME now works (both for files and directories) -
3892        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3893        clients happy  - keep track of CWD for every session separately -
3894        ability to specify root directory name for FTPD in configuration table.
3895        FTPD will then create illusion for FTP clients that this is actually
3896        root directory. - ignore options sent in commands, thus LIST -al FILE
3897        works and doesn't try to list "-al" directory. - buffers are allocated
3898        on stack instead of heap where possible to eliminate malloc/free calls
3899        (avoid possible heap fragmentation troubles). - drop using of task
3900        notepad to pass parameters - use function arguments instead - use
3901        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3902        in socket() instead of AF_INET.
3903
39042001-01-02      Joel Sherrill <joel@OARcorp.com>
3905
3906        * libnetworking/CHANGELOG: Removed.
3907        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3908
39092000-12-14      Eric Norum <eric.norum@usask.ca>
3910
3911        * libnetworking/lib/tftpDriver.c: Added write capability.
3912
39132000-12-08      Joel Sherrill <joel@OARcorp.com>
3914
3915        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3916        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3917        numerous variable declarations conditional on PPP_COMPRESS and
3918        PPP_FILTER.  Commented out variables that were not used because the code
3919        using them was commented out. Removed totally unused variables.
3920        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3921        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3922
39232000-11-30      Joel Sherrill <joel@OARcorp.com>
3924
3925        * libnetworking/modem/ppp_tty.c: Changed to include
3926        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3927        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3928        * libnetworking/Makefile.am: Modified to reflect above.
3929
39302000-11-27      Joel Sherrill <joel@OARcorp.com>
3931
3932        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3933
39342000-11-25      Eric Norum <eric.norum@usask.ca>
3935
3936        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3937        core.
3938
39392000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3940
3941        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3942        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3943        subdir.
3944        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3945        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3946        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3947        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3948        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3949        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3950        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3951        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3952        ppp_tty.c and the real pppd main is in pppmain.c.
3953
39542000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3955
3956        * libchip/network/sonic.c: Added ipalign() routine to align the received
3957        packet so that the ip header is on a 32-bit boundary. Necessary for
3958        cpu's that do not allow unaligned loads and stores and when the 32-bit
3959        DMA mode is used.
3960
39612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3962
3963        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3964        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3965        ACLOCAL_AMFLAGS.
3966        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3967        ACLOCAL_AMFLAGS.
3968        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3969        ACLOCAL_AMFLAGS.
3970
39712000-11-03      Chris Johns <ccj@acm.org>
3972
3973        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3974        libchip/network/cs8900.h: New files.
3975
39762000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3977
3978        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3979        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3980        $(RTEMS_TOPdir)/aclocal.
3981        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3982        $(RTEMS_TOPdir)/aclocal.
3983        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3984        $(RTEMS_TOPdir)/aclocal.
3985
39862000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3987
3988        * configure.in: Switch to GNU-canonicalization.
3989        * Makefile.am: Reflect changes to configure.in.
3990        * acinclude.m4: Remove.
3991
39922000-10-30      Joel Sherrill <joel@OARcorp.com>
3993
3994        * POSIX include files merged into newlib.  This resulted in some
3995        definitions moving to other files and thus some secondary effects in
3996        RTEMS source code.
3997        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3998        in sync with newlib's <machine/types.h>.
3999        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
4000        definition of struct itimerval in <sys/time.h>.
4001
40022000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4003
4004        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
4005        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
4006        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
4007        * ChangeLog: Fix typos.
4008        * configure.in: add tests to the GNU canonicalized subdirectories.
4009
40102000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4011
4012        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
4013        * configure.in: add lib to the GNU canonicalized subdirectories,  make
4014        the lib directory before configuring lib/.
4015
40162000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4017
4018        * configure.in, Makefile.am: add exec to the GNU canonicalized
4019        subdirectories.
4020        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
4021        * configure.in: add libnetworking, librpc and librdb to the GNU
4022        canonicalized subdirectories.
4023        * configure.in: add libmisc and libchip to the GNU canonicalized
4024        subdirectories.
4025        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4026        Switch to GNU canonicalization.
4027        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4028        Switch to GNU canonicalization.
4029        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4030        Switch to GNU canonicalization.
4031
40322000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4033
4034        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
4035        canonicalization to libfs/. The approach is currently a bit of a hack as
4036        GNU canonicalization does not support the per-BSP build some of the
4037        other directories require.  As more of the tree is converted, this will
4038        become less  of an issue.
4039
40402000-10-20      Joel Sherrill <joel@OARcorp.com>
4041
4042        * libchip/network/dec21140.c: Corrected attach to include "int attach"
4043        parameter.
4044
40452000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
4046
4047        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
4048        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
4049        * librdbg/configure.in: Add m68k support.
4050        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
4051        subdirectory.
4052        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
4053        failure.
4054        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
4055        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
4056        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
4057        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
4058        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
4059        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
4060        librdbg/src/m68k/.cvsignore: New files.
4061        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
4062        function pointers.
4063        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
4064        _after_ pointer has been checked against NULL.
4065
40662000-10-18      Joel Sherrill <joel@OARcorp.com>
4067
4068        * wrapup/Makefile.am: Added libfs.
4069
40702000-10-18      Chris Johns <ccj@acm.org>
4071
4072        * libfs created.
4073        * configure.in: Added libfs subdirectory.
4074        * libnetworking/pppd/ipxcp.c: Fixed a typo.
4075
40762000-09-28      Joel Sherrill <joel@OARcorp.com>
4077
4078        * libnetworking/rtems_webserver/Makefile.am,
4079        libnetworking/rtems_webserver/base64.c,
4080        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
4081        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
4082
40832000-09-22      Joel Sherrill <joel@OARcorp.com>
4084
4085        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
4086        libnetworking/rtems/rtems_bsdnet_internal.h,
4087        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
4088        have included rtems.h.  It is now including precisely the  least amount
4089        of low level, yet portable .h files to get the basic RTEMS types
4090        defined.  This rippled into other  files since rtems_bsdnet_internal.h
4091        used machine/types.h to include rtems.h.
4092
40932000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4094
4095        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
4096
40972000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4098
4099        * libnetworking/ChangeLog: Cleanup.
4100
41012000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4102
4103        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
4104        * libchip/ChangeLog: Fix formating.
4105
41062000-09-05      Joel Sherrill <joel@OARcorp.com>
4107
4108        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
4109        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
4110        confusion and to work with the converted flags.
4111
41122000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4113
4114        * wrapup/Makefile.am: Include compile.am.
4115        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
4116        libchip/serial/Makefile.am: Include compile.am.
4117        * librdbg/src/i386/any/Makefile.am,
4118        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
4119        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
4120        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
4121        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
4122        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
4123        libnetworking/rtems_servers/Makefile.am,
4124        libnetworking/rtems_webserver/Makefile.am,
4125        libnetworking/wrapup/Makefile.am: Include compile.am.
4126
41272000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
4128
4129        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
4130        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
4131
41322000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4133
4134        * libnetworking/netinet/tcp_input.c: Spelling corrections.
4135
41362000-08-31      Joel Sherrill <joel@OARcorp.com>
4137
4138        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
4139        Antti P Miettinen <antti.p.miettinen@nokia.com>.
4140        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
4141        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
4142        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
4143        * libnetworking/wbase64.c: Removed.
4144        * libnetworking/Makefile.am, libnetworking/asp.c,
4145        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
4146        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
4147        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
4148        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
4149        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
4150        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
4151        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
4152        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
4153        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
4154        Modified.
4155
41562000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4157
4158        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
4159
41602000-08-30      Joel Sherrill <joel@OARcorp.com>
4161
4162        * libnetworking/rtems_webserver/license.txt: New file.
4163
41642000-08-10      Joel Sherrill <joel@OARcorp.com>
4165
4166        * ChangeLog: New file.
4167        * libchip/ChangeLog: New file.
4168        * librdbg/ChangeLog: New file.
4169        * libnetworking/ChangeLog: New file.
4170
Note: See TracBrowser for help on using the repository browser.