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

4.104.115
Last change on this file since 7a68a73 was 7a68a73, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/14/09 at 13:12:57

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

  • aclocal/canonical-target-name.m4, aclocal/check-networking.m4, aclocal/check-posix.m4, aclocal/enable-posix.m4, aclocal/rtems-cpu-subdirs.m4: Remove posix/unix.
  • Property mode set to 100644
File size: 152.5 KB
Line 
12009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * aclocal/canonical-target-name.m4, aclocal/check-networking.m4,
4        aclocal/check-posix.m4, aclocal/enable-posix.m4,
5        aclocal/rtems-cpu-subdirs.m4: Remove posix/unix.
6
72009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * configure.ac: Rework make/custom/* handling.
10        * aclocal/check-custom-bsp.m4: Change *.cfg handling.
11        * Makefile.am: Remove make/custom/default.cfg-rule.
12
132009-10-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
14
15        * libchip/serial/ns16550.c: Enable interrupts during open to avoid
16        NULL pointer access in interrupt handler.
17
182009-10-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
19
20        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Update for block
21        device API change.
22
232009-10-08      Chris Johns <chrisj@rtems.org>
24
25        * libchip/ide/ata.c, c/src/libchip/ide/ata_internal.h: Remove the
26        multiblock support from the ATA driver. Multiblock at the disk
27        level should not be a global policy as a disk may have more than
28        one partition with different block sizes. An IDE driver could
29        decide to use the feature with DMA but this a driver specific
30        design choice. Fixed bugs relating to variable block sizes and
31        large block transfer.
32        * c/src/libchip/ide/ide_controller.c,
33        c/src/libchip/ide/ide_ctrl_cfg.h, c/src/libchip/ide/ide_ctrl_io.h:
34        Changed the block size to 32bits so blocks of 64K or bigger can be
35        transfered in a single driver call.
36
372009-10-05      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * libchip/ide/ata.c: Revert previous change. Not all ARM BSPs use a
40        shared irq.h yet and this breaks a significant number of them.
41
422009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * libchip/ide/ata.c: Use simple vectored CPU macro to select interrupt
45        model.
46
472009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * libchip/serial/z85c30.c, libchip/serial/ns16550.c,
50        libchip/serial/mc68681.c: Reflect termios_baud_to_number having been
51        renamed to rtems_termios_baud_to_number.
52
532009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * libchip/serial/sersupp.h: Remove termios_baud_to_index,
56        termios_baud_to_number (duplicate prototypes).
57        Add C++-guards.
58        Include rtems/termiostypes.h.
59
602009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
63
642009-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * aclocal/check-networking.m4: Disable TCP/IP on targets without enough
67        physical address to support BSD TCP/IP stack.
68
692009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * libchip/network/elnk.c: Convert calls to legacy routine
72        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
73
742009-08-03      Roger Dahlkvist <ruppe@kth.se>
75
76        * libchip/shmdr/shm_driver.h: nios2 was not accounted for.
77
782009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * libchip/ide/ata.c: Remove warning.
81
822009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to
85        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
86        now use the same macros.
87        * aclocal/bsp-bspcleanup-options.m4: New file.
88
892009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
90
91        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h: Removed
92        obsolete defines and declarations.  Set initial baud during device
93        open.  Fixed interrupt mode.
94
952009-06-12      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the
98        GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to
99        EINVAL and ENOTTY as appropriate.
100
1012009-05-30      Chris Johns <chrisj@rtems.org>
102
103        * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave
104        devices on an IDE bus and cleaned up the initialisation register
105        call.
106
1072009-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * libchip/network/i82586.c: Fix warning in manner suggested by
110        Arnout Vandecappelle <arnout@mind.be> in
111        http://www.rtems.org/pipermail/rtems-users/2009-May/005460.html.
112
1132009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * libchip/network/if_dc.c: Fixed warnings.
116
1172009-05-03      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat
120        as needed.
121
1222009-04-29      Chris Johns <chrisj@rtems.org>
123
124        * libchip/ide/ata.c: Remove a detection test that fails in qemu.
125
126        * libchip/ide/ide_controller.c: Change the status detection and
127        add a message if the transfer fails. There is currently no error
128        handle at the IDE drvier level.
129
1302009-03-12      Daniel Hellstrom <daniel@gaisler.com>
131
132        PR 1392/bsps
133        * libchip/i2c/spi-memdrv.c: SPI Memory driver. Fix but where writes
134        over multiple pages results in extra data being written.
135
1362009-02-27      Gene Smith <gene.smith@siemens.com>
137
138        PR 1356
139        * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC
140        cards.
141
1422009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
143
144        * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is
145        enabled on x86.
146
1472009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * aclocal/bspopts.m4: Quoting cosmetics.
150
1512009-01-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
152
153        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
154        RTEMS_BLKDEV_CAPABILITIES ioctl which caused invalid multiple block
155        writes.  Fixed integer type in device structure.
156
1572009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
158
159        * libchip/serial/ns16550.c: Turn on ns16550_process() for
160        BSP_FEATURE_IRQ_LEGACY case also.
161
1622008-11-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
163
164        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Removed high
165        level LibI2C interface.  Added generic block IO functions.
166
1672008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
170        optman/rtems/no-msg.c, optman/rtems/no-part.c,
171        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
172        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
173        optman/sapi/no-ext.c, optman/sapi/no-io.c:
174        Revert previous patch (cvs clash with Joel hacking cpukit).
175
1762008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * aclocal/canonical-target-name.m4: Remove tic4x.
179
1802008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * libchip/rtc/ds1375.c: Include <errno.h> instead of <sys/errno.h>.
183
1842008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
187        optman/rtems/no-msg.c, optman/rtems/no-part.c,
188        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
189        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
190        optman/sapi/no-ext.c, optman/sapi/no-io.c:
191        Fix prototypes.
192
1932008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
194
195        * libchip/serial/ns16550_p.h: Remove prototype with no implementation.
196
1972008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
198
199        * libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c,
200        libchip/shmdr/shm_driver.h: Cleanup and remove variables which
201        duplicated data.
202
2032008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
204
205        * optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert SAPI manager and
206        SuperCore Handler initialization routines to directly pull parameters
207        from configuration table.
208
2092008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
210
211        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
212        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
213        optman/rtems/no-part.c, optman/rtems/no-region.c,
214        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
215        optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager
216        initialization routines to directly pull parameters from
217        configuration table. Eliminate empty routines sportted.
218
2192008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
220
221        * libchip/serial/ns16550.c: Add CVS-Id. Fix #define mess.
222
2232008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
224
225        * libchip/network/i82586.c, libchip/network/smc91111config.h: Eliminate
226        all public use of TOD conversion routines.
227
2282008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
229
230        * libchip/network/smc91111config.h:
231        #include <stdint.h> instead of <rtems/stdint.h>.
232
2332008-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
234
235        * aclocal/prog-cc.m4: Use -r instead of -Wl,-r to build *.rels.
236        * aclocal/rtems-cpu-subdirs.m4: Remove obsolete cpus.
237
2382008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
239
240        * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
241
2422008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
243
244        * libchip/serial/ns16550.c: Transmit the character in the polled write
245        function within a critical section for printk() compatibility.
246
2472008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
248
249        * libchip/i2c/spi-sd-card.c: Update for status-checks.h changes.
250
2512008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
252
253        * aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
254
2552008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
256
257        * aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
258
2592008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
260
261        * aclocal/bsp-bootcard-options.m4: Fix quoting.
262
2632008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
264
265        * aclocal/bsp-bootcard-options.m4: New file.
266        * aclocal/bsp-bootcards-handles-ram-allocation.m4: Removed.
267
2682008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
269
270        * libchip/serial/ns16550.c: Enable interrupt code only for PowerPC or
271        BSPs that support this feature.
272
2732008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
274
275        * libchip/serial/ns16550.c: Fix typo.
276
2772008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
278
279        * libchip/serial/ns16550.c: Fix typo.
280
2812008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
282
283        * libchip/serial/ns16550.c: Add not supported on arm even though it is
284        not simple vectored.
285
2862008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
287
288        * libchip/serial/ns16550.c: Not currently supported on architectures
289        with simple vectored interrupt model.
290
2912008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
292
293        * aclocal/version.m4: Bump RTEMS_API to 4.10.
294        Bump _RTEMS_VERSION to 4.9.99.0.
295
2962008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
297
298        * libchip/rtc/icm7170.c, libchip/rtc/m48t08.c,
299        c/src/libchip/rtc/rtc.h:  Include required header files.  Some internal
300        functions have now static linkage type.  Added constant qualifier to
301        operations table and read-only function parameters.
302
303        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
304        c/src/libchip/serial/serial.h:  Include required header files.  Removed
305        support for old PowerPC exception handling.  Various fixes for
306        interrupt related routines.  Added support for BSPs with IRQ extension
307        API.
308
3092008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
310
311        * libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there
312        is no PCI bus based upon the BSP not having a base address defined.
313        This means this driver cannot be supported on that board.
314
3152008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
316
317        * libchip/network/dec21140.c, libchip/network/elnk.c,
318        libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
319
3202008-09-17      Miao Yan <yanmiaobest@gmail.com>
321
322        * optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
323        add simple device only filesystem (devfs), optionally completely drop
324        out filesystem, and to clean up disabling newlib reentrancy support.
325        This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t
326        now has a 15K code space.
327        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
328        Removed.
329
3302008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
331
332        * libchip/ide/ata.h: Convert to Unix file format.
333
3342008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
335
336        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
337        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
338        libchip/serial/serial.h, libchip/serial/serprobe.c,
339        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
340        Convert to "bool".
341        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
342        libchip/i2c/spi-memdrv.h: Convert to "bool".
343        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
344        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
345        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
346        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
347        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
348        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
349        Convert to "bool".
350        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
351        Convert to "bool".
352        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
353        Convert to "bool".
354
3552008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
356
357        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
358        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
359        memory driver to not use the clock ioctl to install a method to poll
360        for input. It now uses a Class API Timer which means we can eliminate
361        this special IOCTL from all clock drivers.
362        * libchip/shmdr/setckvec.c: Removed.
363
3642008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
365
366        * libchip/network/sonic.c: Do not declare a variable just to hold an
367        ignored return value.
368
3692008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
370
371        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
372
3732008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
374
375        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
376        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
377
3782008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
379
380        * libchip/display/disp_hcms29xx.c: Do not make these static. They
381        appear to be unused that way.
382
3832008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
384
385        * libchip/shmdr/shm_driver.h: Correct prototypes.
386
3872008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
388
389        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
390        variables and made methods static.
391
3922008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
393
394        * libchip/serial/ns16550.c: Fix warning.
395
3962008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
397
398        * aclocal/prog-cc.m4: Add -Wnested-externs.
399
4002008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
401
402        * libchip/network/dec21140.c: Add missing prototype.
403        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
404
4052008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
406
407        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
408        -Wstrict-prototypes to RTEMS_CFLAGS.
409
4102008-08-02      Chris Johns <chrisj@rtems.org>
411
412        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
413        rtems_blkdev_request count and start references. Use
414        RTEMS_BLKDEV_START_BLOCK.
415
4162008-07-29      Chris Johns <chrisj@rtems.org>
417
418        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
419
420        * libchip/ide/ata.c: Change to use a mutex rather than disable
421        pre-emption. Updated to the libblock changes.
422
423        * libchip/ide/ata_internal.h: Updated to the new chains API.
424
425        * libchip/ide/ide_controller.c: Updated to the libblock
426        changes. Added come debug tracing.
427
428        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
429        to the libblock changes.
430
4312008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
432
433        * configure.ac: Remove RPCGEN, RPCTOOLS.
434
4352008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
436
437        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
438        for output format specifiers.
439
4402008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
441
442        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
443        Fixed some data types
444
4452008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
446
447        * libchip/i2c/spi-sd-card.c: Added missing header file.
448        * libchip/Makefile.am: Added SD Card driver.
449
4502008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
451
452        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
453        make glyphs non-constant, added file headers
454
4552008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
456
457        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
458        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
459        * libchip/display/font_hcms29xx.h
460        Creation of SPI display driver
461
4622008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
463
464        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
465        via SPI.
466
4672008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
468
469        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
470        AC_PREREQ(2.62).
471
4722008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
473
474        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
475
4762008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
477
478        * libchip/Makefile.am: Move termios helper routines from libchip to
479        libcsupport. Add routine which makes it easy for a termios device
480        driver to inform termios of its default baud rate. This avoids
481        inconsistencies in later termios settings changes.
482        * libchip/serial/termios_baud2index.c,
483        libchip/serial/termios_baud2num.c: Removed.
484
4852008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
486
487        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
488
4892008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
490
491        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
492        not fail if there are none.
493
4942008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
495
496        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
497        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
498        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
499        * libchip/Makefile.am:
500        derived a generic spi memory driver from spi-flash-m25p40,
501        added descriptor for fram fm25l256
502
5032008-05-07      Till Straumann <strauman@slac.stanford.edu>
504
505        PR 649/bsps
506        * libchip/ide/ata.c: Give up if the interface does not become ready.
507
5082008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
509
510        Moved to cpukit.
511        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
512        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
513        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
514        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
515        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
516        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
517        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
518        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
519        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
520        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
521        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
522        nfsclient/src/xdr_mbuf.c: Removed.
523
5242008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
525
526        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
527
5282008-01-05      Chris Johns <chrisj@rtems.org>
529
530        * libchip/flash/am29lv160.c: Update the blank check error message
531        to say there is an error.
532       
5332007-12-22      Chris Johns <chrisj@rtems.org>
534
535        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
536        the hello message. Just one line but still a little too long.
537       
5382007-12-14      Chris Johns <chrisj@rtems.org>
539
540        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
541        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
542        * libchip/flash, libchip/flash/am29lv160.c,
543        libchip/flash/am29lv160.h: New.
544
5452007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
546
547        * libchip/network/if_fxp.c: Spacing.
548
5492007-11-20      Till Straumann <strauman@slac.stanford.edu>
550
551        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
552        Avoid using 'stdio' before the system is up and fully
553        initialized.
554
5552007-11-20      Till Straumann <strauman@slac.stanford.edu>
556
557        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
558        * libchip/Makefile.am, libchip/preinstall.am:
559        added new driver for Maxim DS1375 i2c RTC.
560
5612007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
562
563        * libchip/i2c/spi-flash-m25p40.c:
564        added addressing call in write function
565
5662007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
567
568        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
569        * libchip/Makefile.am:
570        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
571
5722007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
573
574        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
575
5762007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
577
578        * nfsclient/Makefile.am: Fix errors.
579
5802007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
581
582        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
583
5842007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
585
586        * aclocal/version.m4: Bump RTEMS_API to 4.9.
587        Bump RTEMS_VERSION to 4.8.99.0.
588
5892007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
590
591        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
592
5932007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
594
595        * configure.ac: Remove AC_PROG_AWK (Unused).
596
5972007-09-14      Daron Chabot <djc915@mail.usask.ca>
598
599        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
600        rtems_interrupt_vector, to permit passing arbitrary arguments to the
601        ISR. Clean up of variables to silence compiler warnings.
602
6032007-09-13      Daniel Hellstrom <daniel@gaisler.com>
604
605        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
606
6072007-09-12      Daniel Hellstrom <daniel@gaisler.com>
608
609        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
610          - Odd bit bug in some chips taken care of.
611          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
612            alignment but failing to do so must have made the driver writer to make
613            some incorrect assumptions about MBUFs.
614          - Fixed MBUF handling to handle mbuf chains better. The Data length of
615            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
616          - Made while loop responsible for copying data to fifo port copy 16 shorts
617            per loop instead of 1 short, increasing the copying process.
618
6192007-09-07      Daniel Hellstrom <daniel@gaisler.com>
620
621        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
622        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
623
6242007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
625
626        * configure.ac, wrapup/Makefile.am: Remove RDBG.
627        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
628        librdbg/Makefile.am, librdbg/preinstall.am,
629        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
630        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
631        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
632        librdbg/include/rdbg/powerpc/rdbg_f.h,
633        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
634        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
635        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
636        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
637        librdbg/src/servtsp.c, librdbg/src/servutil.c,
638        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
639        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
640        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
641        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
642        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
643        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
644        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
645        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
646        librdbg/src/powerpc/rdbg_f.c,
647        librdbg/src/powerpc/new_exception_processing/remdeb.h,
648        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
649        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
650        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
651
6522007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
653
654        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
655
6562007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
657
658        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
659          sizes.
660
6612007-07-27      Chris Johns <chrisj@rtems.org>
662
663        * wrapup/Makefile.am: Create archive from a file for hosts
664        with a limited command line size.
665
6662007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
667
668        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
669          sizes.
670
6712007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
672       
673        * configure.ac: Add nfsclient.
674        * nfsclient/Makefile.am: New.
675        * nfsclient/proto/Makefile, nfsclient/Makefile,
676          nfsclient/src/Makefile: Remove.
677        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
678        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
679
6802007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
681
682        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
683        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
684        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
685        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
686        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
687        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
688        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
689        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
690        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
691        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
692        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
693        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
694
6952007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
696
697        * libchip/serial/ns16550.c: removed timed out wait for transmitter
698        to become ready: This will not work for fast CPUs.
699
7002007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
701
702        * libchip/ide/ata.c: fixed warning
703
7042007-06-20      Ray Xu <rayx@gmail.com>
705
706        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
707        console, and libio. This shrinks the memory requirements but Joel has
708        not figured out how best to present this to application space.
709        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
710        New files.
711
7122007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
713
714        * optman/sapi/no-io.c: Split IO Manager into one function per file so
715        now we only need required initialization methods.
716
7172007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
718
719        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
720        parameter since it was used to configure a no longer used feature.
721        Device names are now part of the filesystem not in a table.
722
7232007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
724
725        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
726        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
727        optman/rtems/no-part.c, optman/rtems/no-region.c,
728        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
729        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
730        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
731        other optional managers so using them reduces application size
732        instead of increasing it.
733        * optman/rtems/no-barrier.c: New file.
734
7352007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
736
737        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
738        adjustments to pci-API changes.
739        * libchip/network/dec21140.c, libchip/network/elnk.c,
740        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
741        changes.
742
7432007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
744
745        * libchip/network/dec21140.c, libchip/network/if_dc.c,
746        libchip/network/if_fxp.c: Reflect changes to pci-API.
747
7482007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
749
750        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
751        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
752
7532007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
754
755        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
756          being used to compile "tools").
757
7582007-03-13      Joel Sherrill <joel@OARcorp.com>
759
760        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
761
7622007-03-12      Joel Sherrill <joel@OARcorp.com>
763
764        * libchip/network/cs8900.c, libchip/network/cs8900.h,
765        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
766        and/or fix mistake in copyright notice. Both of these mistakes appear
767        to be from code submitted after these changes were made previously.
768
7692007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
770
771        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
772
7732007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
774
775        * libchip/Makefile.am: Correct path to README.tulipclone.
776
7772007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
778
779        * libchip/ide/ata.c: Remove superfluous type casts.
780
7812007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
782
783        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
784        Use size_t for sizes.
785
7862007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
787
788        * libchip/ide/ata.c: in ata_request_done: moved call to free()
789        from preemption disabled region
790
7912007-01-16      Till Straumann <strauman@slac.stanford.edu>
792
793        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
794        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
795        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
796
7972006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
798
799        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
800          ioctl_command_t as ioctl argument.
801
8022006-12-13      Joel Sherrill <joel@OARcorp.com>
803
804        * librtems++/include/rtems++/rtemsEvent.h,
805        librtems++/include/rtems++/rtemsMessageQueue.h,
806        librtems++/include/rtems++/rtemsSemaphore.h,
807        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
808        librtems++/src/rtemsMessageQueue.cc,
809        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
810        rtems_unsigned32 to uint32_t.
811
8122006-12-13      Joel Sherrill <joel@OARcorp.com>
813
814        PR 1181/bsps
815        * optman/rtems/no-msg.c: Clean up dead code.
816
8172006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
818
819        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
820
8212006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
822
823        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
824        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
825        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
826
8272006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
828
829        * configure.ac: New BUG-REPORT address.
830
8312006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
832
833        * Makefile.am: Remove ampolish3.
834
8352006-11-17      Joel Sherrill <joel@OARcorp.com>
836
837        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
838        blank lines.
839
8402006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
841
842        * configure.ac: Remove RTEMS_AMPOLISH3.
843        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
844          Remove checks for AMPOLISH3.
845        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
846        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
847        * ampolish3: Remove.
848
8492006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
850
851        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
852        * aclocal/prog-cc.m4: Remove CFLAGS.
853        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
854        Compose CFLAGS. Append CFLAGS to ac_configure_args.
855
8562006-10-23      Joel Sherrill <joel@OARcorp.com>
857
858        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
859
8602006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
861
862        * automake/compile.am: Use hard-coded RTEMS_* flags.
863
8642006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
865
866        * aclocal/rtems-top.m4: Remove RTEMS_API.
867        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
868
8692006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
870
871        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
872
8732006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
874
875        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
876
8772006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
878
879        * aclocal/version.m4: Bump version to 4.7.99.0.
880
8812006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
882
883        * configure.ac: Require autoconf-2.60. Require automake-1.10.
884
8852006-09-11      Joel Sherrill <joel@OARcorp.com>
886
887        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
888
8892006-09-04      Joel Sherrill <joel@OARcorp.com>
890
891        * libchip/network/greth.c, libchip/network/open_eth.c,
892        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
893        introduced by warning removal.
894
8952006-09-01      Joel Sherrill <joel@OARcorp.com>
896
897        * libchip/network/greth.c, libchip/network/open_eth.c,
898        libchip/network/smc91111.c: Remove warnings and correct prototype
899        added earlier today.
900
9012006-09-01      Joel Sherrill <joel@OARcorp.com>
902
903        * libchip/network/cs8900.c, libchip/network/greth.c,
904        libchip/network/i82586.c, libchip/network/open_eth.c,
905        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
906        sized integers, and inttypes.h printf helpers.
907
9082006-08-09      Kolja Waschk <waschk@telos.de>
909
910        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
911
9122006-07-12      Joel Sherrill <joel@OARcorp.com>
913
914        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
915
9162006-07-11      Jerry Needell <jerry.needell@unh.edu>
917
918        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
919        4.6 branch.  Original modifications by Gaisler Enterprises.
920        * libchip/network/greth.c, libchip/network/greth.h: New files.
921
9222006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
923
924        * ide/ata.[ch]:
925        (PR1118) fetch priority for ATA task from a variable,
926        not a fixed configuration value.
927       
9282006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
929
930        * Makefile.am: Add ampolish3.
931
9322006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
933
934        * ampolish3: New.
935        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
936
9372006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
938
939        * aclocal/rtems-ampolish.m4: New.
940        * configure.ac: Use RTEMS_AMPOLISH3.
941
9422006-04-18  Joel Sherrill <joel@OARcorp.com>
943
944        * aclocal/version.m4: Updated to rtems-4.6.99.3.
945
9462006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
947
948        PR 853/filesystem
949        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
950        should be modified to support the new exception scheme and to use the
951        handle parameter.
952
9532006-02-a32     Eric Norum <norume@aps.anl.gov>
954
955        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
956        "newer" PCI access calls.  Minor cleanups.  Comments.
957
9582006-01-12      Eric Norum <norume@aps.anl.gov>
959
960        PR 861/networking
961        PR 863/networking
962        * libchip/network/smc91111.c: Fix illegal lvalue increments.
963
9642006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
965
966        * wrapup/Makefile.am: Add preinstall.am.
967        * libchip/Makefile.am: Build libchip/network/smc91111.
968        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
969        Eliminate cyg_int* crap.
970
9712006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
972
973        * librdbg/Makefile.am: Add preinstall.am.
974        * aclocal/bsp-configure.m4: Add ampolish3.
975        New header guards.
976
9772006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
978
979        * libchip/network/open_eth.c, libchip/network/open_eth.h:
980        Merger from rtems-4-6-branch.
981
9822006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
983
984        * libchip/network/smc91111.c
985        libchip/network/smc91111config.h
986        libchip/network/smc91111exp.h
987        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
988        * libchip/Makefile.am: Reflect adding smc91111*.
989
9902006-01-08      Joel Sherrill <joel@OARcorp.com>
991
992        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
993        char *.
994
9952006-01-08      Joel Sherrill <joel@OARcorp.com>
996
997        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
998        warnings.
999
10002005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
1001
1002        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
1003        Add RTEMS_RELLDFLAGS.
1004        * automake/compile.am: Remove RTEMS_USE_GCC.
1005        Remove RTEMS_RELLDFLAGS.
1006        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
1007
10082005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
1009
1010        * libchip/network/if_media.h, libchip/network/mii.h:
1011        Remove (Moved to cpukit).
1012        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
1013        and libchip/network/if_media.h.
1014        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
1015        if_media.h having moved.
1016
10172005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1018
1019        * automake/compile.am, automake/host.am, automake/local.am,
1020        automake/subdirs.am: Remove depend.
1021        * configure.ac: Explicitly pass --libdir and --includedir to
1022        testsuites.
1023
10242005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1025
1026        * configure.ac: Reflect changes to testsuites.
1027
10282005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1029
1030        * automake/compile.am: Remove GCCSPECS.
1031        * aclocal/prog-cc.m4: Add GCCSPECS.
1032        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
1033
10342005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1035
1036        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
1037        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
1038
10392005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1040
1041        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
1042        libcpu/byteorder.h for i386.
1043
10442005-11-02      Till Straumann <strauman@slac.stanford.edu>
1045
1046        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
1047        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
1048        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
1049        added a simple API/library for i2c devices and drivers for i2c
1050        2-byte eeproms and a ds1621 temperature sensor; API is documented
1051        in libi2c.h.
1052
10532005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1054
1055        * libnetworking/pppd/ipxcp.c,
1056        libnetworking/pppd/chat.c,
1057        libnetworking/pppd/patchlevel.h,
1058        libnetworking/pppd/upap.h,
1059        libnetworking/pppd/md5.h,
1060        libnetworking/pppd/pppd.8,
1061        libnetworking/pppd/README,
1062        libnetworking/pppd/preinstall.am,
1063        libnetworking/pppd/md4.h,
1064        libnetworking/pppd/magic.c,
1065        libnetworking/pppd/pppd.h,
1066        libnetworking/pppd/demand.c,
1067        libnetworking/pppd/rtemsmain.c,
1068        libnetworking/pppd/sys-rtems.c,
1069        libnetworking/pppd/ipcp.h,
1070        libnetworking/pppd/lcp.h,
1071        libnetworking/pppd/chap_ms.c,
1072        libnetworking/pppd/md4.c,
1073        libnetworking/pppd/rtemspppd.h,
1074        libnetworking/pppd/cbcp.h,
1075        libnetworking/pppd/auth.c,
1076        libnetworking/pppd/lcp.c,
1077        libnetworking/pppd/example/README,
1078        libnetworking/pppd/example/ppp.conf,
1079        libnetworking/pppd/example/system.h,
1080        libnetworking/pppd/example/netconfig.h,
1081        libnetworking/pppd/example/pppdapp.c,
1082        libnetworking/pppd/example/init.c,
1083        libnetworking/pppd/example/Makefile-user,
1084        libnetworking/pppd/example/pppd.options,
1085        libnetworking/pppd/rtemspppd.c,
1086        libnetworking/pppd/ipxcp.h,
1087        libnetworking/pppd/chap_ms.h,
1088        libnetworking/pppd/options.c,
1089        libnetworking/pppd/magic.h,
1090        libnetworking/pppd/chap.h,
1091        libnetworking/pppd/cbcp.c,
1092        libnetworking/pppd/upap.c,
1093        libnetworking/pppd/chap.c,
1094        libnetworking/pppd/Makefile.am,
1095        libnetworking/pppd/ccp.h,
1096        libnetworking/pppd/utils.c,
1097        libnetworking/pppd/rtemsdialer.h,
1098        libnetworking/pppd/fsm.h,
1099        libnetworking/pppd/pathnames.h,
1100        libnetworking/pppd/md5.c,
1101        libnetworking/pppd/fsm.c,
1102        libnetworking/pppd/ipcp.c,
1103        libnetworking/pppd/STATUS,
1104        libnetworking/pppd/ccp.c,
1105        libnetworking/Makefile.am: Remove (Moved to cpukit).
1106
11072005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1108
1109        * configure.ac: Remove libnetworking, libnetworking/pppd.
1110        * wrapup/Makefile.am: Remove libpppd.a.
1111
11122005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1113
1114        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
1115        rtemsdialer.h to $(includedir)/rtems.
1116
11172005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1118
1119        * libnetworking/rtems_telnetd/icmds.c,
1120        libnetworking/rtems_telnetd/Makefile.am,
1121        libnetworking/rtems_telnetd/preinstall.am,
1122        libnetworking/rtems_telnetd/pty.c,
1123        libnetworking/rtems_telnetd/pty.h,
1124        libnetworking/rtems_telnetd/README,
1125        libnetworking/rtems_telnetd/telnetd.c,
1126        libnetworking/rtems_telnetd/telnetd.h:
1127        Remove (Moved to cpukit).
1128
11292005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1130
1131        * configure.ac: Remove libnetworking/rtems_telnetd.
1132        * libnetworking/Makefile.am: Remove rtems_telnetd.
1133        * libnetworking/README: Remove (Obsolete).
1134        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
1135
11362005-10-20  Eric Norum <norume@aps.anl.gov>
1137
1138        * libchip/network/dec21140.c: Clean up PCI mapping.
1139
11402005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
1141
1142        * libnetworking/pppd/Makefile.am: Use preinstall.am.
1143        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
1144        librdbg/src/servrpc.c, librdbg/src/servtgt.c
1145        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
1146        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
1147        * configure.ac: Move optman to the end of BSP_SUBDIRS.
1148
11492005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1150
1151        * aclocal/bspopts.m4: Add missing m4 quotes.
1152
11532005-09-02  Joel Sherrill <joel@OARcorp.com>
1154
1155    * aclocal/version.m4: Updated to rtems-4.6.99.2.
1156
11572005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
1158
1159        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
1160        libchip/network/dec21140.c: Remove initialization of PCI bus.
1161
11622005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
1163
1164        * optman/Makefile.am: Add preinstall.am.
1165
11662005-07-18      Karel Gardas <kgardas@objectsecurity.com>
1167
1168        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
1169        UNTESTED to tested.
1170
11712005-06-17      Joel Sherrill <joel@OARcorp.com>
1172
1173        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
1174        it is not supported by the MPC5xx.
1175
11762005-06-17      Joel Sherrill <joel@OARcorp.com>
1177
1178        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
1179        interface. Also correct attempting to build on other than PowerPC and
1180        x86.
1181
11822005-06-16      Daron Chabot <daron@nucleus.usask.ca>
1183
1184        * libchip/Makefile.am: Add driver for Tulip clones.
1185        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
1186        libchip/network/if_dcreg.h: New files.
1187
11882005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1189
1190        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
1191        to enable rdbg.
1192        * configure.ac: Reflect changes above.
1193
11942005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
1195
1196        * configure.ac: Add ada/.
1197
11982005-05-20      Sergei Organov  <osv@topconrd.ru>
1199
1200        PR 750/networking
1201        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
1202        wait_input().
1203
12042005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
1205
1206        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
1207        rtems/irq.h.
1208
12092005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1210
1211        * libchip/Makefile.am: Include preinstall.am.
1212        * libchip/preinstall.am: New.
1213
12142005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1215
1216        * configure.ac: Add AMPOLISH3.
1217        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
1218        * libnetworking/rtems_telnetd/preinstall.am: New.
1219        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
1220
12212005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1222
1223        * configure.ac: Let enable_rpcgen default to "no".
1224
12252005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1226
1227        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
1228
12292005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1230
1231        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
1232        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
1233
12342005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1235
1236        * libchip/network/dec21140.c, libchip/network/elnk.c,
1237        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
1238
12392005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
1240
1241        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
1242        of code as a result of the implementation of a common PCI interface.
1243
12442005-05-04      Joel Sherrill <joel@OARcorp.com>
1245
1246        * libchip/network/open_eth.c: Remove prototype of set_vector.
1247
12482005-05-03      Joel Sherrill <joel@OARcorp.com>
1249
1250        * librdbg/src/ptrace.c: Remove warning.
1251
12522005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
1253
1254        * libchip/network/dec21140.c, libchip/network/elnk.c,
1255        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
1256        Modified parameter list to remove warnings.
1257
12582005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
1259
1260        * libchip/network/cs8900.c, libchip/network/i82586.c,
1261        libchip/network/open_eth.c, libchip/network/sonic.c,
1262        libchip/serial/mc68681.c: Modified types to remove
1263        warnings.  Added initialization to remove warnings.
1264
12652005-04-28      Joel Sherrill <joel@OARcorp.com>
1266
1267        * libchip/network/README.sonic: Rewritten to account for removal of
1268        dmv177.
1269
12702005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
1271
1272        PR 781/rtems_misc
1273        * libchip/serial/ns16550_p.h: Fix baud rate calculation
1274
12752005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
1276
1277        * libchip/serial/ns16550.c:
1278        Fixed warnings generated in various powerpc configurations
1279
12802005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
1281
1282        * libchip/serial/ns16550.c: Modified
1283        ISR to work with PPC new exception processing
1284
12852005-03-14      Joel Sherrill <joel@OARcorp.com>
1286
1287        * libchip/network/dec21140.c, libchip/network/elnk.c,
1288        libchip/network/if_fxp.c: Continue PCI API unification. All use
1289        pci_find_device(). Network drivers manufacture a signature since all
1290        calls have not been converted yet.
1291
12922005-03-04      Joel Sherrill <joel@OARcorp.com>
1293
1294        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
1295        initialize function part of the unified PCI API as pci_initialize().
1296
12972005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1298
1299        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
1300        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
1301
13022005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1303
1304        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
1305        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
1306
13072005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1308
1309        * aclocal/ppc.m4: Reflect changes to ppc exception processing
1310        building procedures.
1311
13122005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1313
1314        * aclocal/prog-cc.m4:
1315        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1316
13172005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1318
1319        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1320
13212005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1322
1323        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1324
13252005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1326
1327        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1328
13292005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1330
1331        * libnetworking/rtems_servers/ftp.c,
1332        libnetworking/rtems_servers/ftp.h,
1333        libnetworking/rtems_servers/Makefile.am:
1334        Remove (relocated to cpukit/ftpd).
1335        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1336        removed move libnetworking/rtems_servers.
1337
13382005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1339
1340        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1341
13422005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1343
1344        PR 755/rtems
1345        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1346        Remove local declarations of rtems_bsdnet_nameservers,
1347        rtems_bsdnet_nameservers_count.
1348
13492005-01-31      Sergei Organov <osv@topconrd.ru>
1350
1351        PR 751/pppd
1352        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1353        committed to fix PR736 breaks pppd. chat.c should have its own static
1354        ttyfd for pppd to work correctly. The symptom is that second
1355        invokation of chat (for connect script) fails due to pppd_ttyfd set
1356        to -1 by previous chat invokation (for init script). In addition,
1357        this patch fixes leaving of dangling pointer in the abort_stbring[]
1358        by chat_send().
1359
13602005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1361
1362        * configure.ac: Remove CFLAGS_DEBUG_V.
1363        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1364
13652005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1366
1367        * wrapup/Makefile.am: Remove rtems-ctor.o.
1368
13692005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1370
1371        * libchip/rtc/rtc.h: size_t RTC_Count.
1372
13732005-01-20      Joel Sherrill <joel@OARcorp.com>
1374
1375        PR 736/pppd
1376        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1377        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1378        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1379        should not be static and should have a name more specific to pppd.
1380
13812005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1382
1383        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1384        libnetworking/rtems_servers/Makefile.am,
1385        libnetworking/rtems_telnetd/Makefile.am,
1386        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1387        Eliminate CFLAGS_OPTIMIZE_V.
1388
13892005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1390
1391        * configure.ac: Pass CFLAGS to testsuites configure.
1392        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1393        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1394
13952005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1396
1397        * configure.ac: Pass CFLAGS to cpukit configure.
1398        * aclocal/rtems-flags.m4: Remove (Unused).
1399        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1400        * aclocal/env-rtemsbsp.m4:
1401        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1402        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1403        RTEMS_CFLAGS.
1404        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1405        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1406        Cleanup comments.
1407
14082005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1409
1410        * automake/compile.am: Remove build-variant support.
1411
14122005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1413
1414        * libnetworking/pppd/Makefile.am,
1415        libnetworking/rtems_servers/Makefile.am,
1416        libnetworking/rtems_telnetd/Makefile.am:
1417        Remove build-variant support.
1418
14192005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1420
1421        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1422        support/Makefile.am, wrapup/Makefile.am:
1423        Remove build-variant support.
1424
14252004-11-22      Joel Sherrill <joel@OARcorp.com>
1426
1427        * libchip/network/if_fxp.c: Add entry for another module ID code.
1428
14292004-11-22      Joel Sherrill <joel@OARcorp.com>
1430
1431        PR 693/misc
1432        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1433        in/outport routines.
1434
14352004-11-22      Joel Sherrill <joel@OARcorp.com>
1436
1437        PR 693/misc
1438        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1439        in/outport routines.
1440
14412004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1442
1443        * aclocal/enable-itron.m4: Remove (unused).
1444
14452004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1446
1447        * configure.ac: Misc. quoting cleanups.
1448        Enable ada-tests iff --enable-ada and --enable-tests.
1449
14502004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1451
1452        PR 703/filesystem
1453        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1454        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1455        libchip/ide/ide_controller.c:
1456        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1457        available for BSPS/device drivers.
1458        Extend the "modes_available" and "mode_active" parameters to
1459        uint16_t for UDMA support.
1460
14612004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1462
1463        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1464        not supported on PowerPC since it works on the MVME2100 BSP.
1465
14662004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1467
1468        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1469        Add dependency tracking for *.cfgs.
1470        * Makefile.am: Add dependency tracking for *.cfg.
1471
14722004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1473
1474        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1475        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1476
14772004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1478
1479        PR 707/make_build
1480        * configure.ac: Add --enable-rpcgen.
1481
14822004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1483
1484        PR 700/rtems_misc
1485        * libnetworking/rtems_webserver/asp.c,
1486        libnetworking/rtems_webserver/balloc.c,
1487        libnetworking/rtems_webserver/cgi.c,
1488        libnetworking/rtems_webserver/default.c,
1489        libnetworking/rtems_webserver/ej.h,
1490        libnetworking/rtems_webserver/ejIntrn.h,
1491        libnetworking/rtems_webserver/ejlex.c,
1492        libnetworking/rtems_webserver/ejparse.c,
1493        libnetworking/rtems_webserver/emfdb.c,
1494        libnetworking/rtems_webserver/emfdb.h,
1495        libnetworking/rtems_webserver/form.c,
1496        libnetworking/rtems_webserver/handler.c,
1497        libnetworking/rtems_webserver/h.c,
1498        libnetworking/rtems_webserver/license.txt,
1499        libnetworking/rtems_webserver/Makefile.am,
1500        libnetworking/rtems_webserver/md5c.c,
1501        libnetworking/rtems_webserver/md5.h,
1502        libnetworking/rtems_webserver/mime.c,
1503        libnetworking/rtems_webserver/misc.c,
1504        libnetworking/rtems_webserver/NOTES,
1505        libnetworking/rtems_webserver/ringq.c,
1506        libnetworking/rtems_webserver/rom.c,
1507        libnetworking/rtems_webserver/rtems_webserver.h,
1508        libnetworking/rtems_webserver/security.c,
1509        libnetworking/rtems_webserver/sock.c,
1510        libnetworking/rtems_webserver/socket.c,
1511        libnetworking/rtems_webserver/sockGen.c,
1512        libnetworking/rtems_webserver/sym.c,
1513        libnetworking/rtems_webserver/uemf.c,
1514        libnetworking/rtems_webserver/uemf.h,
1515        libnetworking/rtems_webserver/um.c,
1516        libnetworking/rtems_webserver/um.h,
1517        libnetworking/rtems_webserver/umui.c,
1518        libnetworking/rtems_webserver/url.c,
1519        libnetworking/rtems_webserver/value.c,
1520        libnetworking/rtems_webserver/wbase64.c,
1521        libnetworking/rtems_webserver/webcomp.c,
1522        libnetworking/rtems_webserver/webmain.c,
1523        libnetworking/rtems_webserver/webpage.c,
1524        libnetworking/rtems_webserver/webrom.c,
1525        libnetworking/rtems_webserver/webs.c,
1526        libnetworking/rtems_webserver/websda.c,
1527        libnetworking/rtems_webserver/websda.h,
1528        libnetworking/rtems_webserver/webs.h,
1529        libnetworking/rtems_webserver/websSSL.c,
1530        libnetworking/rtems_webserver/websSSL.h,
1531        libnetworking/rtems_webserver/websuemf.c,
1532        libnetworking/rtems_webserver/wsIntrn.h:
1533        Remove (Moved to cpukit/http).
1534
15352004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1536
1537        PR 700/rtems_misc
1538        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1539        Remove libnetworking/rtems_webserver.
1540
15412004-10-25      Eric Norum <norume@aps.anl.gov>
1542
1543        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1544
15452004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1546
1547        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1548
15492004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1550
1551        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1552        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1553
15542004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1555
1556        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1557
15582004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1559
1560        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1561        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1562
15632004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1564
1565        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1566        BITSPERBYTE.
1567
15682004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1569
1570        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1571        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1572
15732004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1574
1575        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1576
15772004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1578
1579        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1580        * aclocal/enable-bare.m4: Remove.
1581        * configure.ac: Remove BARE_CPU_MODEL.
1582
15832004-10-13      Eric Norum <norume@aps.anl.gov>
1584
1585        PR 688/bsps
1586        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1587        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1588        MC146818A (and several Dallas Semiconductor) TOD chips.
1589
15902004-10-13      Eric Norum <norume@aps.anl.gov>
1591
1592        PR 686/networking
1593        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1594        device code.
1595
15962004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1597
1598        * libchip/network/dec21140.c: include <rtems/pci.h>.
1599
16002004-09-29      Joel Sherrill <joel@OARcorp.com>
1601
1602        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1603        libnetworking/pppd/utils.c: i960 obsoleted and all references
1604        removed.
1605
16062004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1607
1608        PR 607/networking
1609        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1610        instead of fully specifying unused PCI features.
1611
16122004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1613
1614        * configure.ac: Require automake > 1.9.
1615
16162004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1617
1618        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1619
16202004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1621
1622        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1623        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1624
16252004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1626
1627        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1628        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1629
16302004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1631
1632        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1633
16342004-07-28  Joel Sherrill <joel@OARcorp.com>
1635
1636    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1637
16382004-07-25      Joel Sherrill <joel@OARcorp.com>
1639
1640        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1641
16422004-05-21  Till Strauman <strauman@slac.stanford.edu>
1643
1644        PR 625/networking
1645        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1646        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1647        an error rather than panic if no chip is detected (thus allowing
1648        for probing).
1649        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1650        instead of looping forever.  Avoid divide by zero (crashed my PC).
1651        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1652        they are UNTESTED.
1653
16542004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1655
1656        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1657
16582004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1659
1660        * libchip/network/dec21140.c, libchip/network/elnk.c:
1661        #include <errno.h>.
1662
16632004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1664
1665        * libchip/network/if_media.h: Update from FreeBSD.
1666        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1667        libchip/network/i82586.c: #include <errno.h>.
1668
16692004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1670
1671        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1672
16732004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1674
1675        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1676
16772004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1678
1679        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1680        automake).
1681
16822004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1683
1684        PR 599/pppd
1685        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1686
16872004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1688
1689        * optman/rtems/no-region.c: Reflect having changed
1690        rtems_region_get_segment_size.
1691
16922004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1693
1694        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1695        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1696        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1697        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1698        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1699        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1700        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1701
17022004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1703
1704        * libchip/ide/ata.c, libchip/network/dec21140.c,
1705        libchip/network/elnk.c, libchip/network/i82586.c,
1706        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1707        libchip/network/open_eth.c, libchip/network/sonic.c,
1708        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1709        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1710        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1711        libchip/shmdr/shm_driver.h: Cosmetics.
1712
17132004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1714
1715        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1716        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1717        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1718        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1719        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1720        fixed size types.
1721
17222004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1723
1724        * configure.ac: Explicitly pass --includedir and --libdir to
1725        cpukit/configure.
1726
17272004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1728
1729        * librdbg/Makefile.am: Fix rpcgen rules.
1730        * librdbg/src/i386/any/remdeb_xdr.c,
1731        librdbg/src/m68k/any/remdeb_xdr.c,
1732        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1733        Reflect changes to librdbg/Makefile.am.
1734
17352004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1736
1737        * configure.ac: Reflect changes testsuites/configure.ac and
1738        cpukit/configure.ac.
1739
17402004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1741
1742        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1743        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1744
17452004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1746
1747        * configure.ac: Reflect changes to testsuites's configuration.
1748
17492004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1750
1751        PR/589 rtems
1752        * libchip/network/pci.h: Remove (Moved to cpukit).
1753
17542004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1755
1756        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1757        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1758        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1759        libchip/network/dec21140.c, libchip/network/elnk.c,
1760        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1761        libchip/network/open_eth.h, libchip/network/sonic.c,
1762        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1763        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1764        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1765        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1766        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1767        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1768        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1769        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1770        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1771        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1772        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1773        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1774        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1775        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1776        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1777        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1778        fixed-size types.
1779
17802004-03-14      Chris Johns  <chrisj@rtems.org>
1781
1782        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1783        the BSP example code.
1784        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1785        support the DIMMPC. This is a pc386 target with IO port support. Minor
1786        formating clean up. Add documentation to the header file.
1787        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1788        cs8900.h header file.
1789
17902004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1791
1792        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1793        Cosmetics.
1794
17952004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1796
1797        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1798        There are no application level Makefiles in here.
1799
18002004-03-04      Joel Sherrill <joel@OARcorp.com>
1801
1802        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1803        they can be used in application level makefiles.
1804
18052004-03-05      Joel Sherrill <joel@OARcorp.com>
1806
1807        * libnetworking/rtems_webserver/ejparse.c,
1808        libnetworking/rtems_webserver/emfdb.c,
1809        libnetworking/rtems_webserver/sock.c,
1810        libnetworking/rtems_webserver/socket.c,
1811        libnetworking/rtems_webserver/sym.c,
1812        libnetworking/rtems_webserver/webs.c,
1813        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
18142004-03-05      Joel Sherrill <joel@OARcorp.com>
1815
1816        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1817        compiling this file only only those CPU families with supported
1818        exception models.
1819
18202004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1821
1822        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1823        testsuites (Was exposed with --enable-multilib, only).
1824        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1825         Add RTEMS_BSP_CONFIG_SUBDIR.
1826        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1827        testsuites's configure.
1828        * aclocal/rtems-top.m4: Remove ENDIF hack.
1829        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1830
18312004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1832
1833        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1834        wrapup/Makefile.am: Fix automake problems having been introduced
1835        in previous patch.
1836
18372004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1838
1839        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1840        Preinstall dirs.
1841        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1842        * aclocal/check-multiprocessing.m4: Cosmetics.
1843        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1844        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1845
18462004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1847
1848        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1849        librdbg/src/Makefile.am.
1850        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1851        * configure.ac: Reflect changes above.
1852        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1853        * wrapup/Makefile.am: Reflect changes above.
1854        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1855
18562004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1857
1858        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1859
18602004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1861
1862        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1863
18642004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1865
1866        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1867
18682004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1869
1870        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1871        librdbg/src/powerpc/Makefile.am: Remove.
1872        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1873        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1874        * configure.ac: Reflect changes above.
1875
18762004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1877
1878
18792004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1880
1881        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1882        STRIP.
1883
18842004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1885
1886        * librdbg/include/Makefile.am: Merge-in
1887        librdbg/include/rdbg/i386/Makefile.am,
1888        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1889        librdbg/include/rdbg/powerpc/Makefile.am.
1890        * librdbg/include/rdbg/i386/Makefile.am,
1891        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1892        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1893        * configure.ac: Reflect changes above.
1894
18952004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1896
1897        * configure.ac: Use AS_HELP_STRING(ada).
1898
18992004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1900
1901        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1902        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1903        Use AC_CONFIG_HEADERS.
1904        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1905        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1906
19072004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1908
1909        * Makefile.am: include local.am.
1910
19112004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1912
1913        * aclocal/version.m4: 4.6.99.0.
1914
19152004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1916
1917        * Makefile.am: Don't include host.am.
1918        * automake/compile.am: Further cleanups.
1919
19202004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1921
1922        * automake/lib.am: Remove (Unused).
1923
19242004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1925
1926        * wrapup/Makefile.am: Don't include lib.am.
1927        * automake/compile.am: Use automake compilation rules.
1928
19292004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1930
1931        * libnetworking/pppd/Makefile.am,
1932        libnetworking/rtems_servers/Makefile.am,
1933        libnetworking/rtems_telnetd/Makefile.am,
1934        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1935        support/Makefile.am: Don't include lib.am.
1936
19372004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1938
1939        * libchip/Makefile.am: Don't include lib.am.
1940        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1941        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1942        unnecessary EXTRA_DISTs.
1943
19442004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1945
1946        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1947        hack.
1948
19492004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1950
1951        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1952        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1953        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1954        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1955
19562004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1957
1958        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1959        Add AM_CONDITIONAL(HAS_MP).
1960        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1961        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1962        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1963        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1964        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1965        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1966        (Deprecated by autoconf 2.59).
1967
19682004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1969
1970        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1971        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1972
19732004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1974
1975        * ChangeLog: Merge-in libnetworking/ChangeLog.
1976        * libnetworking/ChangeLog: Remove.
1977        * ChangeLog: Merge-in librdbg/ChangeLog.
1978        * librdbg/ChangeLog: Remove.
1979        * ChangeLog: Merge-in libchip/ChangeLog.
1980        * libchip/ChangeLog: Remove.
1981        * ChangeLog: Merge-in optman/ChangeLog.
1982        * optman/ChangeLog: Remove.
1983
19842004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1985
1986        * configure.ac: Reflect changes to cpukit.
1987        * wrapup/Makefile.am: Reflect changes to librdbg.
1988        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1989        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1990        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1991        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1992        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1993        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1994        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1995        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1996        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1997
19982004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1999
2000        * aclocal/rtems-top.m4: Remove check for version.m4.
2001        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
2002
20032004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2004
2005        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
2006        * wrapup/Makefile.am: Reflect changes to libchip/*.
2007        * support/Makefile.am: Use automake compilation rules.
2008        * wrapup/Makefile.am: Reflect changes to support/*.
2009        * configure.ac: Remove libnetworking/wrapup/Makefile.
2010        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
2011        libnetworking/*/lib*.a instead of libnetapps.a.
2012        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
2013        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
2014        * optman/Makefile.am: Use automake compilation rules.
2015        * libchip/Makefile.am: Fix typo in previous patch.
2016        * libchip/Makefile.am: Use automake compilation rules.
2017        * libnetworking/Makefile.am: Remove wrapup.
2018        * libnetworking/pppd/Makefile.am: Build libpppd. Use
2019        automake-compilation rules.
2020        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
2021        automake-compilation rules.
2022        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
2023        automake-compilation rules.
2024        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
2025        automake-compilation rules.
2026        * libnetworking/wrapup/Makefile.am: Remove (Unused).
2027
20282004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2029
2030        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2031        PRE/TMPINSTALL_FILES to CLEANFILES.
2032        * automake/lib.am: Remove TMPINSTALL_FILES.
2033        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2034        PRE/TMPINSTALL_FILES to CLEANFILES.
2035        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2036        PRE/TMPINSTALL_FILES to CLEANFILES.
2037        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
2038        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2039        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2040        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2041        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2042        * librdbg/src/i386/Makefile.am: Ditto.
2043        * librdbg/src/m68k/Makefile.am: Ditto.
2044        * librdbg/src/powerpc/Makefile.am: Ditto.
2045        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
2046        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2047        * libnetworking/rtems_servers/Makefile.am: Ditto.
2048        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2049        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2050
20512004-01-07      Joel Sherrill <joel@OARcorp.com>
2052
2053        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
2054        more completely covers the MIPS family.
2055
20562003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2057
2058        * wrapup/Makefile.am: Reflect changes to shmdr.
2059        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
2060
20612003-12-18      Joel Sherrill <joel@OARcorp.com>
2062
2063        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
2064        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
2065        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
2066        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
2067        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
2068        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
2069        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
2070
20712003-12-17      Joel Sherrill <joel@OARcorp.com>
2072
2073        * aclocal/version.m4: Updated to rtems-20031217-test.
2074
20752003-12-17     
2076
2077        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2078        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2079
20802003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2081
2082        * automake/compile.am: Remove LINK_LIBS (Unused).
2083        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
2084
20852003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2086
2087        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2088        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2089        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
2090        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
2091        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
2092
20932003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2094
2095        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
2096        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2097        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2098        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2099        * librdbg/src/i386/Makefile.am:
2100        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2101        * librdbg/src/m68k/Makefile.am:
2102        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2103        * librdbg/src/powerpc/Makefile.am:
2104        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2105
21062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2107
2108        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2109        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
2110        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
2111        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
2112        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
2113        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
2114        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2115        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2116        * optman/Makefile.am: Remove project_libdir.
2117        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
2118        PRE/TMPINSTALL_FILES.
2119        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
2120        PRE/TMPINSTALL_FILES.
2121        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
2122        PRE/TMPINSTALL_FILES.
2123        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2124        PRE/TMPINSTALL_FILES.
2125        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
2126        from PRE/TMPINSTALL_FILES.
2127        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
2128        PRE/TMPINSTALL_FILES.
2129        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2130        PRE/TMPINSTALL_FILES.
2131        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
2132        PRE/TMPINSTALL_FILES.
2133        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
2134        PRE/TMPINSTALL_FILES.
2135        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
2136        PRE/TMPINSTALL_FILES.
2137        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
2138        PRE/TMPINSTALL_FILES.
2139        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
2140        from PRE/TMPINSTALL_FILES.
2141
21422003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2143
2144        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
2145        * automake/lib.am: Remove project_libdir.
2146        * wrapup/Makefile.am: Reworked.
2147
21482003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2149
2150        * configure.ac: Reflect changes to librdbg.
2151        * optman/Makefile.am: Add tmpinstall dirstamp support.
2152        * libchip/Makefile.am: Fix variant-tmpinstall support.
2153        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
2154        * librdbg/src/powerpc/Makefile.am: Merge-in former
2155        new_exception_processing/Makefile.am.
2156        * librdbg/src/m68k/any/Makefile.am: Remove.
2157        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
2158        * librdbg/src/i386/any/Makefile.am: Remove.
2159        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
2160        * librdbg/src/Makefile.am: Cosmetics.
2161        * librdbg/include/Makefile.am: Cosmetics.
2162        * librdbg/Makefile.am: Cosmetics.
2163        * libnetworking/Makefile.am: Cosmetics.
2164        * libnetworking/pppd/Makefile.am: Cosmetics.
2165        * libnetworking/wrapup/Makefile.am: Cosmetics.
2166
21672003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2168
2169        * Makefile.am: Cosmetics.
2170        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
2171        support.
2172
21732003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2174
2175        * automake/compile.am: Remove $(ARCH):-rule.
2176
21772003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2178
2179        * configure.ac: Remove lib/libbsp/shared/Makefile,
2180        lib/libbsp/shmdr/Makefile.
2181
21822003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2183
2184        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
2185        libchip/serial/Makefile, libchip/rtc/Makefile.
2186        * support/Makefile.am: Remove all-local: $(ARCH).
2187        * wrapup/Makefile.am: Remove all-local: $(ARCH).
2188        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
2189        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
2190        * optman/Makefile.am: Remove all-local: $(ARCH).
2191        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2192        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
2193        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
2194        compilation dirstamp support.
2195        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
2196        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
2197        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
2198        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
2199        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
2200        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
2201        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2202        all-local: $(ARCH).
2203        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
2204        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
2205        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
2206        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
2207        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
2208
22092003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2210
2211        * aclocal/lead-dot.m4: New (from automake-1.7f).
2212        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
2213        AC_SUBST(dirstamp).
2214        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
2215        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2216        libchip/serial/Makefile.am: Ditto.
2217        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
2218        * librdbg/include/Makefile.am: Ditto.
2219        * librdbg/include/rdbg/Makefile.am: Ditto.
2220        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2221        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2222        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2223        * librdbg/src/Makefile.am: Ditto.
2224        * librdbg/src/i386/Makefile.am: Ditto.
2225        * librdbg/src/i386/any/Makefile.am: Ditto.
2226        * librdbg/src/m68k/Makefile.am: Ditto.
2227        * librdbg/src/m68k/any/Makefile.am: Ditto.
2228        * librdbg/src/powerpc/Makefile.am: Ditto.
2229        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2230        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
2231        preinstallation.
2232        * libnetworking/pppd/Makefile.am: Ditto.
2233        * libnetworking/rtems_servers/Makefile.am: Ditto.
2234        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2235        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2236        * libnetworking/wrapup/Makefile.am: Ditto.
2237
22382003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2239
2240        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
2241        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
2242        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
2243        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
2244        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2245        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2246        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2247        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
2248        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
2249        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
2250        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
2251        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
2252        underquoting to silence automake-1.8.
2253
22542003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2255
2256        * configure.ac: Reflect having moved tests to ../../testsuites.
2257
22582003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2259
2260        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
2261        * aclocal/canonical-host.m4: Remove.
2262        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
2263        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2264
22652003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2266
2267        * aclocal/check-cpu.m4: Remove.
2268        * configure.ac: Merge-in former aclocal/check-cpu.m4.
2269        * aclocal/canonical-target-name.m4: Add m4-quotes.
2270        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
2271        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
2272        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2273        * aclocal/check-networking.m4: Add m4-quotes. Require
2274        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2275        * aclocal/check-posix.m4: Add m4-quotes. Require
2276        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2277        * aclocal/check-rdbg.m4: Add m4-quotes. Require
2278        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2279        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
2280
22812003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2282
2283        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
2284        * aclocal/bsp-alias.m4: Remove.
2285
22862003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2287
2288        * configure.ac: Make presence of tests/ optional.
2289
22902003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2291
2292        * aclocal/path-perl.m4: Remove (Unused).
2293
22942003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2295
2296        * automake/force-preinstall.am: Remove.
2297
22982003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2299
2300        PR 499/rtems_misc
2301        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
2302        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
2303        Configuration (Odd was forced) - Correction of Stop Bit configuration
2304        (inversed) - Correction of ISR Handler to call
2305        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
2306        CTS Hardware flow control Configuration.
2307
23082003-09-04      Joel Sherrill <joel@OARcorp.com>
2309
2310        * lib/libcpu/shared/include/cache.h,
2311        lib/libcpu/shared/src/cache_aligned_malloc.c,
2312        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
2313        license changed.
2314        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2315        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2316        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2317        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2318        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2319        for license changed.
2320        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2321        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2322        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2323        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2324        libchip/network/cs8900.h, libchip/network/dec21140.c,
2325        libchip/network/elnk.c, libchip/network/open_eth.c,
2326        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2327        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2328        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2329        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2330        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2331        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2332        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2333        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2334        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2335        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2336        libchip/serial/serial.h, libchip/serial/z85c30.c,
2337        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2338        libchip/serial/z85c30_reg.c: URL for license changed.
2339
23402003-09-03      Jiri Gaisler <jiri@gaisler.com>
2341
2342        PR 477/networking
2343        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2344        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2345        libchip/network/open_eth.h: New files.
2346
23472003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2348
2349        * aclocal/rtems-top.m4: Add RTEMS_API.
2350        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2351
23522003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2353
2354        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2355        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2356        @RTEMS_BSP@.cfg.
2357
23582003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2359
2360        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2361
23622003-08-20      Joel Sherrill <joel@OARcorp.com>
2363
2364        * libchip/network/cs8900.c: Correct copyright statements.
2365
23662003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2367
2368        * aclocal/check-itron.m4: Remove.
2369        * aclocal/enable-inlines.m4: Remove.
2370        * Makefile.am: Reflect having moved aclocal/.
2371        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2372        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2373        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2374        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2375        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2376        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2377        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2378        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2379        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2380        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2381        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2382        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2383        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2384        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2385        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2386        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2387        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2388        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2389        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2390        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2391        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2392        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2393        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2394        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2395        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2396        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2397        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2398        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2399        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2400        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2401        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2402        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2403        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2404        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2405        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2406        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2407        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2408        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2409        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2410        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2411        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2412        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2413        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2414        * aclocal/target.m4: New (Copied from ../../aclocal).
2415        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2416        * aclocal/version.m4: New (Copied from ../../aclocal).
2417
24182003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2419
2420        * configure.ac: Remove stray comments.
2421        * automake/local.am, automake/host.am: Remove "debug".
2422
24232003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2424
2425        * Makefile.am: Reflect having moved automake/.
2426        * lib/Makefile.am: Reflect having moved automake/.
2427        * support/Makefile.am: Reflect having moved automake/.
2428        * wrapup/Makefile.am: Reflect having moved automake/.
2429        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2430        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2431        from ../../automake).
2432        * optman/Makefile.am: Reflect having moved automake/.
2433        * libchip/Makefile.am: Reflect having moved automake/.
2434        * libchip/ide/Makefile.am: Reflect having moved automake/.
2435        * libchip/network/Makefile.am: Reflect having moved automake/.
2436        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2437        * libchip/serial/Makefile.am: Reflect having moved automake/.
2438        * librdbg/Makefile.am: Reflect having moved automake/.
2439        * librdbg/include/Makefile.am: Reflect having moved automake/.
2440        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2441        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2442        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2443        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2444        automake/.
2445        * librdbg/src/Makefile.am: Reflect having moved automake/.
2446        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2447        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2448        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2449        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2450        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2451        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2452        having moved automake/.
2453        * libnetworking/Makefile.am: Reflect having moved automake/.
2454        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2455        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2456        automake/.
2457        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2458        automake/.
2459        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2460        automake/.
2461        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2462
24632003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2464
2465        * Makefile.am: Add bsp.pc.in.
2466        * bsp.pc.in: New (pkgconfig support).
2467
24682003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2469
2470        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2471
24722003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2473
2474        * lib/Makefile.am: New (Required by 'make dist').
2475        * lib/ChangeLog: Remove.
2476        * lib/.cvsignore: Cleanup.
2477        * configure.ac: Reflect having added lib/Makefile.am.
2478        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2479        lib/libbsp/configure.ac.
2480        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2481        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2482
24832003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2484
2485        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2486        * configure.ac: Merge-in librdbg/configure.ac.
2487        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2488        librdbg/configure.ac.
2489        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2490        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2491        LIBCHIP. Conditionally build include-dirs.
2492        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2493        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2494        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2495        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2496        librdbg/include/rdbg/m68k/Makefile.am,
2497        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2498        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2499        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2500        librdbg/src/powerpc/Makefile.am, librdbg/
2501        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2502        configure.ac into ../configure.ac.
2503        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2504        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2505        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2506        libnetworking/rtems_telnetd/Makefile.am,
2507        libnetworking/rtems_webserver/Makefile.am,
2508        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2509        into ../configure.ac.
2510
25112003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2512
2513        PR 427/rtems
2514        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2515        * librdbg/src/servtsp.c: Ditto.
2516
25172003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2518
2519        PR 429/bsps
2520        PR 432/bsps
2521        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2522        packets are queued onto an elnk board, the ISR will deadlock the device
2523        with a tx complete interrupt.  Lighter tx loads are not affected as they
2524        end up submitting single packets to the device.
2525
25262003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2527
2528        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2529        optman/configure.ac.
2530        * optman/configure.ac: Remove (Merged into ../configure.ac).
2531        * optman/Makefile.am: Reflect having merged configure.ac into
2532        ../configure.ac.
2533        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2534        * libchip/Makefile.am, libchip/ide/Makefile.am,
2535        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2536        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2537        ../configure.ac.
2538
25392003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2540
2541        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2542
25432003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2544
2545        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2546        on i386.
2547
25482003-06-13      Joel Sherrill <joel@OARcorp.com>
2549
2550        * libnetworking/pppd/chat.c: Removed warnings.
2551
25522003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2553
2554        * libchip/network/README.3com: New file missed in previous commit.
2555        PR 405/bsps
2556        PR 393/networking
2557        * libchip/network/dec21140.c: Fix leak also known as PR393.
2558        * libchip/network/elnk.c, libchip/network/if_media.h,
2559        libchip/network/mii.h: New files.
2560        * libchip/network/Makefile.am: Reflect new files.
2561
25622003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2563
2564        * configure.ac: Remove support for profile-variant.
2565
25662003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2567
2568        PR 397/pppd
2569        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2570        * libnetworking/pppd/magic.c: Remove *rand48.
2571        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2572
25732003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2574
2575        * wrapup/Makefile.am: Add libide.a.
2576
25772003-04-15      Joel Sherrill <joel@OARcorp.com>
2578
2579        PR 387/rtems_misc
2580        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2581        routines.
2582        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2583
25842003-04-11      Joel Sherrill <joel@OARcorp.com>
2585
2586        * libnetworking/rtems_webserver/cgi.c,
2587        libnetworking/rtems_webserver/sockGen.c,
2588        libnetworking/rtems_webserver/umui.c,
2589        libnetworking/rtems_webserver/websSSL.c,
2590        libnetworking/rtems_webserver/websSSL.h,
2591        libnetworking/rtems_webserver/websda.c,
2592        libnetworking/rtems_webserver/websda.h: New files. Not included in
2593        previous commit.
2594
25952003-04-10      Joel Sherrill <joel@OARcorp.com>
2596
2597        PR 371/pppd
2598        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2599        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2600        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2601        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2602        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2603        still global symbols in rtemspppd.h which might need to be changed or
2604        converted into member of a structure which is dereferenced with a
2605        pointer that is managed as a per task variable. But this patch should
2606        avoid many conflicts.
2607
26082003-03-27      Joel Sherrill <joel@OARcorp.com>
2609
2610        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2611        not allowed in the cpukit source code since it must be buildable
2612        independent of any BSP. These files were moved to libchip/ide.
2613        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2614        files.
2615
26162003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2617
2618        PR 368/filesystems
2619        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2620        improvements which now work on pc386 and mbx8xx.
2621        * libchip/ide/ide_controller.c: New file.
2622
26232003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2624
2625        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2626
26272003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2628
2629        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2630        * configure.ac: Add support/.
2631        * support/.cvsignore: New.
2632        * support/Makefile.am: New.
2633        * support/version.c: New.
2634        * wrapup/Makefile.am: Add support/libsupport.a.
2635        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2636        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2637        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2638        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2639
26402003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2641
2642        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2643
26442003-02-20      Till Straumann <strauman@slac.stanford.edu>
2645
2646        PR 354/networking
2647        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2648        chip against a table of supported chips. The untested ones are still
2649        commented out, however.
2650
26512003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2652
2653        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2654        * configure.ac: AC_PREREQ(2.57).
2655        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2656        * optman/configure.ac: AC_PREREQ(2.57).
2657        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2658        * libchip/configure.ac: AC_PREREQ(2.57).
2659        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2660        * librdbg/configure.ac: AC_PREREQ(2.57).
2661        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2662        * libnetworking/configure.ac: AC_PREREQ(2.57).
2663
26642003-02-06      Joel Sherrill <joel@OARcorp.com>
2665
2666        * libnetworking/pppd/chat.c: Convert routines with common names to
2667        static. This included get_char(), put_char(), and character() among
2668        others.
2669
26702003-02-03      Joel Sherrill <joel@OARcorp.com>
2671
2672        PR 338/filesystem
2673        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2674        rtems_io_lookup_name() (API change).  Unused function removed.
2675
26762003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2677
2678        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2679        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2680        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2681        Eliminate *_O_FILES.
2682        * libnetworking/rtems_servers/Makefile.am,
2683        libnetworking/rtems_webserver/Makefile.am,
2684        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2685
26862002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2687
2688        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2689        Let all-local: depend on $(LIB).
2690        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2691        * optman/Makefile.am: Apply install-data-local to install *.rels.
2692
26932002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2694
2695        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2696        %.c rules.
2697        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2698        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2699        * libchip/rtc/Makefile.am: Ditto.
2700        * libchip/serial/Makefile.am: Ditto.
2701
27022002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2703
2704        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2705        LIBC_DEFINES.
2706        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2707        LIBC_DEFINES.
2708        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2709        LIBC_DEFINES.
2710
27112002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2712
2713        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2714
27152002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2716
2717        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2718        cache-checking.
2719        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2720
27212002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2722
2723        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2724        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2725        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2726        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2727        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2728
27292002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2730
2731        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2732        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2733        Remove.
2734        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2735
27362002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2737
2738        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2739        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2740
27412002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2742
2743        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2744        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2745
27462002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2747
2748        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2749        * optman/rel.am: New.
2750
27512002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2752
2753        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2754        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2755        braino in comment on "exec". Extend --enable-ada handling.
2756
27572002-11-04      Joel Sherrill <joel@OARcorp.com>
2758
2759        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2760        tasks and rolling multiple loops into 1.
2761        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2762        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2763        Removed warnings.
2764
27652002-10-31      Joel Sherrill <joel@OARcorp.com>
2766
2767        * libchip/network/dec21140.c: Removed warnings.
2768        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2769        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2770        librdbg/src/m68k/any/remdeb_xdr.c,
2771        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2772        warnings.
2773        * libnetworking/rtems_webserver/socket.c,
2774        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2775
27762002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2777
2778        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2779        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2780        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2781        above.
2782
27832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2784
2785        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2786        * wrapup/.cvsignore: Remove autom4te.cache.
2787        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2788        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2789        autom4te.cache.
2790        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2791        autom4te.cache.
2792        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2793        autom4te.cache.
2794
27952002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2796
2797        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2798
27992002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2800
2801        * optman/.cvsignore: Add autom4te.cache.
2802
28032002-09-14      Joel Sherrill <joel@OARcorp.com>
2804
2805        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2806
28072002-09-07      Joel Sherrill <joel@OARcorp.com>
2808
2809        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2810        include files to resolve warnings.
2811
28122002-09-07      Chris Johns <ccj@acm.org>
2813
2814        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2815        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2816        which corrects the problem  where the cs8900.c file was actually the BSP
2817        glue.  Joel did some hacking so this file will compile.  Previously it
2818        required providing a target.h file to compile.
2819        * libchip/network/cs8900.c.bsp: New file.
2820
28212002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2822
2823        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2824
28252002-08-31      Joel Sherrill <joel@OARcorp.com>
2826
2827        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2828        eliminate warning.
2829
28302002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2831
2832        * configure.ac: Add ada-tests.
2833
28342002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2835
2836        * Makefile.am: Add preinstall-stamp.
2837
28382002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2839
2840        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2841        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2842        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2843        gcc31 happy.
2844        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2845        cp.
2846
28472002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2848
2849        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2850        make/bsp.mak.
2851        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2852        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2853
28542002-08-12      Joel Sherrill <joel@OARcorp.com>
2855
2856        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2857        avoid error.
2858
28592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2860
2861        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2862        * configure.ac: Add BSP_SUBDIRS.
2863        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2864        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2865        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2866        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2867        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2868        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2869        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2870        RTEMS_CHECK_BSP_CACHE.
2871        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2872        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2873        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2874        .$(OBJEXT) instead of .o.
2875        * libnetworking/pppd/Makefile.am,
2876        libnetworking/rtems_servers/Makefile.am,
2877        libnetworking/rtems_telnetd/Makefile.am,
2878        libnetworking/rtems_webserver/Makefile.am,
2879        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2880
28812002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2882
2883        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2884        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2885        ../libchip/serial/$(ARCH)/libserialio.a.
2886        * libchip/serial/Makefile.am: Don't tmp-install lib.
2887        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2888
28892002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2890
2891        * Makefile.am: Add rtems_makedir.
2892        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2893        * Makefile.am: Add wrapup-SUBDIR.
2894        * wrapup/ChangeLog: Remove.
2895        * wrapup/configure.ac: Remove.
2896        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2897        (Make the bare BSP happy).
2898        * configure.ac: Ditto.
2899        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2900        Create make/custom/default.cfg.
2901        * configure.ac: Add creation of make/custom/*.cfg. Create
2902        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2903
29042002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2905
2906        * Makefile.am: Clean $(PROJECT_RELEASE).
2907
29082002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2909
2910        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2911        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2912        prototype mismatches.
2913
29142002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2915
2916        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2917        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2918
29192002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2920
2921        * acinclude.m4: Add test "$multilib" != "yes".
2922        * config-ml.in: Remove.
2923        * acinclude.m4: Cleanups.
2924        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2925        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2926        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2927        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2928        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2929
29302002-07-16      Eric Norum <eric.norum@usask.ca>
2931
2932        * New driver for the Intel EtherExpressPro (82559ER) chip.
2933        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2934        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2935        * libchip/network/Makefile.am: Modified to reflect above.
2936
29372002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2938
2939        * acinclude.m4: New.
2940        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2941        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2942        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2943
29442002-07-01      Joel Sherrill <joel@OARcorp.com>
2945
2946        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2947        _Objects_Information_table now that it is a two dimensional array based
2948        upon API and class.
2949        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2950        of strnlen().
2951
29522002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2953
2954        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2955        preinstall libnetapps.a.
2956
29572002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2958
2959        * configure.ac: Remove librpc.
2960
29612002-06-25      Joel Sherrill <joel@OARcorp.com>
2962
2963        * Per PR233, moved librpc to exec.
2964        * configure.ac, wrapup/Makefile.am: Modified.
2965        * librpc, librpc/ChangeLog: Removed.
2966
29672002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2968
2969        * optman/Makefile.am: Remove multilib support.
2970        * optman/configure.ac: Ditto.
2971        * optman/sapi/Makefile.am: Ditto.
2972
29732002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2974
2975        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2976        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2977
29782002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2979
2980        Move networking libraries to c/src/exec/libnetworking
2981        * libnetworking/configure.ac, libnetworking/Makefile.am,
2982        libnetworking/wrapup/Makefile.am: Reflect Moval.
2983
29842002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2985
2986        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2987        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2988        <rtems/bspIo.h>.
2989
29902002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2991
2992        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2993        * libnetworking/rtems/mkrootfs.h: Ditto.
2994        * libnetworking/rtems/Makefile.am: Reflect changes above.
2995
29962002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2997
2998        * configure.ac: Remove lib.
2999
30002002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
3001
3002        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
3003        that exception stack frames on M68K members with VBR always are 6 byte
3004        long. The incorrect assumption resulted in some gdb commands like "next"
3005        to fail on the 68360.
3006
30072002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3008
3009        * config-ml.in: Take out arm and sh variants RTEMS does not support.
3010        PR 220
3011        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3012        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
3013        CVS.
3014        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
3015        libnetworking/sys/filio.h: Remove.
3016        * libnetworking/sys/Makefile.am: Reflect changes above.
3017
30182002-05-07      Chris Johns <ccj@acm.org>
3019
3020        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
3021        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
3022        requires it to be stripped.
3023
30242002-05-01      Eric Norum <eric.norum@usask.ca>
3025
3026        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
3027        assembly  to satisfy gcc 3.1 and newer.
3028
30292002-04-26      Eric Norum <eric.norum@usask.ca>
3030
3031        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
3032        agressive optimization in gcc 3.1 does not reorder things.
3033
30342002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3035
3036        * libchip/network/dec21140.c: Reflect changes to powerpc's
3037        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
3038        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
3039        <rtems/score/cpu.h>.
3040        * librdbg/src/powerpc/rdbg_f.c: Ditto.
3041        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
3042
30432002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3044
3045        * optman/configure.ac: Remove ENABLE_GCC28.
3046
30472002-04-11      Chris Johns <ccj@acm.org>
3048
3049        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
3050        driver control block field to the ifconfig network driver structure.
3051        This field is needed by the i82586 driver which was ported from NetBSD
3052        as it had better hardware abstraction.
3053        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
3054        PR59, added the drv_ctrl driver control block field to the ifconfig
3055        network driver structure. This field is needed by the i82586 driver
3056        which was ported from NetBSD as it had better hardware abstraction.
3057
30582002-04-10      Mike Siers <mikes@poliac.com>
3059
3060        * libnetworking/rtems_webserver/NOTES,
3061        libnetworking/rtems_webserver/asp.c,
3062        libnetworking/rtems_webserver/balloc.c,
3063        libnetworking/rtems_webserver/default.c,
3064        libnetworking/rtems_webserver/ej.h,
3065        libnetworking/rtems_webserver/ejIntrn.h,
3066        libnetworking/rtems_webserver/ejlex.c,
3067        libnetworking/rtems_webserver/ejparse.c,
3068        libnetworking/rtems_webserver/emfdb.c,
3069        libnetworking/rtems_webserver/emfdb.h,
3070        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
3071        libnetworking/rtems_webserver/handler.c,
3072        libnetworking/rtems_webserver/license.txt,
3073        libnetworking/rtems_webserver/md5.h,
3074        libnetworking/rtems_webserver/md5c.c,
3075        libnetworking/rtems_webserver/mime.c,
3076        libnetworking/rtems_webserver/misc.c,
3077        libnetworking/rtems_webserver/ringq.c,
3078        libnetworking/rtems_webserver/rom.c,
3079        libnetworking/rtems_webserver/security.c,
3080        libnetworking/rtems_webserver/sock.c,
3081        libnetworking/rtems_webserver/sym.c,
3082        libnetworking/rtems_webserver/uemf.c,
3083        libnetworking/rtems_webserver/uemf.h,
3084        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
3085        libnetworking/rtems_webserver/url.c,
3086        libnetworking/rtems_webserver/value.c,
3087        libnetworking/rtems_webserver/wbase64.c,
3088        libnetworking/rtems_webserver/webcomp.c,
3089        libnetworking/rtems_webserver/webpage.c,
3090        libnetworking/rtems_webserver/webrom.c,
3091        libnetworking/rtems_webserver/webs.c,
3092        libnetworking/rtems_webserver/webs.h,
3093        libnetworking/rtems_webserver/websuemf.c,
3094        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
3095        2.1.4.
3096
30972002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3098
3099        * libchip/network/i82586.c: Include <string.h>.
3100        * libchip/network/sonic.c: Ditto.
3101
31022002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3103
3104        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
3105
31062002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3107
3108        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
3109
31102002-03-27      Thomas.Doerfler@imd-systems.de
3111
3112        PR 144
3113        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
3114        memory address 0 when called for the first time. This is done when
3115        trying to clear the variable "dhcp_hostname".
3116
31172002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3118
3119        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3120        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3121        * Makefile.am: Remove AUTOMAKE_OPTIONS.
3122        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3123        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3124        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3125        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
3126        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
3127        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3128        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3129        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
3130        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
3131        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3132        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
3133        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3134        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3135        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3136        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3137        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3138        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3139        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
3140        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3141        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3142        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3143        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3144        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3145        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
3146        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3147        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
3148        AUTOMAKE_OPTIONS.
3149        * libnetworking/configure.ac:
3150        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
3151        foreign 1.6]).
3152        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
3153        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
3154        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
3155        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
3156        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3157        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
3158        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
3159        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
3160        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
3161        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3162        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3163        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
3164        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3165        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
3166        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
3167        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
3168        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
3169
31702002-03-27      Ilya Alexeev <ilya@continuum.ru>
3171
3172        PR 162
3173        * libnetworking/net/if_ppp.c ppp_txdaemon(),
3174        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
3175        used in a device write routines.  Now ppp_softc structure have own
3176        character for writing to device (sc_outchar).  I think that converting
3177        local variables to static is not a right solution, because problems will
3178        occur in the case of two or more ppp instances.
3179        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
3180        must be u_long, otherwise in the case of the big output packet endless
3181        loop may occur.
3182
31832002-03-21      Ilya Alexeev <ilya@continuum.ru>
3184
3185        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
3186        preparations for multiple PPPD connections.
3187
31882002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3189
3190        PR 149
3191        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
3192        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
3193        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
3194        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3195
31962002-02-28      Victor V. Vengerov <vvv@oktet.ru>
3197
3198        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
3199        * configure.ac: Modified to reflect addition.
3200
32012002-02-27      Ilya Alexeev <ilya@continuum.ru>
3202
3203        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
3204        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3205        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
3206        capabilities as well as eliminate some warnings.
3207
32082002-02-27      Eric Norum <eric.norum@usask.ca>
3209
3210        * libnetworking/net/radix.c: Properly handle fetching the default route
3211        when there is no route.  This was a bug in the original FreeBSD code and
3212        this fix is from an updated version of their code.
3213
32142002-02-16      Eric Norum <eric.norum@usask.ca>
3215
3216        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
3217        checking.
3218
32192002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3220
3221        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
3222        dodefaultroute.
3223
32242002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3225
3226        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
3227        include <rtems/seterr.h>.
3228
32292002-02-01      Mike Siers <mikes@poliac.com>
3230
3231        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
3232        avoid bringing the link down too fast. NOTE: Mike reports successfully
3233        running at 56K baud on a direct link.
3234
32352002-02-01      Eric Valette <valette@crf.canon.fr>
3236
3237        * librdbg/So many patches have been posted recently on the mailing list
3238        and  because we were unable to find correct solution to compile on
3239        various  linux distros (due to rpcgen incompatibilities), librdbg/and
3240        because the coding  style of rdbg was rather inconsistant among various
3241        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
3242        global coding style (using indent + manual edits), 2) incorporate/review
3243        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
3244        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
3245        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
3246        after rdbg initialization is done, NB : the paches is huge but it is
3247        mainly due to coding styke chnages.  Only few lines of codes have been
3248        really changed and they do not impact  rdbg functionnality (AFAIKT).
3249        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
3250        librdbg/include/rdbg/m68k/rdbg_f.h,
3251        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
3252        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
3253        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
3254        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
3255        librdbg/src/servtsp.c, librdbg/src/servutil.c,
3256        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
3257        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
3258        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
3259        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
3260        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
3261        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
3262        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
3263        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3264        librdbg/src/powerpc/new_exception_processing/remdeb.h,
3265        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
3266        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
3267
32682002-01-31      Mike Siers <mikes@poliac.com>
3269
3270        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
3271        * Nice Update of PPPD support which eliminates the requiremetn that
3272        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
3273        and reports that it seems to be more stable and handle larger packets
3274        better.  This patch replaces the termios tasks with more general pppd
3275        network driver tasks.  The functions pppinput() and pppstart() get
3276        called from the interrupt service routine.
3277        * libnetworking/Makefile.am, libnetworking/configure.ac,
3278        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
3279        libnetworking/net/ethernet.h, libnetworking/net/if.c,
3280        libnetworking/net/if.h, libnetworking/net/if_arp.h,
3281        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
3282        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
3283        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
3284        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
3285        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
3286        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
3287        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
3288        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
3289        libnetworking/net/route.c, libnetworking/net/route.h,
3290        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
3291        libnetworking/pppd/README, libnetworking/pppd/STATUS,
3292        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
3293        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3294        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3295        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3296        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3297        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3298        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3299        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3300        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3301        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3302        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3303        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
3304        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3305        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3306        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
3307        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
3308        libnetworking/pppd/example/README,
3309        libnetworking/pppd/example/netconfig.h,
3310        libnetworking/wrapup/Makefile.am: Modified.
3311        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
3312        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
3313        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
3314        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3315        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3316        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3317        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3318        libnetworking/modem/pppcompress.c: Subdirectory removed.
3319
33202002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3321
3322        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3323        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3324
33252002-01-18      Till Straumann <strauman@slac.stanford.edu>
3326
3327        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3328        issues: - exception handler needs to enable MSR_FP if the interrupted
3329        thread is FP enabled. - printk message for MSR fixed and added
3330        stacktrace. NOTE: this requires the stacktrace patch to
3331        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3332        however).
3333
33342002-01-06      Joel Sherrill <joel@OARcorp.com>
3335
3336        * optman/.cvsignore: Added aclocal.m4 and configure.
3337        * optman/.cvsignore: New file.
3338
33392002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3340
3341        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3342
33432002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3344
3345        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3346        * optman/ChangeLog: New.
3347        * optman/configure.ac: New.
3348        * optman/Makefile.am: New.
3349        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3350        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3351
33522001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3353
3354        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3355
33562001-12-18      Eric Norum <eric.norum@usask.ca>
3357
3358        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3359        `directories' (path names with a / at the end) while disallowing open()
3360        operations on TFTP `directories'.
3361
33622001-12-07      Eric Norum <eric.norum@usask.ca>
3363
3364        * libnetworking/lib/tftpDriver.c: Restore write capability.
3365
33662001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3367
3368        * libchip/network/sonic.h: Fix typo.
3369        * libnetworking/arpa/Makefile.am: Remove stray lines.
3370
33712001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3372
3373        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3374
33752001-10-18      Eric Norum <eric.norum@usask.ca>
3376
3377        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3378        chdir() and open() operations within the TFTP file system.
3379
33802001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3381
3382        * librdbg/configure.ac: Fix latent bug exposed by removal of
3383        config.cache's which prevented powerpc targets librdbg from building.
3384
33852001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3386
3387        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3388        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3389        autoconf-2.52 happy.
3390
33912001-10-12      Mike Siers <mikes@poliac.com>
3392
3393        * libnetworking/Update to stable working state.  Congratulations Mike!
3394        :).
3395        * libnetworking/modem_example: Directory removed.
3396        * libnetworking/modem_example/16550.h,
3397        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3398        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3399        libnetworking/modem_example/ppp.h,
3400        libnetworking/modem_example/pppcompress.c: Files removed.
3401        * libnetworking/pppd/example/pppd.options: New file.
3402        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3403        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3404        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3405        libnetworking/pppd/rtemsmain.c: Updated.
3406
34072001-10-12      Joel Sherrill <joel@OARcorp.com>
3408
3409        * libchip/serial/z85c30.c: Fixed typo.
3410
34112001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3412
3413        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3414        * configure.in: Remove.
3415        * configure.ac: New file, generated from configure.in by autoupdate.
3416        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3417        * libchip/configure.in: Remove.
3418        * libchip/configure.ac: New file, generated from configure.in by
3419        autoupdate.
3420        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3421        * librdbg/configure.in: Remove.
3422        * librdbg/configure.ac: New file, generated from configure.in by
3423        autoupdate.
3424        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3425        * libnetworking/configure.in: Remove.
3426        * libnetworking/configure.ac: New file, generated from configure.in by
3427        autoupdate.
3428
34292001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3430
3431        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3432        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3433        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3434
34352001-09-27      Joel Sherrill <joel@OARcorp.com>
3436
3437        * libchip/ChangeLog: Fixed typo in date.
3438
34392001-09-27      Eric Norum <eric.norum@usask.ca>
3440
3441        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3442        TFTP  filesystem.
3443
34442001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3445
3446        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3447        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3448        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3449        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3450        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3451        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3452        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3453        'PREINSTALL_FILES ='.
3454        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3455        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3456        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3457        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3458        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3459        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3460        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3461        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3462        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3463        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3464        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3465        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3466
34672001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3468
3469        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3470        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3471        * librdbg/src/m68k/any/Makefile.am: Ditto.
3472        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3473        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3474        happy.
3475
34762001-09-21      Joel Sherrill <joel@OARcorp.com>
3477
3478        * libchip/network/Makefile.am: Fixed typo on file name.
3479        * libchip/network/i82586.c: Commented out line 318 which is referencing
3480        a member of a structure that is not currently there.  This needs to be
3481        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3482        to C style.
3483
34842001-09-19      Eric Norum <eric.norum@usask.ca>
3485
3486        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3487
34882001-09-19      Chris Johns <ccj@acm.org>
3489
3490        * libchip/network/README.i82586, libchip/network/i82586.c,
3491        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3492        Network driver for Intel i82586.
3493        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3494        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3495        "root" filesystem with information obtained via the DHCP response.
3496
34972001-09-14      Eric Norum <eric.norum@usask.ca>
3498
3499        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3500        make gcc 3.x happy.
3501
35022001-08-16      Mike Siers <mikes@poliac.com>
3503
3504        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3505        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3506        These support callback functionality that has not even been compiled
3507        under RTEMS yet.
3508        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3509        example application.  Mike's notes on the modifications: - renamed
3510        error() function because of namespace problems - removed calls to the
3511        exit() funciton - removed extra files from the pppd source directory -
3512        defined pppd task constant values in rtemspppd.h - modifyied example
3513        code to get actual tick per second value - placed the pppd 2.3.11 man
3514        page file (pppd.8) into the pppd directory.
3515        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3516        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3517        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3518        libnetworking/pppd/rtems-ppp.c: Deleted.
3519        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3520        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3521        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3522        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3523        libnetworking/pppd/example/init.c,
3524        libnetworking/pppd/example/netconfig.h,
3525        libnetworking/pppd/example/ppp.conf,
3526        libnetworking/pppd/example/pppdapp.c,
3527        libnetworking/pppd/example/system.h: New files.
3528        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3529        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3530        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3531        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3532        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3533        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3534        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3535        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3536        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3537        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3538        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3539        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3540        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3541        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3542        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3543
35442001-08-16      Joel Sherrill <joel@OARcorp.com>
3545
3546        * libnetworking/pppd/example/Makefile: Removed.
3547        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3548        to avoid bootstrap -c clobbering it.
3549        * libnetworking/rtems_telnetd/.cvsignore: New file.
3550
35512001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3552
3553        * libnetworking/Makefile.am, libnetworking/configure.in,
3554        libnetworking/rtems_servers/Makefile.am,
3555        libnetworking/rtems_servers/telnetd.c,
3556        libnetworking/rtems_servers/telnetd.h,
3557        libnetworking/rtems_telnetd/Makefile.am,
3558        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3559        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3560        libnetworking/rtems_telnetd/telnetd.c,
3561        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3562        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3563        effect when ftpd change. - the tcp/ip stats have been implemented into
3564        icmds.c and started when telnetd daemon is started.
3565        * libnetworking/rtems_servers/telnetd.c,
3566        libnetworking/rtems_servers/telnetd.h: Removed.
3567        * libnetworking/rtems_telnetd: New directory.
3568        * libnetworking/rtems_telnetd/Makefile.am,
3569        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3570        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3571        libnetworking/rtems_telnetd/telnetd.c,
3572        libnetworking/rtems_telnetd/telnetd.h: New files.
3573
35742001-06-14      Joel Sherrill <joel@OARcorp.com>
3575
3576        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3577        Moved from libmisc/shell so the network stack to address network
3578        depenendency.
3579        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3580
35812001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3582
3583        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3584
35852001-05-15      Joel Sherrill <joel@OARcorp.com>
3586
3587        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3588        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3589        accidentally deleted the incorrectly empty versions.
3590
35912001-05-14      Till Straumann <strauman@slac.stanford.edu>
3592
3593        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3594        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3595        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3596        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3597        to know the values) - the affected BSP (shared/motorola) headers have
3598        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3599        driver (libchip/network/dec21140.c) has been fixed to use
3600        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3601        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3602        who is using this driver. - the DEC driver also has been fixed to use
3603        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3604        delay_in_bus_cycles().
3605
36062001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3607
3608        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3609
36102001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3611
3612        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3613
36142001-04-24      Eric Norum <eric.norum@usask.ca>
3615
3616        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3617        NTP synchronization a little more robust -- no NTP daemon yet, but at
3618        least it trys a little harder when the primary NTP server is down.
3619
36202001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3621
3622        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3623        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3624        libnetworking/pppd/modem_example/modem.c,
3625        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3626        other strings into English.
3627        * libnetworking/pppd/STATUS: updated to reflect the changes.
3628
36292001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3630
3631        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3632        again.
3633
36342001-04-20      Eric Valette <valette@crf.canon.fr>
3635
3636        * mcp750 directory renamed new_exception processing as it supports many
3637        more CPU models.
3638        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3639        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3640        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3641        formerly in mcp750 plus modifications.
3642        * librdbg/src/powerpc/mcp750/.cvsignore,
3643        librdbg/src/powerpc/mcp750/Makefile.am,
3644        librdbg/src/powerpc/mcp750/remdeb.h,
3645        librdbg/src/powerpc/mcp750/remdeb_f.x,
3646        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3647        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3648        new_exception_processing.
3649        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3650        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3651        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3652        part of this effort to add support for the MPC8xx.
3653
36542001-04-19      Joel Sherrill <joel@OARcorp.com>
3655
3656        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3657        internal include files.
3658
36592001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3660
3661        PR 158
3662        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3663        rcmd() library call by commenting out the parts that deal with signals.
3664        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3665        stdio. The 'server-side' parts of this file which deal with
3666        authentication are disabled since they are not needed.
3667
36682001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3669
3670        * libnetworking/include/.cvsignore: Remove dangling file.
3671
36722001-03-14      Joel Sherrill <joel@OARcorp.com>
3673
3674        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3675        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3676        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3677        libchip style serial drivers can be written in libcpu or libbsp.
3678
36792001-03-01      Joel Sherrill <joel@OARcorp.com>
3680
3681        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3682        libchip/network/sonic.c, libchip/network/sonic.h,
3683        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3684        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3685        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3686        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3687        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3688        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3689        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3690        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3691
36922001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3693
3694        * librdbg/include/rdbg/Makefile.am,
3695        librdbg/include/rdbg/i386/Makefile.am,
3696        librdbg/include/rdbg/m68k/Makefile.am,
3697        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3698        style on include files.
3699
37002001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3701
3702        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3703        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3704        replace ${..} with $(..).
3705        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3706        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3707        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3708        libnetworking/rtems/Makefile.am, libnetworking/
3709        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3710        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3711        include_*HEADERS instead of H_FILES.
3712        * libnetworking/include/Makefile.am: Remove.
3713        * libnetworking/Makefile.am: Add handling of *.h files.
3714        * libnetworking/configure.in: Remove include/Makefile.
3715
37162001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3717
3718        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3719
37202001-01-31      Sergei Organov <osv@javad.ru>
3721
3722        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3723        current dir and root dir removed in favor of new libio support for
3724        task-local current and root directories. - Bug in `close_data_socket()'
3725        introduced by previous change fixed. - `command_pasv()' changed to set
3726        timeout on socket we are listening on and code fixed to don't close
3727        socket twice on error. - `serr()' changed to clear `errno'. -
3728        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3729        changed to clear `errno' before processing session. -
3730        `close_data_socket()' fixed to close both active and passive sockets -
3731        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3732        empty string  in `exec_command()'.
3733
37342001-01-25      Eric Norum <eric.norum@usask.ca>
3735
3736        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3737        improves throughput on systems which are dropping packets.   Only the
3738        first timeout is reduced.  This keeps the number of extra packets down
3739        on networks that are very busy and dropping lots of packets.
3740
37412001-01-24      Sergei Organov <osv@javad.ru>
3742
3743        * libnetworking/rtems_servers/ftpd.c,
3744        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3745        - Timeouts on sockets implemented. 'idle' field added to configuration.
3746        No timeout by default to keep backward compatibility. Note: SITE IDLE
3747        command not implemented yet. - Basic global access control implemented.
3748        'access' field added to configuration. No access limitations by default
3749        to keep backward compatibility. - Anchor data socket for active mode
3750        (using self IP and port 20.) - Fixed default data port support (still
3751        not tested). - Don't allow IP address different from originating host in
3752        PORT command to improve security. - Fixed bug in MDTM command. - Check
3753        for correctness of parsing of argument in command_port(). - Fixed
3754        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3755        a directory. - Command parsing a little bit improved: command names are
3756        now converted to upper-case to be more compatible with RFC (command
3757        names are not case-sensitive.) - Reformat comments so that they have
3758        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3759        previous changes - True ASCII mode implemented (doesn't work for hooks
3760        and /dev/null) - Passive mode implemented, PASV command added. - Default
3761        port for data connection could be used (untested, can't find ftp client
3762        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3763        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3764
37652001-01-18      Joel Sherrill <joel@OARcorp.com>
3766
3767        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3768        macro using variable arguments.
3769        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3770        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3771        since I updated the main RTEMS development machine to RedHat 7.2 and
3772        apparently got a new version of rpcgen.
3773
37742001-01-12      Sergei Organov <osv@javad.ru>
3775
3776        * libnetworking/rtems_servers/ftpd.c,
3777        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3778        - use pool of pre-created threads to handle sessions instead of
3779        creating/deleting threads on the fly - LIST output is now similar to
3780        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3781        happy with it. - LIST NAME now works (both for files and directories) -
3782        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3783        clients happy  - keep track of CWD for every session separately -
3784        ability to specify root directory name for FTPD in configuration table.
3785        FTPD will then create illusion for FTP clients that this is actually
3786        root directory. - ignore options sent in commands, thus LIST -al FILE
3787        works and doesn't try to list "-al" directory. - buffers are allocated
3788        on stack instead of heap where possible to eliminate malloc/free calls
3789        (avoid possible heap fragmentation troubles). - drop using of task
3790        notepad to pass parameters - use function arguments instead - use
3791        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3792        in socket() instead of AF_INET.
3793
37942001-01-02      Joel Sherrill <joel@OARcorp.com>
3795
3796        * libnetworking/CHANGELOG: Removed.
3797        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3798
37992000-12-14      Eric Norum <eric.norum@usask.ca>
3800
3801        * libnetworking/lib/tftpDriver.c: Added write capability.
3802
38032000-12-08      Joel Sherrill <joel@OARcorp.com>
3804
3805        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3806        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3807        numerous variable declarations conditional on PPP_COMPRESS and
3808        PPP_FILTER.  Commented out variables that were not used because the code
3809        using them was commented out. Removed totally unused variables.
3810        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3811        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3812
38132000-11-30      Joel Sherrill <joel@OARcorp.com>
3814
3815        * libnetworking/modem/ppp_tty.c: Changed to include
3816        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3817        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3818        * libnetworking/Makefile.am: Modified to reflect above.
3819
38202000-11-27      Joel Sherrill <joel@OARcorp.com>
3821
3822        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3823
38242000-11-25      Eric Norum <eric.norum@usask.ca>
3825
3826        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3827        core.
3828
38292000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3830
3831        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3832        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3833        subdir.
3834        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3835        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3836        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3837        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3838        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3839        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3840        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3841        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3842        ppp_tty.c and the real pppd main is in pppmain.c.
3843
38442000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3845
3846        * libchip/network/sonic.c: Added ipalign() routine to align the received
3847        packet so that the ip header is on a 32-bit boundary. Necessary for
3848        cpu's that do not allow unaligned loads and stores and when the 32-bit
3849        DMA mode is used.
3850
38512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3852
3853        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3854        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3855        ACLOCAL_AMFLAGS.
3856        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3857        ACLOCAL_AMFLAGS.
3858        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3859        ACLOCAL_AMFLAGS.
3860
38612000-11-03      Chris Johns <ccj@acm.org>
3862
3863        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3864        libchip/network/cs8900.h: New files.
3865
38662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3867
3868        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3869        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3870        $(RTEMS_TOPdir)/aclocal.
3871        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3872        $(RTEMS_TOPdir)/aclocal.
3873        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3874        $(RTEMS_TOPdir)/aclocal.
3875
38762000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3877
3878        * configure.in: Switch to GNU-canonicalization.
3879        * Makefile.am: Reflect changes to configure.in.
3880        * acinclude.m4: Remove.
3881
38822000-10-30      Joel Sherrill <joel@OARcorp.com>
3883
3884        * POSIX include files merged into newlib.  This resulted in some
3885        definitions moving to other files and thus some secondary effects in
3886        RTEMS source code.
3887        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3888        in sync with newlib's <machine/types.h>.
3889        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3890        definition of struct itimerval in <sys/time.h>.
3891
38922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3893
3894        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3895        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3896        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3897        * ChangeLog: Fix typos.
3898        * configure.in: add tests to the GNU canonicalized subdirectories.
3899
39002000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3901
3902        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3903        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3904        the lib directory before configuring lib/.
3905
39062000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3907
3908        * configure.in, Makefile.am: add exec to the GNU canonicalized
3909        subdirectories.
3910        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3911        * configure.in: add libnetworking, librpc and librdb to the GNU
3912        canonicalized subdirectories.
3913        * configure.in: add libmisc and libchip to the GNU canonicalized
3914        subdirectories.
3915        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3916        Switch to GNU canonicalization.
3917        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3918        Switch to GNU canonicalization.
3919        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3920        Switch to GNU canonicalization.
3921
39222000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3923
3924        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3925        canonicalization to libfs/. The approach is currently a bit of a hack as
3926        GNU canonicalization does not support the per-BSP build some of the
3927        other directories require.  As more of the tree is converted, this will
3928        become less  of an issue.
3929
39302000-10-20      Joel Sherrill <joel@OARcorp.com>
3931
3932        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3933        parameter.
3934
39352000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3936
3937        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3938        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3939        * librdbg/configure.in: Add m68k support.
3940        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3941        subdirectory.
3942        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3943        failure.
3944        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3945        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3946        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3947        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3948        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3949        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3950        librdbg/src/m68k/.cvsignore: New files.
3951        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3952        function pointers.
3953        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3954        _after_ pointer has been checked against NULL.
3955
39562000-10-18      Joel Sherrill <joel@OARcorp.com>
3957
3958        * wrapup/Makefile.am: Added libfs.
3959
39602000-10-18      Chris Johns <ccj@acm.org>
3961
3962        * libfs created.
3963        * configure.in: Added libfs subdirectory.
3964        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3965
39662000-09-28      Joel Sherrill <joel@OARcorp.com>
3967
3968        * libnetworking/rtems_webserver/Makefile.am,
3969        libnetworking/rtems_webserver/base64.c,
3970        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3971        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3972
39732000-09-22      Joel Sherrill <joel@OARcorp.com>
3974
3975        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3976        libnetworking/rtems/rtems_bsdnet_internal.h,
3977        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3978        have included rtems.h.  It is now including precisely the  least amount
3979        of low level, yet portable .h files to get the basic RTEMS types
3980        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3981        used machine/types.h to include rtems.h.
3982
39832000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3984
3985        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3986
39872000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3988
3989        * libnetworking/ChangeLog: Cleanup.
3990
39912000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3992
3993        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3994        * libchip/ChangeLog: Fix formating.
3995
39962000-09-05      Joel Sherrill <joel@OARcorp.com>
3997
3998        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3999        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
4000        confusion and to work with the converted flags.
4001
40022000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4003
4004        * wrapup/Makefile.am: Include compile.am.
4005        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
4006        libchip/serial/Makefile.am: Include compile.am.
4007        * librdbg/src/i386/any/Makefile.am,
4008        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
4009        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
4010        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
4011        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
4012        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
4013        libnetworking/rtems_servers/Makefile.am,
4014        libnetworking/rtems_webserver/Makefile.am,
4015        libnetworking/wrapup/Makefile.am: Include compile.am.
4016
40172000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
4018
4019        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
4020        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
4021
40222000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4023
4024        * libnetworking/netinet/tcp_input.c: Spelling corrections.
4025
40262000-08-31      Joel Sherrill <joel@OARcorp.com>
4027
4028        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
4029        Antti P Miettinen <antti.p.miettinen@nokia.com>.
4030        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
4031        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
4032        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
4033        * libnetworking/wbase64.c: Removed.
4034        * libnetworking/Makefile.am, libnetworking/asp.c,
4035        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
4036        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
4037        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
4038        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
4039        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
4040        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
4041        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
4042        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
4043        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
4044        Modified.
4045
40462000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4047
4048        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
4049
40502000-08-30      Joel Sherrill <joel@OARcorp.com>
4051
4052        * libnetworking/rtems_webserver/license.txt: New file.
4053
40542000-08-10      Joel Sherrill <joel@OARcorp.com>
4055
4056        * ChangeLog: New file.
4057        * libchip/ChangeLog: New file.
4058        * librdbg/ChangeLog: New file.
4059        * libnetworking/ChangeLog: New file.
4060
Note: See TracBrowser for help on using the repository browser.