source: rtems/c/src/ChangeLog @ 5b301ab

4.104.115
Last change on this file since 5b301ab was bc7353d5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/15/09 at 03:50:38

2009-10-15 Ralf Corsépius <ralf.corsepius@…>

  • aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
  • Property mode set to 100644
File size: 152.7 KB
Line 
12009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for
4        *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
5
62009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * aclocal/canonical-target-name.m4, aclocal/check-networking.m4,
9        aclocal/check-posix.m4, aclocal/enable-posix.m4,
10        aclocal/rtems-cpu-subdirs.m4: Remove posix/unix.
11
122009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * configure.ac: Rework make/custom/* handling.
15        * aclocal/check-custom-bsp.m4: Change *.cfg handling.
16        * Makefile.am: Remove make/custom/default.cfg-rule.
17
182009-10-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
19
20        * libchip/serial/ns16550.c: Enable interrupts during open to avoid
21        NULL pointer access in interrupt handler.
22
232009-10-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
24
25        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Update for block
26        device API change.
27
282009-10-08      Chris Johns <chrisj@rtems.org>
29
30        * libchip/ide/ata.c, c/src/libchip/ide/ata_internal.h: Remove the
31        multiblock support from the ATA driver. Multiblock at the disk
32        level should not be a global policy as a disk may have more than
33        one partition with different block sizes. An IDE driver could
34        decide to use the feature with DMA but this a driver specific
35        design choice. Fixed bugs relating to variable block sizes and
36        large block transfer.
37        * c/src/libchip/ide/ide_controller.c,
38        c/src/libchip/ide/ide_ctrl_cfg.h, c/src/libchip/ide/ide_ctrl_io.h:
39        Changed the block size to 32bits so blocks of 64K or bigger can be
40        transfered in a single driver call.
41
422009-10-05      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * libchip/ide/ata.c: Revert previous change. Not all ARM BSPs use a
45        shared irq.h yet and this breaks a significant number of them.
46
472009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * libchip/ide/ata.c: Use simple vectored CPU macro to select interrupt
50        model.
51
522009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * libchip/serial/z85c30.c, libchip/serial/ns16550.c,
55        libchip/serial/mc68681.c: Reflect termios_baud_to_number having been
56        renamed to rtems_termios_baud_to_number.
57
582009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * libchip/serial/sersupp.h: Remove termios_baud_to_index,
61        termios_baud_to_number (duplicate prototypes).
62        Add C++-guards.
63        Include rtems/termiostypes.h.
64
652009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
68
692009-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * aclocal/check-networking.m4: Disable TCP/IP on targets without enough
72        physical address to support BSD TCP/IP stack.
73
742009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * libchip/network/elnk.c: Convert calls to legacy routine
77        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
78
792009-08-03      Roger Dahlkvist <ruppe@kth.se>
80
81        * libchip/shmdr/shm_driver.h: nios2 was not accounted for.
82
832009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * libchip/ide/ata.c: Remove warning.
86
872009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to
90        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
91        now use the same macros.
92        * aclocal/bsp-bspcleanup-options.m4: New file.
93
942009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
95
96        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h: Removed
97        obsolete defines and declarations.  Set initial baud during device
98        open.  Fixed interrupt mode.
99
1002009-06-12      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the
103        GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to
104        EINVAL and ENOTTY as appropriate.
105
1062009-05-30      Chris Johns <chrisj@rtems.org>
107
108        * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave
109        devices on an IDE bus and cleaned up the initialisation register
110        call.
111
1122009-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * libchip/network/i82586.c: Fix warning in manner suggested by
115        Arnout Vandecappelle <arnout@mind.be> in
116        http://www.rtems.org/pipermail/rtems-users/2009-May/005460.html.
117
1182009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * libchip/network/if_dc.c: Fixed warnings.
121
1222009-05-03      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat
125        as needed.
126
1272009-04-29      Chris Johns <chrisj@rtems.org>
128
129        * libchip/ide/ata.c: Remove a detection test that fails in qemu.
130
131        * libchip/ide/ide_controller.c: Change the status detection and
132        add a message if the transfer fails. There is currently no error
133        handle at the IDE drvier level.
134
1352009-03-12      Daniel Hellstrom <daniel@gaisler.com>
136
137        PR 1392/bsps
138        * libchip/i2c/spi-memdrv.c: SPI Memory driver. Fix but where writes
139        over multiple pages results in extra data being written.
140
1412009-02-27      Gene Smith <gene.smith@siemens.com>
142
143        PR 1356
144        * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC
145        cards.
146
1472009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is
150        enabled on x86.
151
1522009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * aclocal/bspopts.m4: Quoting cosmetics.
155
1562009-01-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
157
158        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
159        RTEMS_BLKDEV_CAPABILITIES ioctl which caused invalid multiple block
160        writes.  Fixed integer type in device structure.
161
1622009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * libchip/serial/ns16550.c: Turn on ns16550_process() for
165        BSP_FEATURE_IRQ_LEGACY case also.
166
1672008-11-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
168
169        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Removed high
170        level LibI2C interface.  Added generic block IO functions.
171
1722008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
175        optman/rtems/no-msg.c, optman/rtems/no-part.c,
176        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
177        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
178        optman/sapi/no-ext.c, optman/sapi/no-io.c:
179        Revert previous patch (cvs clash with Joel hacking cpukit).
180
1812008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * aclocal/canonical-target-name.m4: Remove tic4x.
184
1852008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * libchip/rtc/ds1375.c: Include <errno.h> instead of <sys/errno.h>.
188
1892008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
192        optman/rtems/no-msg.c, optman/rtems/no-part.c,
193        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
194        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
195        optman/sapi/no-ext.c, optman/sapi/no-io.c:
196        Fix prototypes.
197
1982008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
199
200        * libchip/serial/ns16550_p.h: Remove prototype with no implementation.
201
2022008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
203
204        * libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c,
205        libchip/shmdr/shm_driver.h: Cleanup and remove variables which
206        duplicated data.
207
2082008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
209
210        * optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert SAPI manager and
211        SuperCore Handler initialization routines to directly pull parameters
212        from configuration table.
213
2142008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
215
216        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
217        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
218        optman/rtems/no-part.c, optman/rtems/no-region.c,
219        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
220        optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager
221        initialization routines to directly pull parameters from
222        configuration table. Eliminate empty routines sportted.
223
2242008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
225
226        * libchip/serial/ns16550.c: Add CVS-Id. Fix #define mess.
227
2282008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
229
230        * libchip/network/i82586.c, libchip/network/smc91111config.h: Eliminate
231        all public use of TOD conversion routines.
232
2332008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
234
235        * libchip/network/smc91111config.h:
236        #include <stdint.h> instead of <rtems/stdint.h>.
237
2382008-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
239
240        * aclocal/prog-cc.m4: Use -r instead of -Wl,-r to build *.rels.
241        * aclocal/rtems-cpu-subdirs.m4: Remove obsolete cpus.
242
2432008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
244
245        * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
246
2472008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
248
249        * libchip/serial/ns16550.c: Transmit the character in the polled write
250        function within a critical section for printk() compatibility.
251
2522008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
253
254        * libchip/i2c/spi-sd-card.c: Update for status-checks.h changes.
255
2562008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
257
258        * aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
259
2602008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
261
262        * aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
263
2642008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
265
266        * aclocal/bsp-bootcard-options.m4: Fix quoting.
267
2682008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
269
270        * aclocal/bsp-bootcard-options.m4: New file.
271        * aclocal/bsp-bootcards-handles-ram-allocation.m4: Removed.
272
2732008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
274
275        * libchip/serial/ns16550.c: Enable interrupt code only for PowerPC or
276        BSPs that support this feature.
277
2782008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
279
280        * libchip/serial/ns16550.c: Fix typo.
281
2822008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
283
284        * libchip/serial/ns16550.c: Fix typo.
285
2862008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
287
288        * libchip/serial/ns16550.c: Add not supported on arm even though it is
289        not simple vectored.
290
2912008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
292
293        * libchip/serial/ns16550.c: Not currently supported on architectures
294        with simple vectored interrupt model.
295
2962008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
297
298        * aclocal/version.m4: Bump RTEMS_API to 4.10.
299        Bump _RTEMS_VERSION to 4.9.99.0.
300
3012008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
302
303        * libchip/rtc/icm7170.c, libchip/rtc/m48t08.c,
304        c/src/libchip/rtc/rtc.h:  Include required header files.  Some internal
305        functions have now static linkage type.  Added constant qualifier to
306        operations table and read-only function parameters.
307
308        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
309        c/src/libchip/serial/serial.h:  Include required header files.  Removed
310        support for old PowerPC exception handling.  Various fixes for
311        interrupt related routines.  Added support for BSPs with IRQ extension
312        API.
313
3142008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
315
316        * libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there
317        is no PCI bus based upon the BSP not having a base address defined.
318        This means this driver cannot be supported on that board.
319
3202008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
321
322        * libchip/network/dec21140.c, libchip/network/elnk.c,
323        libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
324
3252008-09-17      Miao Yan <yanmiaobest@gmail.com>
326
327        * optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
328        add simple device only filesystem (devfs), optionally completely drop
329        out filesystem, and to clean up disabling newlib reentrancy support.
330        This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t
331        now has a 15K code space.
332        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
333        Removed.
334
3352008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
336
337        * libchip/ide/ata.h: Convert to Unix file format.
338
3392008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
340
341        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
342        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
343        libchip/serial/serial.h, libchip/serial/serprobe.c,
344        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
345        Convert to "bool".
346        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
347        libchip/i2c/spi-memdrv.h: Convert to "bool".
348        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
349        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
350        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
351        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
352        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
353        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
354        Convert to "bool".
355        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
356        Convert to "bool".
357        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
358        Convert to "bool".
359
3602008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
361
362        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
363        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
364        memory driver to not use the clock ioctl to install a method to poll
365        for input. It now uses a Class API Timer which means we can eliminate
366        this special IOCTL from all clock drivers.
367        * libchip/shmdr/setckvec.c: Removed.
368
3692008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
370
371        * libchip/network/sonic.c: Do not declare a variable just to hold an
372        ignored return value.
373
3742008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
375
376        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
377
3782008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
379
380        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
381        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
382
3832008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
384
385        * libchip/display/disp_hcms29xx.c: Do not make these static. They
386        appear to be unused that way.
387
3882008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
389
390        * libchip/shmdr/shm_driver.h: Correct prototypes.
391
3922008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
393
394        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
395        variables and made methods static.
396
3972008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
398
399        * libchip/serial/ns16550.c: Fix warning.
400
4012008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
402
403        * aclocal/prog-cc.m4: Add -Wnested-externs.
404
4052008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
406
407        * libchip/network/dec21140.c: Add missing prototype.
408        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
409
4102008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
411
412        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
413        -Wstrict-prototypes to RTEMS_CFLAGS.
414
4152008-08-02      Chris Johns <chrisj@rtems.org>
416
417        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
418        rtems_blkdev_request count and start references. Use
419        RTEMS_BLKDEV_START_BLOCK.
420
4212008-07-29      Chris Johns <chrisj@rtems.org>
422
423        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
424
425        * libchip/ide/ata.c: Change to use a mutex rather than disable
426        pre-emption. Updated to the libblock changes.
427
428        * libchip/ide/ata_internal.h: Updated to the new chains API.
429
430        * libchip/ide/ide_controller.c: Updated to the libblock
431        changes. Added come debug tracing.
432
433        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
434        to the libblock changes.
435
4362008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
437
438        * configure.ac: Remove RPCGEN, RPCTOOLS.
439
4402008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
441
442        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
443        for output format specifiers.
444
4452008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
446
447        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
448        Fixed some data types
449
4502008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
451
452        * libchip/i2c/spi-sd-card.c: Added missing header file.
453        * libchip/Makefile.am: Added SD Card driver.
454
4552008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
456
457        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
458        make glyphs non-constant, added file headers
459
4602008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
461
462        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
463        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
464        * libchip/display/font_hcms29xx.h
465        Creation of SPI display driver
466
4672008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
468
469        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
470        via SPI.
471
4722008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
473
474        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
475        AC_PREREQ(2.62).
476
4772008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
478
479        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
480
4812008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
482
483        * libchip/Makefile.am: Move termios helper routines from libchip to
484        libcsupport. Add routine which makes it easy for a termios device
485        driver to inform termios of its default baud rate. This avoids
486        inconsistencies in later termios settings changes.
487        * libchip/serial/termios_baud2index.c,
488        libchip/serial/termios_baud2num.c: Removed.
489
4902008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
491
492        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
493
4942008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
495
496        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
497        not fail if there are none.
498
4992008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
500
501        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
502        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
503        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
504        * libchip/Makefile.am:
505        derived a generic spi memory driver from spi-flash-m25p40,
506        added descriptor for fram fm25l256
507
5082008-05-07      Till Straumann <strauman@slac.stanford.edu>
509
510        PR 649/bsps
511        * libchip/ide/ata.c: Give up if the interface does not become ready.
512
5132008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
514
515        Moved to cpukit.
516        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
517        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
518        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
519        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
520        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
521        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
522        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
523        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
524        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
525        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
526        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
527        nfsclient/src/xdr_mbuf.c: Removed.
528
5292008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
530
531        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
532
5332008-01-05      Chris Johns <chrisj@rtems.org>
534
535        * libchip/flash/am29lv160.c: Update the blank check error message
536        to say there is an error.
537       
5382007-12-22      Chris Johns <chrisj@rtems.org>
539
540        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
541        the hello message. Just one line but still a little too long.
542       
5432007-12-14      Chris Johns <chrisj@rtems.org>
544
545        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
546        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
547        * libchip/flash, libchip/flash/am29lv160.c,
548        libchip/flash/am29lv160.h: New.
549
5502007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
551
552        * libchip/network/if_fxp.c: Spacing.
553
5542007-11-20      Till Straumann <strauman@slac.stanford.edu>
555
556        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
557        Avoid using 'stdio' before the system is up and fully
558        initialized.
559
5602007-11-20      Till Straumann <strauman@slac.stanford.edu>
561
562        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
563        * libchip/Makefile.am, libchip/preinstall.am:
564        added new driver for Maxim DS1375 i2c RTC.
565
5662007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
567
568        * libchip/i2c/spi-flash-m25p40.c:
569        added addressing call in write function
570
5712007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
572
573        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
574        * libchip/Makefile.am:
575        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
576
5772007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
578
579        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
580
5812007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
582
583        * nfsclient/Makefile.am: Fix errors.
584
5852007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
586
587        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
588
5892007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
590
591        * aclocal/version.m4: Bump RTEMS_API to 4.9.
592        Bump RTEMS_VERSION to 4.8.99.0.
593
5942007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
595
596        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
597
5982007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
599
600        * configure.ac: Remove AC_PROG_AWK (Unused).
601
6022007-09-14      Daron Chabot <djc915@mail.usask.ca>
603
604        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
605        rtems_interrupt_vector, to permit passing arbitrary arguments to the
606        ISR. Clean up of variables to silence compiler warnings.
607
6082007-09-13      Daniel Hellstrom <daniel@gaisler.com>
609
610        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
611
6122007-09-12      Daniel Hellstrom <daniel@gaisler.com>
613
614        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
615          - Odd bit bug in some chips taken care of.
616          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
617            alignment but failing to do so must have made the driver writer to make
618            some incorrect assumptions about MBUFs.
619          - Fixed MBUF handling to handle mbuf chains better. The Data length of
620            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
621          - Made while loop responsible for copying data to fifo port copy 16 shorts
622            per loop instead of 1 short, increasing the copying process.
623
6242007-09-07      Daniel Hellstrom <daniel@gaisler.com>
625
626        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
627        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
628
6292007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
630
631        * configure.ac, wrapup/Makefile.am: Remove RDBG.
632        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
633        librdbg/Makefile.am, librdbg/preinstall.am,
634        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
635        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
636        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
637        librdbg/include/rdbg/powerpc/rdbg_f.h,
638        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
639        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
640        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
641        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
642        librdbg/src/servtsp.c, librdbg/src/servutil.c,
643        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
644        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
645        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
646        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
647        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
648        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
649        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
650        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
651        librdbg/src/powerpc/rdbg_f.c,
652        librdbg/src/powerpc/new_exception_processing/remdeb.h,
653        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
654        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
655        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
656
6572007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
658
659        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
660
6612007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
662
663        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
664          sizes.
665
6662007-07-27      Chris Johns <chrisj@rtems.org>
667
668        * wrapup/Makefile.am: Create archive from a file for hosts
669        with a limited command line size.
670
6712007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
672
673        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
674          sizes.
675
6762007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
677       
678        * configure.ac: Add nfsclient.
679        * nfsclient/Makefile.am: New.
680        * nfsclient/proto/Makefile, nfsclient/Makefile,
681          nfsclient/src/Makefile: Remove.
682        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
683        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
684
6852007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
686
687        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
688        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
689        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
690        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
691        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
692        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
693        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
694        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
695        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
696        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
697        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
698        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
699
7002007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
701
702        * libchip/serial/ns16550.c: removed timed out wait for transmitter
703        to become ready: This will not work for fast CPUs.
704
7052007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
706
707        * libchip/ide/ata.c: fixed warning
708
7092007-06-20      Ray Xu <rayx@gmail.com>
710
711        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
712        console, and libio. This shrinks the memory requirements but Joel has
713        not figured out how best to present this to application space.
714        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
715        New files.
716
7172007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
718
719        * optman/sapi/no-io.c: Split IO Manager into one function per file so
720        now we only need required initialization methods.
721
7222007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
723
724        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
725        parameter since it was used to configure a no longer used feature.
726        Device names are now part of the filesystem not in a table.
727
7282007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
729
730        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
731        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
732        optman/rtems/no-part.c, optman/rtems/no-region.c,
733        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
734        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
735        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
736        other optional managers so using them reduces application size
737        instead of increasing it.
738        * optman/rtems/no-barrier.c: New file.
739
7402007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
741
742        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
743        adjustments to pci-API changes.
744        * libchip/network/dec21140.c, libchip/network/elnk.c,
745        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
746        changes.
747
7482007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
749
750        * libchip/network/dec21140.c, libchip/network/if_dc.c,
751        libchip/network/if_fxp.c: Reflect changes to pci-API.
752
7532007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
754
755        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
756        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
757
7582007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
759
760        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
761          being used to compile "tools").
762
7632007-03-13      Joel Sherrill <joel@OARcorp.com>
764
765        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
766
7672007-03-12      Joel Sherrill <joel@OARcorp.com>
768
769        * libchip/network/cs8900.c, libchip/network/cs8900.h,
770        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
771        and/or fix mistake in copyright notice. Both of these mistakes appear
772        to be from code submitted after these changes were made previously.
773
7742007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
775
776        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
777
7782007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
779
780        * libchip/Makefile.am: Correct path to README.tulipclone.
781
7822007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
783
784        * libchip/ide/ata.c: Remove superfluous type casts.
785
7862007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
787
788        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
789        Use size_t for sizes.
790
7912007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
792
793        * libchip/ide/ata.c: in ata_request_done: moved call to free()
794        from preemption disabled region
795
7962007-01-16      Till Straumann <strauman@slac.stanford.edu>
797
798        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
799        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
800        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
801
8022006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
803
804        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
805          ioctl_command_t as ioctl argument.
806
8072006-12-13      Joel Sherrill <joel@OARcorp.com>
808
809        * librtems++/include/rtems++/rtemsEvent.h,
810        librtems++/include/rtems++/rtemsMessageQueue.h,
811        librtems++/include/rtems++/rtemsSemaphore.h,
812        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
813        librtems++/src/rtemsMessageQueue.cc,
814        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
815        rtems_unsigned32 to uint32_t.
816
8172006-12-13      Joel Sherrill <joel@OARcorp.com>
818
819        PR 1181/bsps
820        * optman/rtems/no-msg.c: Clean up dead code.
821
8222006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
823
824        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
825
8262006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
827
828        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
829        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
830        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
831
8322006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
833
834        * configure.ac: New BUG-REPORT address.
835
8362006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
837
838        * Makefile.am: Remove ampolish3.
839
8402006-11-17      Joel Sherrill <joel@OARcorp.com>
841
842        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
843        blank lines.
844
8452006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
846
847        * configure.ac: Remove RTEMS_AMPOLISH3.
848        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
849          Remove checks for AMPOLISH3.
850        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
851        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
852        * ampolish3: Remove.
853
8542006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
855
856        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
857        * aclocal/prog-cc.m4: Remove CFLAGS.
858        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
859        Compose CFLAGS. Append CFLAGS to ac_configure_args.
860
8612006-10-23      Joel Sherrill <joel@OARcorp.com>
862
863        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
864
8652006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
866
867        * automake/compile.am: Use hard-coded RTEMS_* flags.
868
8692006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
870
871        * aclocal/rtems-top.m4: Remove RTEMS_API.
872        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
873
8742006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
875
876        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
877
8782006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
879
880        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
881
8822006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
883
884        * aclocal/version.m4: Bump version to 4.7.99.0.
885
8862006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
887
888        * configure.ac: Require autoconf-2.60. Require automake-1.10.
889
8902006-09-11      Joel Sherrill <joel@OARcorp.com>
891
892        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
893
8942006-09-04      Joel Sherrill <joel@OARcorp.com>
895
896        * libchip/network/greth.c, libchip/network/open_eth.c,
897        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
898        introduced by warning removal.
899
9002006-09-01      Joel Sherrill <joel@OARcorp.com>
901
902        * libchip/network/greth.c, libchip/network/open_eth.c,
903        libchip/network/smc91111.c: Remove warnings and correct prototype
904        added earlier today.
905
9062006-09-01      Joel Sherrill <joel@OARcorp.com>
907
908        * libchip/network/cs8900.c, libchip/network/greth.c,
909        libchip/network/i82586.c, libchip/network/open_eth.c,
910        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
911        sized integers, and inttypes.h printf helpers.
912
9132006-08-09      Kolja Waschk <waschk@telos.de>
914
915        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
916
9172006-07-12      Joel Sherrill <joel@OARcorp.com>
918
919        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
920
9212006-07-11      Jerry Needell <jerry.needell@unh.edu>
922
923        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
924        4.6 branch.  Original modifications by Gaisler Enterprises.
925        * libchip/network/greth.c, libchip/network/greth.h: New files.
926
9272006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
928
929        * ide/ata.[ch]:
930        (PR1118) fetch priority for ATA task from a variable,
931        not a fixed configuration value.
932       
9332006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
934
935        * Makefile.am: Add ampolish3.
936
9372006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
938
939        * ampolish3: New.
940        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
941
9422006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
943
944        * aclocal/rtems-ampolish.m4: New.
945        * configure.ac: Use RTEMS_AMPOLISH3.
946
9472006-04-18  Joel Sherrill <joel@OARcorp.com>
948
949        * aclocal/version.m4: Updated to rtems-4.6.99.3.
950
9512006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
952
953        PR 853/filesystem
954        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
955        should be modified to support the new exception scheme and to use the
956        handle parameter.
957
9582006-02-a32     Eric Norum <norume@aps.anl.gov>
959
960        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
961        "newer" PCI access calls.  Minor cleanups.  Comments.
962
9632006-01-12      Eric Norum <norume@aps.anl.gov>
964
965        PR 861/networking
966        PR 863/networking
967        * libchip/network/smc91111.c: Fix illegal lvalue increments.
968
9692006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
970
971        * wrapup/Makefile.am: Add preinstall.am.
972        * libchip/Makefile.am: Build libchip/network/smc91111.
973        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
974        Eliminate cyg_int* crap.
975
9762006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
977
978        * librdbg/Makefile.am: Add preinstall.am.
979        * aclocal/bsp-configure.m4: Add ampolish3.
980        New header guards.
981
9822006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
983
984        * libchip/network/open_eth.c, libchip/network/open_eth.h:
985        Merger from rtems-4-6-branch.
986
9872006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
988
989        * libchip/network/smc91111.c
990        libchip/network/smc91111config.h
991        libchip/network/smc91111exp.h
992        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
993        * libchip/Makefile.am: Reflect adding smc91111*.
994
9952006-01-08      Joel Sherrill <joel@OARcorp.com>
996
997        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
998        char *.
999
10002006-01-08      Joel Sherrill <joel@OARcorp.com>
1001
1002        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
1003        warnings.
1004
10052005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
1006
1007        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
1008        Add RTEMS_RELLDFLAGS.
1009        * automake/compile.am: Remove RTEMS_USE_GCC.
1010        Remove RTEMS_RELLDFLAGS.
1011        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
1012
10132005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
1014
1015        * libchip/network/if_media.h, libchip/network/mii.h:
1016        Remove (Moved to cpukit).
1017        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
1018        and libchip/network/if_media.h.
1019        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
1020        if_media.h having moved.
1021
10222005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1023
1024        * automake/compile.am, automake/host.am, automake/local.am,
1025        automake/subdirs.am: Remove depend.
1026        * configure.ac: Explicitly pass --libdir and --includedir to
1027        testsuites.
1028
10292005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1030
1031        * configure.ac: Reflect changes to testsuites.
1032
10332005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1034
1035        * automake/compile.am: Remove GCCSPECS.
1036        * aclocal/prog-cc.m4: Add GCCSPECS.
1037        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
1038
10392005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1040
1041        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
1042        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
1043
10442005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1045
1046        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
1047        libcpu/byteorder.h for i386.
1048
10492005-11-02      Till Straumann <strauman@slac.stanford.edu>
1050
1051        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
1052        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
1053        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
1054        added a simple API/library for i2c devices and drivers for i2c
1055        2-byte eeproms and a ds1621 temperature sensor; API is documented
1056        in libi2c.h.
1057
10582005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1059
1060        * libnetworking/pppd/ipxcp.c,
1061        libnetworking/pppd/chat.c,
1062        libnetworking/pppd/patchlevel.h,
1063        libnetworking/pppd/upap.h,
1064        libnetworking/pppd/md5.h,
1065        libnetworking/pppd/pppd.8,
1066        libnetworking/pppd/README,
1067        libnetworking/pppd/preinstall.am,
1068        libnetworking/pppd/md4.h,
1069        libnetworking/pppd/magic.c,
1070        libnetworking/pppd/pppd.h,
1071        libnetworking/pppd/demand.c,
1072        libnetworking/pppd/rtemsmain.c,
1073        libnetworking/pppd/sys-rtems.c,
1074        libnetworking/pppd/ipcp.h,
1075        libnetworking/pppd/lcp.h,
1076        libnetworking/pppd/chap_ms.c,
1077        libnetworking/pppd/md4.c,
1078        libnetworking/pppd/rtemspppd.h,
1079        libnetworking/pppd/cbcp.h,
1080        libnetworking/pppd/auth.c,
1081        libnetworking/pppd/lcp.c,
1082        libnetworking/pppd/example/README,
1083        libnetworking/pppd/example/ppp.conf,
1084        libnetworking/pppd/example/system.h,
1085        libnetworking/pppd/example/netconfig.h,
1086        libnetworking/pppd/example/pppdapp.c,
1087        libnetworking/pppd/example/init.c,
1088        libnetworking/pppd/example/Makefile-user,
1089        libnetworking/pppd/example/pppd.options,
1090        libnetworking/pppd/rtemspppd.c,
1091        libnetworking/pppd/ipxcp.h,
1092        libnetworking/pppd/chap_ms.h,
1093        libnetworking/pppd/options.c,
1094        libnetworking/pppd/magic.h,
1095        libnetworking/pppd/chap.h,
1096        libnetworking/pppd/cbcp.c,
1097        libnetworking/pppd/upap.c,
1098        libnetworking/pppd/chap.c,
1099        libnetworking/pppd/Makefile.am,
1100        libnetworking/pppd/ccp.h,
1101        libnetworking/pppd/utils.c,
1102        libnetworking/pppd/rtemsdialer.h,
1103        libnetworking/pppd/fsm.h,
1104        libnetworking/pppd/pathnames.h,
1105        libnetworking/pppd/md5.c,
1106        libnetworking/pppd/fsm.c,
1107        libnetworking/pppd/ipcp.c,
1108        libnetworking/pppd/STATUS,
1109        libnetworking/pppd/ccp.c,
1110        libnetworking/Makefile.am: Remove (Moved to cpukit).
1111
11122005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1113
1114        * configure.ac: Remove libnetworking, libnetworking/pppd.
1115        * wrapup/Makefile.am: Remove libpppd.a.
1116
11172005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1118
1119        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
1120        rtemsdialer.h to $(includedir)/rtems.
1121
11222005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1123
1124        * libnetworking/rtems_telnetd/icmds.c,
1125        libnetworking/rtems_telnetd/Makefile.am,
1126        libnetworking/rtems_telnetd/preinstall.am,
1127        libnetworking/rtems_telnetd/pty.c,
1128        libnetworking/rtems_telnetd/pty.h,
1129        libnetworking/rtems_telnetd/README,
1130        libnetworking/rtems_telnetd/telnetd.c,
1131        libnetworking/rtems_telnetd/telnetd.h:
1132        Remove (Moved to cpukit).
1133
11342005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1135
1136        * configure.ac: Remove libnetworking/rtems_telnetd.
1137        * libnetworking/Makefile.am: Remove rtems_telnetd.
1138        * libnetworking/README: Remove (Obsolete).
1139        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
1140
11412005-10-20  Eric Norum <norume@aps.anl.gov>
1142
1143        * libchip/network/dec21140.c: Clean up PCI mapping.
1144
11452005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
1146
1147        * libnetworking/pppd/Makefile.am: Use preinstall.am.
1148        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
1149        librdbg/src/servrpc.c, librdbg/src/servtgt.c
1150        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
1151        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
1152        * configure.ac: Move optman to the end of BSP_SUBDIRS.
1153
11542005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1155
1156        * aclocal/bspopts.m4: Add missing m4 quotes.
1157
11582005-09-02  Joel Sherrill <joel@OARcorp.com>
1159
1160    * aclocal/version.m4: Updated to rtems-4.6.99.2.
1161
11622005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
1163
1164        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
1165        libchip/network/dec21140.c: Remove initialization of PCI bus.
1166
11672005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
1168
1169        * optman/Makefile.am: Add preinstall.am.
1170
11712005-07-18      Karel Gardas <kgardas@objectsecurity.com>
1172
1173        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
1174        UNTESTED to tested.
1175
11762005-06-17      Joel Sherrill <joel@OARcorp.com>
1177
1178        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
1179        it is not supported by the MPC5xx.
1180
11812005-06-17      Joel Sherrill <joel@OARcorp.com>
1182
1183        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
1184        interface. Also correct attempting to build on other than PowerPC and
1185        x86.
1186
11872005-06-16      Daron Chabot <daron@nucleus.usask.ca>
1188
1189        * libchip/Makefile.am: Add driver for Tulip clones.
1190        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
1191        libchip/network/if_dcreg.h: New files.
1192
11932005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1194
1195        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
1196        to enable rdbg.
1197        * configure.ac: Reflect changes above.
1198
11992005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
1200
1201        * configure.ac: Add ada/.
1202
12032005-05-20      Sergei Organov  <osv@topconrd.ru>
1204
1205        PR 750/networking
1206        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
1207        wait_input().
1208
12092005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
1210
1211        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
1212        rtems/irq.h.
1213
12142005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1215
1216        * libchip/Makefile.am: Include preinstall.am.
1217        * libchip/preinstall.am: New.
1218
12192005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1220
1221        * configure.ac: Add AMPOLISH3.
1222        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
1223        * libnetworking/rtems_telnetd/preinstall.am: New.
1224        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
1225
12262005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1227
1228        * configure.ac: Let enable_rpcgen default to "no".
1229
12302005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1231
1232        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
1233
12342005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1235
1236        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
1237        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
1238
12392005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1240
1241        * libchip/network/dec21140.c, libchip/network/elnk.c,
1242        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
1243
12442005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
1245
1246        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
1247        of code as a result of the implementation of a common PCI interface.
1248
12492005-05-04      Joel Sherrill <joel@OARcorp.com>
1250
1251        * libchip/network/open_eth.c: Remove prototype of set_vector.
1252
12532005-05-03      Joel Sherrill <joel@OARcorp.com>
1254
1255        * librdbg/src/ptrace.c: Remove warning.
1256
12572005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
1258
1259        * libchip/network/dec21140.c, libchip/network/elnk.c,
1260        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
1261        Modified parameter list to remove warnings.
1262
12632005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
1264
1265        * libchip/network/cs8900.c, libchip/network/i82586.c,
1266        libchip/network/open_eth.c, libchip/network/sonic.c,
1267        libchip/serial/mc68681.c: Modified types to remove
1268        warnings.  Added initialization to remove warnings.
1269
12702005-04-28      Joel Sherrill <joel@OARcorp.com>
1271
1272        * libchip/network/README.sonic: Rewritten to account for removal of
1273        dmv177.
1274
12752005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
1276
1277        PR 781/rtems_misc
1278        * libchip/serial/ns16550_p.h: Fix baud rate calculation
1279
12802005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
1281
1282        * libchip/serial/ns16550.c:
1283        Fixed warnings generated in various powerpc configurations
1284
12852005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
1286
1287        * libchip/serial/ns16550.c: Modified
1288        ISR to work with PPC new exception processing
1289
12902005-03-14      Joel Sherrill <joel@OARcorp.com>
1291
1292        * libchip/network/dec21140.c, libchip/network/elnk.c,
1293        libchip/network/if_fxp.c: Continue PCI API unification. All use
1294        pci_find_device(). Network drivers manufacture a signature since all
1295        calls have not been converted yet.
1296
12972005-03-04      Joel Sherrill <joel@OARcorp.com>
1298
1299        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
1300        initialize function part of the unified PCI API as pci_initialize().
1301
13022005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1303
1304        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
1305        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
1306
13072005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1308
1309        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
1310        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
1311
13122005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1313
1314        * aclocal/ppc.m4: Reflect changes to ppc exception processing
1315        building procedures.
1316
13172005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1318
1319        * aclocal/prog-cc.m4:
1320        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1321
13222005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1323
1324        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1325
13262005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1327
1328        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1329
13302005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1331
1332        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1333
13342005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1335
1336        * libnetworking/rtems_servers/ftp.c,
1337        libnetworking/rtems_servers/ftp.h,
1338        libnetworking/rtems_servers/Makefile.am:
1339        Remove (relocated to cpukit/ftpd).
1340        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1341        removed move libnetworking/rtems_servers.
1342
13432005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1344
1345        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1346
13472005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1348
1349        PR 755/rtems
1350        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1351        Remove local declarations of rtems_bsdnet_nameservers,
1352        rtems_bsdnet_nameservers_count.
1353
13542005-01-31      Sergei Organov <osv@topconrd.ru>
1355
1356        PR 751/pppd
1357        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1358        committed to fix PR736 breaks pppd. chat.c should have its own static
1359        ttyfd for pppd to work correctly. The symptom is that second
1360        invokation of chat (for connect script) fails due to pppd_ttyfd set
1361        to -1 by previous chat invokation (for init script). In addition,
1362        this patch fixes leaving of dangling pointer in the abort_stbring[]
1363        by chat_send().
1364
13652005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1366
1367        * configure.ac: Remove CFLAGS_DEBUG_V.
1368        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1369
13702005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1371
1372        * wrapup/Makefile.am: Remove rtems-ctor.o.
1373
13742005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1375
1376        * libchip/rtc/rtc.h: size_t RTC_Count.
1377
13782005-01-20      Joel Sherrill <joel@OARcorp.com>
1379
1380        PR 736/pppd
1381        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1382        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1383        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1384        should not be static and should have a name more specific to pppd.
1385
13862005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1387
1388        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1389        libnetworking/rtems_servers/Makefile.am,
1390        libnetworking/rtems_telnetd/Makefile.am,
1391        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1392        Eliminate CFLAGS_OPTIMIZE_V.
1393
13942005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1395
1396        * configure.ac: Pass CFLAGS to testsuites configure.
1397        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1398        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1399
14002005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1401
1402        * configure.ac: Pass CFLAGS to cpukit configure.
1403        * aclocal/rtems-flags.m4: Remove (Unused).
1404        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1405        * aclocal/env-rtemsbsp.m4:
1406        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1407        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1408        RTEMS_CFLAGS.
1409        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1410        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1411        Cleanup comments.
1412
14132005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1414
1415        * automake/compile.am: Remove build-variant support.
1416
14172005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1418
1419        * libnetworking/pppd/Makefile.am,
1420        libnetworking/rtems_servers/Makefile.am,
1421        libnetworking/rtems_telnetd/Makefile.am:
1422        Remove build-variant support.
1423
14242005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1425
1426        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1427        support/Makefile.am, wrapup/Makefile.am:
1428        Remove build-variant support.
1429
14302004-11-22      Joel Sherrill <joel@OARcorp.com>
1431
1432        * libchip/network/if_fxp.c: Add entry for another module ID code.
1433
14342004-11-22      Joel Sherrill <joel@OARcorp.com>
1435
1436        PR 693/misc
1437        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1438        in/outport routines.
1439
14402004-11-22      Joel Sherrill <joel@OARcorp.com>
1441
1442        PR 693/misc
1443        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1444        in/outport routines.
1445
14462004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1447
1448        * aclocal/enable-itron.m4: Remove (unused).
1449
14502004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1451
1452        * configure.ac: Misc. quoting cleanups.
1453        Enable ada-tests iff --enable-ada and --enable-tests.
1454
14552004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1456
1457        PR 703/filesystem
1458        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1459        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1460        libchip/ide/ide_controller.c:
1461        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1462        available for BSPS/device drivers.
1463        Extend the "modes_available" and "mode_active" parameters to
1464        uint16_t for UDMA support.
1465
14662004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1467
1468        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1469        not supported on PowerPC since it works on the MVME2100 BSP.
1470
14712004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1472
1473        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1474        Add dependency tracking for *.cfgs.
1475        * Makefile.am: Add dependency tracking for *.cfg.
1476
14772004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1478
1479        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1480        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1481
14822004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1483
1484        PR 707/make_build
1485        * configure.ac: Add --enable-rpcgen.
1486
14872004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1488
1489        PR 700/rtems_misc
1490        * libnetworking/rtems_webserver/asp.c,
1491        libnetworking/rtems_webserver/balloc.c,
1492        libnetworking/rtems_webserver/cgi.c,
1493        libnetworking/rtems_webserver/default.c,
1494        libnetworking/rtems_webserver/ej.h,
1495        libnetworking/rtems_webserver/ejIntrn.h,
1496        libnetworking/rtems_webserver/ejlex.c,
1497        libnetworking/rtems_webserver/ejparse.c,
1498        libnetworking/rtems_webserver/emfdb.c,
1499        libnetworking/rtems_webserver/emfdb.h,
1500        libnetworking/rtems_webserver/form.c,
1501        libnetworking/rtems_webserver/handler.c,
1502        libnetworking/rtems_webserver/h.c,
1503        libnetworking/rtems_webserver/license.txt,
1504        libnetworking/rtems_webserver/Makefile.am,
1505        libnetworking/rtems_webserver/md5c.c,
1506        libnetworking/rtems_webserver/md5.h,
1507        libnetworking/rtems_webserver/mime.c,
1508        libnetworking/rtems_webserver/misc.c,
1509        libnetworking/rtems_webserver/NOTES,
1510        libnetworking/rtems_webserver/ringq.c,
1511        libnetworking/rtems_webserver/rom.c,
1512        libnetworking/rtems_webserver/rtems_webserver.h,
1513        libnetworking/rtems_webserver/security.c,
1514        libnetworking/rtems_webserver/sock.c,
1515        libnetworking/rtems_webserver/socket.c,
1516        libnetworking/rtems_webserver/sockGen.c,
1517        libnetworking/rtems_webserver/sym.c,
1518        libnetworking/rtems_webserver/uemf.c,
1519        libnetworking/rtems_webserver/uemf.h,
1520        libnetworking/rtems_webserver/um.c,
1521        libnetworking/rtems_webserver/um.h,
1522        libnetworking/rtems_webserver/umui.c,
1523        libnetworking/rtems_webserver/url.c,
1524        libnetworking/rtems_webserver/value.c,
1525        libnetworking/rtems_webserver/wbase64.c,
1526        libnetworking/rtems_webserver/webcomp.c,
1527        libnetworking/rtems_webserver/webmain.c,
1528        libnetworking/rtems_webserver/webpage.c,
1529        libnetworking/rtems_webserver/webrom.c,
1530        libnetworking/rtems_webserver/webs.c,
1531        libnetworking/rtems_webserver/websda.c,
1532        libnetworking/rtems_webserver/websda.h,
1533        libnetworking/rtems_webserver/webs.h,
1534        libnetworking/rtems_webserver/websSSL.c,
1535        libnetworking/rtems_webserver/websSSL.h,
1536        libnetworking/rtems_webserver/websuemf.c,
1537        libnetworking/rtems_webserver/wsIntrn.h:
1538        Remove (Moved to cpukit/http).
1539
15402004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1541
1542        PR 700/rtems_misc
1543        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1544        Remove libnetworking/rtems_webserver.
1545
15462004-10-25      Eric Norum <norume@aps.anl.gov>
1547
1548        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1549
15502004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1551
1552        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1553
15542004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1555
1556        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1557        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1558
15592004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1560
1561        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1562
15632004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1564
1565        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1566        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1567
15682004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1569
1570        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1571        BITSPERBYTE.
1572
15732004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1574
1575        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1576        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1577
15782004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1579
1580        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1581
15822004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1583
1584        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1585        * aclocal/enable-bare.m4: Remove.
1586        * configure.ac: Remove BARE_CPU_MODEL.
1587
15882004-10-13      Eric Norum <norume@aps.anl.gov>
1589
1590        PR 688/bsps
1591        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1592        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1593        MC146818A (and several Dallas Semiconductor) TOD chips.
1594
15952004-10-13      Eric Norum <norume@aps.anl.gov>
1596
1597        PR 686/networking
1598        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1599        device code.
1600
16012004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1602
1603        * libchip/network/dec21140.c: include <rtems/pci.h>.
1604
16052004-09-29      Joel Sherrill <joel@OARcorp.com>
1606
1607        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1608        libnetworking/pppd/utils.c: i960 obsoleted and all references
1609        removed.
1610
16112004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1612
1613        PR 607/networking
1614        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1615        instead of fully specifying unused PCI features.
1616
16172004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1618
1619        * configure.ac: Require automake > 1.9.
1620
16212004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1622
1623        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1624
16252004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1626
1627        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1628        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1629
16302004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1631
1632        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1633        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1634
16352004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1636
1637        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1638
16392004-07-28  Joel Sherrill <joel@OARcorp.com>
1640
1641    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1642
16432004-07-25      Joel Sherrill <joel@OARcorp.com>
1644
1645        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1646
16472004-05-21  Till Strauman <strauman@slac.stanford.edu>
1648
1649        PR 625/networking
1650        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1651        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1652        an error rather than panic if no chip is detected (thus allowing
1653        for probing).
1654        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1655        instead of looping forever.  Avoid divide by zero (crashed my PC).
1656        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1657        they are UNTESTED.
1658
16592004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1660
1661        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1662
16632004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1664
1665        * libchip/network/dec21140.c, libchip/network/elnk.c:
1666        #include <errno.h>.
1667
16682004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1669
1670        * libchip/network/if_media.h: Update from FreeBSD.
1671        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1672        libchip/network/i82586.c: #include <errno.h>.
1673
16742004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1675
1676        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1677
16782004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1679
1680        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1681
16822004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1683
1684        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1685        automake).
1686
16872004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1688
1689        PR 599/pppd
1690        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1691
16922004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1693
1694        * optman/rtems/no-region.c: Reflect having changed
1695        rtems_region_get_segment_size.
1696
16972004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1698
1699        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1700        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1701        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1702        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1703        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1704        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1705        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1706
17072004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1708
1709        * libchip/ide/ata.c, libchip/network/dec21140.c,
1710        libchip/network/elnk.c, libchip/network/i82586.c,
1711        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1712        libchip/network/open_eth.c, libchip/network/sonic.c,
1713        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1714        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1715        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1716        libchip/shmdr/shm_driver.h: Cosmetics.
1717
17182004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1719
1720        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1721        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1722        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1723        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1724        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1725        fixed size types.
1726
17272004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1728
1729        * configure.ac: Explicitly pass --includedir and --libdir to
1730        cpukit/configure.
1731
17322004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1733
1734        * librdbg/Makefile.am: Fix rpcgen rules.
1735        * librdbg/src/i386/any/remdeb_xdr.c,
1736        librdbg/src/m68k/any/remdeb_xdr.c,
1737        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1738        Reflect changes to librdbg/Makefile.am.
1739
17402004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1741
1742        * configure.ac: Reflect changes testsuites/configure.ac and
1743        cpukit/configure.ac.
1744
17452004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1746
1747        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1748        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1749
17502004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1751
1752        * configure.ac: Reflect changes to testsuites's configuration.
1753
17542004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1755
1756        PR/589 rtems
1757        * libchip/network/pci.h: Remove (Moved to cpukit).
1758
17592004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1760
1761        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1762        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1763        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1764        libchip/network/dec21140.c, libchip/network/elnk.c,
1765        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1766        libchip/network/open_eth.h, libchip/network/sonic.c,
1767        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1768        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1769        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1770        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1771        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1772        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1773        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1774        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1775        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1776        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1777        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1778        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1779        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1780        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1781        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1782        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1783        fixed-size types.
1784
17852004-03-14      Chris Johns  <chrisj@rtems.org>
1786
1787        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1788        the BSP example code.
1789        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1790        support the DIMMPC. This is a pc386 target with IO port support. Minor
1791        formating clean up. Add documentation to the header file.
1792        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1793        cs8900.h header file.
1794
17952004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1796
1797        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1798        Cosmetics.
1799
18002004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1801
1802        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1803        There are no application level Makefiles in here.
1804
18052004-03-04      Joel Sherrill <joel@OARcorp.com>
1806
1807        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1808        they can be used in application level makefiles.
1809
18102004-03-05      Joel Sherrill <joel@OARcorp.com>
1811
1812        * libnetworking/rtems_webserver/ejparse.c,
1813        libnetworking/rtems_webserver/emfdb.c,
1814        libnetworking/rtems_webserver/sock.c,
1815        libnetworking/rtems_webserver/socket.c,
1816        libnetworking/rtems_webserver/sym.c,
1817        libnetworking/rtems_webserver/webs.c,
1818        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
18192004-03-05      Joel Sherrill <joel@OARcorp.com>
1820
1821        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1822        compiling this file only only those CPU families with supported
1823        exception models.
1824
18252004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1826
1827        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1828        testsuites (Was exposed with --enable-multilib, only).
1829        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1830         Add RTEMS_BSP_CONFIG_SUBDIR.
1831        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1832        testsuites's configure.
1833        * aclocal/rtems-top.m4: Remove ENDIF hack.
1834        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1835
18362004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1837
1838        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1839        wrapup/Makefile.am: Fix automake problems having been introduced
1840        in previous patch.
1841
18422004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1843
1844        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1845        Preinstall dirs.
1846        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1847        * aclocal/check-multiprocessing.m4: Cosmetics.
1848        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1849        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1850
18512004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1852
1853        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1854        librdbg/src/Makefile.am.
1855        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1856        * configure.ac: Reflect changes above.
1857        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1858        * wrapup/Makefile.am: Reflect changes above.
1859        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1860
18612004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1862
1863        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1864
18652004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1866
1867        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1868
18692004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1870
1871        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1872
18732004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1874
1875        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1876        librdbg/src/powerpc/Makefile.am: Remove.
1877        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1878        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1879        * configure.ac: Reflect changes above.
1880
18812004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1882
1883
18842004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1885
1886        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1887        STRIP.
1888
18892004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1890
1891        * librdbg/include/Makefile.am: Merge-in
1892        librdbg/include/rdbg/i386/Makefile.am,
1893        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1894        librdbg/include/rdbg/powerpc/Makefile.am.
1895        * librdbg/include/rdbg/i386/Makefile.am,
1896        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1897        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1898        * configure.ac: Reflect changes above.
1899
19002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1901
1902        * configure.ac: Use AS_HELP_STRING(ada).
1903
19042004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1905
1906        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1907        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1908        Use AC_CONFIG_HEADERS.
1909        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1910        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1911
19122004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1913
1914        * Makefile.am: include local.am.
1915
19162004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1917
1918        * aclocal/version.m4: 4.6.99.0.
1919
19202004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1921
1922        * Makefile.am: Don't include host.am.
1923        * automake/compile.am: Further cleanups.
1924
19252004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1926
1927        * automake/lib.am: Remove (Unused).
1928
19292004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1930
1931        * wrapup/Makefile.am: Don't include lib.am.
1932        * automake/compile.am: Use automake compilation rules.
1933
19342004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1935
1936        * libnetworking/pppd/Makefile.am,
1937        libnetworking/rtems_servers/Makefile.am,
1938        libnetworking/rtems_telnetd/Makefile.am,
1939        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1940        support/Makefile.am: Don't include lib.am.
1941
19422004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1943
1944        * libchip/Makefile.am: Don't include lib.am.
1945        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1946        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1947        unnecessary EXTRA_DISTs.
1948
19492004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1950
1951        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1952        hack.
1953
19542004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1955
1956        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1957        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1958        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1959        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1960
19612004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1962
1963        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1964        Add AM_CONDITIONAL(HAS_MP).
1965        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1966        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1967        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1968        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1969        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1970        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1971        (Deprecated by autoconf 2.59).
1972
19732004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1974
1975        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1976        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1977
19782004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1979
1980        * ChangeLog: Merge-in libnetworking/ChangeLog.
1981        * libnetworking/ChangeLog: Remove.
1982        * ChangeLog: Merge-in librdbg/ChangeLog.
1983        * librdbg/ChangeLog: Remove.
1984        * ChangeLog: Merge-in libchip/ChangeLog.
1985        * libchip/ChangeLog: Remove.
1986        * ChangeLog: Merge-in optman/ChangeLog.
1987        * optman/ChangeLog: Remove.
1988
19892004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1990
1991        * configure.ac: Reflect changes to cpukit.
1992        * wrapup/Makefile.am: Reflect changes to librdbg.
1993        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1994        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1995        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1996        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1997        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1998        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1999        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
2000        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
2001        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2002
20032004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2004
2005        * aclocal/rtems-top.m4: Remove check for version.m4.
2006        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
2007
20082004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2009
2010        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
2011        * wrapup/Makefile.am: Reflect changes to libchip/*.
2012        * support/Makefile.am: Use automake compilation rules.
2013        * wrapup/Makefile.am: Reflect changes to support/*.
2014        * configure.ac: Remove libnetworking/wrapup/Makefile.
2015        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
2016        libnetworking/*/lib*.a instead of libnetapps.a.
2017        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
2018        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
2019        * optman/Makefile.am: Use automake compilation rules.
2020        * libchip/Makefile.am: Fix typo in previous patch.
2021        * libchip/Makefile.am: Use automake compilation rules.
2022        * libnetworking/Makefile.am: Remove wrapup.
2023        * libnetworking/pppd/Makefile.am: Build libpppd. Use
2024        automake-compilation rules.
2025        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
2026        automake-compilation rules.
2027        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
2028        automake-compilation rules.
2029        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
2030        automake-compilation rules.
2031        * libnetworking/wrapup/Makefile.am: Remove (Unused).
2032
20332004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2034
2035        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2036        PRE/TMPINSTALL_FILES to CLEANFILES.
2037        * automake/lib.am: Remove TMPINSTALL_FILES.
2038        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2039        PRE/TMPINSTALL_FILES to CLEANFILES.
2040        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2041        PRE/TMPINSTALL_FILES to CLEANFILES.
2042        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
2043        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2044        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2045        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2046        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2047        * librdbg/src/i386/Makefile.am: Ditto.
2048        * librdbg/src/m68k/Makefile.am: Ditto.
2049        * librdbg/src/powerpc/Makefile.am: Ditto.
2050        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
2051        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2052        * libnetworking/rtems_servers/Makefile.am: Ditto.
2053        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2054        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2055
20562004-01-07      Joel Sherrill <joel@OARcorp.com>
2057
2058        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
2059        more completely covers the MIPS family.
2060
20612003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2062
2063        * wrapup/Makefile.am: Reflect changes to shmdr.
2064        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
2065
20662003-12-18      Joel Sherrill <joel@OARcorp.com>
2067
2068        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
2069        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
2070        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
2071        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
2072        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
2073        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
2074        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
2075
20762003-12-17      Joel Sherrill <joel@OARcorp.com>
2077
2078        * aclocal/version.m4: Updated to rtems-20031217-test.
2079
20802003-12-17     
2081
2082        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2083        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2084
20852003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2086
2087        * automake/compile.am: Remove LINK_LIBS (Unused).
2088        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
2089
20902003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2091
2092        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2093        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2094        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
2095        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
2096        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
2097
20982003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2099
2100        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
2101        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2102        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2103        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2104        * librdbg/src/i386/Makefile.am:
2105        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2106        * librdbg/src/m68k/Makefile.am:
2107        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2108        * librdbg/src/powerpc/Makefile.am:
2109        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2110
21112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2112
2113        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2114        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
2115        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
2116        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
2117        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
2118        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
2119        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2120        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2121        * optman/Makefile.am: Remove project_libdir.
2122        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
2123        PRE/TMPINSTALL_FILES.
2124        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
2125        PRE/TMPINSTALL_FILES.
2126        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
2127        PRE/TMPINSTALL_FILES.
2128        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2129        PRE/TMPINSTALL_FILES.
2130        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
2131        from PRE/TMPINSTALL_FILES.
2132        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
2133        PRE/TMPINSTALL_FILES.
2134        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2135        PRE/TMPINSTALL_FILES.
2136        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
2137        PRE/TMPINSTALL_FILES.
2138        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
2139        PRE/TMPINSTALL_FILES.
2140        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
2141        PRE/TMPINSTALL_FILES.
2142        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
2143        PRE/TMPINSTALL_FILES.
2144        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
2145        from PRE/TMPINSTALL_FILES.
2146
21472003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2148
2149        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
2150        * automake/lib.am: Remove project_libdir.
2151        * wrapup/Makefile.am: Reworked.
2152
21532003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2154
2155        * configure.ac: Reflect changes to librdbg.
2156        * optman/Makefile.am: Add tmpinstall dirstamp support.
2157        * libchip/Makefile.am: Fix variant-tmpinstall support.
2158        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
2159        * librdbg/src/powerpc/Makefile.am: Merge-in former
2160        new_exception_processing/Makefile.am.
2161        * librdbg/src/m68k/any/Makefile.am: Remove.
2162        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
2163        * librdbg/src/i386/any/Makefile.am: Remove.
2164        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
2165        * librdbg/src/Makefile.am: Cosmetics.
2166        * librdbg/include/Makefile.am: Cosmetics.
2167        * librdbg/Makefile.am: Cosmetics.
2168        * libnetworking/Makefile.am: Cosmetics.
2169        * libnetworking/pppd/Makefile.am: Cosmetics.
2170        * libnetworking/wrapup/Makefile.am: Cosmetics.
2171
21722003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2173
2174        * Makefile.am: Cosmetics.
2175        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
2176        support.
2177
21782003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2179
2180        * automake/compile.am: Remove $(ARCH):-rule.
2181
21822003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2183
2184        * configure.ac: Remove lib/libbsp/shared/Makefile,
2185        lib/libbsp/shmdr/Makefile.
2186
21872003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2188
2189        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
2190        libchip/serial/Makefile, libchip/rtc/Makefile.
2191        * support/Makefile.am: Remove all-local: $(ARCH).
2192        * wrapup/Makefile.am: Remove all-local: $(ARCH).
2193        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
2194        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
2195        * optman/Makefile.am: Remove all-local: $(ARCH).
2196        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2197        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
2198        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
2199        compilation dirstamp support.
2200        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
2201        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
2202        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
2203        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
2204        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
2205        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
2206        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2207        all-local: $(ARCH).
2208        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
2209        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
2210        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
2211        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
2212        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
2213
22142003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2215
2216        * aclocal/lead-dot.m4: New (from automake-1.7f).
2217        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
2218        AC_SUBST(dirstamp).
2219        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
2220        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2221        libchip/serial/Makefile.am: Ditto.
2222        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
2223        * librdbg/include/Makefile.am: Ditto.
2224        * librdbg/include/rdbg/Makefile.am: Ditto.
2225        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2226        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2227        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2228        * librdbg/src/Makefile.am: Ditto.
2229        * librdbg/src/i386/Makefile.am: Ditto.
2230        * librdbg/src/i386/any/Makefile.am: Ditto.
2231        * librdbg/src/m68k/Makefile.am: Ditto.
2232        * librdbg/src/m68k/any/Makefile.am: Ditto.
2233        * librdbg/src/powerpc/Makefile.am: Ditto.
2234        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2235        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
2236        preinstallation.
2237        * libnetworking/pppd/Makefile.am: Ditto.
2238        * libnetworking/rtems_servers/Makefile.am: Ditto.
2239        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2240        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2241        * libnetworking/wrapup/Makefile.am: Ditto.
2242
22432003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2244
2245        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
2246        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
2247        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
2248        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
2249        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2250        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2251        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2252        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
2253        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
2254        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
2255        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
2256        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
2257        underquoting to silence automake-1.8.
2258
22592003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2260
2261        * configure.ac: Reflect having moved tests to ../../testsuites.
2262
22632003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2264
2265        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
2266        * aclocal/canonical-host.m4: Remove.
2267        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
2268        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2269
22702003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2271
2272        * aclocal/check-cpu.m4: Remove.
2273        * configure.ac: Merge-in former aclocal/check-cpu.m4.
2274        * aclocal/canonical-target-name.m4: Add m4-quotes.
2275        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
2276        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
2277        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2278        * aclocal/check-networking.m4: Add m4-quotes. Require
2279        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2280        * aclocal/check-posix.m4: Add m4-quotes. Require
2281        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2282        * aclocal/check-rdbg.m4: Add m4-quotes. Require
2283        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2284        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
2285
22862003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2287
2288        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
2289        * aclocal/bsp-alias.m4: Remove.
2290
22912003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2292
2293        * configure.ac: Make presence of tests/ optional.
2294
22952003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2296
2297        * aclocal/path-perl.m4: Remove (Unused).
2298
22992003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2300
2301        * automake/force-preinstall.am: Remove.
2302
23032003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2304
2305        PR 499/rtems_misc
2306        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
2307        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
2308        Configuration (Odd was forced) - Correction of Stop Bit configuration
2309        (inversed) - Correction of ISR Handler to call
2310        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
2311        CTS Hardware flow control Configuration.
2312
23132003-09-04      Joel Sherrill <joel@OARcorp.com>
2314
2315        * lib/libcpu/shared/include/cache.h,
2316        lib/libcpu/shared/src/cache_aligned_malloc.c,
2317        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
2318        license changed.
2319        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2320        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2321        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2322        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2323        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2324        for license changed.
2325        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2326        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2327        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2328        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2329        libchip/network/cs8900.h, libchip/network/dec21140.c,
2330        libchip/network/elnk.c, libchip/network/open_eth.c,
2331        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2332        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2333        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2334        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2335        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2336        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2337        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2338        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2339        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2340        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2341        libchip/serial/serial.h, libchip/serial/z85c30.c,
2342        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2343        libchip/serial/z85c30_reg.c: URL for license changed.
2344
23452003-09-03      Jiri Gaisler <jiri@gaisler.com>
2346
2347        PR 477/networking
2348        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2349        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2350        libchip/network/open_eth.h: New files.
2351
23522003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2353
2354        * aclocal/rtems-top.m4: Add RTEMS_API.
2355        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2356
23572003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2358
2359        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2360        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2361        @RTEMS_BSP@.cfg.
2362
23632003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2364
2365        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2366
23672003-08-20      Joel Sherrill <joel@OARcorp.com>
2368
2369        * libchip/network/cs8900.c: Correct copyright statements.
2370
23712003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2372
2373        * aclocal/check-itron.m4: Remove.
2374        * aclocal/enable-inlines.m4: Remove.
2375        * Makefile.am: Reflect having moved aclocal/.
2376        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2377        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2378        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2379        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2380        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2381        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2382        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2383        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2384        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2385        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2386        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2387        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2388        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2389        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2390        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2391        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2392        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2393        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2394        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2395        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2396        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2397        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2398        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2399        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2400        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2401        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2402        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2403        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2404        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2405        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2406        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2407        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2408        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2409        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2410        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2411        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2412        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2413        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2414        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2415        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2416        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2417        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2418        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2419        * aclocal/target.m4: New (Copied from ../../aclocal).
2420        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2421        * aclocal/version.m4: New (Copied from ../../aclocal).
2422
24232003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2424
2425        * configure.ac: Remove stray comments.
2426        * automake/local.am, automake/host.am: Remove "debug".
2427
24282003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2429
2430        * Makefile.am: Reflect having moved automake/.
2431        * lib/Makefile.am: Reflect having moved automake/.
2432        * support/Makefile.am: Reflect having moved automake/.
2433        * wrapup/Makefile.am: Reflect having moved automake/.
2434        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2435        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2436        from ../../automake).
2437        * optman/Makefile.am: Reflect having moved automake/.
2438        * libchip/Makefile.am: Reflect having moved automake/.
2439        * libchip/ide/Makefile.am: Reflect having moved automake/.
2440        * libchip/network/Makefile.am: Reflect having moved automake/.
2441        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2442        * libchip/serial/Makefile.am: Reflect having moved automake/.
2443        * librdbg/Makefile.am: Reflect having moved automake/.
2444        * librdbg/include/Makefile.am: Reflect having moved automake/.
2445        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2446        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2447        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2448        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2449        automake/.
2450        * librdbg/src/Makefile.am: Reflect having moved automake/.
2451        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2452        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2453        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2454        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2455        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2456        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2457        having moved automake/.
2458        * libnetworking/Makefile.am: Reflect having moved automake/.
2459        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2460        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2461        automake/.
2462        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2463        automake/.
2464        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2465        automake/.
2466        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2467
24682003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2469
2470        * Makefile.am: Add bsp.pc.in.
2471        * bsp.pc.in: New (pkgconfig support).
2472
24732003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2474
2475        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2476
24772003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2478
2479        * lib/Makefile.am: New (Required by 'make dist').
2480        * lib/ChangeLog: Remove.
2481        * lib/.cvsignore: Cleanup.
2482        * configure.ac: Reflect having added lib/Makefile.am.
2483        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2484        lib/libbsp/configure.ac.
2485        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2486        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2487
24882003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2489
2490        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2491        * configure.ac: Merge-in librdbg/configure.ac.
2492        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2493        librdbg/configure.ac.
2494        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2495        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2496        LIBCHIP. Conditionally build include-dirs.
2497        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2498        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2499        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2500        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2501        librdbg/include/rdbg/m68k/Makefile.am,
2502        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2503        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2504        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2505        librdbg/src/powerpc/Makefile.am, librdbg/
2506        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2507        configure.ac into ../configure.ac.
2508        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2509        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2510        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2511        libnetworking/rtems_telnetd/Makefile.am,
2512        libnetworking/rtems_webserver/Makefile.am,
2513        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2514        into ../configure.ac.
2515
25162003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2517
2518        PR 427/rtems
2519        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2520        * librdbg/src/servtsp.c: Ditto.
2521
25222003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2523
2524        PR 429/bsps
2525        PR 432/bsps
2526        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2527        packets are queued onto an elnk board, the ISR will deadlock the device
2528        with a tx complete interrupt.  Lighter tx loads are not affected as they
2529        end up submitting single packets to the device.
2530
25312003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2532
2533        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2534        optman/configure.ac.
2535        * optman/configure.ac: Remove (Merged into ../configure.ac).
2536        * optman/Makefile.am: Reflect having merged configure.ac into
2537        ../configure.ac.
2538        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2539        * libchip/Makefile.am, libchip/ide/Makefile.am,
2540        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2541        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2542        ../configure.ac.
2543
25442003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2545
2546        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2547
25482003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2549
2550        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2551        on i386.
2552
25532003-06-13      Joel Sherrill <joel@OARcorp.com>
2554
2555        * libnetworking/pppd/chat.c: Removed warnings.
2556
25572003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2558
2559        * libchip/network/README.3com: New file missed in previous commit.
2560        PR 405/bsps
2561        PR 393/networking
2562        * libchip/network/dec21140.c: Fix leak also known as PR393.
2563        * libchip/network/elnk.c, libchip/network/if_media.h,
2564        libchip/network/mii.h: New files.
2565        * libchip/network/Makefile.am: Reflect new files.
2566
25672003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2568
2569        * configure.ac: Remove support for profile-variant.
2570
25712003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2572
2573        PR 397/pppd
2574        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2575        * libnetworking/pppd/magic.c: Remove *rand48.
2576        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2577
25782003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2579
2580        * wrapup/Makefile.am: Add libide.a.
2581
25822003-04-15      Joel Sherrill <joel@OARcorp.com>
2583
2584        PR 387/rtems_misc
2585        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2586        routines.
2587        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2588
25892003-04-11      Joel Sherrill <joel@OARcorp.com>
2590
2591        * libnetworking/rtems_webserver/cgi.c,
2592        libnetworking/rtems_webserver/sockGen.c,
2593        libnetworking/rtems_webserver/umui.c,
2594        libnetworking/rtems_webserver/websSSL.c,
2595        libnetworking/rtems_webserver/websSSL.h,
2596        libnetworking/rtems_webserver/websda.c,
2597        libnetworking/rtems_webserver/websda.h: New files. Not included in
2598        previous commit.
2599
26002003-04-10      Joel Sherrill <joel@OARcorp.com>
2601
2602        PR 371/pppd
2603        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2604        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2605        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2606        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2607        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2608        still global symbols in rtemspppd.h which might need to be changed or
2609        converted into member of a structure which is dereferenced with a
2610        pointer that is managed as a per task variable. But this patch should
2611        avoid many conflicts.
2612
26132003-03-27      Joel Sherrill <joel@OARcorp.com>
2614
2615        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2616        not allowed in the cpukit source code since it must be buildable
2617        independent of any BSP. These files were moved to libchip/ide.
2618        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2619        files.
2620
26212003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2622
2623        PR 368/filesystems
2624        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2625        improvements which now work on pc386 and mbx8xx.
2626        * libchip/ide/ide_controller.c: New file.
2627
26282003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2629
2630        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2631
26322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2633
2634        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2635        * configure.ac: Add support/.
2636        * support/.cvsignore: New.
2637        * support/Makefile.am: New.
2638        * support/version.c: New.
2639        * wrapup/Makefile.am: Add support/libsupport.a.
2640        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2641        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2642        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2643        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2644
26452003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2646
2647        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2648
26492003-02-20      Till Straumann <strauman@slac.stanford.edu>
2650
2651        PR 354/networking
2652        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2653        chip against a table of supported chips. The untested ones are still
2654        commented out, however.
2655
26562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2657
2658        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2659        * configure.ac: AC_PREREQ(2.57).
2660        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2661        * optman/configure.ac: AC_PREREQ(2.57).
2662        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2663        * libchip/configure.ac: AC_PREREQ(2.57).
2664        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2665        * librdbg/configure.ac: AC_PREREQ(2.57).
2666        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2667        * libnetworking/configure.ac: AC_PREREQ(2.57).
2668
26692003-02-06      Joel Sherrill <joel@OARcorp.com>
2670
2671        * libnetworking/pppd/chat.c: Convert routines with common names to
2672        static. This included get_char(), put_char(), and character() among
2673        others.
2674
26752003-02-03      Joel Sherrill <joel@OARcorp.com>
2676
2677        PR 338/filesystem
2678        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2679        rtems_io_lookup_name() (API change).  Unused function removed.
2680
26812003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2682
2683        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2684        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2685        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2686        Eliminate *_O_FILES.
2687        * libnetworking/rtems_servers/Makefile.am,
2688        libnetworking/rtems_webserver/Makefile.am,
2689        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2690
26912002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2692
2693        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2694        Let all-local: depend on $(LIB).
2695        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2696        * optman/Makefile.am: Apply install-data-local to install *.rels.
2697
26982002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2699
2700        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2701        %.c rules.
2702        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2703        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2704        * libchip/rtc/Makefile.am: Ditto.
2705        * libchip/serial/Makefile.am: Ditto.
2706
27072002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2708
2709        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2710        LIBC_DEFINES.
2711        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2712        LIBC_DEFINES.
2713        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2714        LIBC_DEFINES.
2715
27162002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2717
2718        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2719
27202002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2721
2722        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2723        cache-checking.
2724        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2725
27262002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2727
2728        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2729        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2730        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2731        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2732        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2733
27342002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2735
2736        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2737        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2738        Remove.
2739        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2740
27412002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2742
2743        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2744        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2745
27462002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2747
2748        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2749        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2750
27512002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2752
2753        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2754        * optman/rel.am: New.
2755
27562002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2757
2758        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2759        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2760        braino in comment on "exec". Extend --enable-ada handling.
2761
27622002-11-04      Joel Sherrill <joel@OARcorp.com>
2763
2764        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2765        tasks and rolling multiple loops into 1.
2766        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2767        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2768        Removed warnings.
2769
27702002-10-31      Joel Sherrill <joel@OARcorp.com>
2771
2772        * libchip/network/dec21140.c: Removed warnings.
2773        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2774        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2775        librdbg/src/m68k/any/remdeb_xdr.c,
2776        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2777        warnings.
2778        * libnetworking/rtems_webserver/socket.c,
2779        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2780
27812002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2782
2783        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2784        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2785        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2786        above.
2787
27882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2789
2790        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2791        * wrapup/.cvsignore: Remove autom4te.cache.
2792        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2793        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2794        autom4te.cache.
2795        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2796        autom4te.cache.
2797        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2798        autom4te.cache.
2799
28002002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2801
2802        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2803
28042002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2805
2806        * optman/.cvsignore: Add autom4te.cache.
2807
28082002-09-14      Joel Sherrill <joel@OARcorp.com>
2809
2810        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2811
28122002-09-07      Joel Sherrill <joel@OARcorp.com>
2813
2814        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2815        include files to resolve warnings.
2816
28172002-09-07      Chris Johns <ccj@acm.org>
2818
2819        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2820        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2821        which corrects the problem  where the cs8900.c file was actually the BSP
2822        glue.  Joel did some hacking so this file will compile.  Previously it
2823        required providing a target.h file to compile.
2824        * libchip/network/cs8900.c.bsp: New file.
2825
28262002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2827
2828        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2829
28302002-08-31      Joel Sherrill <joel@OARcorp.com>
2831
2832        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2833        eliminate warning.
2834
28352002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2836
2837        * configure.ac: Add ada-tests.
2838
28392002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2840
2841        * Makefile.am: Add preinstall-stamp.
2842
28432002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2844
2845        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2846        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2847        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2848        gcc31 happy.
2849        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2850        cp.
2851
28522002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2853
2854        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2855        make/bsp.mak.
2856        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2857        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2858
28592002-08-12      Joel Sherrill <joel@OARcorp.com>
2860
2861        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2862        avoid error.
2863
28642002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2865
2866        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2867        * configure.ac: Add BSP_SUBDIRS.
2868        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2869        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2870        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2871        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2872        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2873        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2874        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2875        RTEMS_CHECK_BSP_CACHE.
2876        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2877        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2878        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2879        .$(OBJEXT) instead of .o.
2880        * libnetworking/pppd/Makefile.am,
2881        libnetworking/rtems_servers/Makefile.am,
2882        libnetworking/rtems_telnetd/Makefile.am,
2883        libnetworking/rtems_webserver/Makefile.am,
2884        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2885
28862002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2887
2888        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2889        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2890        ../libchip/serial/$(ARCH)/libserialio.a.
2891        * libchip/serial/Makefile.am: Don't tmp-install lib.
2892        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2893
28942002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2895
2896        * Makefile.am: Add rtems_makedir.
2897        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2898        * Makefile.am: Add wrapup-SUBDIR.
2899        * wrapup/ChangeLog: Remove.
2900        * wrapup/configure.ac: Remove.
2901        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2902        (Make the bare BSP happy).
2903        * configure.ac: Ditto.
2904        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2905        Create make/custom/default.cfg.
2906        * configure.ac: Add creation of make/custom/*.cfg. Create
2907        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2908
29092002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2910
2911        * Makefile.am: Clean $(PROJECT_RELEASE).
2912
29132002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2914
2915        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2916        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2917        prototype mismatches.
2918
29192002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2920
2921        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2922        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2923
29242002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2925
2926        * acinclude.m4: Add test "$multilib" != "yes".
2927        * config-ml.in: Remove.
2928        * acinclude.m4: Cleanups.
2929        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2930        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2931        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2932        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2933        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2934
29352002-07-16      Eric Norum <eric.norum@usask.ca>
2936
2937        * New driver for the Intel EtherExpressPro (82559ER) chip.
2938        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2939        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2940        * libchip/network/Makefile.am: Modified to reflect above.
2941
29422002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2943
2944        * acinclude.m4: New.
2945        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2946        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2947        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2948
29492002-07-01      Joel Sherrill <joel@OARcorp.com>
2950
2951        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2952        _Objects_Information_table now that it is a two dimensional array based
2953        upon API and class.
2954        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2955        of strnlen().
2956
29572002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2958
2959        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2960        preinstall libnetapps.a.
2961
29622002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2963
2964        * configure.ac: Remove librpc.
2965
29662002-06-25      Joel Sherrill <joel@OARcorp.com>
2967
2968        * Per PR233, moved librpc to exec.
2969        * configure.ac, wrapup/Makefile.am: Modified.
2970        * librpc, librpc/ChangeLog: Removed.
2971
29722002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2973
2974        * optman/Makefile.am: Remove multilib support.
2975        * optman/configure.ac: Ditto.
2976        * optman/sapi/Makefile.am: Ditto.
2977
29782002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2979
2980        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2981        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2982
29832002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2984
2985        Move networking libraries to c/src/exec/libnetworking
2986        * libnetworking/configure.ac, libnetworking/Makefile.am,
2987        libnetworking/wrapup/Makefile.am: Reflect Moval.
2988
29892002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2990
2991        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2992        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2993        <rtems/bspIo.h>.
2994
29952002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2996
2997        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2998        * libnetworking/rtems/mkrootfs.h: Ditto.
2999        * libnetworking/rtems/Makefile.am: Reflect changes above.
3000
30012002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3002
3003        * configure.ac: Remove lib.
3004
30052002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
3006
3007        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
3008        that exception stack frames on M68K members with VBR always are 6 byte
3009        long. The incorrect assumption resulted in some gdb commands like "next"
3010        to fail on the 68360.
3011
30122002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3013
3014        * config-ml.in: Take out arm and sh variants RTEMS does not support.
3015        PR 220
3016        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3017        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
3018        CVS.
3019        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
3020        libnetworking/sys/filio.h: Remove.
3021        * libnetworking/sys/Makefile.am: Reflect changes above.
3022
30232002-05-07      Chris Johns <ccj@acm.org>
3024
3025        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
3026        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
3027        requires it to be stripped.
3028
30292002-05-01      Eric Norum <eric.norum@usask.ca>
3030
3031        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
3032        assembly  to satisfy gcc 3.1 and newer.
3033
30342002-04-26      Eric Norum <eric.norum@usask.ca>
3035
3036        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
3037        agressive optimization in gcc 3.1 does not reorder things.
3038
30392002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3040
3041        * libchip/network/dec21140.c: Reflect changes to powerpc's
3042        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
3043        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
3044        <rtems/score/cpu.h>.
3045        * librdbg/src/powerpc/rdbg_f.c: Ditto.
3046        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
3047
30482002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3049
3050        * optman/configure.ac: Remove ENABLE_GCC28.
3051
30522002-04-11      Chris Johns <ccj@acm.org>
3053
3054        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
3055        driver control block field to the ifconfig network driver structure.
3056        This field is needed by the i82586 driver which was ported from NetBSD
3057        as it had better hardware abstraction.
3058        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
3059        PR59, added the drv_ctrl driver control block field to the ifconfig
3060        network driver structure. This field is needed by the i82586 driver
3061        which was ported from NetBSD as it had better hardware abstraction.
3062
30632002-04-10      Mike Siers <mikes@poliac.com>
3064
3065        * libnetworking/rtems_webserver/NOTES,
3066        libnetworking/rtems_webserver/asp.c,
3067        libnetworking/rtems_webserver/balloc.c,
3068        libnetworking/rtems_webserver/default.c,
3069        libnetworking/rtems_webserver/ej.h,
3070        libnetworking/rtems_webserver/ejIntrn.h,
3071        libnetworking/rtems_webserver/ejlex.c,
3072        libnetworking/rtems_webserver/ejparse.c,
3073        libnetworking/rtems_webserver/emfdb.c,
3074        libnetworking/rtems_webserver/emfdb.h,
3075        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
3076        libnetworking/rtems_webserver/handler.c,
3077        libnetworking/rtems_webserver/license.txt,
3078        libnetworking/rtems_webserver/md5.h,
3079        libnetworking/rtems_webserver/md5c.c,
3080        libnetworking/rtems_webserver/mime.c,
3081        libnetworking/rtems_webserver/misc.c,
3082        libnetworking/rtems_webserver/ringq.c,
3083        libnetworking/rtems_webserver/rom.c,
3084        libnetworking/rtems_webserver/security.c,
3085        libnetworking/rtems_webserver/sock.c,
3086        libnetworking/rtems_webserver/sym.c,
3087        libnetworking/rtems_webserver/uemf.c,
3088        libnetworking/rtems_webserver/uemf.h,
3089        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
3090        libnetworking/rtems_webserver/url.c,
3091        libnetworking/rtems_webserver/value.c,
3092        libnetworking/rtems_webserver/wbase64.c,
3093        libnetworking/rtems_webserver/webcomp.c,
3094        libnetworking/rtems_webserver/webpage.c,
3095        libnetworking/rtems_webserver/webrom.c,
3096        libnetworking/rtems_webserver/webs.c,
3097        libnetworking/rtems_webserver/webs.h,
3098        libnetworking/rtems_webserver/websuemf.c,
3099        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
3100        2.1.4.
3101
31022002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3103
3104        * libchip/network/i82586.c: Include <string.h>.
3105        * libchip/network/sonic.c: Ditto.
3106
31072002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3108
3109        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
3110
31112002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3112
3113        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
3114
31152002-03-27      Thomas.Doerfler@imd-systems.de
3116
3117        PR 144
3118        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
3119        memory address 0 when called for the first time. This is done when
3120        trying to clear the variable "dhcp_hostname".
3121
31222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3123
3124        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3125        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3126        * Makefile.am: Remove AUTOMAKE_OPTIONS.
3127        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3128        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3129        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3130        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
3131        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
3132        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3133        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3134        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
3135        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
3136        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3137        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
3138        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3139        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3140        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3141        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3142        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3143        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3144        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
3145        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3146        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3147        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3148        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3149        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3150        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
3151        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3152        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
3153        AUTOMAKE_OPTIONS.
3154        * libnetworking/configure.ac:
3155        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
3156        foreign 1.6]).
3157        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
3158        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
3159        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
3160        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
3161        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3162        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
3163        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
3164        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
3165        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
3166        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3167        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3168        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
3169        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3170        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
3171        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
3172        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
3173        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
3174
31752002-03-27      Ilya Alexeev <ilya@continuum.ru>
3176
3177        PR 162
3178        * libnetworking/net/if_ppp.c ppp_txdaemon(),
3179        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
3180        used in a device write routines.  Now ppp_softc structure have own
3181        character for writing to device (sc_outchar).  I think that converting
3182        local variables to static is not a right solution, because problems will
3183        occur in the case of two or more ppp instances.
3184        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
3185        must be u_long, otherwise in the case of the big output packet endless
3186        loop may occur.
3187
31882002-03-21      Ilya Alexeev <ilya@continuum.ru>
3189
3190        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
3191        preparations for multiple PPPD connections.
3192
31932002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3194
3195        PR 149
3196        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
3197        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
3198        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
3199        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3200
32012002-02-28      Victor V. Vengerov <vvv@oktet.ru>
3202
3203        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
3204        * configure.ac: Modified to reflect addition.
3205
32062002-02-27      Ilya Alexeev <ilya@continuum.ru>
3207
3208        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
3209        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3210        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
3211        capabilities as well as eliminate some warnings.
3212
32132002-02-27      Eric Norum <eric.norum@usask.ca>
3214
3215        * libnetworking/net/radix.c: Properly handle fetching the default route
3216        when there is no route.  This was a bug in the original FreeBSD code and
3217        this fix is from an updated version of their code.
3218
32192002-02-16      Eric Norum <eric.norum@usask.ca>
3220
3221        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
3222        checking.
3223
32242002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3225
3226        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
3227        dodefaultroute.
3228
32292002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3230
3231        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
3232        include <rtems/seterr.h>.
3233
32342002-02-01      Mike Siers <mikes@poliac.com>
3235
3236        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
3237        avoid bringing the link down too fast. NOTE: Mike reports successfully
3238        running at 56K baud on a direct link.
3239
32402002-02-01      Eric Valette <valette@crf.canon.fr>
3241
3242        * librdbg/So many patches have been posted recently on the mailing list
3243        and  because we were unable to find correct solution to compile on
3244        various  linux distros (due to rpcgen incompatibilities), librdbg/and
3245        because the coding  style of rdbg was rather inconsistant among various
3246        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
3247        global coding style (using indent + manual edits), 2) incorporate/review
3248        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
3249        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
3250        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
3251        after rdbg initialization is done, NB : the paches is huge but it is
3252        mainly due to coding styke chnages.  Only few lines of codes have been
3253        really changed and they do not impact  rdbg functionnality (AFAIKT).
3254        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
3255        librdbg/include/rdbg/m68k/rdbg_f.h,
3256        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
3257        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
3258        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
3259        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
3260        librdbg/src/servtsp.c, librdbg/src/servutil.c,
3261        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
3262        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
3263        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
3264        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
3265        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
3266        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
3267        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
3268        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3269        librdbg/src/powerpc/new_exception_processing/remdeb.h,
3270        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
3271        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
3272
32732002-01-31      Mike Siers <mikes@poliac.com>
3274
3275        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
3276        * Nice Update of PPPD support which eliminates the requiremetn that
3277        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
3278        and reports that it seems to be more stable and handle larger packets
3279        better.  This patch replaces the termios tasks with more general pppd
3280        network driver tasks.  The functions pppinput() and pppstart() get
3281        called from the interrupt service routine.
3282        * libnetworking/Makefile.am, libnetworking/configure.ac,
3283        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
3284        libnetworking/net/ethernet.h, libnetworking/net/if.c,
3285        libnetworking/net/if.h, libnetworking/net/if_arp.h,
3286        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
3287        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
3288        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
3289        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
3290        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
3291        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
3292        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
3293        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
3294        libnetworking/net/route.c, libnetworking/net/route.h,
3295        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
3296        libnetworking/pppd/README, libnetworking/pppd/STATUS,
3297        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
3298        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3299        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3300        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3301        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3302        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3303        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3304        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3305        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3306        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3307        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3308        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
3309        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3310        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3311        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
3312        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
3313        libnetworking/pppd/example/README,
3314        libnetworking/pppd/example/netconfig.h,
3315        libnetworking/wrapup/Makefile.am: Modified.
3316        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
3317        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
3318        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
3319        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3320        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3321        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3322        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3323        libnetworking/modem/pppcompress.c: Subdirectory removed.
3324
33252002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3326
3327        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3328        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3329
33302002-01-18      Till Straumann <strauman@slac.stanford.edu>
3331
3332        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3333        issues: - exception handler needs to enable MSR_FP if the interrupted
3334        thread is FP enabled. - printk message for MSR fixed and added
3335        stacktrace. NOTE: this requires the stacktrace patch to
3336        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3337        however).
3338
33392002-01-06      Joel Sherrill <joel@OARcorp.com>
3340
3341        * optman/.cvsignore: Added aclocal.m4 and configure.
3342        * optman/.cvsignore: New file.
3343
33442002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3345
3346        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3347
33482002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3349
3350        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3351        * optman/ChangeLog: New.
3352        * optman/configure.ac: New.
3353        * optman/Makefile.am: New.
3354        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3355        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3356
33572001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3358
3359        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3360
33612001-12-18      Eric Norum <eric.norum@usask.ca>
3362
3363        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3364        `directories' (path names with a / at the end) while disallowing open()
3365        operations on TFTP `directories'.
3366
33672001-12-07      Eric Norum <eric.norum@usask.ca>
3368
3369        * libnetworking/lib/tftpDriver.c: Restore write capability.
3370
33712001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3372
3373        * libchip/network/sonic.h: Fix typo.
3374        * libnetworking/arpa/Makefile.am: Remove stray lines.
3375
33762001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3377
3378        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3379
33802001-10-18      Eric Norum <eric.norum@usask.ca>
3381
3382        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3383        chdir() and open() operations within the TFTP file system.
3384
33852001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3386
3387        * librdbg/configure.ac: Fix latent bug exposed by removal of
3388        config.cache's which prevented powerpc targets librdbg from building.
3389
33902001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3391
3392        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3393        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3394        autoconf-2.52 happy.
3395
33962001-10-12      Mike Siers <mikes@poliac.com>
3397
3398        * libnetworking/Update to stable working state.  Congratulations Mike!
3399        :).
3400        * libnetworking/modem_example: Directory removed.
3401        * libnetworking/modem_example/16550.h,
3402        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3403        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3404        libnetworking/modem_example/ppp.h,
3405        libnetworking/modem_example/pppcompress.c: Files removed.
3406        * libnetworking/pppd/example/pppd.options: New file.
3407        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3408        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3409        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3410        libnetworking/pppd/rtemsmain.c: Updated.
3411
34122001-10-12      Joel Sherrill <joel@OARcorp.com>
3413
3414        * libchip/serial/z85c30.c: Fixed typo.
3415
34162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3417
3418        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3419        * configure.in: Remove.
3420        * configure.ac: New file, generated from configure.in by autoupdate.
3421        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3422        * libchip/configure.in: Remove.
3423        * libchip/configure.ac: New file, generated from configure.in by
3424        autoupdate.
3425        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3426        * librdbg/configure.in: Remove.
3427        * librdbg/configure.ac: New file, generated from configure.in by
3428        autoupdate.
3429        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3430        * libnetworking/configure.in: Remove.
3431        * libnetworking/configure.ac: New file, generated from configure.in by
3432        autoupdate.
3433
34342001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3435
3436        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3437        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3438        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3439
34402001-09-27      Joel Sherrill <joel@OARcorp.com>
3441
3442        * libchip/ChangeLog: Fixed typo in date.
3443
34442001-09-27      Eric Norum <eric.norum@usask.ca>
3445
3446        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3447        TFTP  filesystem.
3448
34492001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3450
3451        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3452        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3453        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3454        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3455        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3456        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3457        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3458        'PREINSTALL_FILES ='.
3459        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3460        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3461        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3462        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3463        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3464        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3465        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3466        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3467        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3468        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3469        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3470        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3471
34722001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3473
3474        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3475        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3476        * librdbg/src/m68k/any/Makefile.am: Ditto.
3477        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3478        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3479        happy.
3480
34812001-09-21      Joel Sherrill <joel@OARcorp.com>
3482
3483        * libchip/network/Makefile.am: Fixed typo on file name.
3484        * libchip/network/i82586.c: Commented out line 318 which is referencing
3485        a member of a structure that is not currently there.  This needs to be
3486        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3487        to C style.
3488
34892001-09-19      Eric Norum <eric.norum@usask.ca>
3490
3491        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3492
34932001-09-19      Chris Johns <ccj@acm.org>
3494
3495        * libchip/network/README.i82586, libchip/network/i82586.c,
3496        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3497        Network driver for Intel i82586.
3498        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3499        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3500        "root" filesystem with information obtained via the DHCP response.
3501
35022001-09-14      Eric Norum <eric.norum@usask.ca>
3503
3504        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3505        make gcc 3.x happy.
3506
35072001-08-16      Mike Siers <mikes@poliac.com>
3508
3509        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3510        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3511        These support callback functionality that has not even been compiled
3512        under RTEMS yet.
3513        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3514        example application.  Mike's notes on the modifications: - renamed
3515        error() function because of namespace problems - removed calls to the
3516        exit() funciton - removed extra files from the pppd source directory -
3517        defined pppd task constant values in rtemspppd.h - modifyied example
3518        code to get actual tick per second value - placed the pppd 2.3.11 man
3519        page file (pppd.8) into the pppd directory.
3520        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3521        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3522        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3523        libnetworking/pppd/rtems-ppp.c: Deleted.
3524        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3525        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3526        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3527        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3528        libnetworking/pppd/example/init.c,
3529        libnetworking/pppd/example/netconfig.h,
3530        libnetworking/pppd/example/ppp.conf,
3531        libnetworking/pppd/example/pppdapp.c,
3532        libnetworking/pppd/example/system.h: New files.
3533        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3534        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3535        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3536        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3537        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3538        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3539        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3540        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3541        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3542        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3543        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3544        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3545        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3546        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3547        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3548
35492001-08-16      Joel Sherrill <joel@OARcorp.com>
3550
3551        * libnetworking/pppd/example/Makefile: Removed.
3552        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3553        to avoid bootstrap -c clobbering it.
3554        * libnetworking/rtems_telnetd/.cvsignore: New file.
3555
35562001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3557
3558        * libnetworking/Makefile.am, libnetworking/configure.in,
3559        libnetworking/rtems_servers/Makefile.am,
3560        libnetworking/rtems_servers/telnetd.c,
3561        libnetworking/rtems_servers/telnetd.h,
3562        libnetworking/rtems_telnetd/Makefile.am,
3563        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3564        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3565        libnetworking/rtems_telnetd/telnetd.c,
3566        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3567        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3568        effect when ftpd change. - the tcp/ip stats have been implemented into
3569        icmds.c and started when telnetd daemon is started.
3570        * libnetworking/rtems_servers/telnetd.c,
3571        libnetworking/rtems_servers/telnetd.h: Removed.
3572        * libnetworking/rtems_telnetd: New directory.
3573        * libnetworking/rtems_telnetd/Makefile.am,
3574        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3575        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3576        libnetworking/rtems_telnetd/telnetd.c,
3577        libnetworking/rtems_telnetd/telnetd.h: New files.
3578
35792001-06-14      Joel Sherrill <joel@OARcorp.com>
3580
3581        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3582        Moved from libmisc/shell so the network stack to address network
3583        depenendency.
3584        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3585
35862001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3587
3588        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3589
35902001-05-15      Joel Sherrill <joel@OARcorp.com>
3591
3592        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3593        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3594        accidentally deleted the incorrectly empty versions.
3595
35962001-05-14      Till Straumann <strauman@slac.stanford.edu>
3597
3598        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3599        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3600        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3601        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3602        to know the values) - the affected BSP (shared/motorola) headers have
3603        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3604        driver (libchip/network/dec21140.c) has been fixed to use
3605        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3606        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3607        who is using this driver. - the DEC driver also has been fixed to use
3608        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3609        delay_in_bus_cycles().
3610
36112001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3612
3613        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3614
36152001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3616
3617        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3618
36192001-04-24      Eric Norum <eric.norum@usask.ca>
3620
3621        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3622        NTP synchronization a little more robust -- no NTP daemon yet, but at
3623        least it trys a little harder when the primary NTP server is down.
3624
36252001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3626
3627        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3628        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3629        libnetworking/pppd/modem_example/modem.c,
3630        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3631        other strings into English.
3632        * libnetworking/pppd/STATUS: updated to reflect the changes.
3633
36342001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3635
3636        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3637        again.
3638
36392001-04-20      Eric Valette <valette@crf.canon.fr>
3640
3641        * mcp750 directory renamed new_exception processing as it supports many
3642        more CPU models.
3643        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3644        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3645        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3646        formerly in mcp750 plus modifications.
3647        * librdbg/src/powerpc/mcp750/.cvsignore,
3648        librdbg/src/powerpc/mcp750/Makefile.am,
3649        librdbg/src/powerpc/mcp750/remdeb.h,
3650        librdbg/src/powerpc/mcp750/remdeb_f.x,
3651        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3652        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3653        new_exception_processing.
3654        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3655        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3656        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3657        part of this effort to add support for the MPC8xx.
3658
36592001-04-19      Joel Sherrill <joel@OARcorp.com>
3660
3661        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3662        internal include files.
3663
36642001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3665
3666        PR 158
3667        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3668        rcmd() library call by commenting out the parts that deal with signals.
3669        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3670        stdio. The 'server-side' parts of this file which deal with
3671        authentication are disabled since they are not needed.
3672
36732001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3674
3675        * libnetworking/include/.cvsignore: Remove dangling file.
3676
36772001-03-14      Joel Sherrill <joel@OARcorp.com>
3678
3679        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3680        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3681        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3682        libchip style serial drivers can be written in libcpu or libbsp.
3683
36842001-03-01      Joel Sherrill <joel@OARcorp.com>
3685
3686        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3687        libchip/network/sonic.c, libchip/network/sonic.h,
3688        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3689        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3690        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3691        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3692        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3693        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3694        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3695        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3696
36972001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3698
3699        * librdbg/include/rdbg/Makefile.am,
3700        librdbg/include/rdbg/i386/Makefile.am,
3701        librdbg/include/rdbg/m68k/Makefile.am,
3702        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3703        style on include files.
3704
37052001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3706
3707        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3708        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3709        replace ${..} with $(..).
3710        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3711        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3712        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3713        libnetworking/rtems/Makefile.am, libnetworking/
3714        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3715        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3716        include_*HEADERS instead of H_FILES.
3717        * libnetworking/include/Makefile.am: Remove.
3718        * libnetworking/Makefile.am: Add handling of *.h files.
3719        * libnetworking/configure.in: Remove include/Makefile.
3720
37212001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3722
3723        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3724
37252001-01-31      Sergei Organov <osv@javad.ru>
3726
3727        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3728        current dir and root dir removed in favor of new libio support for
3729        task-local current and root directories. - Bug in `close_data_socket()'
3730        introduced by previous change fixed. - `command_pasv()' changed to set
3731        timeout on socket we are listening on and code fixed to don't close
3732        socket twice on error. - `serr()' changed to clear `errno'. -
3733        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3734        changed to clear `errno' before processing session. -
3735        `close_data_socket()' fixed to close both active and passive sockets -
3736        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3737        empty string  in `exec_command()'.
3738
37392001-01-25      Eric Norum <eric.norum@usask.ca>
3740
3741        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3742        improves throughput on systems which are dropping packets.   Only the
3743        first timeout is reduced.  This keeps the number of extra packets down
3744        on networks that are very busy and dropping lots of packets.
3745
37462001-01-24      Sergei Organov <osv@javad.ru>
3747
3748        * libnetworking/rtems_servers/ftpd.c,
3749        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3750        - Timeouts on sockets implemented. 'idle' field added to configuration.
3751        No timeout by default to keep backward compatibility. Note: SITE IDLE
3752        command not implemented yet. - Basic global access control implemented.
3753        'access' field added to configuration. No access limitations by default
3754        to keep backward compatibility. - Anchor data socket for active mode
3755        (using self IP and port 20.) - Fixed default data port support (still
3756        not tested). - Don't allow IP address different from originating host in
3757        PORT command to improve security. - Fixed bug in MDTM command. - Check
3758        for correctness of parsing of argument in command_port(). - Fixed
3759        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3760        a directory. - Command parsing a little bit improved: command names are
3761        now converted to upper-case to be more compatible with RFC (command
3762        names are not case-sensitive.) - Reformat comments so that they have
3763        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3764        previous changes - True ASCII mode implemented (doesn't work for hooks
3765        and /dev/null) - Passive mode implemented, PASV command added. - Default
3766        port for data connection could be used (untested, can't find ftp client
3767        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3768        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3769
37702001-01-18      Joel Sherrill <joel@OARcorp.com>
3771
3772        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3773        macro using variable arguments.
3774        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3775        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3776        since I updated the main RTEMS development machine to RedHat 7.2 and
3777        apparently got a new version of rpcgen.
3778
37792001-01-12      Sergei Organov <osv@javad.ru>
3780
3781        * libnetworking/rtems_servers/ftpd.c,
3782        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3783        - use pool of pre-created threads to handle sessions instead of
3784        creating/deleting threads on the fly - LIST output is now similar to
3785        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3786        happy with it. - LIST NAME now works (both for files and directories) -
3787        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3788        clients happy  - keep track of CWD for every session separately -
3789        ability to specify root directory name for FTPD in configuration table.
3790        FTPD will then create illusion for FTP clients that this is actually
3791        root directory. - ignore options sent in commands, thus LIST -al FILE
3792        works and doesn't try to list "-al" directory. - buffers are allocated
3793        on stack instead of heap where possible to eliminate malloc/free calls
3794        (avoid possible heap fragmentation troubles). - drop using of task
3795        notepad to pass parameters - use function arguments instead - use
3796        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3797        in socket() instead of AF_INET.
3798
37992001-01-02      Joel Sherrill <joel@OARcorp.com>
3800
3801        * libnetworking/CHANGELOG: Removed.
3802        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3803
38042000-12-14      Eric Norum <eric.norum@usask.ca>
3805
3806        * libnetworking/lib/tftpDriver.c: Added write capability.
3807
38082000-12-08      Joel Sherrill <joel@OARcorp.com>
3809
3810        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3811        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3812        numerous variable declarations conditional on PPP_COMPRESS and
3813        PPP_FILTER.  Commented out variables that were not used because the code
3814        using them was commented out. Removed totally unused variables.
3815        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3816        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3817
38182000-11-30      Joel Sherrill <joel@OARcorp.com>
3819
3820        * libnetworking/modem/ppp_tty.c: Changed to include
3821        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3822        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3823        * libnetworking/Makefile.am: Modified to reflect above.
3824
38252000-11-27      Joel Sherrill <joel@OARcorp.com>
3826
3827        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3828
38292000-11-25      Eric Norum <eric.norum@usask.ca>
3830
3831        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3832        core.
3833
38342000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3835
3836        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3837        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3838        subdir.
3839        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3840        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3841        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3842        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3843        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3844        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3845        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3846        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3847        ppp_tty.c and the real pppd main is in pppmain.c.
3848
38492000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3850
3851        * libchip/network/sonic.c: Added ipalign() routine to align the received
3852        packet so that the ip header is on a 32-bit boundary. Necessary for
3853        cpu's that do not allow unaligned loads and stores and when the 32-bit
3854        DMA mode is used.
3855
38562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3857
3858        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3859        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3860        ACLOCAL_AMFLAGS.
3861        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3862        ACLOCAL_AMFLAGS.
3863        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3864        ACLOCAL_AMFLAGS.
3865
38662000-11-03      Chris Johns <ccj@acm.org>
3867
3868        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3869        libchip/network/cs8900.h: New files.
3870
38712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3872
3873        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3874        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3875        $(RTEMS_TOPdir)/aclocal.
3876        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3877        $(RTEMS_TOPdir)/aclocal.
3878        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3879        $(RTEMS_TOPdir)/aclocal.
3880
38812000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3882
3883        * configure.in: Switch to GNU-canonicalization.
3884        * Makefile.am: Reflect changes to configure.in.
3885        * acinclude.m4: Remove.
3886
38872000-10-30      Joel Sherrill <joel@OARcorp.com>
3888
3889        * POSIX include files merged into newlib.  This resulted in some
3890        definitions moving to other files and thus some secondary effects in
3891        RTEMS source code.
3892        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3893        in sync with newlib's <machine/types.h>.
3894        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3895        definition of struct itimerval in <sys/time.h>.
3896
38972000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3898
3899        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3900        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3901        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3902        * ChangeLog: Fix typos.
3903        * configure.in: add tests to the GNU canonicalized subdirectories.
3904
39052000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3906
3907        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3908        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3909        the lib directory before configuring lib/.
3910
39112000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3912
3913        * configure.in, Makefile.am: add exec to the GNU canonicalized
3914        subdirectories.
3915        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3916        * configure.in: add libnetworking, librpc and librdb to the GNU
3917        canonicalized subdirectories.
3918        * configure.in: add libmisc and libchip to the GNU canonicalized
3919        subdirectories.
3920        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3921        Switch to GNU canonicalization.
3922        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3923        Switch to GNU canonicalization.
3924        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3925        Switch to GNU canonicalization.
3926
39272000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3928
3929        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3930        canonicalization to libfs/. The approach is currently a bit of a hack as
3931        GNU canonicalization does not support the per-BSP build some of the
3932        other directories require.  As more of the tree is converted, this will
3933        become less  of an issue.
3934
39352000-10-20      Joel Sherrill <joel@OARcorp.com>
3936
3937        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3938        parameter.
3939
39402000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3941
3942        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3943        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3944        * librdbg/configure.in: Add m68k support.
3945        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3946        subdirectory.
3947        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3948        failure.
3949        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3950        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3951        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3952        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3953        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3954        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3955        librdbg/src/m68k/.cvsignore: New files.
3956        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3957        function pointers.
3958        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3959        _after_ pointer has been checked against NULL.
3960
39612000-10-18      Joel Sherrill <joel@OARcorp.com>
3962
3963        * wrapup/Makefile.am: Added libfs.
3964
39652000-10-18      Chris Johns <ccj@acm.org>
3966
3967        * libfs created.
3968        * configure.in: Added libfs subdirectory.
3969        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3970
39712000-09-28      Joel Sherrill <joel@OARcorp.com>
3972
3973        * libnetworking/rtems_webserver/Makefile.am,
3974        libnetworking/rtems_webserver/base64.c,
3975        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3976        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3977
39782000-09-22      Joel Sherrill <joel@OARcorp.com>
3979
3980        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3981        libnetworking/rtems/rtems_bsdnet_internal.h,
3982        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3983        have included rtems.h.  It is now including precisely the  least amount
3984        of low level, yet portable .h files to get the basic RTEMS types
3985        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3986        used machine/types.h to include rtems.h.
3987
39882000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3989
3990        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3991
39922000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3993
3994        * libnetworking/ChangeLog: Cleanup.
3995
39962000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3997
3998        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3999        * libchip/ChangeLog: Fix formating.
4000
40012000-09-05      Joel Sherrill <joel@OARcorp.com>
4002
4003        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
4004        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
4005        confusion and to work with the converted flags.
4006
40072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4008
4009        * wrapup/Makefile.am: Include compile.am.
4010        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
4011        libchip/serial/Makefile.am: Include compile.am.
4012        * librdbg/src/i386/any/Makefile.am,
4013        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
4014        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
4015        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
4016        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
4017        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
4018        libnetworking/rtems_servers/Makefile.am,
4019        libnetworking/rtems_webserver/Makefile.am,
4020        libnetworking/wrapup/Makefile.am: Include compile.am.
4021
40222000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
4023
4024        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
4025        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
4026
40272000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4028
4029        * libnetworking/netinet/tcp_input.c: Spelling corrections.
4030
40312000-08-31      Joel Sherrill <joel@OARcorp.com>
4032
4033        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
4034        Antti P Miettinen <antti.p.miettinen@nokia.com>.
4035        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
4036        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
4037        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
4038        * libnetworking/wbase64.c: Removed.
4039        * libnetworking/Makefile.am, libnetworking/asp.c,
4040        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
4041        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
4042        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
4043        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
4044        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
4045        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
4046        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
4047        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
4048        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
4049        Modified.
4050
40512000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4052
4053        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
4054
40552000-08-30      Joel Sherrill <joel@OARcorp.com>
4056
4057        * libnetworking/rtems_webserver/license.txt: New file.
4058
40592000-08-10      Joel Sherrill <joel@OARcorp.com>
4060
4061        * ChangeLog: New file.
4062        * libchip/ChangeLog: New file.
4063        * librdbg/ChangeLog: New file.
4064        * libnetworking/ChangeLog: New file.
4065
Note: See TracBrowser for help on using the repository browser.