source: rtems/c/src/ChangeLog @ 7a6f8d0

4.104.115
Last change on this file since 7a6f8d0 was c2b0f2c, checked in by Joel Sherrill <joel.sherrill@…>, on 04/08/10 at 16:36:13

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

  • libchip/ide/ata.c: Change missed use of ATA_USE_OLD_EXCEPTIONS to CPU_SIMPLE_VECTORED_INTERRUPTS.
  • Property mode set to 100644
File size: 157.6 KB
Line 
12010-04-08      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * libchip/ide/ata.c: Change missed use of ATA_USE_OLD_EXCEPTIONS to
4        CPU_SIMPLE_VECTORED_INTERRUPTS.
5
62010-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * libchip/ide/ata.c: Use correct macro from RTEMS to determine whether
9        simple or PIC interrupt model.
10
112010-04-02      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * libchip/rtc/ds1375.c: #include <unistd.h>.
14
152010-03-12      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * libchip/network/i82586.c: Readdress use of ctype methods per
18        recommendation from D.J. Delorie on the newlib mailing list. We
19        should pass an unsigned char into these methods.
20
212010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * libchip/ide/ide_controller.c: Fix warnings for uninitialized
24        variable.
25
262010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * libchip/network/i82586.c: Fix warnings for ctype methods.
29
302010-02-19      Chris Johns <chrisj@rtems.org>
31
32        * libchip/ide/ide_controller.c: Create the devices as block
33        devices.
34
352010-01-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
36
37        * libchip/ide/ata_internal.h, libchip/ide/ata.c
38        libchip/i2c/spi-sd-card.c: Update for block device API change.
39
402010-01-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
41
42        * libchip/display/disp_hcms29xx.c,
43        libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c,
44        libchip/display/font_hcms29xx.h: various fixes
45
462009-12-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
47
48        PR 1474
49        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Update for block
50        device API change.
51
522009-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * libchip/network/greth.c: Eliminate unused type
55        rtems_clock_time_value.
56
572009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * libchip/network/dec21140.c: Warning elimination
60        (dec21140_softc->base now is an uint32_t).
61
622009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        PR 1483/cpukit
65        * libchip/network/dec21140.c, libchip/network/elnk.c,
66        libchip/network/if_dc.c: Move #include <rtems/pci.h> into #if
67        *_SUPPORTED-guarded code sections.
68
692009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * libchip/network/dec21140.c, libchip/network/elnk.c,
72        libchip/network/if_dc.c: Ensure PCI drivers are built on all
73        supported configurations. PowerPC conditionals were not current and
74        code was not being built on supported BSPs.
75
762009-11-23      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * libchip/network/smc91111.c: Formatting.
79
802009-11-12      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * libchip/ide/ata.c (rtems_ata_initialize): Avoid implicit cast to uint16_t.
83        * libchip/ide/ata.c (ata_non_data_request): Change arg from int to
84        uint32_t (16bit ints are too small).
85
862009-11-06      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * libchip/network/elnk.c: Use PRI*32 to print u_int32_t's.
89        * libchip/network/if_dc.c: Fix type mismatch.
90
912009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * aclocal/bsp-linkcmds.m4: New.
94
952009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * configure.ac: Rework CFLAGS setup.
98        * aclocal/prog-cc.m4: Remove RTEMS_CFLAGS.
99        * automake/compile.am: Remove RTEMS_CFLAGS.
100
1012009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * libchip/ide/ata.h: Move extern "C".
104
1052009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c:
108        Use hex-constants to avoid implicit int-casts.
109        * libchip/i2c/spi-memdrv.c:
110        Use hex-constants to avoid implicit int-casts.
111        Use rtems_off64_t offsets to avoid loosing precision.
112
1132009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
114
115        * libchip/serial/ns16550.c: Update for interrupt handler type change.
116
1172009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * aclocal/bsp-alias.m4: New.
120        * configure.ac: Apply RTEMS_BSP_ALIAS for RTEMS_BSP_FAMILY.
121
1222009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB.
125
1262009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * configure.ac: Remove AM_CONDITIONAL MULTILIB.
129        * Makefile.am: Remove BARE_CPU_MODEL.
130
1312009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
132
133        * configure.ac: Remove cfg_dir.
134
1352009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * configure.ac: Remove -std=c99 -fasm.
138        Remove AM_CONDITIONAL LIBCHIP.
139        * libchip/Makefile.am, wrapup/Makefile.am:
140        Remove AM_CONDITIONAL LIBCHIP.
141
1422009-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * configure.ac: Pick up make/custom/*.
145        * aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
146
1472009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
148
149        * wrapup/Makefile.am: Remove AM_CONDITIONAL HAS_LIBBSP.
150        * configure.ac: Remove AM_CONDITIONAL HAS_LIBBSP.
151
1522009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
153
154        * configure.ac: Remove special case lib/libbsp/bare (Abandoned).
155
1562009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * Makefile.am: Remove RTEMS_HOST (unused).
159        * configure.ac: Remove RTEMS_HOST (unused).
160        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
161
1622009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for
165        *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
166
1672009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * aclocal/canonical-target-name.m4, aclocal/check-networking.m4,
170        aclocal/check-posix.m4, aclocal/enable-posix.m4,
171        aclocal/rtems-cpu-subdirs.m4: Remove posix/unix.
172
1732009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * configure.ac: Rework make/custom/* handling.
176        * aclocal/check-custom-bsp.m4: Change *.cfg handling.
177        * Makefile.am: Remove make/custom/default.cfg-rule.
178
1792009-10-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
180
181        * libchip/serial/ns16550.c: Enable interrupts during open to avoid
182        NULL pointer access in interrupt handler.
183
1842009-10-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
185
186        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Update for block
187        device API change.
188
1892009-10-08      Chris Johns <chrisj@rtems.org>
190
191        * libchip/ide/ata.c, c/src/libchip/ide/ata_internal.h: Remove the
192        multiblock support from the ATA driver. Multiblock at the disk
193        level should not be a global policy as a disk may have more than
194        one partition with different block sizes. An IDE driver could
195        decide to use the feature with DMA but this a driver specific
196        design choice. Fixed bugs relating to variable block sizes and
197        large block transfer.
198        * c/src/libchip/ide/ide_controller.c,
199        c/src/libchip/ide/ide_ctrl_cfg.h, c/src/libchip/ide/ide_ctrl_io.h:
200        Changed the block size to 32bits so blocks of 64K or bigger can be
201        transfered in a single driver call.
202
2032009-10-05      Joel Sherrill <joel.sherrill@oarcorp.com>
204
205        * libchip/ide/ata.c: Revert previous change. Not all ARM BSPs use a
206        shared irq.h yet and this breaks a significant number of them.
207
2082009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
209
210        * libchip/ide/ata.c: Use simple vectored CPU macro to select interrupt
211        model.
212
2132009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
214
215        * libchip/serial/z85c30.c, libchip/serial/ns16550.c,
216        libchip/serial/mc68681.c: Reflect termios_baud_to_number having been
217        renamed to rtems_termios_baud_to_number.
218
2192009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
220
221        * libchip/serial/sersupp.h: Remove termios_baud_to_index,
222        termios_baud_to_number (duplicate prototypes).
223        Add C++-guards.
224        Include rtems/termiostypes.h.
225
2262009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
227
228        * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
229
2302009-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
231
232        * aclocal/check-networking.m4: Disable TCP/IP on targets without enough
233        physical address to support BSD TCP/IP stack.
234
2352009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
236
237        * libchip/network/elnk.c: Convert calls to legacy routine
238        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
239
2402009-08-03      Roger Dahlkvist <ruppe@kth.se>
241
242        * libchip/shmdr/shm_driver.h: nios2 was not accounted for.
243
2442009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
245
246        * libchip/ide/ata.c: Remove warning.
247
2482009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
249
250        * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to
251        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
252        now use the same macros.
253        * aclocal/bsp-bspcleanup-options.m4: New file.
254
2552009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
256
257        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h: Removed
258        obsolete defines and declarations.  Set initial baud during device
259        open.  Fixed interrupt mode.
260
2612009-06-12      Joel Sherrill <joel.sherrill@oarcorp.com>
262
263        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the
264        GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to
265        EINVAL and ENOTTY as appropriate.
266
2672009-05-30      Chris Johns <chrisj@rtems.org>
268
269        * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave
270        devices on an IDE bus and cleaned up the initialisation register
271        call.
272
2732009-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
274
275        * libchip/network/i82586.c: Fix warning in manner suggested by
276        Arnout Vandecappelle <arnout@mind.be> in
277        http://www.rtems.org/pipermail/rtems-users/2009-May/005460.html.
278
2792009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
280
281        * libchip/network/if_dc.c: Fixed warnings.
282
2832009-05-03      Joel Sherrill <joel.sherrill@oarcorp.com>
284
285        * libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat
286        as needed.
287
2882009-04-29      Chris Johns <chrisj@rtems.org>
289
290        * libchip/ide/ata.c: Remove a detection test that fails in qemu.
291
292        * libchip/ide/ide_controller.c: Change the status detection and
293        add a message if the transfer fails. There is currently no error
294        handle at the IDE drvier level.
295
2962009-03-12      Daniel Hellstrom <daniel@gaisler.com>
297
298        PR 1392/bsps
299        * libchip/i2c/spi-memdrv.c: SPI Memory driver. Fix but where writes
300        over multiple pages results in extra data being written.
301
3022009-02-27      Gene Smith <gene.smith@siemens.com>
303
304        PR 1356
305        * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC
306        cards.
307
3082009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is
311        enabled on x86.
312
3132009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
314
315        * aclocal/bspopts.m4: Quoting cosmetics.
316
3172009-01-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
318
319        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
320        RTEMS_BLKDEV_CAPABILITIES ioctl which caused invalid multiple block
321        writes.  Fixed integer type in device structure.
322
3232009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
324
325        * libchip/serial/ns16550.c: Turn on ns16550_process() for
326        BSP_FEATURE_IRQ_LEGACY case also.
327
3282008-11-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
329
330        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Removed high
331        level LibI2C interface.  Added generic block IO functions.
332
3332008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
334
335        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
336        optman/rtems/no-msg.c, optman/rtems/no-part.c,
337        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
338        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
339        optman/sapi/no-ext.c, optman/sapi/no-io.c:
340        Revert previous patch (cvs clash with Joel hacking cpukit).
341
3422008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
343
344        * aclocal/canonical-target-name.m4: Remove tic4x.
345
3462008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
347
348        * libchip/rtc/ds1375.c: Include <errno.h> instead of <sys/errno.h>.
349
3502008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
351
352        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
353        optman/rtems/no-msg.c, optman/rtems/no-part.c,
354        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
355        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
356        optman/sapi/no-ext.c, optman/sapi/no-io.c:
357        Fix prototypes.
358
3592008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
360
361        * libchip/serial/ns16550_p.h: Remove prototype with no implementation.
362
3632008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
364
365        * libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c,
366        libchip/shmdr/shm_driver.h: Cleanup and remove variables which
367        duplicated data.
368
3692008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
370
371        * optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert SAPI manager and
372        SuperCore Handler initialization routines to directly pull parameters
373        from configuration table.
374
3752008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
376
377        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
378        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
379        optman/rtems/no-part.c, optman/rtems/no-region.c,
380        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
381        optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager
382        initialization routines to directly pull parameters from
383        configuration table. Eliminate empty routines sportted.
384
3852008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
386
387        * libchip/serial/ns16550.c: Add CVS-Id. Fix #define mess.
388
3892008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
390
391        * libchip/network/i82586.c, libchip/network/smc91111config.h: Eliminate
392        all public use of TOD conversion routines.
393
3942008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
395
396        * libchip/network/smc91111config.h:
397        #include <stdint.h> instead of <rtems/stdint.h>.
398
3992008-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
400
401        * aclocal/prog-cc.m4: Use -r instead of -Wl,-r to build *.rels.
402        * aclocal/rtems-cpu-subdirs.m4: Remove obsolete cpus.
403
4042008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
405
406        * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
407
4082008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
409
410        * libchip/serial/ns16550.c: Transmit the character in the polled write
411        function within a critical section for printk() compatibility.
412
4132008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
414
415        * libchip/i2c/spi-sd-card.c: Update for status-checks.h changes.
416
4172008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
418
419        * aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
420
4212008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
422
423        * aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
424
4252008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
426
427        * aclocal/bsp-bootcard-options.m4: Fix quoting.
428
4292008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
430
431        * aclocal/bsp-bootcard-options.m4: New file.
432        * aclocal/bsp-bootcards-handles-ram-allocation.m4: Removed.
433
4342008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
435
436        * libchip/serial/ns16550.c: Enable interrupt code only for PowerPC or
437        BSPs that support this feature.
438
4392008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
440
441        * libchip/serial/ns16550.c: Fix typo.
442
4432008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
444
445        * libchip/serial/ns16550.c: Fix typo.
446
4472008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
448
449        * libchip/serial/ns16550.c: Add not supported on arm even though it is
450        not simple vectored.
451
4522008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
453
454        * libchip/serial/ns16550.c: Not currently supported on architectures
455        with simple vectored interrupt model.
456
4572008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
458
459        * aclocal/version.m4: Bump RTEMS_API to 4.10.
460        Bump _RTEMS_VERSION to 4.9.99.0.
461
4622008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
463
464        * libchip/rtc/icm7170.c, libchip/rtc/m48t08.c,
465        c/src/libchip/rtc/rtc.h:  Include required header files.  Some internal
466        functions have now static linkage type.  Added constant qualifier to
467        operations table and read-only function parameters.
468
469        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
470        c/src/libchip/serial/serial.h:  Include required header files.  Removed
471        support for old PowerPC exception handling.  Various fixes for
472        interrupt related routines.  Added support for BSPs with IRQ extension
473        API.
474
4752008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
476
477        * libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there
478        is no PCI bus based upon the BSP not having a base address defined.
479        This means this driver cannot be supported on that board.
480
4812008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
482
483        * libchip/network/dec21140.c, libchip/network/elnk.c,
484        libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
485
4862008-09-17      Miao Yan <yanmiaobest@gmail.com>
487
488        * optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
489        add simple device only filesystem (devfs), optionally completely drop
490        out filesystem, and to clean up disabling newlib reentrancy support.
491        This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t
492        now has a 15K code space.
493        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
494        Removed.
495
4962008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
497
498        * libchip/ide/ata.h: Convert to Unix file format.
499
5002008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
501
502        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
503        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
504        libchip/serial/serial.h, libchip/serial/serprobe.c,
505        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
506        Convert to "bool".
507        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
508        libchip/i2c/spi-memdrv.h: Convert to "bool".
509        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
510        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
511        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
512        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
513        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
514        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
515        Convert to "bool".
516        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
517        Convert to "bool".
518        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
519        Convert to "bool".
520
5212008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
522
523        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
524        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
525        memory driver to not use the clock ioctl to install a method to poll
526        for input. It now uses a Class API Timer which means we can eliminate
527        this special IOCTL from all clock drivers.
528        * libchip/shmdr/setckvec.c: Removed.
529
5302008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
531
532        * libchip/network/sonic.c: Do not declare a variable just to hold an
533        ignored return value.
534
5352008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
536
537        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
538
5392008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
540
541        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
542        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
543
5442008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
545
546        * libchip/display/disp_hcms29xx.c: Do not make these static. They
547        appear to be unused that way.
548
5492008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
550
551        * libchip/shmdr/shm_driver.h: Correct prototypes.
552
5532008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
554
555        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
556        variables and made methods static.
557
5582008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
559
560        * libchip/serial/ns16550.c: Fix warning.
561
5622008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
563
564        * aclocal/prog-cc.m4: Add -Wnested-externs.
565
5662008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
567
568        * libchip/network/dec21140.c: Add missing prototype.
569        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
570
5712008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
572
573        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
574        -Wstrict-prototypes to RTEMS_CFLAGS.
575
5762008-08-02      Chris Johns <chrisj@rtems.org>
577
578        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
579        rtems_blkdev_request count and start references. Use
580        RTEMS_BLKDEV_START_BLOCK.
581
5822008-07-29      Chris Johns <chrisj@rtems.org>
583
584        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
585
586        * libchip/ide/ata.c: Change to use a mutex rather than disable
587        pre-emption. Updated to the libblock changes.
588
589        * libchip/ide/ata_internal.h: Updated to the new chains API.
590
591        * libchip/ide/ide_controller.c: Updated to the libblock
592        changes. Added come debug tracing.
593
594        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
595        to the libblock changes.
596
5972008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
598
599        * configure.ac: Remove RPCGEN, RPCTOOLS.
600
6012008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
602
603        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
604        for output format specifiers.
605
6062008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
607
608        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
609        Fixed some data types
610
6112008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
612
613        * libchip/i2c/spi-sd-card.c: Added missing header file.
614        * libchip/Makefile.am: Added SD Card driver.
615
6162008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
617
618        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
619        make glyphs non-constant, added file headers
620
6212008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
622
623        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
624        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
625        * libchip/display/font_hcms29xx.h
626        Creation of SPI display driver
627
6282008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
629
630        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
631        via SPI.
632
6332008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
634
635        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
636        AC_PREREQ(2.62).
637
6382008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
639
640        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
641
6422008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
643
644        * libchip/Makefile.am: Move termios helper routines from libchip to
645        libcsupport. Add routine which makes it easy for a termios device
646        driver to inform termios of its default baud rate. This avoids
647        inconsistencies in later termios settings changes.
648        * libchip/serial/termios_baud2index.c,
649        libchip/serial/termios_baud2num.c: Removed.
650
6512008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
652
653        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
654
6552008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
656
657        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
658        not fail if there are none.
659
6602008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
661
662        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
663        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
664        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
665        * libchip/Makefile.am:
666        derived a generic spi memory driver from spi-flash-m25p40,
667        added descriptor for fram fm25l256
668
6692008-05-07      Till Straumann <strauman@slac.stanford.edu>
670
671        PR 649/bsps
672        * libchip/ide/ata.c: Give up if the interface does not become ready.
673
6742008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
675
676        Moved to cpukit.
677        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
678        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
679        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
680        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
681        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
682        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
683        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
684        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
685        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
686        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
687        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
688        nfsclient/src/xdr_mbuf.c: Removed.
689
6902008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
691
692        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
693
6942008-01-05      Chris Johns <chrisj@rtems.org>
695
696        * libchip/flash/am29lv160.c: Update the blank check error message
697        to say there is an error.
698       
6992007-12-22      Chris Johns <chrisj@rtems.org>
700
701        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
702        the hello message. Just one line but still a little too long.
703       
7042007-12-14      Chris Johns <chrisj@rtems.org>
705
706        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
707        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
708        * libchip/flash, libchip/flash/am29lv160.c,
709        libchip/flash/am29lv160.h: New.
710
7112007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
712
713        * libchip/network/if_fxp.c: Spacing.
714
7152007-11-20      Till Straumann <strauman@slac.stanford.edu>
716
717        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
718        Avoid using 'stdio' before the system is up and fully
719        initialized.
720
7212007-11-20      Till Straumann <strauman@slac.stanford.edu>
722
723        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
724        * libchip/Makefile.am, libchip/preinstall.am:
725        added new driver for Maxim DS1375 i2c RTC.
726
7272007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
728
729        * libchip/i2c/spi-flash-m25p40.c:
730        added addressing call in write function
731
7322007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
733
734        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
735        * libchip/Makefile.am:
736        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
737
7382007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
739
740        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
741
7422007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
743
744        * nfsclient/Makefile.am: Fix errors.
745
7462007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
747
748        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
749
7502007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
751
752        * aclocal/version.m4: Bump RTEMS_API to 4.9.
753        Bump RTEMS_VERSION to 4.8.99.0.
754
7552007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
756
757        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
758
7592007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
760
761        * configure.ac: Remove AC_PROG_AWK (Unused).
762
7632007-09-14      Daron Chabot <djc915@mail.usask.ca>
764
765        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
766        rtems_interrupt_vector, to permit passing arbitrary arguments to the
767        ISR. Clean up of variables to silence compiler warnings.
768
7692007-09-13      Daniel Hellstrom <daniel@gaisler.com>
770
771        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
772
7732007-09-12      Daniel Hellstrom <daniel@gaisler.com>
774
775        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
776          - Odd bit bug in some chips taken care of.
777          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
778            alignment but failing to do so must have made the driver writer to make
779            some incorrect assumptions about MBUFs.
780          - Fixed MBUF handling to handle mbuf chains better. The Data length of
781            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
782          - Made while loop responsible for copying data to fifo port copy 16 shorts
783            per loop instead of 1 short, increasing the copying process.
784
7852007-09-07      Daniel Hellstrom <daniel@gaisler.com>
786
787        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
788        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
789
7902007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
791
792        * configure.ac, wrapup/Makefile.am: Remove RDBG.
793        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
794        librdbg/Makefile.am, librdbg/preinstall.am,
795        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
796        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
797        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
798        librdbg/include/rdbg/powerpc/rdbg_f.h,
799        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
800        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
801        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
802        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
803        librdbg/src/servtsp.c, librdbg/src/servutil.c,
804        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
805        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
806        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
807        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
808        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
809        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
810        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
811        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
812        librdbg/src/powerpc/rdbg_f.c,
813        librdbg/src/powerpc/new_exception_processing/remdeb.h,
814        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
815        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
816        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
817
8182007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
819
820        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
821
8222007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
823
824        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
825          sizes.
826
8272007-07-27      Chris Johns <chrisj@rtems.org>
828
829        * wrapup/Makefile.am: Create archive from a file for hosts
830        with a limited command line size.
831
8322007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
833
834        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
835          sizes.
836
8372007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
838       
839        * configure.ac: Add nfsclient.
840        * nfsclient/Makefile.am: New.
841        * nfsclient/proto/Makefile, nfsclient/Makefile,
842          nfsclient/src/Makefile: Remove.
843        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
844        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
845
8462007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
847
848        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
849        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
850        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
851        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
852        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
853        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
854        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
855        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
856        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
857        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
858        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
859        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
860
8612007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
862
863        * libchip/serial/ns16550.c: removed timed out wait for transmitter
864        to become ready: This will not work for fast CPUs.
865
8662007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
867
868        * libchip/ide/ata.c: fixed warning
869
8702007-06-20      Ray Xu <rayx@gmail.com>
871
872        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
873        console, and libio. This shrinks the memory requirements but Joel has
874        not figured out how best to present this to application space.
875        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
876        New files.
877
8782007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
879
880        * optman/sapi/no-io.c: Split IO Manager into one function per file so
881        now we only need required initialization methods.
882
8832007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
884
885        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
886        parameter since it was used to configure a no longer used feature.
887        Device names are now part of the filesystem not in a table.
888
8892007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
890
891        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
892        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
893        optman/rtems/no-part.c, optman/rtems/no-region.c,
894        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
895        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
896        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
897        other optional managers so using them reduces application size
898        instead of increasing it.
899        * optman/rtems/no-barrier.c: New file.
900
9012007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
902
903        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
904        adjustments to pci-API changes.
905        * libchip/network/dec21140.c, libchip/network/elnk.c,
906        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
907        changes.
908
9092007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
910
911        * libchip/network/dec21140.c, libchip/network/if_dc.c,
912        libchip/network/if_fxp.c: Reflect changes to pci-API.
913
9142007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
915
916        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
917        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
918
9192007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
920
921        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
922          being used to compile "tools").
923
9242007-03-13      Joel Sherrill <joel@OARcorp.com>
925
926        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
927
9282007-03-12      Joel Sherrill <joel@OARcorp.com>
929
930        * libchip/network/cs8900.c, libchip/network/cs8900.h,
931        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
932        and/or fix mistake in copyright notice. Both of these mistakes appear
933        to be from code submitted after these changes were made previously.
934
9352007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
936
937        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
938
9392007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
940
941        * libchip/Makefile.am: Correct path to README.tulipclone.
942
9432007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
944
945        * libchip/ide/ata.c: Remove superfluous type casts.
946
9472007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
948
949        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
950        Use size_t for sizes.
951
9522007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
953
954        * libchip/ide/ata.c: in ata_request_done: moved call to free()
955        from preemption disabled region
956
9572007-01-16      Till Straumann <strauman@slac.stanford.edu>
958
959        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
960        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
961        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
962
9632006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
964
965        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
966          ioctl_command_t as ioctl argument.
967
9682006-12-13      Joel Sherrill <joel@OARcorp.com>
969
970        * librtems++/include/rtems++/rtemsEvent.h,
971        librtems++/include/rtems++/rtemsMessageQueue.h,
972        librtems++/include/rtems++/rtemsSemaphore.h,
973        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
974        librtems++/src/rtemsMessageQueue.cc,
975        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
976        rtems_unsigned32 to uint32_t.
977
9782006-12-13      Joel Sherrill <joel@OARcorp.com>
979
980        PR 1181/bsps
981        * optman/rtems/no-msg.c: Clean up dead code.
982
9832006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
984
985        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
986
9872006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
988
989        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
990        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
991        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
992
9932006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
994
995        * configure.ac: New BUG-REPORT address.
996
9972006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
998
999        * Makefile.am: Remove ampolish3.
1000
10012006-11-17      Joel Sherrill <joel@OARcorp.com>
1002
1003        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
1004        blank lines.
1005
10062006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
1007
1008        * configure.ac: Remove RTEMS_AMPOLISH3.
1009        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
1010          Remove checks for AMPOLISH3.
1011        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
1012        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
1013        * ampolish3: Remove.
1014
10152006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
1016
1017        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
1018        * aclocal/prog-cc.m4: Remove CFLAGS.
1019        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
1020        Compose CFLAGS. Append CFLAGS to ac_configure_args.
1021
10222006-10-23      Joel Sherrill <joel@OARcorp.com>
1023
1024        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
1025
10262006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
1027
1028        * automake/compile.am: Use hard-coded RTEMS_* flags.
1029
10302006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
1031
1032        * aclocal/rtems-top.m4: Remove RTEMS_API.
1033        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
1034
10352006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1036
1037        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
1038
10392006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1040
1041        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
1042
10432006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1044
1045        * aclocal/version.m4: Bump version to 4.7.99.0.
1046
10472006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1048
1049        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1050
10512006-09-11      Joel Sherrill <joel@OARcorp.com>
1052
1053        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
1054
10552006-09-04      Joel Sherrill <joel@OARcorp.com>
1056
1057        * libchip/network/greth.c, libchip/network/open_eth.c,
1058        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
1059        introduced by warning removal.
1060
10612006-09-01      Joel Sherrill <joel@OARcorp.com>
1062
1063        * libchip/network/greth.c, libchip/network/open_eth.c,
1064        libchip/network/smc91111.c: Remove warnings and correct prototype
1065        added earlier today.
1066
10672006-09-01      Joel Sherrill <joel@OARcorp.com>
1068
1069        * libchip/network/cs8900.c, libchip/network/greth.c,
1070        libchip/network/i82586.c, libchip/network/open_eth.c,
1071        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
1072        sized integers, and inttypes.h printf helpers.
1073
10742006-08-09      Kolja Waschk <waschk@telos.de>
1075
1076        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
1077
10782006-07-12      Joel Sherrill <joel@OARcorp.com>
1079
1080        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
1081
10822006-07-11      Jerry Needell <jerry.needell@unh.edu>
1083
1084        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
1085        4.6 branch.  Original modifications by Gaisler Enterprises.
1086        * libchip/network/greth.c, libchip/network/greth.h: New files.
1087
10882006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1089
1090        * ide/ata.[ch]:
1091        (PR1118) fetch priority for ATA task from a variable,
1092        not a fixed configuration value.
1093       
10942006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
1095
1096        * Makefile.am: Add ampolish3.
1097
10982006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
1099
1100        * ampolish3: New.
1101        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
1102
11032006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
1104
1105        * aclocal/rtems-ampolish.m4: New.
1106        * configure.ac: Use RTEMS_AMPOLISH3.
1107
11082006-04-18  Joel Sherrill <joel@OARcorp.com>
1109
1110        * aclocal/version.m4: Updated to rtems-4.6.99.3.
1111
11122006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1113
1114        PR 853/filesystem
1115        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
1116        should be modified to support the new exception scheme and to use the
1117        handle parameter.
1118
11192006-02-a32     Eric Norum <norume@aps.anl.gov>
1120
1121        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
1122        "newer" PCI access calls.  Minor cleanups.  Comments.
1123
11242006-01-12      Eric Norum <norume@aps.anl.gov>
1125
1126        PR 861/networking
1127        PR 863/networking
1128        * libchip/network/smc91111.c: Fix illegal lvalue increments.
1129
11302006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
1131
1132        * wrapup/Makefile.am: Add preinstall.am.
1133        * libchip/Makefile.am: Build libchip/network/smc91111.
1134        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
1135        Eliminate cyg_int* crap.
1136
11372006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1138
1139        * librdbg/Makefile.am: Add preinstall.am.
1140        * aclocal/bsp-configure.m4: Add ampolish3.
1141        New header guards.
1142
11432006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1144
1145        * libchip/network/open_eth.c, libchip/network/open_eth.h:
1146        Merger from rtems-4-6-branch.
1147
11482006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1149
1150        * libchip/network/smc91111.c
1151        libchip/network/smc91111config.h
1152        libchip/network/smc91111exp.h
1153        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
1154        * libchip/Makefile.am: Reflect adding smc91111*.
1155
11562006-01-08      Joel Sherrill <joel@OARcorp.com>
1157
1158        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
1159        char *.
1160
11612006-01-08      Joel Sherrill <joel@OARcorp.com>
1162
1163        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
1164        warnings.
1165
11662005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
1167
1168        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
1169        Add RTEMS_RELLDFLAGS.
1170        * automake/compile.am: Remove RTEMS_USE_GCC.
1171        Remove RTEMS_RELLDFLAGS.
1172        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
1173
11742005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
1175
1176        * libchip/network/if_media.h, libchip/network/mii.h:
1177        Remove (Moved to cpukit).
1178        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
1179        and libchip/network/if_media.h.
1180        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
1181        if_media.h having moved.
1182
11832005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1184
1185        * automake/compile.am, automake/host.am, automake/local.am,
1186        automake/subdirs.am: Remove depend.
1187        * configure.ac: Explicitly pass --libdir and --includedir to
1188        testsuites.
1189
11902005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1191
1192        * configure.ac: Reflect changes to testsuites.
1193
11942005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1195
1196        * automake/compile.am: Remove GCCSPECS.
1197        * aclocal/prog-cc.m4: Add GCCSPECS.
1198        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
1199
12002005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1201
1202        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
1203        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
1204
12052005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1206
1207        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
1208        libcpu/byteorder.h for i386.
1209
12102005-11-02      Till Straumann <strauman@slac.stanford.edu>
1211
1212        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
1213        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
1214        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
1215        added a simple API/library for i2c devices and drivers for i2c
1216        2-byte eeproms and a ds1621 temperature sensor; API is documented
1217        in libi2c.h.
1218
12192005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1220
1221        * libnetworking/pppd/ipxcp.c,
1222        libnetworking/pppd/chat.c,
1223        libnetworking/pppd/patchlevel.h,
1224        libnetworking/pppd/upap.h,
1225        libnetworking/pppd/md5.h,
1226        libnetworking/pppd/pppd.8,
1227        libnetworking/pppd/README,
1228        libnetworking/pppd/preinstall.am,
1229        libnetworking/pppd/md4.h,
1230        libnetworking/pppd/magic.c,
1231        libnetworking/pppd/pppd.h,
1232        libnetworking/pppd/demand.c,
1233        libnetworking/pppd/rtemsmain.c,
1234        libnetworking/pppd/sys-rtems.c,
1235        libnetworking/pppd/ipcp.h,
1236        libnetworking/pppd/lcp.h,
1237        libnetworking/pppd/chap_ms.c,
1238        libnetworking/pppd/md4.c,
1239        libnetworking/pppd/rtemspppd.h,
1240        libnetworking/pppd/cbcp.h,
1241        libnetworking/pppd/auth.c,
1242        libnetworking/pppd/lcp.c,
1243        libnetworking/pppd/example/README,
1244        libnetworking/pppd/example/ppp.conf,
1245        libnetworking/pppd/example/system.h,
1246        libnetworking/pppd/example/netconfig.h,
1247        libnetworking/pppd/example/pppdapp.c,
1248        libnetworking/pppd/example/init.c,
1249        libnetworking/pppd/example/Makefile-user,
1250        libnetworking/pppd/example/pppd.options,
1251        libnetworking/pppd/rtemspppd.c,
1252        libnetworking/pppd/ipxcp.h,
1253        libnetworking/pppd/chap_ms.h,
1254        libnetworking/pppd/options.c,
1255        libnetworking/pppd/magic.h,
1256        libnetworking/pppd/chap.h,
1257        libnetworking/pppd/cbcp.c,
1258        libnetworking/pppd/upap.c,
1259        libnetworking/pppd/chap.c,
1260        libnetworking/pppd/Makefile.am,
1261        libnetworking/pppd/ccp.h,
1262        libnetworking/pppd/utils.c,
1263        libnetworking/pppd/rtemsdialer.h,
1264        libnetworking/pppd/fsm.h,
1265        libnetworking/pppd/pathnames.h,
1266        libnetworking/pppd/md5.c,
1267        libnetworking/pppd/fsm.c,
1268        libnetworking/pppd/ipcp.c,
1269        libnetworking/pppd/STATUS,
1270        libnetworking/pppd/ccp.c,
1271        libnetworking/Makefile.am: Remove (Moved to cpukit).
1272
12732005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1274
1275        * configure.ac: Remove libnetworking, libnetworking/pppd.
1276        * wrapup/Makefile.am: Remove libpppd.a.
1277
12782005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1279
1280        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
1281        rtemsdialer.h to $(includedir)/rtems.
1282
12832005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1284
1285        * libnetworking/rtems_telnetd/icmds.c,
1286        libnetworking/rtems_telnetd/Makefile.am,
1287        libnetworking/rtems_telnetd/preinstall.am,
1288        libnetworking/rtems_telnetd/pty.c,
1289        libnetworking/rtems_telnetd/pty.h,
1290        libnetworking/rtems_telnetd/README,
1291        libnetworking/rtems_telnetd/telnetd.c,
1292        libnetworking/rtems_telnetd/telnetd.h:
1293        Remove (Moved to cpukit).
1294
12952005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1296
1297        * configure.ac: Remove libnetworking/rtems_telnetd.
1298        * libnetworking/Makefile.am: Remove rtems_telnetd.
1299        * libnetworking/README: Remove (Obsolete).
1300        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
1301
13022005-10-20  Eric Norum <norume@aps.anl.gov>
1303
1304        * libchip/network/dec21140.c: Clean up PCI mapping.
1305
13062005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
1307
1308        * libnetworking/pppd/Makefile.am: Use preinstall.am.
1309        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
1310        librdbg/src/servrpc.c, librdbg/src/servtgt.c
1311        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
1312        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
1313        * configure.ac: Move optman to the end of BSP_SUBDIRS.
1314
13152005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1316
1317        * aclocal/bspopts.m4: Add missing m4 quotes.
1318
13192005-09-02  Joel Sherrill <joel@OARcorp.com>
1320
1321    * aclocal/version.m4: Updated to rtems-4.6.99.2.
1322
13232005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
1324
1325        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
1326        libchip/network/dec21140.c: Remove initialization of PCI bus.
1327
13282005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
1329
1330        * optman/Makefile.am: Add preinstall.am.
1331
13322005-07-18      Karel Gardas <kgardas@objectsecurity.com>
1333
1334        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
1335        UNTESTED to tested.
1336
13372005-06-17      Joel Sherrill <joel@OARcorp.com>
1338
1339        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
1340        it is not supported by the MPC5xx.
1341
13422005-06-17      Joel Sherrill <joel@OARcorp.com>
1343
1344        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
1345        interface. Also correct attempting to build on other than PowerPC and
1346        x86.
1347
13482005-06-16      Daron Chabot <daron@nucleus.usask.ca>
1349
1350        * libchip/Makefile.am: Add driver for Tulip clones.
1351        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
1352        libchip/network/if_dcreg.h: New files.
1353
13542005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1355
1356        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
1357        to enable rdbg.
1358        * configure.ac: Reflect changes above.
1359
13602005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
1361
1362        * configure.ac: Add ada/.
1363
13642005-05-20      Sergei Organov  <osv@topconrd.ru>
1365
1366        PR 750/networking
1367        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
1368        wait_input().
1369
13702005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
1371
1372        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
1373        rtems/irq.h.
1374
13752005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1376
1377        * libchip/Makefile.am: Include preinstall.am.
1378        * libchip/preinstall.am: New.
1379
13802005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1381
1382        * configure.ac: Add AMPOLISH3.
1383        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
1384        * libnetworking/rtems_telnetd/preinstall.am: New.
1385        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
1386
13872005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1388
1389        * configure.ac: Let enable_rpcgen default to "no".
1390
13912005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1392
1393        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
1394
13952005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1396
1397        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
1398        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
1399
14002005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1401
1402        * libchip/network/dec21140.c, libchip/network/elnk.c,
1403        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
1404
14052005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
1406
1407        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
1408        of code as a result of the implementation of a common PCI interface.
1409
14102005-05-04      Joel Sherrill <joel@OARcorp.com>
1411
1412        * libchip/network/open_eth.c: Remove prototype of set_vector.
1413
14142005-05-03      Joel Sherrill <joel@OARcorp.com>
1415
1416        * librdbg/src/ptrace.c: Remove warning.
1417
14182005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
1419
1420        * libchip/network/dec21140.c, libchip/network/elnk.c,
1421        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
1422        Modified parameter list to remove warnings.
1423
14242005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
1425
1426        * libchip/network/cs8900.c, libchip/network/i82586.c,
1427        libchip/network/open_eth.c, libchip/network/sonic.c,
1428        libchip/serial/mc68681.c: Modified types to remove
1429        warnings.  Added initialization to remove warnings.
1430
14312005-04-28      Joel Sherrill <joel@OARcorp.com>
1432
1433        * libchip/network/README.sonic: Rewritten to account for removal of
1434        dmv177.
1435
14362005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
1437
1438        PR 781/rtems_misc
1439        * libchip/serial/ns16550_p.h: Fix baud rate calculation
1440
14412005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
1442
1443        * libchip/serial/ns16550.c:
1444        Fixed warnings generated in various powerpc configurations
1445
14462005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
1447
1448        * libchip/serial/ns16550.c: Modified
1449        ISR to work with PPC new exception processing
1450
14512005-03-14      Joel Sherrill <joel@OARcorp.com>
1452
1453        * libchip/network/dec21140.c, libchip/network/elnk.c,
1454        libchip/network/if_fxp.c: Continue PCI API unification. All use
1455        pci_find_device(). Network drivers manufacture a signature since all
1456        calls have not been converted yet.
1457
14582005-03-04      Joel Sherrill <joel@OARcorp.com>
1459
1460        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
1461        initialize function part of the unified PCI API as pci_initialize().
1462
14632005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1464
1465        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
1466        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
1467
14682005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1469
1470        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
1471        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
1472
14732005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1474
1475        * aclocal/ppc.m4: Reflect changes to ppc exception processing
1476        building procedures.
1477
14782005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1479
1480        * aclocal/prog-cc.m4:
1481        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1482
14832005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1484
1485        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1486
14872005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1488
1489        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1490
14912005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1492
1493        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1494
14952005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1496
1497        * libnetworking/rtems_servers/ftp.c,
1498        libnetworking/rtems_servers/ftp.h,
1499        libnetworking/rtems_servers/Makefile.am:
1500        Remove (relocated to cpukit/ftpd).
1501        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1502        removed move libnetworking/rtems_servers.
1503
15042005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1505
1506        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1507
15082005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1509
1510        PR 755/rtems
1511        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1512        Remove local declarations of rtems_bsdnet_nameservers,
1513        rtems_bsdnet_nameservers_count.
1514
15152005-01-31      Sergei Organov <osv@topconrd.ru>
1516
1517        PR 751/pppd
1518        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1519        committed to fix PR736 breaks pppd. chat.c should have its own static
1520        ttyfd for pppd to work correctly. The symptom is that second
1521        invokation of chat (for connect script) fails due to pppd_ttyfd set
1522        to -1 by previous chat invokation (for init script). In addition,
1523        this patch fixes leaving of dangling pointer in the abort_stbring[]
1524        by chat_send().
1525
15262005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1527
1528        * configure.ac: Remove CFLAGS_DEBUG_V.
1529        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1530
15312005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1532
1533        * wrapup/Makefile.am: Remove rtems-ctor.o.
1534
15352005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1536
1537        * libchip/rtc/rtc.h: size_t RTC_Count.
1538
15392005-01-20      Joel Sherrill <joel@OARcorp.com>
1540
1541        PR 736/pppd
1542        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1543        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1544        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1545        should not be static and should have a name more specific to pppd.
1546
15472005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1548
1549        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1550        libnetworking/rtems_servers/Makefile.am,
1551        libnetworking/rtems_telnetd/Makefile.am,
1552        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1553        Eliminate CFLAGS_OPTIMIZE_V.
1554
15552005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1556
1557        * configure.ac: Pass CFLAGS to testsuites configure.
1558        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1559        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1560
15612005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1562
1563        * configure.ac: Pass CFLAGS to cpukit configure.
1564        * aclocal/rtems-flags.m4: Remove (Unused).
1565        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1566        * aclocal/env-rtemsbsp.m4:
1567        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1568        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1569        RTEMS_CFLAGS.
1570        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1571        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1572        Cleanup comments.
1573
15742005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1575
1576        * automake/compile.am: Remove build-variant support.
1577
15782005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1579
1580        * libnetworking/pppd/Makefile.am,
1581        libnetworking/rtems_servers/Makefile.am,
1582        libnetworking/rtems_telnetd/Makefile.am:
1583        Remove build-variant support.
1584
15852005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1586
1587        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1588        support/Makefile.am, wrapup/Makefile.am:
1589        Remove build-variant support.
1590
15912004-11-22      Joel Sherrill <joel@OARcorp.com>
1592
1593        * libchip/network/if_fxp.c: Add entry for another module ID code.
1594
15952004-11-22      Joel Sherrill <joel@OARcorp.com>
1596
1597        PR 693/misc
1598        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1599        in/outport routines.
1600
16012004-11-22      Joel Sherrill <joel@OARcorp.com>
1602
1603        PR 693/misc
1604        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1605        in/outport routines.
1606
16072004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1608
1609        * aclocal/enable-itron.m4: Remove (unused).
1610
16112004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1612
1613        * configure.ac: Misc. quoting cleanups.
1614        Enable ada-tests iff --enable-ada and --enable-tests.
1615
16162004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1617
1618        PR 703/filesystem
1619        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1620        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1621        libchip/ide/ide_controller.c:
1622        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1623        available for BSPS/device drivers.
1624        Extend the "modes_available" and "mode_active" parameters to
1625        uint16_t for UDMA support.
1626
16272004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1628
1629        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1630        not supported on PowerPC since it works on the MVME2100 BSP.
1631
16322004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1633
1634        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1635        Add dependency tracking for *.cfgs.
1636        * Makefile.am: Add dependency tracking for *.cfg.
1637
16382004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1639
1640        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1641        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1642
16432004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1644
1645        PR 707/make_build
1646        * configure.ac: Add --enable-rpcgen.
1647
16482004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1649
1650        PR 700/rtems_misc
1651        * libnetworking/rtems_webserver/asp.c,
1652        libnetworking/rtems_webserver/balloc.c,
1653        libnetworking/rtems_webserver/cgi.c,
1654        libnetworking/rtems_webserver/default.c,
1655        libnetworking/rtems_webserver/ej.h,
1656        libnetworking/rtems_webserver/ejIntrn.h,
1657        libnetworking/rtems_webserver/ejlex.c,
1658        libnetworking/rtems_webserver/ejparse.c,
1659        libnetworking/rtems_webserver/emfdb.c,
1660        libnetworking/rtems_webserver/emfdb.h,
1661        libnetworking/rtems_webserver/form.c,
1662        libnetworking/rtems_webserver/handler.c,
1663        libnetworking/rtems_webserver/h.c,
1664        libnetworking/rtems_webserver/license.txt,
1665        libnetworking/rtems_webserver/Makefile.am,
1666        libnetworking/rtems_webserver/md5c.c,
1667        libnetworking/rtems_webserver/md5.h,
1668        libnetworking/rtems_webserver/mime.c,
1669        libnetworking/rtems_webserver/misc.c,
1670        libnetworking/rtems_webserver/NOTES,
1671        libnetworking/rtems_webserver/ringq.c,
1672        libnetworking/rtems_webserver/rom.c,
1673        libnetworking/rtems_webserver/rtems_webserver.h,
1674        libnetworking/rtems_webserver/security.c,
1675        libnetworking/rtems_webserver/sock.c,
1676        libnetworking/rtems_webserver/socket.c,
1677        libnetworking/rtems_webserver/sockGen.c,
1678        libnetworking/rtems_webserver/sym.c,
1679        libnetworking/rtems_webserver/uemf.c,
1680        libnetworking/rtems_webserver/uemf.h,
1681        libnetworking/rtems_webserver/um.c,
1682        libnetworking/rtems_webserver/um.h,
1683        libnetworking/rtems_webserver/umui.c,
1684        libnetworking/rtems_webserver/url.c,
1685        libnetworking/rtems_webserver/value.c,
1686        libnetworking/rtems_webserver/wbase64.c,
1687        libnetworking/rtems_webserver/webcomp.c,
1688        libnetworking/rtems_webserver/webmain.c,
1689        libnetworking/rtems_webserver/webpage.c,
1690        libnetworking/rtems_webserver/webrom.c,
1691        libnetworking/rtems_webserver/webs.c,
1692        libnetworking/rtems_webserver/websda.c,
1693        libnetworking/rtems_webserver/websda.h,
1694        libnetworking/rtems_webserver/webs.h,
1695        libnetworking/rtems_webserver/websSSL.c,
1696        libnetworking/rtems_webserver/websSSL.h,
1697        libnetworking/rtems_webserver/websuemf.c,
1698        libnetworking/rtems_webserver/wsIntrn.h:
1699        Remove (Moved to cpukit/http).
1700
17012004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1702
1703        PR 700/rtems_misc
1704        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1705        Remove libnetworking/rtems_webserver.
1706
17072004-10-25      Eric Norum <norume@aps.anl.gov>
1708
1709        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1710
17112004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1712
1713        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1714
17152004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1716
1717        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1718        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1719
17202004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1721
1722        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1723
17242004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1725
1726        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1727        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1728
17292004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1730
1731        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1732        BITSPERBYTE.
1733
17342004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1735
1736        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1737        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1738
17392004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1740
1741        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1742
17432004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1744
1745        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1746        * aclocal/enable-bare.m4: Remove.
1747        * configure.ac: Remove BARE_CPU_MODEL.
1748
17492004-10-13      Eric Norum <norume@aps.anl.gov>
1750
1751        PR 688/bsps
1752        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1753        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1754        MC146818A (and several Dallas Semiconductor) TOD chips.
1755
17562004-10-13      Eric Norum <norume@aps.anl.gov>
1757
1758        PR 686/networking
1759        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1760        device code.
1761
17622004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1763
1764        * libchip/network/dec21140.c: include <rtems/pci.h>.
1765
17662004-09-29      Joel Sherrill <joel@OARcorp.com>
1767
1768        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1769        libnetworking/pppd/utils.c: i960 obsoleted and all references
1770        removed.
1771
17722004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1773
1774        PR 607/networking
1775        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1776        instead of fully specifying unused PCI features.
1777
17782004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1779
1780        * configure.ac: Require automake > 1.9.
1781
17822004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1783
1784        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1785
17862004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1787
1788        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1789        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1790
17912004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1792
1793        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1794        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1795
17962004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1797
1798        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1799
18002004-07-28  Joel Sherrill <joel@OARcorp.com>
1801
1802    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1803
18042004-07-25      Joel Sherrill <joel@OARcorp.com>
1805
1806        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1807
18082004-05-21  Till Strauman <strauman@slac.stanford.edu>
1809
1810        PR 625/networking
1811        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1812        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1813        an error rather than panic if no chip is detected (thus allowing
1814        for probing).
1815        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1816        instead of looping forever.  Avoid divide by zero (crashed my PC).
1817        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1818        they are UNTESTED.
1819
18202004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1821
1822        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1823
18242004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1825
1826        * libchip/network/dec21140.c, libchip/network/elnk.c:
1827        #include <errno.h>.
1828
18292004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1830
1831        * libchip/network/if_media.h: Update from FreeBSD.
1832        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1833        libchip/network/i82586.c: #include <errno.h>.
1834
18352004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1836
1837        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1838
18392004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1840
1841        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1842
18432004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1844
1845        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1846        automake).
1847
18482004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1849
1850        PR 599/pppd
1851        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1852
18532004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1854
1855        * optman/rtems/no-region.c: Reflect having changed
1856        rtems_region_get_segment_size.
1857
18582004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1859
1860        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1861        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1862        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1863        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1864        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1865        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1866        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1867
18682004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1869
1870        * libchip/ide/ata.c, libchip/network/dec21140.c,
1871        libchip/network/elnk.c, libchip/network/i82586.c,
1872        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1873        libchip/network/open_eth.c, libchip/network/sonic.c,
1874        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1875        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1876        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1877        libchip/shmdr/shm_driver.h: Cosmetics.
1878
18792004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1880
1881        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1882        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1883        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1884        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1885        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1886        fixed size types.
1887
18882004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1889
1890        * configure.ac: Explicitly pass --includedir and --libdir to
1891        cpukit/configure.
1892
18932004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1894
1895        * librdbg/Makefile.am: Fix rpcgen rules.
1896        * librdbg/src/i386/any/remdeb_xdr.c,
1897        librdbg/src/m68k/any/remdeb_xdr.c,
1898        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1899        Reflect changes to librdbg/Makefile.am.
1900
19012004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1902
1903        * configure.ac: Reflect changes testsuites/configure.ac and
1904        cpukit/configure.ac.
1905
19062004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1907
1908        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1909        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1910
19112004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1912
1913        * configure.ac: Reflect changes to testsuites's configuration.
1914
19152004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1916
1917        PR/589 rtems
1918        * libchip/network/pci.h: Remove (Moved to cpukit).
1919
19202004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1921
1922        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1923        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1924        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1925        libchip/network/dec21140.c, libchip/network/elnk.c,
1926        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1927        libchip/network/open_eth.h, libchip/network/sonic.c,
1928        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1929        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1930        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1931        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1932        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1933        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1934        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1935        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1936        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1937        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1938        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1939        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1940        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1941        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1942        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1943        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1944        fixed-size types.
1945
19462004-03-14      Chris Johns  <chrisj@rtems.org>
1947
1948        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1949        the BSP example code.
1950        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1951        support the DIMMPC. This is a pc386 target with IO port support. Minor
1952        formating clean up. Add documentation to the header file.
1953        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1954        cs8900.h header file.
1955
19562004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1957
1958        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1959        Cosmetics.
1960
19612004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1962
1963        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1964        There are no application level Makefiles in here.
1965
19662004-03-04      Joel Sherrill <joel@OARcorp.com>
1967
1968        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1969        they can be used in application level makefiles.
1970
19712004-03-05      Joel Sherrill <joel@OARcorp.com>
1972
1973        * libnetworking/rtems_webserver/ejparse.c,
1974        libnetworking/rtems_webserver/emfdb.c,
1975        libnetworking/rtems_webserver/sock.c,
1976        libnetworking/rtems_webserver/socket.c,
1977        libnetworking/rtems_webserver/sym.c,
1978        libnetworking/rtems_webserver/webs.c,
1979        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
19802004-03-05      Joel Sherrill <joel@OARcorp.com>
1981
1982        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1983        compiling this file only only those CPU families with supported
1984        exception models.
1985
19862004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1987
1988        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1989        testsuites (Was exposed with --enable-multilib, only).
1990        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1991         Add RTEMS_BSP_CONFIG_SUBDIR.
1992        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1993        testsuites's configure.
1994        * aclocal/rtems-top.m4: Remove ENDIF hack.
1995        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1996
19972004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1998
1999        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
2000        wrapup/Makefile.am: Fix automake problems having been introduced
2001        in previous patch.
2002
20032004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2004
2005        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
2006        Preinstall dirs.
2007        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
2008        * aclocal/check-multiprocessing.m4: Cosmetics.
2009        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
2010        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
2011
20122004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2013
2014        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
2015        librdbg/src/Makefile.am.
2016        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
2017        * configure.ac: Reflect changes above.
2018        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
2019        * wrapup/Makefile.am: Reflect changes above.
2020        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
2021
20222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2023
2024        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
2025
20262004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2027
2028        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
2029
20302004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2031
2032        * wrapup/Makefile.am: Reflect new location of librdbg.a.
2033
20342004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2035
2036        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
2037        librdbg/src/powerpc/Makefile.am: Remove.
2038        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
2039        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
2040        * configure.ac: Reflect changes above.
2041
20422004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2043
2044
20452004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2046
2047        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
2048        STRIP.
2049
20502004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2051
2052        * librdbg/include/Makefile.am: Merge-in
2053        librdbg/include/rdbg/i386/Makefile.am,
2054        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
2055        librdbg/include/rdbg/powerpc/Makefile.am.
2056        * librdbg/include/rdbg/i386/Makefile.am,
2057        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
2058        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
2059        * configure.ac: Reflect changes above.
2060
20612004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2062
2063        * configure.ac: Use AS_HELP_STRING(ada).
2064
20652004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2066
2067        * aclocal/bspopts.m4: Use AS_HELP_STRING.
2068        * aclocal/bsp-configure.m4: Require autoconf-2.59.
2069        Use AC_CONFIG_HEADERS.
2070        * aclocal/check-custom-bsp.m4: Add bspkit-support.
2071        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
2072
20732004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2074
2075        * Makefile.am: include local.am.
2076
20772004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2078
2079        * aclocal/version.m4: 4.6.99.0.
2080
20812004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2082
2083        * Makefile.am: Don't include host.am.
2084        * automake/compile.am: Further cleanups.
2085
20862004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2087
2088        * automake/lib.am: Remove (Unused).
2089
20902004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2091
2092        * wrapup/Makefile.am: Don't include lib.am.
2093        * automake/compile.am: Use automake compilation rules.
2094
20952004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2096
2097        * libnetworking/pppd/Makefile.am,
2098        libnetworking/rtems_servers/Makefile.am,
2099        libnetworking/rtems_telnetd/Makefile.am,
2100        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
2101        support/Makefile.am: Don't include lib.am.
2102
21032004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2104
2105        * libchip/Makefile.am: Don't include lib.am.
2106        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
2107        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
2108        unnecessary EXTRA_DISTs.
2109
21102004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2111
2112        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
2113        hack.
2114
21152004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2116
2117        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
2118        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
2119        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
2120        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
2121
21222004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2123
2124        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
2125        Add AM_CONDITIONAL(HAS_MP).
2126        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
2127        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
2128        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2129        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2130        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2131        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
2132        (Deprecated by autoconf 2.59).
2133
21342004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2135
2136        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2137        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2138
21392004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2140
2141        * ChangeLog: Merge-in libnetworking/ChangeLog.
2142        * libnetworking/ChangeLog: Remove.
2143        * ChangeLog: Merge-in librdbg/ChangeLog.
2144        * librdbg/ChangeLog: Remove.
2145        * ChangeLog: Merge-in libchip/ChangeLog.
2146        * libchip/ChangeLog: Remove.
2147        * ChangeLog: Merge-in optman/ChangeLog.
2148        * optman/ChangeLog: Remove.
2149
21502004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2151
2152        * configure.ac: Reflect changes to cpukit.
2153        * wrapup/Makefile.am: Reflect changes to librdbg.
2154        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
2155        * libchip/Makefile.am: Add PREINSTALL_DIRS.
2156        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
2157        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
2158        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
2159        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2160        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
2161        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
2162        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2163
21642004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2165
2166        * aclocal/rtems-top.m4: Remove check for version.m4.
2167        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
2168
21692004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2170
2171        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
2172        * wrapup/Makefile.am: Reflect changes to libchip/*.
2173        * support/Makefile.am: Use automake compilation rules.
2174        * wrapup/Makefile.am: Reflect changes to support/*.
2175        * configure.ac: Remove libnetworking/wrapup/Makefile.
2176        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
2177        libnetworking/*/lib*.a instead of libnetapps.a.
2178        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
2179        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
2180        * optman/Makefile.am: Use automake compilation rules.
2181        * libchip/Makefile.am: Fix typo in previous patch.
2182        * libchip/Makefile.am: Use automake compilation rules.
2183        * libnetworking/Makefile.am: Remove wrapup.
2184        * libnetworking/pppd/Makefile.am: Build libpppd. Use
2185        automake-compilation rules.
2186        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
2187        automake-compilation rules.
2188        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
2189        automake-compilation rules.
2190        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
2191        automake-compilation rules.
2192        * libnetworking/wrapup/Makefile.am: Remove (Unused).
2193
21942004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2195
2196        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2197        PRE/TMPINSTALL_FILES to CLEANFILES.
2198        * automake/lib.am: Remove TMPINSTALL_FILES.
2199        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2200        PRE/TMPINSTALL_FILES to CLEANFILES.
2201        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2202        PRE/TMPINSTALL_FILES to CLEANFILES.
2203        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
2204        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2205        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2206        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2207        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2208        * librdbg/src/i386/Makefile.am: Ditto.
2209        * librdbg/src/m68k/Makefile.am: Ditto.
2210        * librdbg/src/powerpc/Makefile.am: Ditto.
2211        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
2212        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2213        * libnetworking/rtems_servers/Makefile.am: Ditto.
2214        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2215        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2216
22172004-01-07      Joel Sherrill <joel@OARcorp.com>
2218
2219        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
2220        more completely covers the MIPS family.
2221
22222003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2223
2224        * wrapup/Makefile.am: Reflect changes to shmdr.
2225        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
2226
22272003-12-18      Joel Sherrill <joel@OARcorp.com>
2228
2229        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
2230        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
2231        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
2232        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
2233        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
2234        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
2235        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
2236
22372003-12-17      Joel Sherrill <joel@OARcorp.com>
2238
2239        * aclocal/version.m4: Updated to rtems-20031217-test.
2240
22412003-12-17     
2242
2243        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2244        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2245
22462003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2247
2248        * automake/compile.am: Remove LINK_LIBS (Unused).
2249        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
2250
22512003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2252
2253        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2254        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2255        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
2256        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
2257        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
2258
22592003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2260
2261        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
2262        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2263        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2264        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2265        * librdbg/src/i386/Makefile.am:
2266        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2267        * librdbg/src/m68k/Makefile.am:
2268        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2269        * librdbg/src/powerpc/Makefile.am:
2270        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2271
22722003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2273
2274        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2275        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
2276        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
2277        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
2278        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
2279        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
2280        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2281        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2282        * optman/Makefile.am: Remove project_libdir.
2283        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
2284        PRE/TMPINSTALL_FILES.
2285        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
2286        PRE/TMPINSTALL_FILES.
2287        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
2288        PRE/TMPINSTALL_FILES.
2289        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2290        PRE/TMPINSTALL_FILES.
2291        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
2292        from PRE/TMPINSTALL_FILES.
2293        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
2294        PRE/TMPINSTALL_FILES.
2295        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2296        PRE/TMPINSTALL_FILES.
2297        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
2298        PRE/TMPINSTALL_FILES.
2299        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
2300        PRE/TMPINSTALL_FILES.
2301        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
2302        PRE/TMPINSTALL_FILES.
2303        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
2304        PRE/TMPINSTALL_FILES.
2305        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
2306        from PRE/TMPINSTALL_FILES.
2307
23082003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2309
2310        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
2311        * automake/lib.am: Remove project_libdir.
2312        * wrapup/Makefile.am: Reworked.
2313
23142003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2315
2316        * configure.ac: Reflect changes to librdbg.
2317        * optman/Makefile.am: Add tmpinstall dirstamp support.
2318        * libchip/Makefile.am: Fix variant-tmpinstall support.
2319        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
2320        * librdbg/src/powerpc/Makefile.am: Merge-in former
2321        new_exception_processing/Makefile.am.
2322        * librdbg/src/m68k/any/Makefile.am: Remove.
2323        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
2324        * librdbg/src/i386/any/Makefile.am: Remove.
2325        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
2326        * librdbg/src/Makefile.am: Cosmetics.
2327        * librdbg/include/Makefile.am: Cosmetics.
2328        * librdbg/Makefile.am: Cosmetics.
2329        * libnetworking/Makefile.am: Cosmetics.
2330        * libnetworking/pppd/Makefile.am: Cosmetics.
2331        * libnetworking/wrapup/Makefile.am: Cosmetics.
2332
23332003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2334
2335        * Makefile.am: Cosmetics.
2336        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
2337        support.
2338
23392003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2340
2341        * automake/compile.am: Remove $(ARCH):-rule.
2342
23432003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2344
2345        * configure.ac: Remove lib/libbsp/shared/Makefile,
2346        lib/libbsp/shmdr/Makefile.
2347
23482003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2349
2350        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
2351        libchip/serial/Makefile, libchip/rtc/Makefile.
2352        * support/Makefile.am: Remove all-local: $(ARCH).
2353        * wrapup/Makefile.am: Remove all-local: $(ARCH).
2354        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
2355        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
2356        * optman/Makefile.am: Remove all-local: $(ARCH).
2357        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2358        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
2359        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
2360        compilation dirstamp support.
2361        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
2362        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
2363        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
2364        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
2365        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
2366        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
2367        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2368        all-local: $(ARCH).
2369        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
2370        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
2371        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
2372        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
2373        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
2374
23752003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2376
2377        * aclocal/lead-dot.m4: New (from automake-1.7f).
2378        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
2379        AC_SUBST(dirstamp).
2380        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
2381        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2382        libchip/serial/Makefile.am: Ditto.
2383        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
2384        * librdbg/include/Makefile.am: Ditto.
2385        * librdbg/include/rdbg/Makefile.am: Ditto.
2386        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2387        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2388        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2389        * librdbg/src/Makefile.am: Ditto.
2390        * librdbg/src/i386/Makefile.am: Ditto.
2391        * librdbg/src/i386/any/Makefile.am: Ditto.
2392        * librdbg/src/m68k/Makefile.am: Ditto.
2393        * librdbg/src/m68k/any/Makefile.am: Ditto.
2394        * librdbg/src/powerpc/Makefile.am: Ditto.
2395        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2396        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
2397        preinstallation.
2398        * libnetworking/pppd/Makefile.am: Ditto.
2399        * libnetworking/rtems_servers/Makefile.am: Ditto.
2400        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2401        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2402        * libnetworking/wrapup/Makefile.am: Ditto.
2403
24042003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2405
2406        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
2407        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
2408        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
2409        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
2410        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2411        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2412        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2413        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
2414        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
2415        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
2416        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
2417        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
2418        underquoting to silence automake-1.8.
2419
24202003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2421
2422        * configure.ac: Reflect having moved tests to ../../testsuites.
2423
24242003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2425
2426        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
2427        * aclocal/canonical-host.m4: Remove.
2428        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
2429        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2430
24312003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2432
2433        * aclocal/check-cpu.m4: Remove.
2434        * configure.ac: Merge-in former aclocal/check-cpu.m4.
2435        * aclocal/canonical-target-name.m4: Add m4-quotes.
2436        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
2437        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
2438        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2439        * aclocal/check-networking.m4: Add m4-quotes. Require
2440        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2441        * aclocal/check-posix.m4: Add m4-quotes. Require
2442        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2443        * aclocal/check-rdbg.m4: Add m4-quotes. Require
2444        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2445        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
2446
24472003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2448
2449        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
2450        * aclocal/bsp-alias.m4: Remove.
2451
24522003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2453
2454        * configure.ac: Make presence of tests/ optional.
2455
24562003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2457
2458        * aclocal/path-perl.m4: Remove (Unused).
2459
24602003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2461
2462        * automake/force-preinstall.am: Remove.
2463
24642003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2465
2466        PR 499/rtems_misc
2467        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
2468        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
2469        Configuration (Odd was forced) - Correction of Stop Bit configuration
2470        (inversed) - Correction of ISR Handler to call
2471        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
2472        CTS Hardware flow control Configuration.
2473
24742003-09-04      Joel Sherrill <joel@OARcorp.com>
2475
2476        * lib/libcpu/shared/include/cache.h,
2477        lib/libcpu/shared/src/cache_aligned_malloc.c,
2478        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
2479        license changed.
2480        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2481        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2482        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2483        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2484        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2485        for license changed.
2486        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2487        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2488        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2489        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2490        libchip/network/cs8900.h, libchip/network/dec21140.c,
2491        libchip/network/elnk.c, libchip/network/open_eth.c,
2492        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2493        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2494        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2495        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2496        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2497        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2498        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2499        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2500        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2501        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2502        libchip/serial/serial.h, libchip/serial/z85c30.c,
2503        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2504        libchip/serial/z85c30_reg.c: URL for license changed.
2505
25062003-09-03      Jiri Gaisler <jiri@gaisler.com>
2507
2508        PR 477/networking
2509        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2510        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2511        libchip/network/open_eth.h: New files.
2512
25132003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2514
2515        * aclocal/rtems-top.m4: Add RTEMS_API.
2516        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2517
25182003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2519
2520        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2521        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2522        @RTEMS_BSP@.cfg.
2523
25242003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2525
2526        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2527
25282003-08-20      Joel Sherrill <joel@OARcorp.com>
2529
2530        * libchip/network/cs8900.c: Correct copyright statements.
2531
25322003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2533
2534        * aclocal/check-itron.m4: Remove.
2535        * aclocal/enable-inlines.m4: Remove.
2536        * Makefile.am: Reflect having moved aclocal/.
2537        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2538        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2539        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2540        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2541        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2542        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2543        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2544        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2545        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2546        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2547        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2548        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2549        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2550        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2551        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2552        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2553        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2554        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2555        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2556        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2557        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2558        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2559        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2560        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2561        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2562        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2563        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2564        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2565        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2566        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2567        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2568        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2569        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2570        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2571        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2572        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2573        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2574        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2575        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2576        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2577        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2578        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2579        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2580        * aclocal/target.m4: New (Copied from ../../aclocal).
2581        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2582        * aclocal/version.m4: New (Copied from ../../aclocal).
2583
25842003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2585
2586        * configure.ac: Remove stray comments.
2587        * automake/local.am, automake/host.am: Remove "debug".
2588
25892003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2590
2591        * Makefile.am: Reflect having moved automake/.
2592        * lib/Makefile.am: Reflect having moved automake/.
2593        * support/Makefile.am: Reflect having moved automake/.
2594        * wrapup/Makefile.am: Reflect having moved automake/.
2595        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2596        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2597        from ../../automake).
2598        * optman/Makefile.am: Reflect having moved automake/.
2599        * libchip/Makefile.am: Reflect having moved automake/.
2600        * libchip/ide/Makefile.am: Reflect having moved automake/.
2601        * libchip/network/Makefile.am: Reflect having moved automake/.
2602        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2603        * libchip/serial/Makefile.am: Reflect having moved automake/.
2604        * librdbg/Makefile.am: Reflect having moved automake/.
2605        * librdbg/include/Makefile.am: Reflect having moved automake/.
2606        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2607        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2608        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2609        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2610        automake/.
2611        * librdbg/src/Makefile.am: Reflect having moved automake/.
2612        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2613        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2614        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2615        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2616        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2617        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2618        having moved automake/.
2619        * libnetworking/Makefile.am: Reflect having moved automake/.
2620        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2621        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2622        automake/.
2623        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2624        automake/.
2625        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2626        automake/.
2627        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2628
26292003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2630
2631        * Makefile.am: Add bsp.pc.in.
2632        * bsp.pc.in: New (pkgconfig support).
2633
26342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2635
2636        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2637
26382003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2639
2640        * lib/Makefile.am: New (Required by 'make dist').
2641        * lib/ChangeLog: Remove.
2642        * lib/.cvsignore: Cleanup.
2643        * configure.ac: Reflect having added lib/Makefile.am.
2644        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2645        lib/libbsp/configure.ac.
2646        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2647        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2648
26492003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2650
2651        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2652        * configure.ac: Merge-in librdbg/configure.ac.
2653        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2654        librdbg/configure.ac.
2655        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2656        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2657        LIBCHIP. Conditionally build include-dirs.
2658        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2659        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2660        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2661        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2662        librdbg/include/rdbg/m68k/Makefile.am,
2663        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2664        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2665        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2666        librdbg/src/powerpc/Makefile.am, librdbg/
2667        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2668        configure.ac into ../configure.ac.
2669        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2670        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2671        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2672        libnetworking/rtems_telnetd/Makefile.am,
2673        libnetworking/rtems_webserver/Makefile.am,
2674        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2675        into ../configure.ac.
2676
26772003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2678
2679        PR 427/rtems
2680        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2681        * librdbg/src/servtsp.c: Ditto.
2682
26832003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2684
2685        PR 429/bsps
2686        PR 432/bsps
2687        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2688        packets are queued onto an elnk board, the ISR will deadlock the device
2689        with a tx complete interrupt.  Lighter tx loads are not affected as they
2690        end up submitting single packets to the device.
2691
26922003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2693
2694        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2695        optman/configure.ac.
2696        * optman/configure.ac: Remove (Merged into ../configure.ac).
2697        * optman/Makefile.am: Reflect having merged configure.ac into
2698        ../configure.ac.
2699        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2700        * libchip/Makefile.am, libchip/ide/Makefile.am,
2701        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2702        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2703        ../configure.ac.
2704
27052003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2706
2707        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2708
27092003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2710
2711        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2712        on i386.
2713
27142003-06-13      Joel Sherrill <joel@OARcorp.com>
2715
2716        * libnetworking/pppd/chat.c: Removed warnings.
2717
27182003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2719
2720        * libchip/network/README.3com: New file missed in previous commit.
2721        PR 405/bsps
2722        PR 393/networking
2723        * libchip/network/dec21140.c: Fix leak also known as PR393.
2724        * libchip/network/elnk.c, libchip/network/if_media.h,
2725        libchip/network/mii.h: New files.
2726        * libchip/network/Makefile.am: Reflect new files.
2727
27282003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2729
2730        * configure.ac: Remove support for profile-variant.
2731
27322003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2733
2734        PR 397/pppd
2735        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2736        * libnetworking/pppd/magic.c: Remove *rand48.
2737        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2738
27392003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2740
2741        * wrapup/Makefile.am: Add libide.a.
2742
27432003-04-15      Joel Sherrill <joel@OARcorp.com>
2744
2745        PR 387/rtems_misc
2746        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2747        routines.
2748        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2749
27502003-04-11      Joel Sherrill <joel@OARcorp.com>
2751
2752        * libnetworking/rtems_webserver/cgi.c,
2753        libnetworking/rtems_webserver/sockGen.c,
2754        libnetworking/rtems_webserver/umui.c,
2755        libnetworking/rtems_webserver/websSSL.c,
2756        libnetworking/rtems_webserver/websSSL.h,
2757        libnetworking/rtems_webserver/websda.c,
2758        libnetworking/rtems_webserver/websda.h: New files. Not included in
2759        previous commit.
2760
27612003-04-10      Joel Sherrill <joel@OARcorp.com>
2762
2763        PR 371/pppd
2764        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2765        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2766        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2767        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2768        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2769        still global symbols in rtemspppd.h which might need to be changed or
2770        converted into member of a structure which is dereferenced with a
2771        pointer that is managed as a per task variable. But this patch should
2772        avoid many conflicts.
2773
27742003-03-27      Joel Sherrill <joel@OARcorp.com>
2775
2776        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2777        not allowed in the cpukit source code since it must be buildable
2778        independent of any BSP. These files were moved to libchip/ide.
2779        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2780        files.
2781
27822003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2783
2784        PR 368/filesystems
2785        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2786        improvements which now work on pc386 and mbx8xx.
2787        * libchip/ide/ide_controller.c: New file.
2788
27892003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2790
2791        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2792
27932003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2794
2795        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2796        * configure.ac: Add support/.
2797        * support/.cvsignore: New.
2798        * support/Makefile.am: New.
2799        * support/version.c: New.
2800        * wrapup/Makefile.am: Add support/libsupport.a.
2801        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2802        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2803        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2804        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2805
28062003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2807
2808        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2809
28102003-02-20      Till Straumann <strauman@slac.stanford.edu>
2811
2812        PR 354/networking
2813        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2814        chip against a table of supported chips. The untested ones are still
2815        commented out, however.
2816
28172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2818
2819        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2820        * configure.ac: AC_PREREQ(2.57).
2821        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2822        * optman/configure.ac: AC_PREREQ(2.57).
2823        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2824        * libchip/configure.ac: AC_PREREQ(2.57).
2825        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2826        * librdbg/configure.ac: AC_PREREQ(2.57).
2827        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2828        * libnetworking/configure.ac: AC_PREREQ(2.57).
2829
28302003-02-06      Joel Sherrill <joel@OARcorp.com>
2831
2832        * libnetworking/pppd/chat.c: Convert routines with common names to
2833        static. This included get_char(), put_char(), and character() among
2834        others.
2835
28362003-02-03      Joel Sherrill <joel@OARcorp.com>
2837
2838        PR 338/filesystem
2839        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2840        rtems_io_lookup_name() (API change).  Unused function removed.
2841
28422003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2843
2844        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2845        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2846        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2847        Eliminate *_O_FILES.
2848        * libnetworking/rtems_servers/Makefile.am,
2849        libnetworking/rtems_webserver/Makefile.am,
2850        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2851
28522002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2853
2854        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2855        Let all-local: depend on $(LIB).
2856        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2857        * optman/Makefile.am: Apply install-data-local to install *.rels.
2858
28592002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2860
2861        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2862        %.c rules.
2863        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2864        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2865        * libchip/rtc/Makefile.am: Ditto.
2866        * libchip/serial/Makefile.am: Ditto.
2867
28682002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2869
2870        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2871        LIBC_DEFINES.
2872        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2873        LIBC_DEFINES.
2874        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2875        LIBC_DEFINES.
2876
28772002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2878
2879        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2880
28812002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2882
2883        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2884        cache-checking.
2885        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2886
28872002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2888
2889        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2890        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2891        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2892        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2893        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2894
28952002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2896
2897        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2898        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2899        Remove.
2900        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2901
29022002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2903
2904        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2905        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2906
29072002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2908
2909        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2910        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2911
29122002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2913
2914        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2915        * optman/rel.am: New.
2916
29172002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2918
2919        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2920        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2921        braino in comment on "exec". Extend --enable-ada handling.
2922
29232002-11-04      Joel Sherrill <joel@OARcorp.com>
2924
2925        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2926        tasks and rolling multiple loops into 1.
2927        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2928        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2929        Removed warnings.
2930
29312002-10-31      Joel Sherrill <joel@OARcorp.com>
2932
2933        * libchip/network/dec21140.c: Removed warnings.
2934        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2935        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2936        librdbg/src/m68k/any/remdeb_xdr.c,
2937        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2938        warnings.
2939        * libnetworking/rtems_webserver/socket.c,
2940        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2941
29422002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2943
2944        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2945        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2946        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2947        above.
2948
29492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2950
2951        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2952        * wrapup/.cvsignore: Remove autom4te.cache.
2953        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2954        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2955        autom4te.cache.
2956        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2957        autom4te.cache.
2958        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2959        autom4te.cache.
2960
29612002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2962
2963        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2964
29652002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2966
2967        * optman/.cvsignore: Add autom4te.cache.
2968
29692002-09-14      Joel Sherrill <joel@OARcorp.com>
2970
2971        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2972
29732002-09-07      Joel Sherrill <joel@OARcorp.com>
2974
2975        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2976        include files to resolve warnings.
2977
29782002-09-07      Chris Johns <ccj@acm.org>
2979
2980        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2981        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2982        which corrects the problem  where the cs8900.c file was actually the BSP
2983        glue.  Joel did some hacking so this file will compile.  Previously it
2984        required providing a target.h file to compile.
2985        * libchip/network/cs8900.c.bsp: New file.
2986
29872002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2988
2989        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2990
29912002-08-31      Joel Sherrill <joel@OARcorp.com>
2992
2993        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2994        eliminate warning.
2995
29962002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2997
2998        * configure.ac: Add ada-tests.
2999
30002002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3001
3002        * Makefile.am: Add preinstall-stamp.
3003
30042002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3005
3006        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
3007        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
3008        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
3009        gcc31 happy.
3010        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
3011        cp.
3012
30132002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3014
3015        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
3016        make/bsp.mak.
3017        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
3018        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
3019
30202002-08-12      Joel Sherrill <joel@OARcorp.com>
3021
3022        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
3023        avoid error.
3024
30252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3026
3027        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
3028        * configure.ac: Add BSP_SUBDIRS.
3029        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
3030        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
3031        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
3032        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
3033        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
3034        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
3035        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
3036        RTEMS_CHECK_BSP_CACHE.
3037        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
3038        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
3039        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3040        .$(OBJEXT) instead of .o.
3041        * libnetworking/pppd/Makefile.am,
3042        libnetworking/rtems_servers/Makefile.am,
3043        libnetworking/rtems_telnetd/Makefile.am,
3044        libnetworking/rtems_webserver/Makefile.am,
3045        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
3046
30472002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3048
3049        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
3050        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
3051        ../libchip/serial/$(ARCH)/libserialio.a.
3052        * libchip/serial/Makefile.am: Don't tmp-install lib.
3053        * libchip/rtc/Makefile.am: Don't tmp-install lib.
3054
30552002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3056
3057        * Makefile.am: Add rtems_makedir.
3058        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
3059        * Makefile.am: Add wrapup-SUBDIR.
3060        * wrapup/ChangeLog: Remove.
3061        * wrapup/configure.ac: Remove.
3062        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
3063        (Make the bare BSP happy).
3064        * configure.ac: Ditto.
3065        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
3066        Create make/custom/default.cfg.
3067        * configure.ac: Add creation of make/custom/*.cfg. Create
3068        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
3069
30702002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3071
3072        * Makefile.am: Clean $(PROJECT_RELEASE).
3073
30742002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3075
3076        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
3077        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
3078        prototype mismatches.
3079
30802002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3081
3082        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
3083        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
3084
30852002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3086
3087        * acinclude.m4: Add test "$multilib" != "yes".
3088        * config-ml.in: Remove.
3089        * acinclude.m4: Cleanups.
3090        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
3091        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
3092        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
3093        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
3094        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
3095
30962002-07-16      Eric Norum <eric.norum@usask.ca>
3097
3098        * New driver for the Intel EtherExpressPro (82559ER) chip.
3099        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
3100        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
3101        * libchip/network/Makefile.am: Modified to reflect above.
3102
31032002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3104
3105        * acinclude.m4: New.
3106        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
3107        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
3108        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
3109
31102002-07-01      Joel Sherrill <joel@OARcorp.com>
3111
3112        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
3113        _Objects_Information_table now that it is a two dimensional array based
3114        upon API and class.
3115        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
3116        of strnlen().
3117
31182002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3119
3120        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
3121        preinstall libnetapps.a.
3122
31232002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3124
3125        * configure.ac: Remove librpc.
3126
31272002-06-25      Joel Sherrill <joel@OARcorp.com>
3128
3129        * Per PR233, moved librpc to exec.
3130        * configure.ac, wrapup/Makefile.am: Modified.
3131        * librpc, librpc/ChangeLog: Removed.
3132
31332002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3134
3135        * optman/Makefile.am: Remove multilib support.
3136        * optman/configure.ac: Ditto.
3137        * optman/sapi/Makefile.am: Ditto.
3138
31392002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3140
3141        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
3142        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
3143
31442002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3145
3146        Move networking libraries to c/src/exec/libnetworking
3147        * libnetworking/configure.ac, libnetworking/Makefile.am,
3148        libnetworking/wrapup/Makefile.am: Reflect Moval.
3149
31502002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3151
3152        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
3153        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
3154        <rtems/bspIo.h>.
3155
31562002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3157
3158        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
3159        * libnetworking/rtems/mkrootfs.h: Ditto.
3160        * libnetworking/rtems/Makefile.am: Reflect changes above.
3161
31622002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3163
3164        * configure.ac: Remove lib.
3165
31662002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
3167
3168        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
3169        that exception stack frames on M68K members with VBR always are 6 byte
3170        long. The incorrect assumption resulted in some gdb commands like "next"
3171        to fail on the 68360.
3172
31732002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3174
3175        * config-ml.in: Take out arm and sh variants RTEMS does not support.
3176        PR 220
3177        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3178        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
3179        CVS.
3180        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
3181        libnetworking/sys/filio.h: Remove.
3182        * libnetworking/sys/Makefile.am: Reflect changes above.
3183
31842002-05-07      Chris Johns <ccj@acm.org>
3185
3186        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
3187        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
3188        requires it to be stripped.
3189
31902002-05-01      Eric Norum <eric.norum@usask.ca>
3191
3192        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
3193        assembly  to satisfy gcc 3.1 and newer.
3194
31952002-04-26      Eric Norum <eric.norum@usask.ca>
3196
3197        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
3198        agressive optimization in gcc 3.1 does not reorder things.
3199
32002002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3201
3202        * libchip/network/dec21140.c: Reflect changes to powerpc's
3203        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
3204        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
3205        <rtems/score/cpu.h>.
3206        * librdbg/src/powerpc/rdbg_f.c: Ditto.
3207        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
3208
32092002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3210
3211        * optman/configure.ac: Remove ENABLE_GCC28.
3212
32132002-04-11      Chris Johns <ccj@acm.org>
3214
3215        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
3216        driver control block field to the ifconfig network driver structure.
3217        This field is needed by the i82586 driver which was ported from NetBSD
3218        as it had better hardware abstraction.
3219        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
3220        PR59, added the drv_ctrl driver control block field to the ifconfig
3221        network driver structure. This field is needed by the i82586 driver
3222        which was ported from NetBSD as it had better hardware abstraction.
3223
32242002-04-10      Mike Siers <mikes@poliac.com>
3225
3226        * libnetworking/rtems_webserver/NOTES,
3227        libnetworking/rtems_webserver/asp.c,
3228        libnetworking/rtems_webserver/balloc.c,
3229        libnetworking/rtems_webserver/default.c,
3230        libnetworking/rtems_webserver/ej.h,
3231        libnetworking/rtems_webserver/ejIntrn.h,
3232        libnetworking/rtems_webserver/ejlex.c,
3233        libnetworking/rtems_webserver/ejparse.c,
3234        libnetworking/rtems_webserver/emfdb.c,
3235        libnetworking/rtems_webserver/emfdb.h,
3236        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
3237        libnetworking/rtems_webserver/handler.c,
3238        libnetworking/rtems_webserver/license.txt,
3239        libnetworking/rtems_webserver/md5.h,
3240        libnetworking/rtems_webserver/md5c.c,
3241        libnetworking/rtems_webserver/mime.c,
3242        libnetworking/rtems_webserver/misc.c,
3243        libnetworking/rtems_webserver/ringq.c,
3244        libnetworking/rtems_webserver/rom.c,
3245        libnetworking/rtems_webserver/security.c,
3246        libnetworking/rtems_webserver/sock.c,
3247        libnetworking/rtems_webserver/sym.c,
3248        libnetworking/rtems_webserver/uemf.c,
3249        libnetworking/rtems_webserver/uemf.h,
3250        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
3251        libnetworking/rtems_webserver/url.c,
3252        libnetworking/rtems_webserver/value.c,
3253        libnetworking/rtems_webserver/wbase64.c,
3254        libnetworking/rtems_webserver/webcomp.c,
3255        libnetworking/rtems_webserver/webpage.c,
3256        libnetworking/rtems_webserver/webrom.c,
3257        libnetworking/rtems_webserver/webs.c,
3258        libnetworking/rtems_webserver/webs.h,
3259        libnetworking/rtems_webserver/websuemf.c,
3260        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
3261        2.1.4.
3262
32632002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3264
3265        * libchip/network/i82586.c: Include <string.h>.
3266        * libchip/network/sonic.c: Ditto.
3267
32682002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3269
3270        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
3271
32722002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3273
3274        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
3275
32762002-03-27      Thomas.Doerfler@imd-systems.de
3277
3278        PR 144
3279        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
3280        memory address 0 when called for the first time. This is done when
3281        trying to clear the variable "dhcp_hostname".
3282
32832002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3284
3285        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3286        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3287        * Makefile.am: Remove AUTOMAKE_OPTIONS.
3288        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3289        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3290        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3291        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
3292        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
3293        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3294        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3295        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
3296        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
3297        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3298        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
3299        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3300        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3301        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3302        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3303        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3304        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3305        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
3306        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3307        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3308        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3309        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3310        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3311        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
3312        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3313        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
3314        AUTOMAKE_OPTIONS.
3315        * libnetworking/configure.ac:
3316        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
3317        foreign 1.6]).
3318        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
3319        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
3320        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
3321        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
3322        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3323        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
3324        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
3325        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
3326        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
3327        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3328        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3329        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
3330        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3331        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
3332        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
3333        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
3334        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
3335
33362002-03-27      Ilya Alexeev <ilya@continuum.ru>
3337
3338        PR 162
3339        * libnetworking/net/if_ppp.c ppp_txdaemon(),
3340        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
3341        used in a device write routines.  Now ppp_softc structure have own
3342        character for writing to device (sc_outchar).  I think that converting
3343        local variables to static is not a right solution, because problems will
3344        occur in the case of two or more ppp instances.
3345        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
3346        must be u_long, otherwise in the case of the big output packet endless
3347        loop may occur.
3348
33492002-03-21      Ilya Alexeev <ilya@continuum.ru>
3350
3351        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
3352        preparations for multiple PPPD connections.
3353
33542002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3355
3356        PR 149
3357        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
3358        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
3359        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
3360        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3361
33622002-02-28      Victor V. Vengerov <vvv@oktet.ru>
3363
3364        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
3365        * configure.ac: Modified to reflect addition.
3366
33672002-02-27      Ilya Alexeev <ilya@continuum.ru>
3368
3369        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
3370        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3371        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
3372        capabilities as well as eliminate some warnings.
3373
33742002-02-27      Eric Norum <eric.norum@usask.ca>
3375
3376        * libnetworking/net/radix.c: Properly handle fetching the default route
3377        when there is no route.  This was a bug in the original FreeBSD code and
3378        this fix is from an updated version of their code.
3379
33802002-02-16      Eric Norum <eric.norum@usask.ca>
3381
3382        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
3383        checking.
3384
33852002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3386
3387        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
3388        dodefaultroute.
3389
33902002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3391
3392        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
3393        include <rtems/seterr.h>.
3394
33952002-02-01      Mike Siers <mikes@poliac.com>
3396
3397        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
3398        avoid bringing the link down too fast. NOTE: Mike reports successfully
3399        running at 56K baud on a direct link.
3400
34012002-02-01      Eric Valette <valette@crf.canon.fr>
3402
3403        * librdbg/So many patches have been posted recently on the mailing list
3404        and  because we were unable to find correct solution to compile on
3405        various  linux distros (due to rpcgen incompatibilities), librdbg/and
3406        because the coding  style of rdbg was rather inconsistant among various
3407        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
3408        global coding style (using indent + manual edits), 2) incorporate/review
3409        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
3410        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
3411        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
3412        after rdbg initialization is done, NB : the paches is huge but it is
3413        mainly due to coding styke chnages.  Only few lines of codes have been
3414        really changed and they do not impact  rdbg functionnality (AFAIKT).
3415        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
3416        librdbg/include/rdbg/m68k/rdbg_f.h,
3417        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
3418        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
3419        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
3420        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
3421        librdbg/src/servtsp.c, librdbg/src/servutil.c,
3422        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
3423        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
3424        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
3425        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
3426        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
3427        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
3428        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
3429        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3430        librdbg/src/powerpc/new_exception_processing/remdeb.h,
3431        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
3432        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
3433
34342002-01-31      Mike Siers <mikes@poliac.com>
3435
3436        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
3437        * Nice Update of PPPD support which eliminates the requiremetn that
3438        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
3439        and reports that it seems to be more stable and handle larger packets
3440        better.  This patch replaces the termios tasks with more general pppd
3441        network driver tasks.  The functions pppinput() and pppstart() get
3442        called from the interrupt service routine.
3443        * libnetworking/Makefile.am, libnetworking/configure.ac,
3444        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
3445        libnetworking/net/ethernet.h, libnetworking/net/if.c,
3446        libnetworking/net/if.h, libnetworking/net/if_arp.h,
3447        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
3448        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
3449        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
3450        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
3451        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
3452        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
3453        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
3454        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
3455        libnetworking/net/route.c, libnetworking/net/route.h,
3456        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
3457        libnetworking/pppd/README, libnetworking/pppd/STATUS,
3458        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
3459        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3460        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3461        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3462        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3463        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3464        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3465        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3466        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3467        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3468        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3469        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
3470        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3471        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3472        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
3473        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
3474        libnetworking/pppd/example/README,
3475        libnetworking/pppd/example/netconfig.h,
3476        libnetworking/wrapup/Makefile.am: Modified.
3477        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
3478        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
3479        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
3480        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3481        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3482        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3483        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3484        libnetworking/modem/pppcompress.c: Subdirectory removed.
3485
34862002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3487
3488        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3489        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3490
34912002-01-18      Till Straumann <strauman@slac.stanford.edu>
3492
3493        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3494        issues: - exception handler needs to enable MSR_FP if the interrupted
3495        thread is FP enabled. - printk message for MSR fixed and added
3496        stacktrace. NOTE: this requires the stacktrace patch to
3497        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3498        however).
3499
35002002-01-06      Joel Sherrill <joel@OARcorp.com>
3501
3502        * optman/.cvsignore: Added aclocal.m4 and configure.
3503        * optman/.cvsignore: New file.
3504
35052002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3506
3507        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3508
35092002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3510
3511        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3512        * optman/ChangeLog: New.
3513        * optman/configure.ac: New.
3514        * optman/Makefile.am: New.
3515        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3516        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3517
35182001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3519
3520        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3521
35222001-12-18      Eric Norum <eric.norum@usask.ca>
3523
3524        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3525        `directories' (path names with a / at the end) while disallowing open()
3526        operations on TFTP `directories'.
3527
35282001-12-07      Eric Norum <eric.norum@usask.ca>
3529
3530        * libnetworking/lib/tftpDriver.c: Restore write capability.
3531
35322001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3533
3534        * libchip/network/sonic.h: Fix typo.
3535        * libnetworking/arpa/Makefile.am: Remove stray lines.
3536
35372001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3538
3539        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3540
35412001-10-18      Eric Norum <eric.norum@usask.ca>
3542
3543        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3544        chdir() and open() operations within the TFTP file system.
3545
35462001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3547
3548        * librdbg/configure.ac: Fix latent bug exposed by removal of
3549        config.cache's which prevented powerpc targets librdbg from building.
3550
35512001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3552
3553        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3554        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3555        autoconf-2.52 happy.
3556
35572001-10-12      Mike Siers <mikes@poliac.com>
3558
3559        * libnetworking/Update to stable working state.  Congratulations Mike!
3560        :).
3561        * libnetworking/modem_example: Directory removed.
3562        * libnetworking/modem_example/16550.h,
3563        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3564        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3565        libnetworking/modem_example/ppp.h,
3566        libnetworking/modem_example/pppcompress.c: Files removed.
3567        * libnetworking/pppd/example/pppd.options: New file.
3568        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3569        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3570        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3571        libnetworking/pppd/rtemsmain.c: Updated.
3572
35732001-10-12      Joel Sherrill <joel@OARcorp.com>
3574
3575        * libchip/serial/z85c30.c: Fixed typo.
3576
35772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3578
3579        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3580        * configure.in: Remove.
3581        * configure.ac: New file, generated from configure.in by autoupdate.
3582        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3583        * libchip/configure.in: Remove.
3584        * libchip/configure.ac: New file, generated from configure.in by
3585        autoupdate.
3586        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3587        * librdbg/configure.in: Remove.
3588        * librdbg/configure.ac: New file, generated from configure.in by
3589        autoupdate.
3590        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3591        * libnetworking/configure.in: Remove.
3592        * libnetworking/configure.ac: New file, generated from configure.in by
3593        autoupdate.
3594
35952001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3596
3597        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3598        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3599        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3600
36012001-09-27      Joel Sherrill <joel@OARcorp.com>
3602
3603        * libchip/ChangeLog: Fixed typo in date.
3604
36052001-09-27      Eric Norum <eric.norum@usask.ca>
3606
3607        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3608        TFTP  filesystem.
3609
36102001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3611
3612        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3613        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3614        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3615        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3616        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3617        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3618        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3619        'PREINSTALL_FILES ='.
3620        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3621        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3622        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3623        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3624        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3625        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3626        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3627        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3628        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3629        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3630        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3631        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3632
36332001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3634
3635        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3636        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3637        * librdbg/src/m68k/any/Makefile.am: Ditto.
3638        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3639        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3640        happy.
3641
36422001-09-21      Joel Sherrill <joel@OARcorp.com>
3643
3644        * libchip/network/Makefile.am: Fixed typo on file name.
3645        * libchip/network/i82586.c: Commented out line 318 which is referencing
3646        a member of a structure that is not currently there.  This needs to be
3647        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3648        to C style.
3649
36502001-09-19      Eric Norum <eric.norum@usask.ca>
3651
3652        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3653
36542001-09-19      Chris Johns <ccj@acm.org>
3655
3656        * libchip/network/README.i82586, libchip/network/i82586.c,
3657        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3658        Network driver for Intel i82586.
3659        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3660        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3661        "root" filesystem with information obtained via the DHCP response.
3662
36632001-09-14      Eric Norum <eric.norum@usask.ca>
3664
3665        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3666        make gcc 3.x happy.
3667
36682001-08-16      Mike Siers <mikes@poliac.com>
3669
3670        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3671        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3672        These support callback functionality that has not even been compiled
3673        under RTEMS yet.
3674        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3675        example application.  Mike's notes on the modifications: - renamed
3676        error() function because of namespace problems - removed calls to the
3677        exit() funciton - removed extra files from the pppd source directory -
3678        defined pppd task constant values in rtemspppd.h - modifyied example
3679        code to get actual tick per second value - placed the pppd 2.3.11 man
3680        page file (pppd.8) into the pppd directory.
3681        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3682        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3683        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3684        libnetworking/pppd/rtems-ppp.c: Deleted.
3685        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3686        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3687        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3688        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3689        libnetworking/pppd/example/init.c,
3690        libnetworking/pppd/example/netconfig.h,
3691        libnetworking/pppd/example/ppp.conf,
3692        libnetworking/pppd/example/pppdapp.c,
3693        libnetworking/pppd/example/system.h: New files.
3694        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3695        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3696        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3697        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3698        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3699        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3700        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3701        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3702        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3703        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3704        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3705        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3706        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3707        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3708        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3709
37102001-08-16      Joel Sherrill <joel@OARcorp.com>
3711
3712        * libnetworking/pppd/example/Makefile: Removed.
3713        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3714        to avoid bootstrap -c clobbering it.
3715        * libnetworking/rtems_telnetd/.cvsignore: New file.
3716
37172001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3718
3719        * libnetworking/Makefile.am, libnetworking/configure.in,
3720        libnetworking/rtems_servers/Makefile.am,
3721        libnetworking/rtems_servers/telnetd.c,
3722        libnetworking/rtems_servers/telnetd.h,
3723        libnetworking/rtems_telnetd/Makefile.am,
3724        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3725        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3726        libnetworking/rtems_telnetd/telnetd.c,
3727        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3728        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3729        effect when ftpd change. - the tcp/ip stats have been implemented into
3730        icmds.c and started when telnetd daemon is started.
3731        * libnetworking/rtems_servers/telnetd.c,
3732        libnetworking/rtems_servers/telnetd.h: Removed.
3733        * libnetworking/rtems_telnetd: New directory.
3734        * libnetworking/rtems_telnetd/Makefile.am,
3735        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3736        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3737        libnetworking/rtems_telnetd/telnetd.c,
3738        libnetworking/rtems_telnetd/telnetd.h: New files.
3739
37402001-06-14      Joel Sherrill <joel@OARcorp.com>
3741
3742        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3743        Moved from libmisc/shell so the network stack to address network
3744        depenendency.
3745        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3746
37472001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3748
3749        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3750
37512001-05-15      Joel Sherrill <joel@OARcorp.com>
3752
3753        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3754        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3755        accidentally deleted the incorrectly empty versions.
3756
37572001-05-14      Till Straumann <strauman@slac.stanford.edu>
3758
3759        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3760        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3761        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3762        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3763        to know the values) - the affected BSP (shared/motorola) headers have
3764        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3765        driver (libchip/network/dec21140.c) has been fixed to use
3766        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3767        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3768        who is using this driver. - the DEC driver also has been fixed to use
3769        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3770        delay_in_bus_cycles().
3771
37722001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3773
3774        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3775
37762001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3777
3778        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3779
37802001-04-24      Eric Norum <eric.norum@usask.ca>
3781
3782        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3783        NTP synchronization a little more robust -- no NTP daemon yet, but at
3784        least it trys a little harder when the primary NTP server is down.
3785
37862001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3787
3788        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3789        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3790        libnetworking/pppd/modem_example/modem.c,
3791        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3792        other strings into English.
3793        * libnetworking/pppd/STATUS: updated to reflect the changes.
3794
37952001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3796
3797        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3798        again.
3799
38002001-04-20      Eric Valette <valette@crf.canon.fr>
3801
3802        * mcp750 directory renamed new_exception processing as it supports many
3803        more CPU models.
3804        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3805        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3806        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3807        formerly in mcp750 plus modifications.
3808        * librdbg/src/powerpc/mcp750/.cvsignore,
3809        librdbg/src/powerpc/mcp750/Makefile.am,
3810        librdbg/src/powerpc/mcp750/remdeb.h,
3811        librdbg/src/powerpc/mcp750/remdeb_f.x,
3812        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3813        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3814        new_exception_processing.
3815        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3816        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3817        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3818        part of this effort to add support for the MPC8xx.
3819
38202001-04-19      Joel Sherrill <joel@OARcorp.com>
3821
3822        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3823        internal include files.
3824
38252001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3826
3827        PR 158
3828        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3829        rcmd() library call by commenting out the parts that deal with signals.
3830        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3831        stdio. The 'server-side' parts of this file which deal with
3832        authentication are disabled since they are not needed.
3833
38342001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3835
3836        * libnetworking/include/.cvsignore: Remove dangling file.
3837
38382001-03-14      Joel Sherrill <joel@OARcorp.com>
3839
3840        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3841        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3842        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3843        libchip style serial drivers can be written in libcpu or libbsp.
3844
38452001-03-01      Joel Sherrill <joel@OARcorp.com>
3846
3847        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3848        libchip/network/sonic.c, libchip/network/sonic.h,
3849        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3850        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3851        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3852        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3853        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3854        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3855        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3856        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3857
38582001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3859
3860        * librdbg/include/rdbg/Makefile.am,
3861        librdbg/include/rdbg/i386/Makefile.am,
3862        librdbg/include/rdbg/m68k/Makefile.am,
3863        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3864        style on include files.
3865
38662001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3867
3868        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3869        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3870        replace ${..} with $(..).
3871        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3872        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3873        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3874        libnetworking/rtems/Makefile.am, libnetworking/
3875        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3876        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3877        include_*HEADERS instead of H_FILES.
3878        * libnetworking/include/Makefile.am: Remove.
3879        * libnetworking/Makefile.am: Add handling of *.h files.
3880        * libnetworking/configure.in: Remove include/Makefile.
3881
38822001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3883
3884        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3885
38862001-01-31      Sergei Organov <osv@javad.ru>
3887
3888        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3889        current dir and root dir removed in favor of new libio support for
3890        task-local current and root directories. - Bug in `close_data_socket()'
3891        introduced by previous change fixed. - `command_pasv()' changed to set
3892        timeout on socket we are listening on and code fixed to don't close
3893        socket twice on error. - `serr()' changed to clear `errno'. -
3894        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3895        changed to clear `errno' before processing session. -
3896        `close_data_socket()' fixed to close both active and passive sockets -
3897        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3898        empty string  in `exec_command()'.
3899
39002001-01-25      Eric Norum <eric.norum@usask.ca>
3901
3902        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3903        improves throughput on systems which are dropping packets.   Only the
3904        first timeout is reduced.  This keeps the number of extra packets down
3905        on networks that are very busy and dropping lots of packets.
3906
39072001-01-24      Sergei Organov <osv@javad.ru>
3908
3909        * libnetworking/rtems_servers/ftpd.c,
3910        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3911        - Timeouts on sockets implemented. 'idle' field added to configuration.
3912        No timeout by default to keep backward compatibility. Note: SITE IDLE
3913        command not implemented yet. - Basic global access control implemented.
3914        'access' field added to configuration. No access limitations by default
3915        to keep backward compatibility. - Anchor data socket for active mode
3916        (using self IP and port 20.) - Fixed default data port support (still
3917        not tested). - Don't allow IP address different from originating host in
3918        PORT command to improve security. - Fixed bug in MDTM command. - Check
3919        for correctness of parsing of argument in command_port(). - Fixed
3920        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3921        a directory. - Command parsing a little bit improved: command names are
3922        now converted to upper-case to be more compatible with RFC (command
3923        names are not case-sensitive.) - Reformat comments so that they have
3924        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3925        previous changes - True ASCII mode implemented (doesn't work for hooks
3926        and /dev/null) - Passive mode implemented, PASV command added. - Default
3927        port for data connection could be used (untested, can't find ftp client
3928        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3929        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3930
39312001-01-18      Joel Sherrill <joel@OARcorp.com>
3932
3933        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3934        macro using variable arguments.
3935        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3936        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3937        since I updated the main RTEMS development machine to RedHat 7.2 and
3938        apparently got a new version of rpcgen.
3939
39402001-01-12      Sergei Organov <osv@javad.ru>
3941
3942        * libnetworking/rtems_servers/ftpd.c,
3943        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3944        - use pool of pre-created threads to handle sessions instead of
3945        creating/deleting threads on the fly - LIST output is now similar to
3946        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3947        happy with it. - LIST NAME now works (both for files and directories) -
3948        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3949        clients happy  - keep track of CWD for every session separately -
3950        ability to specify root directory name for FTPD in configuration table.
3951        FTPD will then create illusion for FTP clients that this is actually
3952        root directory. - ignore options sent in commands, thus LIST -al FILE
3953        works and doesn't try to list "-al" directory. - buffers are allocated
3954        on stack instead of heap where possible to eliminate malloc/free calls
3955        (avoid possible heap fragmentation troubles). - drop using of task
3956        notepad to pass parameters - use function arguments instead - use
3957        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3958        in socket() instead of AF_INET.
3959
39602001-01-02      Joel Sherrill <joel@OARcorp.com>
3961
3962        * libnetworking/CHANGELOG: Removed.
3963        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3964
39652000-12-14      Eric Norum <eric.norum@usask.ca>
3966
3967        * libnetworking/lib/tftpDriver.c: Added write capability.
3968
39692000-12-08      Joel Sherrill <joel@OARcorp.com>
3970
3971        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3972        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3973        numerous variable declarations conditional on PPP_COMPRESS and
3974        PPP_FILTER.  Commented out variables that were not used because the code
3975        using them was commented out. Removed totally unused variables.
3976        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3977        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3978
39792000-11-30      Joel Sherrill <joel@OARcorp.com>
3980
3981        * libnetworking/modem/ppp_tty.c: Changed to include
3982        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3983        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3984        * libnetworking/Makefile.am: Modified to reflect above.
3985
39862000-11-27      Joel Sherrill <joel@OARcorp.com>
3987
3988        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3989
39902000-11-25      Eric Norum <eric.norum@usask.ca>
3991
3992        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3993        core.
3994
39952000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3996
3997        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3998        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3999        subdir.
4000        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
4001        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
4002        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
4003        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
4004        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
4005        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
4006        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
4007        main.c and ppp_tty.c should be scratched. The modem subdir has the real
4008        ppp_tty.c and the real pppd main is in pppmain.c.
4009
40102000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
4011
4012        * libchip/network/sonic.c: Added ipalign() routine to align the received
4013        packet so that the ip header is on a 32-bit boundary. Necessary for
4014        cpu's that do not allow unaligned loads and stores and when the 32-bit
4015        DMA mode is used.
4016
40172000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4018
4019        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
4020        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
4021        ACLOCAL_AMFLAGS.
4022        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
4023        ACLOCAL_AMFLAGS.
4024        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
4025        ACLOCAL_AMFLAGS.
4026
40272000-11-03      Chris Johns <ccj@acm.org>
4028
4029        * libchip/network/README.cs8900, libchip/network/cs8900.c,
4030        libchip/network/cs8900.h: New files.
4031
40322000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4033
4034        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
4035        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
4036        $(RTEMS_TOPdir)/aclocal.
4037        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
4038        $(RTEMS_TOPdir)/aclocal.
4039        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
4040        $(RTEMS_TOPdir)/aclocal.
4041
40422000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4043
4044        * configure.in: Switch to GNU-canonicalization.
4045        * Makefile.am: Reflect changes to configure.in.
4046        * acinclude.m4: Remove.
4047
40482000-10-30      Joel Sherrill <joel@OARcorp.com>
4049
4050        * POSIX include files merged into newlib.  This resulted in some
4051        definitions moving to other files and thus some secondary effects in
4052        RTEMS source code.
4053        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
4054        in sync with newlib's <machine/types.h>.
4055        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
4056        definition of struct itimerval in <sys/time.h>.
4057
40582000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4059
4060        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
4061        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
4062        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
4063        * ChangeLog: Fix typos.
4064        * configure.in: add tests to the GNU canonicalized subdirectories.
4065
40662000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4067
4068        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
4069        * configure.in: add lib to the GNU canonicalized subdirectories,  make
4070        the lib directory before configuring lib/.
4071
40722000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4073
4074        * configure.in, Makefile.am: add exec to the GNU canonicalized
4075        subdirectories.
4076        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
4077        * configure.in: add libnetworking, librpc and librdb to the GNU
4078        canonicalized subdirectories.
4079        * configure.in: add libmisc and libchip to the GNU canonicalized
4080        subdirectories.
4081        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4082        Switch to GNU canonicalization.
4083        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4084        Switch to GNU canonicalization.
4085        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4086        Switch to GNU canonicalization.
4087
40882000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4089
4090        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
4091        canonicalization to libfs/. The approach is currently a bit of a hack as
4092        GNU canonicalization does not support the per-BSP build some of the
4093        other directories require.  As more of the tree is converted, this will
4094        become less  of an issue.
4095
40962000-10-20      Joel Sherrill <joel@OARcorp.com>
4097
4098        * libchip/network/dec21140.c: Corrected attach to include "int attach"
4099        parameter.
4100
41012000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
4102
4103        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
4104        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
4105        * librdbg/configure.in: Add m68k support.
4106        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
4107        subdirectory.
4108        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
4109        failure.
4110        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
4111        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
4112        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
4113        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
4114        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
4115        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
4116        librdbg/src/m68k/.cvsignore: New files.
4117        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
4118        function pointers.
4119        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
4120        _after_ pointer has been checked against NULL.
4121
41222000-10-18      Joel Sherrill <joel@OARcorp.com>
4123
4124        * wrapup/Makefile.am: Added libfs.
4125
41262000-10-18      Chris Johns <ccj@acm.org>
4127
4128        * libfs created.
4129        * configure.in: Added libfs subdirectory.
4130        * libnetworking/pppd/ipxcp.c: Fixed a typo.
4131
41322000-09-28      Joel Sherrill <joel@OARcorp.com>
4133
4134        * libnetworking/rtems_webserver/Makefile.am,
4135        libnetworking/rtems_webserver/base64.c,
4136        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
4137        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
4138
41392000-09-22      Joel Sherrill <joel@OARcorp.com>
4140
4141        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
4142        libnetworking/rtems/rtems_bsdnet_internal.h,
4143        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
4144        have included rtems.h.  It is now including precisely the  least amount
4145        of low level, yet portable .h files to get the basic RTEMS types
4146        defined.  This rippled into other  files since rtems_bsdnet_internal.h
4147        used machine/types.h to include rtems.h.
4148
41492000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4150
4151        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
4152
41532000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4154
4155        * libnetworking/ChangeLog: Cleanup.
4156
41572000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4158
4159        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
4160        * libchip/ChangeLog: Fix formating.
4161
41622000-09-05      Joel Sherrill <joel@OARcorp.com>
4163
4164        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
4165        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
4166        confusion and to work with the converted flags.
4167
41682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4169
4170        * wrapup/Makefile.am: Include compile.am.
4171        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
4172        libchip/serial/Makefile.am: Include compile.am.
4173        * librdbg/src/i386/any/Makefile.am,
4174        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
4175        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
4176        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
4177        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
4178        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
4179        libnetworking/rtems_servers/Makefile.am,
4180        libnetworking/rtems_webserver/Makefile.am,
4181        libnetworking/wrapup/Makefile.am: Include compile.am.
4182
41832000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
4184
4185        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
4186        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
4187
41882000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4189
4190        * libnetworking/netinet/tcp_input.c: Spelling corrections.
4191
41922000-08-31      Joel Sherrill <joel@OARcorp.com>
4193
4194        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
4195        Antti P Miettinen <antti.p.miettinen@nokia.com>.
4196        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
4197        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
4198        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
4199        * libnetworking/wbase64.c: Removed.
4200        * libnetworking/Makefile.am, libnetworking/asp.c,
4201        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
4202        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
4203        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
4204        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
4205        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
4206        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
4207        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
4208        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
4209        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
4210        Modified.
4211
42122000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4213
4214        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
4215
42162000-08-30      Joel Sherrill <joel@OARcorp.com>
4217
4218        * libnetworking/rtems_webserver/license.txt: New file.
4219
42202000-08-10      Joel Sherrill <joel@OARcorp.com>
4221
4222        * ChangeLog: New file.
4223        * libchip/ChangeLog: New file.
4224        * librdbg/ChangeLog: New file.
4225        * libnetworking/ChangeLog: New file.
4226
Note: See TracBrowser for help on using the repository browser.