source: rtems/c/src/ChangeLog @ 7357f566

4.104.115
Last change on this file since 7357f566 was 7357f566, checked in by Chris Johns <chrisj@…>, on 10/08/09 at 07:25:15

2009-10-08 Chris Johns <chrisj@…>

  • libchip/ide/ata.c, c/src/libchip/ide/ata_internal.h: Remove the multiblock support from the ATA driver. Multiblock at the disk level should not be a global policy as a disk may have more than one partition with different block sizes. An IDE driver could decide to use the feature with DMA but this a driver specific design choice. Fixed bugs relating to variable block sizes and large block transfer.
  • c/src/libchip/ide/ide_controller.c, c/src/libchip/ide/ide_ctrl_cfg.h, c/src/libchip/ide/ide_ctrl_io.h: Changed the block size to 32bits so blocks of 64K or bigger can be transfered in a single driver call.
  • Property mode set to 100644
File size: 151.7 KB
Line 
12009-10-08      Chris Johns <chrisj@rtems.org>
2
3        * libchip/ide/ata.c, c/src/libchip/ide/ata_internal.h: Remove the
4        multiblock support from the ATA driver. Multiblock at the disk
5        level should not be a global policy as a disk may have more than
6        one partition with different block sizes. An IDE driver could
7        decide to use the feature with DMA but this a driver specific
8        design choice. Fixed bugs relating to variable block sizes and
9        large block transfer.
10        * c/src/libchip/ide/ide_controller.c,
11        c/src/libchip/ide/ide_ctrl_cfg.h, c/src/libchip/ide/ide_ctrl_io.h:
12        Changed the block size to 32bits so blocks of 64K or bigger can be
13        transfered in a single driver call.
14
152009-10-05      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * libchip/ide/ata.c: Revert previous change. Not all ARM BSPs use a
18        shared irq.h yet and this breaks a significant number of them.
19
202009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * libchip/ide/ata.c: Use simple vectored CPU macro to select interrupt
23        model.
24
252009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * libchip/serial/z85c30.c, libchip/serial/ns16550.c,
28        libchip/serial/mc68681.c: Reflect termios_baud_to_number having been
29        renamed to rtems_termios_baud_to_number.
30
312009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * libchip/serial/sersupp.h: Remove termios_baud_to_index,
34        termios_baud_to_number (duplicate prototypes).
35        Add C++-guards.
36        Include rtems/termiostypes.h.
37
382009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
41
422009-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
43
44        * aclocal/check-networking.m4: Disable TCP/IP on targets without enough
45        physical address to support BSD TCP/IP stack.
46
472009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * libchip/network/elnk.c: Convert calls to legacy routine
50        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
51
522009-08-03      Roger Dahlkvist <ruppe@kth.se>
53
54        * libchip/shmdr/shm_driver.h: nios2 was not accounted for.
55
562009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * libchip/ide/ata.c: Remove warning.
59
602009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to
63        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
64        now use the same macros.
65        * aclocal/bsp-bspcleanup-options.m4: New file.
66
672009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
68
69        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h: Removed
70        obsolete defines and declarations.  Set initial baud during device
71        open.  Fixed interrupt mode.
72
732009-06-12      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the
76        GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to
77        EINVAL and ENOTTY as appropriate.
78
792009-05-30      Chris Johns <chrisj@rtems.org>
80
81        * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave
82        devices on an IDE bus and cleaned up the initialisation register
83        call.
84
852009-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * libchip/network/i82586.c: Fix warning in manner suggested by
88        Arnout Vandecappelle <arnout@mind.be> in
89        http://www.rtems.org/pipermail/rtems-users/2009-May/005460.html.
90
912009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * libchip/network/if_dc.c: Fixed warnings.
94
952009-05-03      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat
98        as needed.
99
1002009-04-29      Chris Johns <chrisj@rtems.org>
101
102        * libchip/ide/ata.c: Remove a detection test that fails in qemu.
103
104        * libchip/ide/ide_controller.c: Change the status detection and
105        add a message if the transfer fails. There is currently no error
106        handle at the IDE drvier level.
107
1082009-03-12      Daniel Hellstrom <daniel@gaisler.com>
109
110        PR 1392/bsps
111        * libchip/i2c/spi-memdrv.c: SPI Memory driver. Fix but where writes
112        over multiple pages results in extra data being written.
113
1142009-02-27      Gene Smith <gene.smith@siemens.com>
115
116        PR 1356
117        * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC
118        cards.
119
1202009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is
123        enabled on x86.
124
1252009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * aclocal/bspopts.m4: Quoting cosmetics.
128
1292009-01-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
130
131        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
132        RTEMS_BLKDEV_CAPABILITIES ioctl which caused invalid multiple block
133        writes.  Fixed integer type in device structure.
134
1352009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
136
137        * libchip/serial/ns16550.c: Turn on ns16550_process() for
138        BSP_FEATURE_IRQ_LEGACY case also.
139
1402008-11-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
141
142        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Removed high
143        level LibI2C interface.  Added generic block IO functions.
144
1452008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
146
147        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
148        optman/rtems/no-msg.c, optman/rtems/no-part.c,
149        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
150        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
151        optman/sapi/no-ext.c, optman/sapi/no-io.c:
152        Revert previous patch (cvs clash with Joel hacking cpukit).
153
1542008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * aclocal/canonical-target-name.m4: Remove tic4x.
157
1582008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * libchip/rtc/ds1375.c: Include <errno.h> instead of <sys/errno.h>.
161
1622008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
165        optman/rtems/no-msg.c, optman/rtems/no-part.c,
166        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
167        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
168        optman/sapi/no-ext.c, optman/sapi/no-io.c:
169        Fix prototypes.
170
1712008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * libchip/serial/ns16550_p.h: Remove prototype with no implementation.
174
1752008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
176
177        * libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c,
178        libchip/shmdr/shm_driver.h: Cleanup and remove variables which
179        duplicated data.
180
1812008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
182
183        * optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert SAPI manager and
184        SuperCore Handler initialization routines to directly pull parameters
185        from configuration table.
186
1872008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
190        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
191        optman/rtems/no-part.c, optman/rtems/no-region.c,
192        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
193        optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager
194        initialization routines to directly pull parameters from
195        configuration table. Eliminate empty routines sportted.
196
1972008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
198
199        * libchip/serial/ns16550.c: Add CVS-Id. Fix #define mess.
200
2012008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
202
203        * libchip/network/i82586.c, libchip/network/smc91111config.h: Eliminate
204        all public use of TOD conversion routines.
205
2062008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
207
208        * libchip/network/smc91111config.h:
209        #include <stdint.h> instead of <rtems/stdint.h>.
210
2112008-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * aclocal/prog-cc.m4: Use -r instead of -Wl,-r to build *.rels.
214        * aclocal/rtems-cpu-subdirs.m4: Remove obsolete cpus.
215
2162008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
217
218        * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
219
2202008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
221
222        * libchip/serial/ns16550.c: Transmit the character in the polled write
223        function within a critical section for printk() compatibility.
224
2252008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
226
227        * libchip/i2c/spi-sd-card.c: Update for status-checks.h changes.
228
2292008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
230
231        * aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
232
2332008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
234
235        * aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
236
2372008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
238
239        * aclocal/bsp-bootcard-options.m4: Fix quoting.
240
2412008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        * aclocal/bsp-bootcard-options.m4: New file.
244        * aclocal/bsp-bootcards-handles-ram-allocation.m4: Removed.
245
2462008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
247
248        * libchip/serial/ns16550.c: Enable interrupt code only for PowerPC or
249        BSPs that support this feature.
250
2512008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
252
253        * libchip/serial/ns16550.c: Fix typo.
254
2552008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
256
257        * libchip/serial/ns16550.c: Fix typo.
258
2592008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
260
261        * libchip/serial/ns16550.c: Add not supported on arm even though it is
262        not simple vectored.
263
2642008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
265
266        * libchip/serial/ns16550.c: Not currently supported on architectures
267        with simple vectored interrupt model.
268
2692008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
270
271        * aclocal/version.m4: Bump RTEMS_API to 4.10.
272        Bump _RTEMS_VERSION to 4.9.99.0.
273
2742008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
275
276        * libchip/rtc/icm7170.c, libchip/rtc/m48t08.c,
277        c/src/libchip/rtc/rtc.h:  Include required header files.  Some internal
278        functions have now static linkage type.  Added constant qualifier to
279        operations table and read-only function parameters.
280
281        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
282        c/src/libchip/serial/serial.h:  Include required header files.  Removed
283        support for old PowerPC exception handling.  Various fixes for
284        interrupt related routines.  Added support for BSPs with IRQ extension
285        API.
286
2872008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
288
289        * libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there
290        is no PCI bus based upon the BSP not having a base address defined.
291        This means this driver cannot be supported on that board.
292
2932008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
294
295        * libchip/network/dec21140.c, libchip/network/elnk.c,
296        libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
297
2982008-09-17      Miao Yan <yanmiaobest@gmail.com>
299
300        * optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
301        add simple device only filesystem (devfs), optionally completely drop
302        out filesystem, and to clean up disabling newlib reentrancy support.
303        This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t
304        now has a 15K code space.
305        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
306        Removed.
307
3082008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
309
310        * libchip/ide/ata.h: Convert to Unix file format.
311
3122008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
313
314        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
315        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
316        libchip/serial/serial.h, libchip/serial/serprobe.c,
317        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
318        Convert to "bool".
319        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
320        libchip/i2c/spi-memdrv.h: Convert to "bool".
321        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
322        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
323        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
324        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
325        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
326        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
327        Convert to "bool".
328        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
329        Convert to "bool".
330        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
331        Convert to "bool".
332
3332008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
334
335        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
336        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
337        memory driver to not use the clock ioctl to install a method to poll
338        for input. It now uses a Class API Timer which means we can eliminate
339        this special IOCTL from all clock drivers.
340        * libchip/shmdr/setckvec.c: Removed.
341
3422008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
343
344        * libchip/network/sonic.c: Do not declare a variable just to hold an
345        ignored return value.
346
3472008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
348
349        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
350
3512008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
352
353        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
354        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
355
3562008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
357
358        * libchip/display/disp_hcms29xx.c: Do not make these static. They
359        appear to be unused that way.
360
3612008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
362
363        * libchip/shmdr/shm_driver.h: Correct prototypes.
364
3652008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
366
367        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
368        variables and made methods static.
369
3702008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
371
372        * libchip/serial/ns16550.c: Fix warning.
373
3742008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
375
376        * aclocal/prog-cc.m4: Add -Wnested-externs.
377
3782008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
379
380        * libchip/network/dec21140.c: Add missing prototype.
381        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
382
3832008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
384
385        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
386        -Wstrict-prototypes to RTEMS_CFLAGS.
387
3882008-08-02      Chris Johns <chrisj@rtems.org>
389
390        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
391        rtems_blkdev_request count and start references. Use
392        RTEMS_BLKDEV_START_BLOCK.
393
3942008-07-29      Chris Johns <chrisj@rtems.org>
395
396        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
397
398        * libchip/ide/ata.c: Change to use a mutex rather than disable
399        pre-emption. Updated to the libblock changes.
400
401        * libchip/ide/ata_internal.h: Updated to the new chains API.
402
403        * libchip/ide/ide_controller.c: Updated to the libblock
404        changes. Added come debug tracing.
405
406        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
407        to the libblock changes.
408
4092008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
410
411        * configure.ac: Remove RPCGEN, RPCTOOLS.
412
4132008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
414
415        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
416        for output format specifiers.
417
4182008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
419
420        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
421        Fixed some data types
422
4232008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
424
425        * libchip/i2c/spi-sd-card.c: Added missing header file.
426        * libchip/Makefile.am: Added SD Card driver.
427
4282008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
429
430        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
431        make glyphs non-constant, added file headers
432
4332008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
434
435        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
436        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
437        * libchip/display/font_hcms29xx.h
438        Creation of SPI display driver
439
4402008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
441
442        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
443        via SPI.
444
4452008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
446
447        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
448        AC_PREREQ(2.62).
449
4502008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
451
452        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
453
4542008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
455
456        * libchip/Makefile.am: Move termios helper routines from libchip to
457        libcsupport. Add routine which makes it easy for a termios device
458        driver to inform termios of its default baud rate. This avoids
459        inconsistencies in later termios settings changes.
460        * libchip/serial/termios_baud2index.c,
461        libchip/serial/termios_baud2num.c: Removed.
462
4632008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
464
465        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
466
4672008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
468
469        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
470        not fail if there are none.
471
4722008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
473
474        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
475        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
476        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
477        * libchip/Makefile.am:
478        derived a generic spi memory driver from spi-flash-m25p40,
479        added descriptor for fram fm25l256
480
4812008-05-07      Till Straumann <strauman@slac.stanford.edu>
482
483        PR 649/bsps
484        * libchip/ide/ata.c: Give up if the interface does not become ready.
485
4862008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
487
488        Moved to cpukit.
489        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
490        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
491        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
492        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
493        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
494        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
495        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
496        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
497        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
498        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
499        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
500        nfsclient/src/xdr_mbuf.c: Removed.
501
5022008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
503
504        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
505
5062008-01-05      Chris Johns <chrisj@rtems.org>
507
508        * libchip/flash/am29lv160.c: Update the blank check error message
509        to say there is an error.
510       
5112007-12-22      Chris Johns <chrisj@rtems.org>
512
513        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
514        the hello message. Just one line but still a little too long.
515       
5162007-12-14      Chris Johns <chrisj@rtems.org>
517
518        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
519        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
520        * libchip/flash, libchip/flash/am29lv160.c,
521        libchip/flash/am29lv160.h: New.
522
5232007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
524
525        * libchip/network/if_fxp.c: Spacing.
526
5272007-11-20      Till Straumann <strauman@slac.stanford.edu>
528
529        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
530        Avoid using 'stdio' before the system is up and fully
531        initialized.
532
5332007-11-20      Till Straumann <strauman@slac.stanford.edu>
534
535        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
536        * libchip/Makefile.am, libchip/preinstall.am:
537        added new driver for Maxim DS1375 i2c RTC.
538
5392007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
540
541        * libchip/i2c/spi-flash-m25p40.c:
542        added addressing call in write function
543
5442007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
545
546        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
547        * libchip/Makefile.am:
548        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
549
5502007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
551
552        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
553
5542007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
555
556        * nfsclient/Makefile.am: Fix errors.
557
5582007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
559
560        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
561
5622007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
563
564        * aclocal/version.m4: Bump RTEMS_API to 4.9.
565        Bump RTEMS_VERSION to 4.8.99.0.
566
5672007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
568
569        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
570
5712007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
572
573        * configure.ac: Remove AC_PROG_AWK (Unused).
574
5752007-09-14      Daron Chabot <djc915@mail.usask.ca>
576
577        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
578        rtems_interrupt_vector, to permit passing arbitrary arguments to the
579        ISR. Clean up of variables to silence compiler warnings.
580
5812007-09-13      Daniel Hellstrom <daniel@gaisler.com>
582
583        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
584
5852007-09-12      Daniel Hellstrom <daniel@gaisler.com>
586
587        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
588          - Odd bit bug in some chips taken care of.
589          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
590            alignment but failing to do so must have made the driver writer to make
591            some incorrect assumptions about MBUFs.
592          - Fixed MBUF handling to handle mbuf chains better. The Data length of
593            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
594          - Made while loop responsible for copying data to fifo port copy 16 shorts
595            per loop instead of 1 short, increasing the copying process.
596
5972007-09-07      Daniel Hellstrom <daniel@gaisler.com>
598
599        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
600        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
601
6022007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
603
604        * configure.ac, wrapup/Makefile.am: Remove RDBG.
605        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
606        librdbg/Makefile.am, librdbg/preinstall.am,
607        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
608        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
609        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
610        librdbg/include/rdbg/powerpc/rdbg_f.h,
611        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
612        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
613        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
614        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
615        librdbg/src/servtsp.c, librdbg/src/servutil.c,
616        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
617        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
618        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
619        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
620        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
621        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
622        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
623        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
624        librdbg/src/powerpc/rdbg_f.c,
625        librdbg/src/powerpc/new_exception_processing/remdeb.h,
626        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
627        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
628        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
629
6302007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
631
632        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
633
6342007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
635
636        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
637          sizes.
638
6392007-07-27      Chris Johns <chrisj@rtems.org>
640
641        * wrapup/Makefile.am: Create archive from a file for hosts
642        with a limited command line size.
643
6442007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
645
646        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
647          sizes.
648
6492007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
650       
651        * configure.ac: Add nfsclient.
652        * nfsclient/Makefile.am: New.
653        * nfsclient/proto/Makefile, nfsclient/Makefile,
654          nfsclient/src/Makefile: Remove.
655        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
656        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
657
6582007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
659
660        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
661        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
662        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
663        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
664        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
665        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
666        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
667        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
668        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
669        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
670        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
671        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
672
6732007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
674
675        * libchip/serial/ns16550.c: removed timed out wait for transmitter
676        to become ready: This will not work for fast CPUs.
677
6782007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
679
680        * libchip/ide/ata.c: fixed warning
681
6822007-06-20      Ray Xu <rayx@gmail.com>
683
684        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
685        console, and libio. This shrinks the memory requirements but Joel has
686        not figured out how best to present this to application space.
687        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
688        New files.
689
6902007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
691
692        * optman/sapi/no-io.c: Split IO Manager into one function per file so
693        now we only need required initialization methods.
694
6952007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
696
697        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
698        parameter since it was used to configure a no longer used feature.
699        Device names are now part of the filesystem not in a table.
700
7012007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
702
703        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
704        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
705        optman/rtems/no-part.c, optman/rtems/no-region.c,
706        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
707        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
708        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
709        other optional managers so using them reduces application size
710        instead of increasing it.
711        * optman/rtems/no-barrier.c: New file.
712
7132007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
714
715        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
716        adjustments to pci-API changes.
717        * libchip/network/dec21140.c, libchip/network/elnk.c,
718        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
719        changes.
720
7212007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
722
723        * libchip/network/dec21140.c, libchip/network/if_dc.c,
724        libchip/network/if_fxp.c: Reflect changes to pci-API.
725
7262007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
727
728        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
729        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
730
7312007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
732
733        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
734          being used to compile "tools").
735
7362007-03-13      Joel Sherrill <joel@OARcorp.com>
737
738        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
739
7402007-03-12      Joel Sherrill <joel@OARcorp.com>
741
742        * libchip/network/cs8900.c, libchip/network/cs8900.h,
743        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
744        and/or fix mistake in copyright notice. Both of these mistakes appear
745        to be from code submitted after these changes were made previously.
746
7472007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
748
749        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
750
7512007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
752
753        * libchip/Makefile.am: Correct path to README.tulipclone.
754
7552007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
756
757        * libchip/ide/ata.c: Remove superfluous type casts.
758
7592007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
760
761        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
762        Use size_t for sizes.
763
7642007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
765
766        * libchip/ide/ata.c: in ata_request_done: moved call to free()
767        from preemption disabled region
768
7692007-01-16      Till Straumann <strauman@slac.stanford.edu>
770
771        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
772        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
773        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
774
7752006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
776
777        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
778          ioctl_command_t as ioctl argument.
779
7802006-12-13      Joel Sherrill <joel@OARcorp.com>
781
782        * librtems++/include/rtems++/rtemsEvent.h,
783        librtems++/include/rtems++/rtemsMessageQueue.h,
784        librtems++/include/rtems++/rtemsSemaphore.h,
785        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
786        librtems++/src/rtemsMessageQueue.cc,
787        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
788        rtems_unsigned32 to uint32_t.
789
7902006-12-13      Joel Sherrill <joel@OARcorp.com>
791
792        PR 1181/bsps
793        * optman/rtems/no-msg.c: Clean up dead code.
794
7952006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
796
797        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
798
7992006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
800
801        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
802        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
803        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
804
8052006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
806
807        * configure.ac: New BUG-REPORT address.
808
8092006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
810
811        * Makefile.am: Remove ampolish3.
812
8132006-11-17      Joel Sherrill <joel@OARcorp.com>
814
815        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
816        blank lines.
817
8182006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
819
820        * configure.ac: Remove RTEMS_AMPOLISH3.
821        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
822          Remove checks for AMPOLISH3.
823        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
824        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
825        * ampolish3: Remove.
826
8272006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
828
829        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
830        * aclocal/prog-cc.m4: Remove CFLAGS.
831        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
832        Compose CFLAGS. Append CFLAGS to ac_configure_args.
833
8342006-10-23      Joel Sherrill <joel@OARcorp.com>
835
836        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
837
8382006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
839
840        * automake/compile.am: Use hard-coded RTEMS_* flags.
841
8422006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
843
844        * aclocal/rtems-top.m4: Remove RTEMS_API.
845        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
846
8472006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
848
849        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
850
8512006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
852
853        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
854
8552006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
856
857        * aclocal/version.m4: Bump version to 4.7.99.0.
858
8592006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
860
861        * configure.ac: Require autoconf-2.60. Require automake-1.10.
862
8632006-09-11      Joel Sherrill <joel@OARcorp.com>
864
865        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
866
8672006-09-04      Joel Sherrill <joel@OARcorp.com>
868
869        * libchip/network/greth.c, libchip/network/open_eth.c,
870        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
871        introduced by warning removal.
872
8732006-09-01      Joel Sherrill <joel@OARcorp.com>
874
875        * libchip/network/greth.c, libchip/network/open_eth.c,
876        libchip/network/smc91111.c: Remove warnings and correct prototype
877        added earlier today.
878
8792006-09-01      Joel Sherrill <joel@OARcorp.com>
880
881        * libchip/network/cs8900.c, libchip/network/greth.c,
882        libchip/network/i82586.c, libchip/network/open_eth.c,
883        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
884        sized integers, and inttypes.h printf helpers.
885
8862006-08-09      Kolja Waschk <waschk@telos.de>
887
888        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
889
8902006-07-12      Joel Sherrill <joel@OARcorp.com>
891
892        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
893
8942006-07-11      Jerry Needell <jerry.needell@unh.edu>
895
896        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
897        4.6 branch.  Original modifications by Gaisler Enterprises.
898        * libchip/network/greth.c, libchip/network/greth.h: New files.
899
9002006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
901
902        * ide/ata.[ch]:
903        (PR1118) fetch priority for ATA task from a variable,
904        not a fixed configuration value.
905       
9062006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
907
908        * Makefile.am: Add ampolish3.
909
9102006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
911
912        * ampolish3: New.
913        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
914
9152006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
916
917        * aclocal/rtems-ampolish.m4: New.
918        * configure.ac: Use RTEMS_AMPOLISH3.
919
9202006-04-18  Joel Sherrill <joel@OARcorp.com>
921
922        * aclocal/version.m4: Updated to rtems-4.6.99.3.
923
9242006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
925
926        PR 853/filesystem
927        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
928        should be modified to support the new exception scheme and to use the
929        handle parameter.
930
9312006-02-a32     Eric Norum <norume@aps.anl.gov>
932
933        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
934        "newer" PCI access calls.  Minor cleanups.  Comments.
935
9362006-01-12      Eric Norum <norume@aps.anl.gov>
937
938        PR 861/networking
939        PR 863/networking
940        * libchip/network/smc91111.c: Fix illegal lvalue increments.
941
9422006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
943
944        * wrapup/Makefile.am: Add preinstall.am.
945        * libchip/Makefile.am: Build libchip/network/smc91111.
946        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
947        Eliminate cyg_int* crap.
948
9492006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
950
951        * librdbg/Makefile.am: Add preinstall.am.
952        * aclocal/bsp-configure.m4: Add ampolish3.
953        New header guards.
954
9552006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
956
957        * libchip/network/open_eth.c, libchip/network/open_eth.h:
958        Merger from rtems-4-6-branch.
959
9602006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
961
962        * libchip/network/smc91111.c
963        libchip/network/smc91111config.h
964        libchip/network/smc91111exp.h
965        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
966        * libchip/Makefile.am: Reflect adding smc91111*.
967
9682006-01-08      Joel Sherrill <joel@OARcorp.com>
969
970        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
971        char *.
972
9732006-01-08      Joel Sherrill <joel@OARcorp.com>
974
975        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
976        warnings.
977
9782005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
979
980        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
981        Add RTEMS_RELLDFLAGS.
982        * automake/compile.am: Remove RTEMS_USE_GCC.
983        Remove RTEMS_RELLDFLAGS.
984        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
985
9862005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
987
988        * libchip/network/if_media.h, libchip/network/mii.h:
989        Remove (Moved to cpukit).
990        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
991        and libchip/network/if_media.h.
992        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
993        if_media.h having moved.
994
9952005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
996
997        * automake/compile.am, automake/host.am, automake/local.am,
998        automake/subdirs.am: Remove depend.
999        * configure.ac: Explicitly pass --libdir and --includedir to
1000        testsuites.
1001
10022005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1003
1004        * configure.ac: Reflect changes to testsuites.
1005
10062005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1007
1008        * automake/compile.am: Remove GCCSPECS.
1009        * aclocal/prog-cc.m4: Add GCCSPECS.
1010        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
1011
10122005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1013
1014        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
1015        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
1016
10172005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1018
1019        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
1020        libcpu/byteorder.h for i386.
1021
10222005-11-02      Till Straumann <strauman@slac.stanford.edu>
1023
1024        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
1025        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
1026        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
1027        added a simple API/library for i2c devices and drivers for i2c
1028        2-byte eeproms and a ds1621 temperature sensor; API is documented
1029        in libi2c.h.
1030
10312005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1032
1033        * libnetworking/pppd/ipxcp.c,
1034        libnetworking/pppd/chat.c,
1035        libnetworking/pppd/patchlevel.h,
1036        libnetworking/pppd/upap.h,
1037        libnetworking/pppd/md5.h,
1038        libnetworking/pppd/pppd.8,
1039        libnetworking/pppd/README,
1040        libnetworking/pppd/preinstall.am,
1041        libnetworking/pppd/md4.h,
1042        libnetworking/pppd/magic.c,
1043        libnetworking/pppd/pppd.h,
1044        libnetworking/pppd/demand.c,
1045        libnetworking/pppd/rtemsmain.c,
1046        libnetworking/pppd/sys-rtems.c,
1047        libnetworking/pppd/ipcp.h,
1048        libnetworking/pppd/lcp.h,
1049        libnetworking/pppd/chap_ms.c,
1050        libnetworking/pppd/md4.c,
1051        libnetworking/pppd/rtemspppd.h,
1052        libnetworking/pppd/cbcp.h,
1053        libnetworking/pppd/auth.c,
1054        libnetworking/pppd/lcp.c,
1055        libnetworking/pppd/example/README,
1056        libnetworking/pppd/example/ppp.conf,
1057        libnetworking/pppd/example/system.h,
1058        libnetworking/pppd/example/netconfig.h,
1059        libnetworking/pppd/example/pppdapp.c,
1060        libnetworking/pppd/example/init.c,
1061        libnetworking/pppd/example/Makefile-user,
1062        libnetworking/pppd/example/pppd.options,
1063        libnetworking/pppd/rtemspppd.c,
1064        libnetworking/pppd/ipxcp.h,
1065        libnetworking/pppd/chap_ms.h,
1066        libnetworking/pppd/options.c,
1067        libnetworking/pppd/magic.h,
1068        libnetworking/pppd/chap.h,
1069        libnetworking/pppd/cbcp.c,
1070        libnetworking/pppd/upap.c,
1071        libnetworking/pppd/chap.c,
1072        libnetworking/pppd/Makefile.am,
1073        libnetworking/pppd/ccp.h,
1074        libnetworking/pppd/utils.c,
1075        libnetworking/pppd/rtemsdialer.h,
1076        libnetworking/pppd/fsm.h,
1077        libnetworking/pppd/pathnames.h,
1078        libnetworking/pppd/md5.c,
1079        libnetworking/pppd/fsm.c,
1080        libnetworking/pppd/ipcp.c,
1081        libnetworking/pppd/STATUS,
1082        libnetworking/pppd/ccp.c,
1083        libnetworking/Makefile.am: Remove (Moved to cpukit).
1084
10852005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1086
1087        * configure.ac: Remove libnetworking, libnetworking/pppd.
1088        * wrapup/Makefile.am: Remove libpppd.a.
1089
10902005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1091
1092        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
1093        rtemsdialer.h to $(includedir)/rtems.
1094
10952005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1096
1097        * libnetworking/rtems_telnetd/icmds.c,
1098        libnetworking/rtems_telnetd/Makefile.am,
1099        libnetworking/rtems_telnetd/preinstall.am,
1100        libnetworking/rtems_telnetd/pty.c,
1101        libnetworking/rtems_telnetd/pty.h,
1102        libnetworking/rtems_telnetd/README,
1103        libnetworking/rtems_telnetd/telnetd.c,
1104        libnetworking/rtems_telnetd/telnetd.h:
1105        Remove (Moved to cpukit).
1106
11072005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1108
1109        * configure.ac: Remove libnetworking/rtems_telnetd.
1110        * libnetworking/Makefile.am: Remove rtems_telnetd.
1111        * libnetworking/README: Remove (Obsolete).
1112        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
1113
11142005-10-20  Eric Norum <norume@aps.anl.gov>
1115
1116        * libchip/network/dec21140.c: Clean up PCI mapping.
1117
11182005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
1119
1120        * libnetworking/pppd/Makefile.am: Use preinstall.am.
1121        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
1122        librdbg/src/servrpc.c, librdbg/src/servtgt.c
1123        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
1124        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
1125        * configure.ac: Move optman to the end of BSP_SUBDIRS.
1126
11272005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1128
1129        * aclocal/bspopts.m4: Add missing m4 quotes.
1130
11312005-09-02  Joel Sherrill <joel@OARcorp.com>
1132
1133    * aclocal/version.m4: Updated to rtems-4.6.99.2.
1134
11352005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
1136
1137        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
1138        libchip/network/dec21140.c: Remove initialization of PCI bus.
1139
11402005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
1141
1142        * optman/Makefile.am: Add preinstall.am.
1143
11442005-07-18      Karel Gardas <kgardas@objectsecurity.com>
1145
1146        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
1147        UNTESTED to tested.
1148
11492005-06-17      Joel Sherrill <joel@OARcorp.com>
1150
1151        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
1152        it is not supported by the MPC5xx.
1153
11542005-06-17      Joel Sherrill <joel@OARcorp.com>
1155
1156        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
1157        interface. Also correct attempting to build on other than PowerPC and
1158        x86.
1159
11602005-06-16      Daron Chabot <daron@nucleus.usask.ca>
1161
1162        * libchip/Makefile.am: Add driver for Tulip clones.
1163        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
1164        libchip/network/if_dcreg.h: New files.
1165
11662005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1167
1168        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
1169        to enable rdbg.
1170        * configure.ac: Reflect changes above.
1171
11722005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
1173
1174        * configure.ac: Add ada/.
1175
11762005-05-20      Sergei Organov  <osv@topconrd.ru>
1177
1178        PR 750/networking
1179        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
1180        wait_input().
1181
11822005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
1183
1184        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
1185        rtems/irq.h.
1186
11872005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1188
1189        * libchip/Makefile.am: Include preinstall.am.
1190        * libchip/preinstall.am: New.
1191
11922005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1193
1194        * configure.ac: Add AMPOLISH3.
1195        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
1196        * libnetworking/rtems_telnetd/preinstall.am: New.
1197        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
1198
11992005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1200
1201        * configure.ac: Let enable_rpcgen default to "no".
1202
12032005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1204
1205        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
1206
12072005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1208
1209        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
1210        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
1211
12122005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1213
1214        * libchip/network/dec21140.c, libchip/network/elnk.c,
1215        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
1216
12172005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
1218
1219        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
1220        of code as a result of the implementation of a common PCI interface.
1221
12222005-05-04      Joel Sherrill <joel@OARcorp.com>
1223
1224        * libchip/network/open_eth.c: Remove prototype of set_vector.
1225
12262005-05-03      Joel Sherrill <joel@OARcorp.com>
1227
1228        * librdbg/src/ptrace.c: Remove warning.
1229
12302005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
1231
1232        * libchip/network/dec21140.c, libchip/network/elnk.c,
1233        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
1234        Modified parameter list to remove warnings.
1235
12362005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
1237
1238        * libchip/network/cs8900.c, libchip/network/i82586.c,
1239        libchip/network/open_eth.c, libchip/network/sonic.c,
1240        libchip/serial/mc68681.c: Modified types to remove
1241        warnings.  Added initialization to remove warnings.
1242
12432005-04-28      Joel Sherrill <joel@OARcorp.com>
1244
1245        * libchip/network/README.sonic: Rewritten to account for removal of
1246        dmv177.
1247
12482005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
1249
1250        PR 781/rtems_misc
1251        * libchip/serial/ns16550_p.h: Fix baud rate calculation
1252
12532005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
1254
1255        * libchip/serial/ns16550.c:
1256        Fixed warnings generated in various powerpc configurations
1257
12582005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
1259
1260        * libchip/serial/ns16550.c: Modified
1261        ISR to work with PPC new exception processing
1262
12632005-03-14      Joel Sherrill <joel@OARcorp.com>
1264
1265        * libchip/network/dec21140.c, libchip/network/elnk.c,
1266        libchip/network/if_fxp.c: Continue PCI API unification. All use
1267        pci_find_device(). Network drivers manufacture a signature since all
1268        calls have not been converted yet.
1269
12702005-03-04      Joel Sherrill <joel@OARcorp.com>
1271
1272        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
1273        initialize function part of the unified PCI API as pci_initialize().
1274
12752005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1276
1277        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
1278        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
1279
12802005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1281
1282        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
1283        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
1284
12852005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1286
1287        * aclocal/ppc.m4: Reflect changes to ppc exception processing
1288        building procedures.
1289
12902005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1291
1292        * aclocal/prog-cc.m4:
1293        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1294
12952005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1296
1297        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1298
12992005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1300
1301        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1302
13032005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1304
1305        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1306
13072005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1308
1309        * libnetworking/rtems_servers/ftp.c,
1310        libnetworking/rtems_servers/ftp.h,
1311        libnetworking/rtems_servers/Makefile.am:
1312        Remove (relocated to cpukit/ftpd).
1313        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1314        removed move libnetworking/rtems_servers.
1315
13162005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1317
1318        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1319
13202005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1321
1322        PR 755/rtems
1323        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1324        Remove local declarations of rtems_bsdnet_nameservers,
1325        rtems_bsdnet_nameservers_count.
1326
13272005-01-31      Sergei Organov <osv@topconrd.ru>
1328
1329        PR 751/pppd
1330        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1331        committed to fix PR736 breaks pppd. chat.c should have its own static
1332        ttyfd for pppd to work correctly. The symptom is that second
1333        invokation of chat (for connect script) fails due to pppd_ttyfd set
1334        to -1 by previous chat invokation (for init script). In addition,
1335        this patch fixes leaving of dangling pointer in the abort_stbring[]
1336        by chat_send().
1337
13382005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1339
1340        * configure.ac: Remove CFLAGS_DEBUG_V.
1341        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1342
13432005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1344
1345        * wrapup/Makefile.am: Remove rtems-ctor.o.
1346
13472005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1348
1349        * libchip/rtc/rtc.h: size_t RTC_Count.
1350
13512005-01-20      Joel Sherrill <joel@OARcorp.com>
1352
1353        PR 736/pppd
1354        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1355        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1356        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1357        should not be static and should have a name more specific to pppd.
1358
13592005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1360
1361        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1362        libnetworking/rtems_servers/Makefile.am,
1363        libnetworking/rtems_telnetd/Makefile.am,
1364        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1365        Eliminate CFLAGS_OPTIMIZE_V.
1366
13672005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1368
1369        * configure.ac: Pass CFLAGS to testsuites configure.
1370        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1371        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1372
13732005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1374
1375        * configure.ac: Pass CFLAGS to cpukit configure.
1376        * aclocal/rtems-flags.m4: Remove (Unused).
1377        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1378        * aclocal/env-rtemsbsp.m4:
1379        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1380        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1381        RTEMS_CFLAGS.
1382        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1383        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1384        Cleanup comments.
1385
13862005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1387
1388        * automake/compile.am: Remove build-variant support.
1389
13902005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1391
1392        * libnetworking/pppd/Makefile.am,
1393        libnetworking/rtems_servers/Makefile.am,
1394        libnetworking/rtems_telnetd/Makefile.am:
1395        Remove build-variant support.
1396
13972005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1398
1399        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1400        support/Makefile.am, wrapup/Makefile.am:
1401        Remove build-variant support.
1402
14032004-11-22      Joel Sherrill <joel@OARcorp.com>
1404
1405        * libchip/network/if_fxp.c: Add entry for another module ID code.
1406
14072004-11-22      Joel Sherrill <joel@OARcorp.com>
1408
1409        PR 693/misc
1410        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1411        in/outport routines.
1412
14132004-11-22      Joel Sherrill <joel@OARcorp.com>
1414
1415        PR 693/misc
1416        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1417        in/outport routines.
1418
14192004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1420
1421        * aclocal/enable-itron.m4: Remove (unused).
1422
14232004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1424
1425        * configure.ac: Misc. quoting cleanups.
1426        Enable ada-tests iff --enable-ada and --enable-tests.
1427
14282004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1429
1430        PR 703/filesystem
1431        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1432        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1433        libchip/ide/ide_controller.c:
1434        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1435        available for BSPS/device drivers.
1436        Extend the "modes_available" and "mode_active" parameters to
1437        uint16_t for UDMA support.
1438
14392004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1440
1441        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1442        not supported on PowerPC since it works on the MVME2100 BSP.
1443
14442004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1445
1446        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1447        Add dependency tracking for *.cfgs.
1448        * Makefile.am: Add dependency tracking for *.cfg.
1449
14502004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1451
1452        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1453        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1454
14552004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1456
1457        PR 707/make_build
1458        * configure.ac: Add --enable-rpcgen.
1459
14602004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1461
1462        PR 700/rtems_misc
1463        * libnetworking/rtems_webserver/asp.c,
1464        libnetworking/rtems_webserver/balloc.c,
1465        libnetworking/rtems_webserver/cgi.c,
1466        libnetworking/rtems_webserver/default.c,
1467        libnetworking/rtems_webserver/ej.h,
1468        libnetworking/rtems_webserver/ejIntrn.h,
1469        libnetworking/rtems_webserver/ejlex.c,
1470        libnetworking/rtems_webserver/ejparse.c,
1471        libnetworking/rtems_webserver/emfdb.c,
1472        libnetworking/rtems_webserver/emfdb.h,
1473        libnetworking/rtems_webserver/form.c,
1474        libnetworking/rtems_webserver/handler.c,
1475        libnetworking/rtems_webserver/h.c,
1476        libnetworking/rtems_webserver/license.txt,
1477        libnetworking/rtems_webserver/Makefile.am,
1478        libnetworking/rtems_webserver/md5c.c,
1479        libnetworking/rtems_webserver/md5.h,
1480        libnetworking/rtems_webserver/mime.c,
1481        libnetworking/rtems_webserver/misc.c,
1482        libnetworking/rtems_webserver/NOTES,
1483        libnetworking/rtems_webserver/ringq.c,
1484        libnetworking/rtems_webserver/rom.c,
1485        libnetworking/rtems_webserver/rtems_webserver.h,
1486        libnetworking/rtems_webserver/security.c,
1487        libnetworking/rtems_webserver/sock.c,
1488        libnetworking/rtems_webserver/socket.c,
1489        libnetworking/rtems_webserver/sockGen.c,
1490        libnetworking/rtems_webserver/sym.c,
1491        libnetworking/rtems_webserver/uemf.c,
1492        libnetworking/rtems_webserver/uemf.h,
1493        libnetworking/rtems_webserver/um.c,
1494        libnetworking/rtems_webserver/um.h,
1495        libnetworking/rtems_webserver/umui.c,
1496        libnetworking/rtems_webserver/url.c,
1497        libnetworking/rtems_webserver/value.c,
1498        libnetworking/rtems_webserver/wbase64.c,
1499        libnetworking/rtems_webserver/webcomp.c,
1500        libnetworking/rtems_webserver/webmain.c,
1501        libnetworking/rtems_webserver/webpage.c,
1502        libnetworking/rtems_webserver/webrom.c,
1503        libnetworking/rtems_webserver/webs.c,
1504        libnetworking/rtems_webserver/websda.c,
1505        libnetworking/rtems_webserver/websda.h,
1506        libnetworking/rtems_webserver/webs.h,
1507        libnetworking/rtems_webserver/websSSL.c,
1508        libnetworking/rtems_webserver/websSSL.h,
1509        libnetworking/rtems_webserver/websuemf.c,
1510        libnetworking/rtems_webserver/wsIntrn.h:
1511        Remove (Moved to cpukit/http).
1512
15132004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1514
1515        PR 700/rtems_misc
1516        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1517        Remove libnetworking/rtems_webserver.
1518
15192004-10-25      Eric Norum <norume@aps.anl.gov>
1520
1521        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1522
15232004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1524
1525        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1526
15272004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1528
1529        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1530        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1531
15322004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1533
1534        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1535
15362004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1537
1538        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1539        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1540
15412004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1542
1543        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1544        BITSPERBYTE.
1545
15462004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1547
1548        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1549        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1550
15512004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1552
1553        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1554
15552004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1556
1557        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1558        * aclocal/enable-bare.m4: Remove.
1559        * configure.ac: Remove BARE_CPU_MODEL.
1560
15612004-10-13      Eric Norum <norume@aps.anl.gov>
1562
1563        PR 688/bsps
1564        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1565        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1566        MC146818A (and several Dallas Semiconductor) TOD chips.
1567
15682004-10-13      Eric Norum <norume@aps.anl.gov>
1569
1570        PR 686/networking
1571        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1572        device code.
1573
15742004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1575
1576        * libchip/network/dec21140.c: include <rtems/pci.h>.
1577
15782004-09-29      Joel Sherrill <joel@OARcorp.com>
1579
1580        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1581        libnetworking/pppd/utils.c: i960 obsoleted and all references
1582        removed.
1583
15842004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1585
1586        PR 607/networking
1587        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1588        instead of fully specifying unused PCI features.
1589
15902004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1591
1592        * configure.ac: Require automake > 1.9.
1593
15942004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1595
1596        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1597
15982004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1599
1600        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1601        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1602
16032004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1604
1605        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1606        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1607
16082004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1609
1610        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1611
16122004-07-28  Joel Sherrill <joel@OARcorp.com>
1613
1614    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1615
16162004-07-25      Joel Sherrill <joel@OARcorp.com>
1617
1618        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1619
16202004-05-21  Till Strauman <strauman@slac.stanford.edu>
1621
1622        PR 625/networking
1623        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1624        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1625        an error rather than panic if no chip is detected (thus allowing
1626        for probing).
1627        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1628        instead of looping forever.  Avoid divide by zero (crashed my PC).
1629        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1630        they are UNTESTED.
1631
16322004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1633
1634        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1635
16362004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1637
1638        * libchip/network/dec21140.c, libchip/network/elnk.c:
1639        #include <errno.h>.
1640
16412004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1642
1643        * libchip/network/if_media.h: Update from FreeBSD.
1644        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1645        libchip/network/i82586.c: #include <errno.h>.
1646
16472004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1648
1649        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1650
16512004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1652
1653        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1654
16552004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1656
1657        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1658        automake).
1659
16602004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1661
1662        PR 599/pppd
1663        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1664
16652004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1666
1667        * optman/rtems/no-region.c: Reflect having changed
1668        rtems_region_get_segment_size.
1669
16702004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1671
1672        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1673        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1674        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1675        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1676        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1677        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1678        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1679
16802004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1681
1682        * libchip/ide/ata.c, libchip/network/dec21140.c,
1683        libchip/network/elnk.c, libchip/network/i82586.c,
1684        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1685        libchip/network/open_eth.c, libchip/network/sonic.c,
1686        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1687        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1688        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1689        libchip/shmdr/shm_driver.h: Cosmetics.
1690
16912004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1692
1693        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1694        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1695        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1696        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1697        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1698        fixed size types.
1699
17002004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1701
1702        * configure.ac: Explicitly pass --includedir and --libdir to
1703        cpukit/configure.
1704
17052004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1706
1707        * librdbg/Makefile.am: Fix rpcgen rules.
1708        * librdbg/src/i386/any/remdeb_xdr.c,
1709        librdbg/src/m68k/any/remdeb_xdr.c,
1710        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1711        Reflect changes to librdbg/Makefile.am.
1712
17132004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1714
1715        * configure.ac: Reflect changes testsuites/configure.ac and
1716        cpukit/configure.ac.
1717
17182004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1719
1720        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1721        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1722
17232004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1724
1725        * configure.ac: Reflect changes to testsuites's configuration.
1726
17272004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1728
1729        PR/589 rtems
1730        * libchip/network/pci.h: Remove (Moved to cpukit).
1731
17322004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1733
1734        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1735        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1736        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1737        libchip/network/dec21140.c, libchip/network/elnk.c,
1738        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1739        libchip/network/open_eth.h, libchip/network/sonic.c,
1740        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1741        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1742        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1743        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1744        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1745        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1746        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1747        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1748        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1749        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1750        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1751        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1752        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1753        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1754        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1755        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1756        fixed-size types.
1757
17582004-03-14      Chris Johns  <chrisj@rtems.org>
1759
1760        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1761        the BSP example code.
1762        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1763        support the DIMMPC. This is a pc386 target with IO port support. Minor
1764        formating clean up. Add documentation to the header file.
1765        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1766        cs8900.h header file.
1767
17682004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1769
1770        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1771        Cosmetics.
1772
17732004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1774
1775        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1776        There are no application level Makefiles in here.
1777
17782004-03-04      Joel Sherrill <joel@OARcorp.com>
1779
1780        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1781        they can be used in application level makefiles.
1782
17832004-03-05      Joel Sherrill <joel@OARcorp.com>
1784
1785        * libnetworking/rtems_webserver/ejparse.c,
1786        libnetworking/rtems_webserver/emfdb.c,
1787        libnetworking/rtems_webserver/sock.c,
1788        libnetworking/rtems_webserver/socket.c,
1789        libnetworking/rtems_webserver/sym.c,
1790        libnetworking/rtems_webserver/webs.c,
1791        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
17922004-03-05      Joel Sherrill <joel@OARcorp.com>
1793
1794        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1795        compiling this file only only those CPU families with supported
1796        exception models.
1797
17982004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1799
1800        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1801        testsuites (Was exposed with --enable-multilib, only).
1802        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1803         Add RTEMS_BSP_CONFIG_SUBDIR.
1804        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1805        testsuites's configure.
1806        * aclocal/rtems-top.m4: Remove ENDIF hack.
1807        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1808
18092004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1810
1811        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1812        wrapup/Makefile.am: Fix automake problems having been introduced
1813        in previous patch.
1814
18152004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1816
1817        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1818        Preinstall dirs.
1819        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1820        * aclocal/check-multiprocessing.m4: Cosmetics.
1821        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1822        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1823
18242004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1825
1826        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1827        librdbg/src/Makefile.am.
1828        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1829        * configure.ac: Reflect changes above.
1830        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1831        * wrapup/Makefile.am: Reflect changes above.
1832        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1833
18342004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1835
1836        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1837
18382004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1839
1840        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1841
18422004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1843
1844        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1845
18462004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1847
1848        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1849        librdbg/src/powerpc/Makefile.am: Remove.
1850        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1851        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1852        * configure.ac: Reflect changes above.
1853
18542004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1855
1856
18572004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1858
1859        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1860        STRIP.
1861
18622004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1863
1864        * librdbg/include/Makefile.am: Merge-in
1865        librdbg/include/rdbg/i386/Makefile.am,
1866        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1867        librdbg/include/rdbg/powerpc/Makefile.am.
1868        * librdbg/include/rdbg/i386/Makefile.am,
1869        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1870        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1871        * configure.ac: Reflect changes above.
1872
18732004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1874
1875        * configure.ac: Use AS_HELP_STRING(ada).
1876
18772004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1878
1879        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1880        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1881        Use AC_CONFIG_HEADERS.
1882        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1883        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1884
18852004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1886
1887        * Makefile.am: include local.am.
1888
18892004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1890
1891        * aclocal/version.m4: 4.6.99.0.
1892
18932004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1894
1895        * Makefile.am: Don't include host.am.
1896        * automake/compile.am: Further cleanups.
1897
18982004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1899
1900        * automake/lib.am: Remove (Unused).
1901
19022004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1903
1904        * wrapup/Makefile.am: Don't include lib.am.
1905        * automake/compile.am: Use automake compilation rules.
1906
19072004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1908
1909        * libnetworking/pppd/Makefile.am,
1910        libnetworking/rtems_servers/Makefile.am,
1911        libnetworking/rtems_telnetd/Makefile.am,
1912        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1913        support/Makefile.am: Don't include lib.am.
1914
19152004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1916
1917        * libchip/Makefile.am: Don't include lib.am.
1918        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1919        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1920        unnecessary EXTRA_DISTs.
1921
19222004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1923
1924        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1925        hack.
1926
19272004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1928
1929        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1930        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1931        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1932        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1933
19342004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1935
1936        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1937        Add AM_CONDITIONAL(HAS_MP).
1938        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1939        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1940        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1941        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1942        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1943        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1944        (Deprecated by autoconf 2.59).
1945
19462004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1947
1948        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1949        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1950
19512004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1952
1953        * ChangeLog: Merge-in libnetworking/ChangeLog.
1954        * libnetworking/ChangeLog: Remove.
1955        * ChangeLog: Merge-in librdbg/ChangeLog.
1956        * librdbg/ChangeLog: Remove.
1957        * ChangeLog: Merge-in libchip/ChangeLog.
1958        * libchip/ChangeLog: Remove.
1959        * ChangeLog: Merge-in optman/ChangeLog.
1960        * optman/ChangeLog: Remove.
1961
19622004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1963
1964        * configure.ac: Reflect changes to cpukit.
1965        * wrapup/Makefile.am: Reflect changes to librdbg.
1966        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1967        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1968        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1969        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1970        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1971        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1972        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1973        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1974        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1975
19762004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1977
1978        * aclocal/rtems-top.m4: Remove check for version.m4.
1979        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1980
19812004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1982
1983        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1984        * wrapup/Makefile.am: Reflect changes to libchip/*.
1985        * support/Makefile.am: Use automake compilation rules.
1986        * wrapup/Makefile.am: Reflect changes to support/*.
1987        * configure.ac: Remove libnetworking/wrapup/Makefile.
1988        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1989        libnetworking/*/lib*.a instead of libnetapps.a.
1990        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1991        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1992        * optman/Makefile.am: Use automake compilation rules.
1993        * libchip/Makefile.am: Fix typo in previous patch.
1994        * libchip/Makefile.am: Use automake compilation rules.
1995        * libnetworking/Makefile.am: Remove wrapup.
1996        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1997        automake-compilation rules.
1998        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1999        automake-compilation rules.
2000        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
2001        automake-compilation rules.
2002        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
2003        automake-compilation rules.
2004        * libnetworking/wrapup/Makefile.am: Remove (Unused).
2005
20062004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2007
2008        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2009        PRE/TMPINSTALL_FILES to CLEANFILES.
2010        * automake/lib.am: Remove TMPINSTALL_FILES.
2011        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2012        PRE/TMPINSTALL_FILES to CLEANFILES.
2013        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2014        PRE/TMPINSTALL_FILES to CLEANFILES.
2015        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
2016        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2017        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2018        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2019        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2020        * librdbg/src/i386/Makefile.am: Ditto.
2021        * librdbg/src/m68k/Makefile.am: Ditto.
2022        * librdbg/src/powerpc/Makefile.am: Ditto.
2023        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
2024        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2025        * libnetworking/rtems_servers/Makefile.am: Ditto.
2026        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2027        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2028
20292004-01-07      Joel Sherrill <joel@OARcorp.com>
2030
2031        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
2032        more completely covers the MIPS family.
2033
20342003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2035
2036        * wrapup/Makefile.am: Reflect changes to shmdr.
2037        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
2038
20392003-12-18      Joel Sherrill <joel@OARcorp.com>
2040
2041        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
2042        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
2043        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
2044        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
2045        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
2046        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
2047        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
2048
20492003-12-17      Joel Sherrill <joel@OARcorp.com>
2050
2051        * aclocal/version.m4: Updated to rtems-20031217-test.
2052
20532003-12-17     
2054
2055        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2056        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2057
20582003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2059
2060        * automake/compile.am: Remove LINK_LIBS (Unused).
2061        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
2062
20632003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2064
2065        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2066        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2067        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
2068        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
2069        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
2070
20712003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2072
2073        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
2074        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2075        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2076        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2077        * librdbg/src/i386/Makefile.am:
2078        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2079        * librdbg/src/m68k/Makefile.am:
2080        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2081        * librdbg/src/powerpc/Makefile.am:
2082        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2083
20842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2085
2086        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2087        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
2088        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
2089        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
2090        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
2091        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
2092        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2093        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2094        * optman/Makefile.am: Remove project_libdir.
2095        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
2096        PRE/TMPINSTALL_FILES.
2097        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
2098        PRE/TMPINSTALL_FILES.
2099        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
2100        PRE/TMPINSTALL_FILES.
2101        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2102        PRE/TMPINSTALL_FILES.
2103        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
2104        from PRE/TMPINSTALL_FILES.
2105        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
2106        PRE/TMPINSTALL_FILES.
2107        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2108        PRE/TMPINSTALL_FILES.
2109        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
2110        PRE/TMPINSTALL_FILES.
2111        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
2112        PRE/TMPINSTALL_FILES.
2113        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
2114        PRE/TMPINSTALL_FILES.
2115        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
2116        PRE/TMPINSTALL_FILES.
2117        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
2118        from PRE/TMPINSTALL_FILES.
2119
21202003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2121
2122        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
2123        * automake/lib.am: Remove project_libdir.
2124        * wrapup/Makefile.am: Reworked.
2125
21262003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2127
2128        * configure.ac: Reflect changes to librdbg.
2129        * optman/Makefile.am: Add tmpinstall dirstamp support.
2130        * libchip/Makefile.am: Fix variant-tmpinstall support.
2131        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
2132        * librdbg/src/powerpc/Makefile.am: Merge-in former
2133        new_exception_processing/Makefile.am.
2134        * librdbg/src/m68k/any/Makefile.am: Remove.
2135        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
2136        * librdbg/src/i386/any/Makefile.am: Remove.
2137        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
2138        * librdbg/src/Makefile.am: Cosmetics.
2139        * librdbg/include/Makefile.am: Cosmetics.
2140        * librdbg/Makefile.am: Cosmetics.
2141        * libnetworking/Makefile.am: Cosmetics.
2142        * libnetworking/pppd/Makefile.am: Cosmetics.
2143        * libnetworking/wrapup/Makefile.am: Cosmetics.
2144
21452003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2146
2147        * Makefile.am: Cosmetics.
2148        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
2149        support.
2150
21512003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2152
2153        * automake/compile.am: Remove $(ARCH):-rule.
2154
21552003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2156
2157        * configure.ac: Remove lib/libbsp/shared/Makefile,
2158        lib/libbsp/shmdr/Makefile.
2159
21602003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2161
2162        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
2163        libchip/serial/Makefile, libchip/rtc/Makefile.
2164        * support/Makefile.am: Remove all-local: $(ARCH).
2165        * wrapup/Makefile.am: Remove all-local: $(ARCH).
2166        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
2167        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
2168        * optman/Makefile.am: Remove all-local: $(ARCH).
2169        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2170        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
2171        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
2172        compilation dirstamp support.
2173        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
2174        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
2175        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
2176        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
2177        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
2178        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
2179        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2180        all-local: $(ARCH).
2181        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
2182        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
2183        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
2184        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
2185        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
2186
21872003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2188
2189        * aclocal/lead-dot.m4: New (from automake-1.7f).
2190        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
2191        AC_SUBST(dirstamp).
2192        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
2193        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2194        libchip/serial/Makefile.am: Ditto.
2195        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
2196        * librdbg/include/Makefile.am: Ditto.
2197        * librdbg/include/rdbg/Makefile.am: Ditto.
2198        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2199        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2200        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2201        * librdbg/src/Makefile.am: Ditto.
2202        * librdbg/src/i386/Makefile.am: Ditto.
2203        * librdbg/src/i386/any/Makefile.am: Ditto.
2204        * librdbg/src/m68k/Makefile.am: Ditto.
2205        * librdbg/src/m68k/any/Makefile.am: Ditto.
2206        * librdbg/src/powerpc/Makefile.am: Ditto.
2207        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2208        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
2209        preinstallation.
2210        * libnetworking/pppd/Makefile.am: Ditto.
2211        * libnetworking/rtems_servers/Makefile.am: Ditto.
2212        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2213        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2214        * libnetworking/wrapup/Makefile.am: Ditto.
2215
22162003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2217
2218        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
2219        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
2220        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
2221        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
2222        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2223        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2224        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2225        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
2226        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
2227        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
2228        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
2229        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
2230        underquoting to silence automake-1.8.
2231
22322003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2233
2234        * configure.ac: Reflect having moved tests to ../../testsuites.
2235
22362003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2237
2238        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
2239        * aclocal/canonical-host.m4: Remove.
2240        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
2241        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2242
22432003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2244
2245        * aclocal/check-cpu.m4: Remove.
2246        * configure.ac: Merge-in former aclocal/check-cpu.m4.
2247        * aclocal/canonical-target-name.m4: Add m4-quotes.
2248        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
2249        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
2250        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2251        * aclocal/check-networking.m4: Add m4-quotes. Require
2252        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2253        * aclocal/check-posix.m4: Add m4-quotes. Require
2254        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2255        * aclocal/check-rdbg.m4: Add m4-quotes. Require
2256        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2257        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
2258
22592003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2260
2261        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
2262        * aclocal/bsp-alias.m4: Remove.
2263
22642003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2265
2266        * configure.ac: Make presence of tests/ optional.
2267
22682003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2269
2270        * aclocal/path-perl.m4: Remove (Unused).
2271
22722003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2273
2274        * automake/force-preinstall.am: Remove.
2275
22762003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2277
2278        PR 499/rtems_misc
2279        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
2280        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
2281        Configuration (Odd was forced) - Correction of Stop Bit configuration
2282        (inversed) - Correction of ISR Handler to call
2283        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
2284        CTS Hardware flow control Configuration.
2285
22862003-09-04      Joel Sherrill <joel@OARcorp.com>
2287
2288        * lib/libcpu/shared/include/cache.h,
2289        lib/libcpu/shared/src/cache_aligned_malloc.c,
2290        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
2291        license changed.
2292        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2293        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2294        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2295        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2296        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2297        for license changed.
2298        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2299        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2300        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2301        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2302        libchip/network/cs8900.h, libchip/network/dec21140.c,
2303        libchip/network/elnk.c, libchip/network/open_eth.c,
2304        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2305        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2306        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2307        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2308        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2309        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2310        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2311        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2312        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2313        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2314        libchip/serial/serial.h, libchip/serial/z85c30.c,
2315        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2316        libchip/serial/z85c30_reg.c: URL for license changed.
2317
23182003-09-03      Jiri Gaisler <jiri@gaisler.com>
2319
2320        PR 477/networking
2321        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2322        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2323        libchip/network/open_eth.h: New files.
2324
23252003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2326
2327        * aclocal/rtems-top.m4: Add RTEMS_API.
2328        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2329
23302003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2331
2332        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2333        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2334        @RTEMS_BSP@.cfg.
2335
23362003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2337
2338        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2339
23402003-08-20      Joel Sherrill <joel@OARcorp.com>
2341
2342        * libchip/network/cs8900.c: Correct copyright statements.
2343
23442003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2345
2346        * aclocal/check-itron.m4: Remove.
2347        * aclocal/enable-inlines.m4: Remove.
2348        * Makefile.am: Reflect having moved aclocal/.
2349        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2350        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2351        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2352        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2353        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2354        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2355        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2356        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2357        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2358        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2359        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2360        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2361        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2362        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2363        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2364        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2365        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2366        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2367        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2368        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2369        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2370        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2371        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2372        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2373        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2374        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2375        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2376        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2377        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2378        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2379        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2380        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2381        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2382        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2383        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2384        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2385        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2386        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2387        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2388        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2389        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2390        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2391        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2392        * aclocal/target.m4: New (Copied from ../../aclocal).
2393        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2394        * aclocal/version.m4: New (Copied from ../../aclocal).
2395
23962003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2397
2398        * configure.ac: Remove stray comments.
2399        * automake/local.am, automake/host.am: Remove "debug".
2400
24012003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2402
2403        * Makefile.am: Reflect having moved automake/.
2404        * lib/Makefile.am: Reflect having moved automake/.
2405        * support/Makefile.am: Reflect having moved automake/.
2406        * wrapup/Makefile.am: Reflect having moved automake/.
2407        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2408        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2409        from ../../automake).
2410        * optman/Makefile.am: Reflect having moved automake/.
2411        * libchip/Makefile.am: Reflect having moved automake/.
2412        * libchip/ide/Makefile.am: Reflect having moved automake/.
2413        * libchip/network/Makefile.am: Reflect having moved automake/.
2414        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2415        * libchip/serial/Makefile.am: Reflect having moved automake/.
2416        * librdbg/Makefile.am: Reflect having moved automake/.
2417        * librdbg/include/Makefile.am: Reflect having moved automake/.
2418        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2419        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2420        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2421        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2422        automake/.
2423        * librdbg/src/Makefile.am: Reflect having moved automake/.
2424        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2425        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2426        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2427        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2428        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2429        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2430        having moved automake/.
2431        * libnetworking/Makefile.am: Reflect having moved automake/.
2432        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2433        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2434        automake/.
2435        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2436        automake/.
2437        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2438        automake/.
2439        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2440
24412003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2442
2443        * Makefile.am: Add bsp.pc.in.
2444        * bsp.pc.in: New (pkgconfig support).
2445
24462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2447
2448        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2449
24502003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2451
2452        * lib/Makefile.am: New (Required by 'make dist').
2453        * lib/ChangeLog: Remove.
2454        * lib/.cvsignore: Cleanup.
2455        * configure.ac: Reflect having added lib/Makefile.am.
2456        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2457        lib/libbsp/configure.ac.
2458        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2459        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2460
24612003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2462
2463        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2464        * configure.ac: Merge-in librdbg/configure.ac.
2465        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2466        librdbg/configure.ac.
2467        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2468        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2469        LIBCHIP. Conditionally build include-dirs.
2470        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2471        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2472        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2473        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2474        librdbg/include/rdbg/m68k/Makefile.am,
2475        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2476        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2477        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2478        librdbg/src/powerpc/Makefile.am, librdbg/
2479        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2480        configure.ac into ../configure.ac.
2481        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2482        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2483        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2484        libnetworking/rtems_telnetd/Makefile.am,
2485        libnetworking/rtems_webserver/Makefile.am,
2486        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2487        into ../configure.ac.
2488
24892003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2490
2491        PR 427/rtems
2492        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2493        * librdbg/src/servtsp.c: Ditto.
2494
24952003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2496
2497        PR 429/bsps
2498        PR 432/bsps
2499        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2500        packets are queued onto an elnk board, the ISR will deadlock the device
2501        with a tx complete interrupt.  Lighter tx loads are not affected as they
2502        end up submitting single packets to the device.
2503
25042003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2505
2506        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2507        optman/configure.ac.
2508        * optman/configure.ac: Remove (Merged into ../configure.ac).
2509        * optman/Makefile.am: Reflect having merged configure.ac into
2510        ../configure.ac.
2511        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2512        * libchip/Makefile.am, libchip/ide/Makefile.am,
2513        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2514        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2515        ../configure.ac.
2516
25172003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2518
2519        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2520
25212003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2522
2523        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2524        on i386.
2525
25262003-06-13      Joel Sherrill <joel@OARcorp.com>
2527
2528        * libnetworking/pppd/chat.c: Removed warnings.
2529
25302003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2531
2532        * libchip/network/README.3com: New file missed in previous commit.
2533        PR 405/bsps
2534        PR 393/networking
2535        * libchip/network/dec21140.c: Fix leak also known as PR393.
2536        * libchip/network/elnk.c, libchip/network/if_media.h,
2537        libchip/network/mii.h: New files.
2538        * libchip/network/Makefile.am: Reflect new files.
2539
25402003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2541
2542        * configure.ac: Remove support for profile-variant.
2543
25442003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2545
2546        PR 397/pppd
2547        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2548        * libnetworking/pppd/magic.c: Remove *rand48.
2549        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2550
25512003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2552
2553        * wrapup/Makefile.am: Add libide.a.
2554
25552003-04-15      Joel Sherrill <joel@OARcorp.com>
2556
2557        PR 387/rtems_misc
2558        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2559        routines.
2560        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2561
25622003-04-11      Joel Sherrill <joel@OARcorp.com>
2563
2564        * libnetworking/rtems_webserver/cgi.c,
2565        libnetworking/rtems_webserver/sockGen.c,
2566        libnetworking/rtems_webserver/umui.c,
2567        libnetworking/rtems_webserver/websSSL.c,
2568        libnetworking/rtems_webserver/websSSL.h,
2569        libnetworking/rtems_webserver/websda.c,
2570        libnetworking/rtems_webserver/websda.h: New files. Not included in
2571        previous commit.
2572
25732003-04-10      Joel Sherrill <joel@OARcorp.com>
2574
2575        PR 371/pppd
2576        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2577        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2578        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2579        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2580        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2581        still global symbols in rtemspppd.h which might need to be changed or
2582        converted into member of a structure which is dereferenced with a
2583        pointer that is managed as a per task variable. But this patch should
2584        avoid many conflicts.
2585
25862003-03-27      Joel Sherrill <joel@OARcorp.com>
2587
2588        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2589        not allowed in the cpukit source code since it must be buildable
2590        independent of any BSP. These files were moved to libchip/ide.
2591        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2592        files.
2593
25942003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2595
2596        PR 368/filesystems
2597        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2598        improvements which now work on pc386 and mbx8xx.
2599        * libchip/ide/ide_controller.c: New file.
2600
26012003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2602
2603        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2604
26052003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2606
2607        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2608        * configure.ac: Add support/.
2609        * support/.cvsignore: New.
2610        * support/Makefile.am: New.
2611        * support/version.c: New.
2612        * wrapup/Makefile.am: Add support/libsupport.a.
2613        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2614        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2615        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2616        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2617
26182003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2619
2620        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2621
26222003-02-20      Till Straumann <strauman@slac.stanford.edu>
2623
2624        PR 354/networking
2625        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2626        chip against a table of supported chips. The untested ones are still
2627        commented out, however.
2628
26292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2630
2631        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2632        * configure.ac: AC_PREREQ(2.57).
2633        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2634        * optman/configure.ac: AC_PREREQ(2.57).
2635        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2636        * libchip/configure.ac: AC_PREREQ(2.57).
2637        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2638        * librdbg/configure.ac: AC_PREREQ(2.57).
2639        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2640        * libnetworking/configure.ac: AC_PREREQ(2.57).
2641
26422003-02-06      Joel Sherrill <joel@OARcorp.com>
2643
2644        * libnetworking/pppd/chat.c: Convert routines with common names to
2645        static. This included get_char(), put_char(), and character() among
2646        others.
2647
26482003-02-03      Joel Sherrill <joel@OARcorp.com>
2649
2650        PR 338/filesystem
2651        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2652        rtems_io_lookup_name() (API change).  Unused function removed.
2653
26542003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2655
2656        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2657        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2658        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2659        Eliminate *_O_FILES.
2660        * libnetworking/rtems_servers/Makefile.am,
2661        libnetworking/rtems_webserver/Makefile.am,
2662        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2663
26642002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2665
2666        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2667        Let all-local: depend on $(LIB).
2668        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2669        * optman/Makefile.am: Apply install-data-local to install *.rels.
2670
26712002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2672
2673        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2674        %.c rules.
2675        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2676        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2677        * libchip/rtc/Makefile.am: Ditto.
2678        * libchip/serial/Makefile.am: Ditto.
2679
26802002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2681
2682        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2683        LIBC_DEFINES.
2684        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2685        LIBC_DEFINES.
2686        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2687        LIBC_DEFINES.
2688
26892002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2690
2691        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2692
26932002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2694
2695        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2696        cache-checking.
2697        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2698
26992002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2700
2701        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2702        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2703        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2704        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2705        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2706
27072002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2708
2709        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2710        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2711        Remove.
2712        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2713
27142002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2715
2716        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2717        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2718
27192002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2720
2721        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2722        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2723
27242002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2725
2726        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2727        * optman/rel.am: New.
2728
27292002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2730
2731        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2732        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2733        braino in comment on "exec". Extend --enable-ada handling.
2734
27352002-11-04      Joel Sherrill <joel@OARcorp.com>
2736
2737        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2738        tasks and rolling multiple loops into 1.
2739        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2740        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2741        Removed warnings.
2742
27432002-10-31      Joel Sherrill <joel@OARcorp.com>
2744
2745        * libchip/network/dec21140.c: Removed warnings.
2746        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2747        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2748        librdbg/src/m68k/any/remdeb_xdr.c,
2749        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2750        warnings.
2751        * libnetworking/rtems_webserver/socket.c,
2752        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2753
27542002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2755
2756        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2757        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2758        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2759        above.
2760
27612002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2762
2763        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2764        * wrapup/.cvsignore: Remove autom4te.cache.
2765        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2766        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2767        autom4te.cache.
2768        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2769        autom4te.cache.
2770        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2771        autom4te.cache.
2772
27732002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2774
2775        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2776
27772002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2778
2779        * optman/.cvsignore: Add autom4te.cache.
2780
27812002-09-14      Joel Sherrill <joel@OARcorp.com>
2782
2783        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2784
27852002-09-07      Joel Sherrill <joel@OARcorp.com>
2786
2787        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2788        include files to resolve warnings.
2789
27902002-09-07      Chris Johns <ccj@acm.org>
2791
2792        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2793        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2794        which corrects the problem  where the cs8900.c file was actually the BSP
2795        glue.  Joel did some hacking so this file will compile.  Previously it
2796        required providing a target.h file to compile.
2797        * libchip/network/cs8900.c.bsp: New file.
2798
27992002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2800
2801        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2802
28032002-08-31      Joel Sherrill <joel@OARcorp.com>
2804
2805        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2806        eliminate warning.
2807
28082002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2809
2810        * configure.ac: Add ada-tests.
2811
28122002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2813
2814        * Makefile.am: Add preinstall-stamp.
2815
28162002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2817
2818        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2819        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2820        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2821        gcc31 happy.
2822        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2823        cp.
2824
28252002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2826
2827        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2828        make/bsp.mak.
2829        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2830        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2831
28322002-08-12      Joel Sherrill <joel@OARcorp.com>
2833
2834        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2835        avoid error.
2836
28372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2838
2839        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2840        * configure.ac: Add BSP_SUBDIRS.
2841        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2842        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2843        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2844        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2845        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2846        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2847        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2848        RTEMS_CHECK_BSP_CACHE.
2849        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2850        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2851        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2852        .$(OBJEXT) instead of .o.
2853        * libnetworking/pppd/Makefile.am,
2854        libnetworking/rtems_servers/Makefile.am,
2855        libnetworking/rtems_telnetd/Makefile.am,
2856        libnetworking/rtems_webserver/Makefile.am,
2857        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2858
28592002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2860
2861        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2862        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2863        ../libchip/serial/$(ARCH)/libserialio.a.
2864        * libchip/serial/Makefile.am: Don't tmp-install lib.
2865        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2866
28672002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2868
2869        * Makefile.am: Add rtems_makedir.
2870        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2871        * Makefile.am: Add wrapup-SUBDIR.
2872        * wrapup/ChangeLog: Remove.
2873        * wrapup/configure.ac: Remove.
2874        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2875        (Make the bare BSP happy).
2876        * configure.ac: Ditto.
2877        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2878        Create make/custom/default.cfg.
2879        * configure.ac: Add creation of make/custom/*.cfg. Create
2880        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2881
28822002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2883
2884        * Makefile.am: Clean $(PROJECT_RELEASE).
2885
28862002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2887
2888        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2889        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2890        prototype mismatches.
2891
28922002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2893
2894        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2895        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2896
28972002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2898
2899        * acinclude.m4: Add test "$multilib" != "yes".
2900        * config-ml.in: Remove.
2901        * acinclude.m4: Cleanups.
2902        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2903        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2904        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2905        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2906        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2907
29082002-07-16      Eric Norum <eric.norum@usask.ca>
2909
2910        * New driver for the Intel EtherExpressPro (82559ER) chip.
2911        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2912        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2913        * libchip/network/Makefile.am: Modified to reflect above.
2914
29152002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2916
2917        * acinclude.m4: New.
2918        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2919        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2920        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2921
29222002-07-01      Joel Sherrill <joel@OARcorp.com>
2923
2924        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2925        _Objects_Information_table now that it is a two dimensional array based
2926        upon API and class.
2927        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2928        of strnlen().
2929
29302002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2931
2932        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2933        preinstall libnetapps.a.
2934
29352002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2936
2937        * configure.ac: Remove librpc.
2938
29392002-06-25      Joel Sherrill <joel@OARcorp.com>
2940
2941        * Per PR233, moved librpc to exec.
2942        * configure.ac, wrapup/Makefile.am: Modified.
2943        * librpc, librpc/ChangeLog: Removed.
2944
29452002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2946
2947        * optman/Makefile.am: Remove multilib support.
2948        * optman/configure.ac: Ditto.
2949        * optman/sapi/Makefile.am: Ditto.
2950
29512002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2952
2953        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2954        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2955
29562002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2957
2958        Move networking libraries to c/src/exec/libnetworking
2959        * libnetworking/configure.ac, libnetworking/Makefile.am,
2960        libnetworking/wrapup/Makefile.am: Reflect Moval.
2961
29622002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2963
2964        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2965        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2966        <rtems/bspIo.h>.
2967
29682002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2969
2970        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2971        * libnetworking/rtems/mkrootfs.h: Ditto.
2972        * libnetworking/rtems/Makefile.am: Reflect changes above.
2973
29742002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2975
2976        * configure.ac: Remove lib.
2977
29782002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2979
2980        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2981        that exception stack frames on M68K members with VBR always are 6 byte
2982        long. The incorrect assumption resulted in some gdb commands like "next"
2983        to fail on the 68360.
2984
29852002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2986
2987        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2988        PR 220
2989        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2990        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2991        CVS.
2992        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2993        libnetworking/sys/filio.h: Remove.
2994        * libnetworking/sys/Makefile.am: Reflect changes above.
2995
29962002-05-07      Chris Johns <ccj@acm.org>
2997
2998        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2999        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
3000        requires it to be stripped.
3001
30022002-05-01      Eric Norum <eric.norum@usask.ca>
3003
3004        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
3005        assembly  to satisfy gcc 3.1 and newer.
3006
30072002-04-26      Eric Norum <eric.norum@usask.ca>
3008
3009        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
3010        agressive optimization in gcc 3.1 does not reorder things.
3011
30122002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3013
3014        * libchip/network/dec21140.c: Reflect changes to powerpc's
3015        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
3016        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
3017        <rtems/score/cpu.h>.
3018        * librdbg/src/powerpc/rdbg_f.c: Ditto.
3019        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
3020
30212002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3022
3023        * optman/configure.ac: Remove ENABLE_GCC28.
3024
30252002-04-11      Chris Johns <ccj@acm.org>
3026
3027        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
3028        driver control block field to the ifconfig network driver structure.
3029        This field is needed by the i82586 driver which was ported from NetBSD
3030        as it had better hardware abstraction.
3031        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
3032        PR59, added the drv_ctrl driver control block field to the ifconfig
3033        network driver structure. This field is needed by the i82586 driver
3034        which was ported from NetBSD as it had better hardware abstraction.
3035
30362002-04-10      Mike Siers <mikes@poliac.com>
3037
3038        * libnetworking/rtems_webserver/NOTES,
3039        libnetworking/rtems_webserver/asp.c,
3040        libnetworking/rtems_webserver/balloc.c,
3041        libnetworking/rtems_webserver/default.c,
3042        libnetworking/rtems_webserver/ej.h,
3043        libnetworking/rtems_webserver/ejIntrn.h,
3044        libnetworking/rtems_webserver/ejlex.c,
3045        libnetworking/rtems_webserver/ejparse.c,
3046        libnetworking/rtems_webserver/emfdb.c,
3047        libnetworking/rtems_webserver/emfdb.h,
3048        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
3049        libnetworking/rtems_webserver/handler.c,
3050        libnetworking/rtems_webserver/license.txt,
3051        libnetworking/rtems_webserver/md5.h,
3052        libnetworking/rtems_webserver/md5c.c,
3053        libnetworking/rtems_webserver/mime.c,
3054        libnetworking/rtems_webserver/misc.c,
3055        libnetworking/rtems_webserver/ringq.c,
3056        libnetworking/rtems_webserver/rom.c,
3057        libnetworking/rtems_webserver/security.c,
3058        libnetworking/rtems_webserver/sock.c,
3059        libnetworking/rtems_webserver/sym.c,
3060        libnetworking/rtems_webserver/uemf.c,
3061        libnetworking/rtems_webserver/uemf.h,
3062        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
3063        libnetworking/rtems_webserver/url.c,
3064        libnetworking/rtems_webserver/value.c,
3065        libnetworking/rtems_webserver/wbase64.c,
3066        libnetworking/rtems_webserver/webcomp.c,
3067        libnetworking/rtems_webserver/webpage.c,
3068        libnetworking/rtems_webserver/webrom.c,
3069        libnetworking/rtems_webserver/webs.c,
3070        libnetworking/rtems_webserver/webs.h,
3071        libnetworking/rtems_webserver/websuemf.c,
3072        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
3073        2.1.4.
3074
30752002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3076
3077        * libchip/network/i82586.c: Include <string.h>.
3078        * libchip/network/sonic.c: Ditto.
3079
30802002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3081
3082        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
3083
30842002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3085
3086        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
3087
30882002-03-27      Thomas.Doerfler@imd-systems.de
3089
3090        PR 144
3091        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
3092        memory address 0 when called for the first time. This is done when
3093        trying to clear the variable "dhcp_hostname".
3094
30952002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3096
3097        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3098        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3099        * Makefile.am: Remove AUTOMAKE_OPTIONS.
3100        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3101        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3102        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3103        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
3104        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
3105        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3106        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3107        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
3108        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
3109        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3110        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
3111        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3112        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3113        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3114        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3115        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3116        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3117        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
3118        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3119        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3120        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3121        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3122        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3123        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
3124        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3125        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
3126        AUTOMAKE_OPTIONS.
3127        * libnetworking/configure.ac:
3128        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
3129        foreign 1.6]).
3130        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
3131        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
3132        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
3133        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
3134        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3135        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
3136        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
3137        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
3138        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
3139        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3140        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3141        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
3142        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3143        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
3144        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
3145        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
3146        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
3147
31482002-03-27      Ilya Alexeev <ilya@continuum.ru>
3149
3150        PR 162
3151        * libnetworking/net/if_ppp.c ppp_txdaemon(),
3152        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
3153        used in a device write routines.  Now ppp_softc structure have own
3154        character for writing to device (sc_outchar).  I think that converting
3155        local variables to static is not a right solution, because problems will
3156        occur in the case of two or more ppp instances.
3157        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
3158        must be u_long, otherwise in the case of the big output packet endless
3159        loop may occur.
3160
31612002-03-21      Ilya Alexeev <ilya@continuum.ru>
3162
3163        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
3164        preparations for multiple PPPD connections.
3165
31662002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3167
3168        PR 149
3169        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
3170        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
3171        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
3172        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3173
31742002-02-28      Victor V. Vengerov <vvv@oktet.ru>
3175
3176        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
3177        * configure.ac: Modified to reflect addition.
3178
31792002-02-27      Ilya Alexeev <ilya@continuum.ru>
3180
3181        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
3182        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3183        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
3184        capabilities as well as eliminate some warnings.
3185
31862002-02-27      Eric Norum <eric.norum@usask.ca>
3187
3188        * libnetworking/net/radix.c: Properly handle fetching the default route
3189        when there is no route.  This was a bug in the original FreeBSD code and
3190        this fix is from an updated version of their code.
3191
31922002-02-16      Eric Norum <eric.norum@usask.ca>
3193
3194        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
3195        checking.
3196
31972002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3198
3199        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
3200        dodefaultroute.
3201
32022002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3203
3204        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
3205        include <rtems/seterr.h>.
3206
32072002-02-01      Mike Siers <mikes@poliac.com>
3208
3209        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
3210        avoid bringing the link down too fast. NOTE: Mike reports successfully
3211        running at 56K baud on a direct link.
3212
32132002-02-01      Eric Valette <valette@crf.canon.fr>
3214
3215        * librdbg/So many patches have been posted recently on the mailing list
3216        and  because we were unable to find correct solution to compile on
3217        various  linux distros (due to rpcgen incompatibilities), librdbg/and
3218        because the coding  style of rdbg was rather inconsistant among various
3219        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
3220        global coding style (using indent + manual edits), 2) incorporate/review
3221        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
3222        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
3223        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
3224        after rdbg initialization is done, NB : the paches is huge but it is
3225        mainly due to coding styke chnages.  Only few lines of codes have been
3226        really changed and they do not impact  rdbg functionnality (AFAIKT).
3227        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
3228        librdbg/include/rdbg/m68k/rdbg_f.h,
3229        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
3230        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
3231        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
3232        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
3233        librdbg/src/servtsp.c, librdbg/src/servutil.c,
3234        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
3235        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
3236        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
3237        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
3238        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
3239        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
3240        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
3241        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3242        librdbg/src/powerpc/new_exception_processing/remdeb.h,
3243        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
3244        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
3245
32462002-01-31      Mike Siers <mikes@poliac.com>
3247
3248        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
3249        * Nice Update of PPPD support which eliminates the requiremetn that
3250        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
3251        and reports that it seems to be more stable and handle larger packets
3252        better.  This patch replaces the termios tasks with more general pppd
3253        network driver tasks.  The functions pppinput() and pppstart() get
3254        called from the interrupt service routine.
3255        * libnetworking/Makefile.am, libnetworking/configure.ac,
3256        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
3257        libnetworking/net/ethernet.h, libnetworking/net/if.c,
3258        libnetworking/net/if.h, libnetworking/net/if_arp.h,
3259        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
3260        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
3261        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
3262        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
3263        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
3264        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
3265        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
3266        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
3267        libnetworking/net/route.c, libnetworking/net/route.h,
3268        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
3269        libnetworking/pppd/README, libnetworking/pppd/STATUS,
3270        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
3271        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3272        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3273        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3274        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3275        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3276        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3277        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3278        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3279        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3280        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3281        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
3282        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3283        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3284        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
3285        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
3286        libnetworking/pppd/example/README,
3287        libnetworking/pppd/example/netconfig.h,
3288        libnetworking/wrapup/Makefile.am: Modified.
3289        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
3290        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
3291        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
3292        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3293        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3294        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3295        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3296        libnetworking/modem/pppcompress.c: Subdirectory removed.
3297
32982002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3299
3300        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3301        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3302
33032002-01-18      Till Straumann <strauman@slac.stanford.edu>
3304
3305        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3306        issues: - exception handler needs to enable MSR_FP if the interrupted
3307        thread is FP enabled. - printk message for MSR fixed and added
3308        stacktrace. NOTE: this requires the stacktrace patch to
3309        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3310        however).
3311
33122002-01-06      Joel Sherrill <joel@OARcorp.com>
3313
3314        * optman/.cvsignore: Added aclocal.m4 and configure.
3315        * optman/.cvsignore: New file.
3316
33172002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3318
3319        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3320
33212002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3322
3323        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3324        * optman/ChangeLog: New.
3325        * optman/configure.ac: New.
3326        * optman/Makefile.am: New.
3327        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3328        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3329
33302001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3331
3332        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3333
33342001-12-18      Eric Norum <eric.norum@usask.ca>
3335
3336        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3337        `directories' (path names with a / at the end) while disallowing open()
3338        operations on TFTP `directories'.
3339
33402001-12-07      Eric Norum <eric.norum@usask.ca>
3341
3342        * libnetworking/lib/tftpDriver.c: Restore write capability.
3343
33442001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3345
3346        * libchip/network/sonic.h: Fix typo.
3347        * libnetworking/arpa/Makefile.am: Remove stray lines.
3348
33492001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3350
3351        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3352
33532001-10-18      Eric Norum <eric.norum@usask.ca>
3354
3355        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3356        chdir() and open() operations within the TFTP file system.
3357
33582001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3359
3360        * librdbg/configure.ac: Fix latent bug exposed by removal of
3361        config.cache's which prevented powerpc targets librdbg from building.
3362
33632001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3364
3365        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3366        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3367        autoconf-2.52 happy.
3368
33692001-10-12      Mike Siers <mikes@poliac.com>
3370
3371        * libnetworking/Update to stable working state.  Congratulations Mike!
3372        :).
3373        * libnetworking/modem_example: Directory removed.
3374        * libnetworking/modem_example/16550.h,
3375        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3376        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3377        libnetworking/modem_example/ppp.h,
3378        libnetworking/modem_example/pppcompress.c: Files removed.
3379        * libnetworking/pppd/example/pppd.options: New file.
3380        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3381        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3382        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3383        libnetworking/pppd/rtemsmain.c: Updated.
3384
33852001-10-12      Joel Sherrill <joel@OARcorp.com>
3386
3387        * libchip/serial/z85c30.c: Fixed typo.
3388
33892001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3390
3391        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3392        * configure.in: Remove.
3393        * configure.ac: New file, generated from configure.in by autoupdate.
3394        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3395        * libchip/configure.in: Remove.
3396        * libchip/configure.ac: New file, generated from configure.in by
3397        autoupdate.
3398        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3399        * librdbg/configure.in: Remove.
3400        * librdbg/configure.ac: New file, generated from configure.in by
3401        autoupdate.
3402        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3403        * libnetworking/configure.in: Remove.
3404        * libnetworking/configure.ac: New file, generated from configure.in by
3405        autoupdate.
3406
34072001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3408
3409        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3410        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3411        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3412
34132001-09-27      Joel Sherrill <joel@OARcorp.com>
3414
3415        * libchip/ChangeLog: Fixed typo in date.
3416
34172001-09-27      Eric Norum <eric.norum@usask.ca>
3418
3419        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3420        TFTP  filesystem.
3421
34222001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3423
3424        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3425        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3426        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3427        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3428        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3429        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3430        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3431        'PREINSTALL_FILES ='.
3432        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3433        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3434        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3435        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3436        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3437        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3438        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3439        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3440        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3441        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3442        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3443        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3444
34452001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3446
3447        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3448        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3449        * librdbg/src/m68k/any/Makefile.am: Ditto.
3450        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3451        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3452        happy.
3453
34542001-09-21      Joel Sherrill <joel@OARcorp.com>
3455
3456        * libchip/network/Makefile.am: Fixed typo on file name.
3457        * libchip/network/i82586.c: Commented out line 318 which is referencing
3458        a member of a structure that is not currently there.  This needs to be
3459        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3460        to C style.
3461
34622001-09-19      Eric Norum <eric.norum@usask.ca>
3463
3464        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3465
34662001-09-19      Chris Johns <ccj@acm.org>
3467
3468        * libchip/network/README.i82586, libchip/network/i82586.c,
3469        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3470        Network driver for Intel i82586.
3471        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3472        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3473        "root" filesystem with information obtained via the DHCP response.
3474
34752001-09-14      Eric Norum <eric.norum@usask.ca>
3476
3477        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3478        make gcc 3.x happy.
3479
34802001-08-16      Mike Siers <mikes@poliac.com>
3481
3482        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3483        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3484        These support callback functionality that has not even been compiled
3485        under RTEMS yet.
3486        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3487        example application.  Mike's notes on the modifications: - renamed
3488        error() function because of namespace problems - removed calls to the
3489        exit() funciton - removed extra files from the pppd source directory -
3490        defined pppd task constant values in rtemspppd.h - modifyied example
3491        code to get actual tick per second value - placed the pppd 2.3.11 man
3492        page file (pppd.8) into the pppd directory.
3493        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3494        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3495        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3496        libnetworking/pppd/rtems-ppp.c: Deleted.
3497        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3498        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3499        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3500        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3501        libnetworking/pppd/example/init.c,
3502        libnetworking/pppd/example/netconfig.h,
3503        libnetworking/pppd/example/ppp.conf,
3504        libnetworking/pppd/example/pppdapp.c,
3505        libnetworking/pppd/example/system.h: New files.
3506        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3507        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3508        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3509        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3510        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3511        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3512        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3513        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3514        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3515        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3516        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3517        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3518        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3519        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3520        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3521
35222001-08-16      Joel Sherrill <joel@OARcorp.com>
3523
3524        * libnetworking/pppd/example/Makefile: Removed.
3525        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3526        to avoid bootstrap -c clobbering it.
3527        * libnetworking/rtems_telnetd/.cvsignore: New file.
3528
35292001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3530
3531        * libnetworking/Makefile.am, libnetworking/configure.in,
3532        libnetworking/rtems_servers/Makefile.am,
3533        libnetworking/rtems_servers/telnetd.c,
3534        libnetworking/rtems_servers/telnetd.h,
3535        libnetworking/rtems_telnetd/Makefile.am,
3536        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3537        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3538        libnetworking/rtems_telnetd/telnetd.c,
3539        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3540        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3541        effect when ftpd change. - the tcp/ip stats have been implemented into
3542        icmds.c and started when telnetd daemon is started.
3543        * libnetworking/rtems_servers/telnetd.c,
3544        libnetworking/rtems_servers/telnetd.h: Removed.
3545        * libnetworking/rtems_telnetd: New directory.
3546        * libnetworking/rtems_telnetd/Makefile.am,
3547        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3548        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3549        libnetworking/rtems_telnetd/telnetd.c,
3550        libnetworking/rtems_telnetd/telnetd.h: New files.
3551
35522001-06-14      Joel Sherrill <joel@OARcorp.com>
3553
3554        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3555        Moved from libmisc/shell so the network stack to address network
3556        depenendency.
3557        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3558
35592001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3560
3561        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3562
35632001-05-15      Joel Sherrill <joel@OARcorp.com>
3564
3565        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3566        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3567        accidentally deleted the incorrectly empty versions.
3568
35692001-05-14      Till Straumann <strauman@slac.stanford.edu>
3570
3571        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3572        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3573        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3574        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3575        to know the values) - the affected BSP (shared/motorola) headers have
3576        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3577        driver (libchip/network/dec21140.c) has been fixed to use
3578        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3579        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3580        who is using this driver. - the DEC driver also has been fixed to use
3581        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3582        delay_in_bus_cycles().
3583
35842001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3585
3586        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3587
35882001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3589
3590        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3591
35922001-04-24      Eric Norum <eric.norum@usask.ca>
3593
3594        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3595        NTP synchronization a little more robust -- no NTP daemon yet, but at
3596        least it trys a little harder when the primary NTP server is down.
3597
35982001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3599
3600        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3601        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3602        libnetworking/pppd/modem_example/modem.c,
3603        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3604        other strings into English.
3605        * libnetworking/pppd/STATUS: updated to reflect the changes.
3606
36072001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3608
3609        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3610        again.
3611
36122001-04-20      Eric Valette <valette@crf.canon.fr>
3613
3614        * mcp750 directory renamed new_exception processing as it supports many
3615        more CPU models.
3616        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3617        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3618        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3619        formerly in mcp750 plus modifications.
3620        * librdbg/src/powerpc/mcp750/.cvsignore,
3621        librdbg/src/powerpc/mcp750/Makefile.am,
3622        librdbg/src/powerpc/mcp750/remdeb.h,
3623        librdbg/src/powerpc/mcp750/remdeb_f.x,
3624        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3625        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3626        new_exception_processing.
3627        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3628        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3629        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3630        part of this effort to add support for the MPC8xx.
3631
36322001-04-19      Joel Sherrill <joel@OARcorp.com>
3633
3634        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3635        internal include files.
3636
36372001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3638
3639        PR 158
3640        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3641        rcmd() library call by commenting out the parts that deal with signals.
3642        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3643        stdio. The 'server-side' parts of this file which deal with
3644        authentication are disabled since they are not needed.
3645
36462001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3647
3648        * libnetworking/include/.cvsignore: Remove dangling file.
3649
36502001-03-14      Joel Sherrill <joel@OARcorp.com>
3651
3652        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3653        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3654        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3655        libchip style serial drivers can be written in libcpu or libbsp.
3656
36572001-03-01      Joel Sherrill <joel@OARcorp.com>
3658
3659        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3660        libchip/network/sonic.c, libchip/network/sonic.h,
3661        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3662        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3663        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3664        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3665        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3666        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3667        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3668        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3669
36702001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3671
3672        * librdbg/include/rdbg/Makefile.am,
3673        librdbg/include/rdbg/i386/Makefile.am,
3674        librdbg/include/rdbg/m68k/Makefile.am,
3675        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3676        style on include files.
3677
36782001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3679
3680        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3681        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3682        replace ${..} with $(..).
3683        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3684        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3685        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3686        libnetworking/rtems/Makefile.am, libnetworking/
3687        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3688        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3689        include_*HEADERS instead of H_FILES.
3690        * libnetworking/include/Makefile.am: Remove.
3691        * libnetworking/Makefile.am: Add handling of *.h files.
3692        * libnetworking/configure.in: Remove include/Makefile.
3693
36942001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3695
3696        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3697
36982001-01-31      Sergei Organov <osv@javad.ru>
3699
3700        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3701        current dir and root dir removed in favor of new libio support for
3702        task-local current and root directories. - Bug in `close_data_socket()'
3703        introduced by previous change fixed. - `command_pasv()' changed to set
3704        timeout on socket we are listening on and code fixed to don't close
3705        socket twice on error. - `serr()' changed to clear `errno'. -
3706        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3707        changed to clear `errno' before processing session. -
3708        `close_data_socket()' fixed to close both active and passive sockets -
3709        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3710        empty string  in `exec_command()'.
3711
37122001-01-25      Eric Norum <eric.norum@usask.ca>
3713
3714        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3715        improves throughput on systems which are dropping packets.   Only the
3716        first timeout is reduced.  This keeps the number of extra packets down
3717        on networks that are very busy and dropping lots of packets.
3718
37192001-01-24      Sergei Organov <osv@javad.ru>
3720
3721        * libnetworking/rtems_servers/ftpd.c,
3722        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3723        - Timeouts on sockets implemented. 'idle' field added to configuration.
3724        No timeout by default to keep backward compatibility. Note: SITE IDLE
3725        command not implemented yet. - Basic global access control implemented.
3726        'access' field added to configuration. No access limitations by default
3727        to keep backward compatibility. - Anchor data socket for active mode
3728        (using self IP and port 20.) - Fixed default data port support (still
3729        not tested). - Don't allow IP address different from originating host in
3730        PORT command to improve security. - Fixed bug in MDTM command. - Check
3731        for correctness of parsing of argument in command_port(). - Fixed
3732        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3733        a directory. - Command parsing a little bit improved: command names are
3734        now converted to upper-case to be more compatible with RFC (command
3735        names are not case-sensitive.) - Reformat comments so that they have
3736        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3737        previous changes - True ASCII mode implemented (doesn't work for hooks
3738        and /dev/null) - Passive mode implemented, PASV command added. - Default
3739        port for data connection could be used (untested, can't find ftp client
3740        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3741        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3742
37432001-01-18      Joel Sherrill <joel@OARcorp.com>
3744
3745        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3746        macro using variable arguments.
3747        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3748        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3749        since I updated the main RTEMS development machine to RedHat 7.2 and
3750        apparently got a new version of rpcgen.
3751
37522001-01-12      Sergei Organov <osv@javad.ru>
3753
3754        * libnetworking/rtems_servers/ftpd.c,
3755        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3756        - use pool of pre-created threads to handle sessions instead of
3757        creating/deleting threads on the fly - LIST output is now similar to
3758        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3759        happy with it. - LIST NAME now works (both for files and directories) -
3760        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3761        clients happy  - keep track of CWD for every session separately -
3762        ability to specify root directory name for FTPD in configuration table.
3763        FTPD will then create illusion for FTP clients that this is actually
3764        root directory. - ignore options sent in commands, thus LIST -al FILE
3765        works and doesn't try to list "-al" directory. - buffers are allocated
3766        on stack instead of heap where possible to eliminate malloc/free calls
3767        (avoid possible heap fragmentation troubles). - drop using of task
3768        notepad to pass parameters - use function arguments instead - use
3769        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3770        in socket() instead of AF_INET.
3771
37722001-01-02      Joel Sherrill <joel@OARcorp.com>
3773
3774        * libnetworking/CHANGELOG: Removed.
3775        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3776
37772000-12-14      Eric Norum <eric.norum@usask.ca>
3778
3779        * libnetworking/lib/tftpDriver.c: Added write capability.
3780
37812000-12-08      Joel Sherrill <joel@OARcorp.com>
3782
3783        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3784        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3785        numerous variable declarations conditional on PPP_COMPRESS and
3786        PPP_FILTER.  Commented out variables that were not used because the code
3787        using them was commented out. Removed totally unused variables.
3788        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3789        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3790
37912000-11-30      Joel Sherrill <joel@OARcorp.com>
3792
3793        * libnetworking/modem/ppp_tty.c: Changed to include
3794        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3795        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3796        * libnetworking/Makefile.am: Modified to reflect above.
3797
37982000-11-27      Joel Sherrill <joel@OARcorp.com>
3799
3800        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3801
38022000-11-25      Eric Norum <eric.norum@usask.ca>
3803
3804        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3805        core.
3806
38072000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3808
3809        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3810        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3811        subdir.
3812        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3813        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3814        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3815        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3816        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3817        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3818        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3819        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3820        ppp_tty.c and the real pppd main is in pppmain.c.
3821
38222000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3823
3824        * libchip/network/sonic.c: Added ipalign() routine to align the received
3825        packet so that the ip header is on a 32-bit boundary. Necessary for
3826        cpu's that do not allow unaligned loads and stores and when the 32-bit
3827        DMA mode is used.
3828
38292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3830
3831        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3832        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3833        ACLOCAL_AMFLAGS.
3834        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3835        ACLOCAL_AMFLAGS.
3836        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3837        ACLOCAL_AMFLAGS.
3838
38392000-11-03      Chris Johns <ccj@acm.org>
3840
3841        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3842        libchip/network/cs8900.h: New files.
3843
38442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3845
3846        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3847        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3848        $(RTEMS_TOPdir)/aclocal.
3849        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3850        $(RTEMS_TOPdir)/aclocal.
3851        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3852        $(RTEMS_TOPdir)/aclocal.
3853
38542000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3855
3856        * configure.in: Switch to GNU-canonicalization.
3857        * Makefile.am: Reflect changes to configure.in.
3858        * acinclude.m4: Remove.
3859
38602000-10-30      Joel Sherrill <joel@OARcorp.com>
3861
3862        * POSIX include files merged into newlib.  This resulted in some
3863        definitions moving to other files and thus some secondary effects in
3864        RTEMS source code.
3865        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3866        in sync with newlib's <machine/types.h>.
3867        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3868        definition of struct itimerval in <sys/time.h>.
3869
38702000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3871
3872        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3873        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3874        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3875        * ChangeLog: Fix typos.
3876        * configure.in: add tests to the GNU canonicalized subdirectories.
3877
38782000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3879
3880        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3881        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3882        the lib directory before configuring lib/.
3883
38842000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3885
3886        * configure.in, Makefile.am: add exec to the GNU canonicalized
3887        subdirectories.
3888        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3889        * configure.in: add libnetworking, librpc and librdb to the GNU
3890        canonicalized subdirectories.
3891        * configure.in: add libmisc and libchip to the GNU canonicalized
3892        subdirectories.
3893        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3894        Switch to GNU canonicalization.
3895        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3896        Switch to GNU canonicalization.
3897        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3898        Switch to GNU canonicalization.
3899
39002000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3901
3902        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3903        canonicalization to libfs/. The approach is currently a bit of a hack as
3904        GNU canonicalization does not support the per-BSP build some of the
3905        other directories require.  As more of the tree is converted, this will
3906        become less  of an issue.
3907
39082000-10-20      Joel Sherrill <joel@OARcorp.com>
3909
3910        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3911        parameter.
3912
39132000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3914
3915        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3916        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3917        * librdbg/configure.in: Add m68k support.
3918        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3919        subdirectory.
3920        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3921        failure.
3922        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3923        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3924        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3925        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3926        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3927        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3928        librdbg/src/m68k/.cvsignore: New files.
3929        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3930        function pointers.
3931        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3932        _after_ pointer has been checked against NULL.
3933
39342000-10-18      Joel Sherrill <joel@OARcorp.com>
3935
3936        * wrapup/Makefile.am: Added libfs.
3937
39382000-10-18      Chris Johns <ccj@acm.org>
3939
3940        * libfs created.
3941        * configure.in: Added libfs subdirectory.
3942        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3943
39442000-09-28      Joel Sherrill <joel@OARcorp.com>
3945
3946        * libnetworking/rtems_webserver/Makefile.am,
3947        libnetworking/rtems_webserver/base64.c,
3948        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3949        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3950
39512000-09-22      Joel Sherrill <joel@OARcorp.com>
3952
3953        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3954        libnetworking/rtems/rtems_bsdnet_internal.h,
3955        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3956        have included rtems.h.  It is now including precisely the  least amount
3957        of low level, yet portable .h files to get the basic RTEMS types
3958        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3959        used machine/types.h to include rtems.h.
3960
39612000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3962
3963        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3964
39652000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3966
3967        * libnetworking/ChangeLog: Cleanup.
3968
39692000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3970
3971        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3972        * libchip/ChangeLog: Fix formating.
3973
39742000-09-05      Joel Sherrill <joel@OARcorp.com>
3975
3976        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3977        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3978        confusion and to work with the converted flags.
3979
39802000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3981
3982        * wrapup/Makefile.am: Include compile.am.
3983        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3984        libchip/serial/Makefile.am: Include compile.am.
3985        * librdbg/src/i386/any/Makefile.am,
3986        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3987        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3988        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3989        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3990        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3991        libnetworking/rtems_servers/Makefile.am,
3992        libnetworking/rtems_webserver/Makefile.am,
3993        libnetworking/wrapup/Makefile.am: Include compile.am.
3994
39952000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3996
3997        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3998        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3999
40002000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4001
4002        * libnetworking/netinet/tcp_input.c: Spelling corrections.
4003
40042000-08-31      Joel Sherrill <joel@OARcorp.com>
4005
4006        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
4007        Antti P Miettinen <antti.p.miettinen@nokia.com>.
4008        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
4009        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
4010        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
4011        * libnetworking/wbase64.c: Removed.
4012        * libnetworking/Makefile.am, libnetworking/asp.c,
4013        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
4014        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
4015        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
4016        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
4017        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
4018        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
4019        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
4020        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
4021        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
4022        Modified.
4023
40242000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4025
4026        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
4027
40282000-08-30      Joel Sherrill <joel@OARcorp.com>
4029
4030        * libnetworking/rtems_webserver/license.txt: New file.
4031
40322000-08-10      Joel Sherrill <joel@OARcorp.com>
4033
4034        * ChangeLog: New file.
4035        * libchip/ChangeLog: New file.
4036        * librdbg/ChangeLog: New file.
4037        * libnetworking/ChangeLog: New file.
4038
Note: See TracBrowser for help on using the repository browser.