source: rtems/c/src/ChangeLog @ 2e710b0d

4.104.115
Last change on this file since 2e710b0d was 2e710b0d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 08:28:17

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

  • aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB.
  • Property mode set to 100644
File size: 153.8 KB
Line 
12009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB.
4
52009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Remove AM_CONDITIONAL MULTILIB.
8        * Makefile.am: Remove BARE_CPU_MODEL.
9
102009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Remove cfg_dir.
13
142009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * configure.ac: Remove -std=c99 -fasm.
17        Remove AM_CONDITIONAL LIBCHIP.
18        * libchip/Makefile.am, wrapup/Makefile.am:
19        Remove AM_CONDITIONAL LIBCHIP.
20
212009-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * configure.ac: Pick up make/custom/*.
24        * aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
25
262009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * wrapup/Makefile.am: Remove AM_CONDITIONAL HAS_LIBBSP.
29        * configure.ac: Remove AM_CONDITIONAL HAS_LIBBSP.
30
312009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * configure.ac: Remove special case lib/libbsp/bare (Abandoned).
34
352009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Remove RTEMS_HOST (unused).
38        * configure.ac: Remove RTEMS_HOST (unused).
39        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
40
412009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for
44        *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
45
462009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * aclocal/canonical-target-name.m4, aclocal/check-networking.m4,
49        aclocal/check-posix.m4, aclocal/enable-posix.m4,
50        aclocal/rtems-cpu-subdirs.m4: Remove posix/unix.
51
522009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * configure.ac: Rework make/custom/* handling.
55        * aclocal/check-custom-bsp.m4: Change *.cfg handling.
56        * Makefile.am: Remove make/custom/default.cfg-rule.
57
582009-10-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
59
60        * libchip/serial/ns16550.c: Enable interrupts during open to avoid
61        NULL pointer access in interrupt handler.
62
632009-10-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
64
65        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Update for block
66        device API change.
67
682009-10-08      Chris Johns <chrisj@rtems.org>
69
70        * libchip/ide/ata.c, c/src/libchip/ide/ata_internal.h: Remove the
71        multiblock support from the ATA driver. Multiblock at the disk
72        level should not be a global policy as a disk may have more than
73        one partition with different block sizes. An IDE driver could
74        decide to use the feature with DMA but this a driver specific
75        design choice. Fixed bugs relating to variable block sizes and
76        large block transfer.
77        * c/src/libchip/ide/ide_controller.c,
78        c/src/libchip/ide/ide_ctrl_cfg.h, c/src/libchip/ide/ide_ctrl_io.h:
79        Changed the block size to 32bits so blocks of 64K or bigger can be
80        transfered in a single driver call.
81
822009-10-05      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * libchip/ide/ata.c: Revert previous change. Not all ARM BSPs use a
85        shared irq.h yet and this breaks a significant number of them.
86
872009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * libchip/ide/ata.c: Use simple vectored CPU macro to select interrupt
90        model.
91
922009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * libchip/serial/z85c30.c, libchip/serial/ns16550.c,
95        libchip/serial/mc68681.c: Reflect termios_baud_to_number having been
96        renamed to rtems_termios_baud_to_number.
97
982009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * libchip/serial/sersupp.h: Remove termios_baud_to_index,
101        termios_baud_to_number (duplicate prototypes).
102        Add C++-guards.
103        Include rtems/termiostypes.h.
104
1052009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
108
1092009-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * aclocal/check-networking.m4: Disable TCP/IP on targets without enough
112        physical address to support BSD TCP/IP stack.
113
1142009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * libchip/network/elnk.c: Convert calls to legacy routine
117        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
118
1192009-08-03      Roger Dahlkvist <ruppe@kth.se>
120
121        * libchip/shmdr/shm_driver.h: nios2 was not accounted for.
122
1232009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * libchip/ide/ata.c: Remove warning.
126
1272009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to
130        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
131        now use the same macros.
132        * aclocal/bsp-bspcleanup-options.m4: New file.
133
1342009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
135
136        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h: Removed
137        obsolete defines and declarations.  Set initial baud during device
138        open.  Fixed interrupt mode.
139
1402009-06-12      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the
143        GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to
144        EINVAL and ENOTTY as appropriate.
145
1462009-05-30      Chris Johns <chrisj@rtems.org>
147
148        * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave
149        devices on an IDE bus and cleaned up the initialisation register
150        call.
151
1522009-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
153
154        * libchip/network/i82586.c: Fix warning in manner suggested by
155        Arnout Vandecappelle <arnout@mind.be> in
156        http://www.rtems.org/pipermail/rtems-users/2009-May/005460.html.
157
1582009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * libchip/network/if_dc.c: Fixed warnings.
161
1622009-05-03      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat
165        as needed.
166
1672009-04-29      Chris Johns <chrisj@rtems.org>
168
169        * libchip/ide/ata.c: Remove a detection test that fails in qemu.
170
171        * libchip/ide/ide_controller.c: Change the status detection and
172        add a message if the transfer fails. There is currently no error
173        handle at the IDE drvier level.
174
1752009-03-12      Daniel Hellstrom <daniel@gaisler.com>
176
177        PR 1392/bsps
178        * libchip/i2c/spi-memdrv.c: SPI Memory driver. Fix but where writes
179        over multiple pages results in extra data being written.
180
1812009-02-27      Gene Smith <gene.smith@siemens.com>
182
183        PR 1356
184        * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC
185        cards.
186
1872009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is
190        enabled on x86.
191
1922009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
193
194        * aclocal/bspopts.m4: Quoting cosmetics.
195
1962009-01-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
197
198        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
199        RTEMS_BLKDEV_CAPABILITIES ioctl which caused invalid multiple block
200        writes.  Fixed integer type in device structure.
201
2022009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
203
204        * libchip/serial/ns16550.c: Turn on ns16550_process() for
205        BSP_FEATURE_IRQ_LEGACY case also.
206
2072008-11-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
208
209        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Removed high
210        level LibI2C interface.  Added generic block IO functions.
211
2122008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
213
214        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
215        optman/rtems/no-msg.c, optman/rtems/no-part.c,
216        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
217        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
218        optman/sapi/no-ext.c, optman/sapi/no-io.c:
219        Revert previous patch (cvs clash with Joel hacking cpukit).
220
2212008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * aclocal/canonical-target-name.m4: Remove tic4x.
224
2252008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * libchip/rtc/ds1375.c: Include <errno.h> instead of <sys/errno.h>.
228
2292008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
232        optman/rtems/no-msg.c, optman/rtems/no-part.c,
233        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
234        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
235        optman/sapi/no-ext.c, optman/sapi/no-io.c:
236        Fix prototypes.
237
2382008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
239
240        * libchip/serial/ns16550_p.h: Remove prototype with no implementation.
241
2422008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
243
244        * libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c,
245        libchip/shmdr/shm_driver.h: Cleanup and remove variables which
246        duplicated data.
247
2482008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
249
250        * optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert SAPI manager and
251        SuperCore Handler initialization routines to directly pull parameters
252        from configuration table.
253
2542008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
255
256        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
257        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
258        optman/rtems/no-part.c, optman/rtems/no-region.c,
259        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
260        optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager
261        initialization routines to directly pull parameters from
262        configuration table. Eliminate empty routines sportted.
263
2642008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
265
266        * libchip/serial/ns16550.c: Add CVS-Id. Fix #define mess.
267
2682008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
269
270        * libchip/network/i82586.c, libchip/network/smc91111config.h: Eliminate
271        all public use of TOD conversion routines.
272
2732008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
274
275        * libchip/network/smc91111config.h:
276        #include <stdint.h> instead of <rtems/stdint.h>.
277
2782008-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
279
280        * aclocal/prog-cc.m4: Use -r instead of -Wl,-r to build *.rels.
281        * aclocal/rtems-cpu-subdirs.m4: Remove obsolete cpus.
282
2832008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
284
285        * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
286
2872008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
288
289        * libchip/serial/ns16550.c: Transmit the character in the polled write
290        function within a critical section for printk() compatibility.
291
2922008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
293
294        * libchip/i2c/spi-sd-card.c: Update for status-checks.h changes.
295
2962008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
297
298        * aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
299
3002008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
301
302        * aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
303
3042008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
305
306        * aclocal/bsp-bootcard-options.m4: Fix quoting.
307
3082008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * aclocal/bsp-bootcard-options.m4: New file.
311        * aclocal/bsp-bootcards-handles-ram-allocation.m4: Removed.
312
3132008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
314
315        * libchip/serial/ns16550.c: Enable interrupt code only for PowerPC or
316        BSPs that support this feature.
317
3182008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
319
320        * libchip/serial/ns16550.c: Fix typo.
321
3222008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
323
324        * libchip/serial/ns16550.c: Fix typo.
325
3262008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
327
328        * libchip/serial/ns16550.c: Add not supported on arm even though it is
329        not simple vectored.
330
3312008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
332
333        * libchip/serial/ns16550.c: Not currently supported on architectures
334        with simple vectored interrupt model.
335
3362008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
337
338        * aclocal/version.m4: Bump RTEMS_API to 4.10.
339        Bump _RTEMS_VERSION to 4.9.99.0.
340
3412008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
342
343        * libchip/rtc/icm7170.c, libchip/rtc/m48t08.c,
344        c/src/libchip/rtc/rtc.h:  Include required header files.  Some internal
345        functions have now static linkage type.  Added constant qualifier to
346        operations table and read-only function parameters.
347
348        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
349        c/src/libchip/serial/serial.h:  Include required header files.  Removed
350        support for old PowerPC exception handling.  Various fixes for
351        interrupt related routines.  Added support for BSPs with IRQ extension
352        API.
353
3542008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
355
356        * libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there
357        is no PCI bus based upon the BSP not having a base address defined.
358        This means this driver cannot be supported on that board.
359
3602008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
361
362        * libchip/network/dec21140.c, libchip/network/elnk.c,
363        libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
364
3652008-09-17      Miao Yan <yanmiaobest@gmail.com>
366
367        * optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
368        add simple device only filesystem (devfs), optionally completely drop
369        out filesystem, and to clean up disabling newlib reentrancy support.
370        This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t
371        now has a 15K code space.
372        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
373        Removed.
374
3752008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
376
377        * libchip/ide/ata.h: Convert to Unix file format.
378
3792008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
380
381        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
382        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
383        libchip/serial/serial.h, libchip/serial/serprobe.c,
384        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
385        Convert to "bool".
386        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
387        libchip/i2c/spi-memdrv.h: Convert to "bool".
388        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
389        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
390        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
391        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
392        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
393        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
394        Convert to "bool".
395        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
396        Convert to "bool".
397        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
398        Convert to "bool".
399
4002008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
401
402        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
403        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
404        memory driver to not use the clock ioctl to install a method to poll
405        for input. It now uses a Class API Timer which means we can eliminate
406        this special IOCTL from all clock drivers.
407        * libchip/shmdr/setckvec.c: Removed.
408
4092008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
410
411        * libchip/network/sonic.c: Do not declare a variable just to hold an
412        ignored return value.
413
4142008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
415
416        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
417
4182008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
419
420        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
421        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
422
4232008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
424
425        * libchip/display/disp_hcms29xx.c: Do not make these static. They
426        appear to be unused that way.
427
4282008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
429
430        * libchip/shmdr/shm_driver.h: Correct prototypes.
431
4322008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
433
434        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
435        variables and made methods static.
436
4372008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
438
439        * libchip/serial/ns16550.c: Fix warning.
440
4412008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
442
443        * aclocal/prog-cc.m4: Add -Wnested-externs.
444
4452008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
446
447        * libchip/network/dec21140.c: Add missing prototype.
448        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
449
4502008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
451
452        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
453        -Wstrict-prototypes to RTEMS_CFLAGS.
454
4552008-08-02      Chris Johns <chrisj@rtems.org>
456
457        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
458        rtems_blkdev_request count and start references. Use
459        RTEMS_BLKDEV_START_BLOCK.
460
4612008-07-29      Chris Johns <chrisj@rtems.org>
462
463        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
464
465        * libchip/ide/ata.c: Change to use a mutex rather than disable
466        pre-emption. Updated to the libblock changes.
467
468        * libchip/ide/ata_internal.h: Updated to the new chains API.
469
470        * libchip/ide/ide_controller.c: Updated to the libblock
471        changes. Added come debug tracing.
472
473        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
474        to the libblock changes.
475
4762008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
477
478        * configure.ac: Remove RPCGEN, RPCTOOLS.
479
4802008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
481
482        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
483        for output format specifiers.
484
4852008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
486
487        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
488        Fixed some data types
489
4902008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
491
492        * libchip/i2c/spi-sd-card.c: Added missing header file.
493        * libchip/Makefile.am: Added SD Card driver.
494
4952008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
496
497        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
498        make glyphs non-constant, added file headers
499
5002008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
501
502        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
503        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
504        * libchip/display/font_hcms29xx.h
505        Creation of SPI display driver
506
5072008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
508
509        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
510        via SPI.
511
5122008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
513
514        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
515        AC_PREREQ(2.62).
516
5172008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
518
519        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
520
5212008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
522
523        * libchip/Makefile.am: Move termios helper routines from libchip to
524        libcsupport. Add routine which makes it easy for a termios device
525        driver to inform termios of its default baud rate. This avoids
526        inconsistencies in later termios settings changes.
527        * libchip/serial/termios_baud2index.c,
528        libchip/serial/termios_baud2num.c: Removed.
529
5302008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
531
532        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
533
5342008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
535
536        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
537        not fail if there are none.
538
5392008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
540
541        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
542        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
543        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
544        * libchip/Makefile.am:
545        derived a generic spi memory driver from spi-flash-m25p40,
546        added descriptor for fram fm25l256
547
5482008-05-07      Till Straumann <strauman@slac.stanford.edu>
549
550        PR 649/bsps
551        * libchip/ide/ata.c: Give up if the interface does not become ready.
552
5532008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
554
555        Moved to cpukit.
556        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
557        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
558        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
559        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
560        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
561        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
562        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
563        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
564        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
565        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
566        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
567        nfsclient/src/xdr_mbuf.c: Removed.
568
5692008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
570
571        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
572
5732008-01-05      Chris Johns <chrisj@rtems.org>
574
575        * libchip/flash/am29lv160.c: Update the blank check error message
576        to say there is an error.
577       
5782007-12-22      Chris Johns <chrisj@rtems.org>
579
580        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
581        the hello message. Just one line but still a little too long.
582       
5832007-12-14      Chris Johns <chrisj@rtems.org>
584
585        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
586        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
587        * libchip/flash, libchip/flash/am29lv160.c,
588        libchip/flash/am29lv160.h: New.
589
5902007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
591
592        * libchip/network/if_fxp.c: Spacing.
593
5942007-11-20      Till Straumann <strauman@slac.stanford.edu>
595
596        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
597        Avoid using 'stdio' before the system is up and fully
598        initialized.
599
6002007-11-20      Till Straumann <strauman@slac.stanford.edu>
601
602        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
603        * libchip/Makefile.am, libchip/preinstall.am:
604        added new driver for Maxim DS1375 i2c RTC.
605
6062007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
607
608        * libchip/i2c/spi-flash-m25p40.c:
609        added addressing call in write function
610
6112007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
612
613        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
614        * libchip/Makefile.am:
615        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
616
6172007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
618
619        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
620
6212007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
622
623        * nfsclient/Makefile.am: Fix errors.
624
6252007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
626
627        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
628
6292007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
630
631        * aclocal/version.m4: Bump RTEMS_API to 4.9.
632        Bump RTEMS_VERSION to 4.8.99.0.
633
6342007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
635
636        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
637
6382007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
639
640        * configure.ac: Remove AC_PROG_AWK (Unused).
641
6422007-09-14      Daron Chabot <djc915@mail.usask.ca>
643
644        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
645        rtems_interrupt_vector, to permit passing arbitrary arguments to the
646        ISR. Clean up of variables to silence compiler warnings.
647
6482007-09-13      Daniel Hellstrom <daniel@gaisler.com>
649
650        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
651
6522007-09-12      Daniel Hellstrom <daniel@gaisler.com>
653
654        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
655          - Odd bit bug in some chips taken care of.
656          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
657            alignment but failing to do so must have made the driver writer to make
658            some incorrect assumptions about MBUFs.
659          - Fixed MBUF handling to handle mbuf chains better. The Data length of
660            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
661          - Made while loop responsible for copying data to fifo port copy 16 shorts
662            per loop instead of 1 short, increasing the copying process.
663
6642007-09-07      Daniel Hellstrom <daniel@gaisler.com>
665
666        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
667        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
668
6692007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
670
671        * configure.ac, wrapup/Makefile.am: Remove RDBG.
672        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
673        librdbg/Makefile.am, librdbg/preinstall.am,
674        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
675        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
676        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
677        librdbg/include/rdbg/powerpc/rdbg_f.h,
678        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
679        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
680        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
681        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
682        librdbg/src/servtsp.c, librdbg/src/servutil.c,
683        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
684        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
685        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
686        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
687        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
688        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
689        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
690        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
691        librdbg/src/powerpc/rdbg_f.c,
692        librdbg/src/powerpc/new_exception_processing/remdeb.h,
693        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
694        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
695        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
696
6972007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
698
699        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
700
7012007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
702
703        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
704          sizes.
705
7062007-07-27      Chris Johns <chrisj@rtems.org>
707
708        * wrapup/Makefile.am: Create archive from a file for hosts
709        with a limited command line size.
710
7112007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
712
713        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
714          sizes.
715
7162007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
717       
718        * configure.ac: Add nfsclient.
719        * nfsclient/Makefile.am: New.
720        * nfsclient/proto/Makefile, nfsclient/Makefile,
721          nfsclient/src/Makefile: Remove.
722        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
723        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
724
7252007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
726
727        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
728        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
729        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
730        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
731        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
732        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
733        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
734        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
735        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
736        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
737        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
738        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
739
7402007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
741
742        * libchip/serial/ns16550.c: removed timed out wait for transmitter
743        to become ready: This will not work for fast CPUs.
744
7452007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
746
747        * libchip/ide/ata.c: fixed warning
748
7492007-06-20      Ray Xu <rayx@gmail.com>
750
751        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
752        console, and libio. This shrinks the memory requirements but Joel has
753        not figured out how best to present this to application space.
754        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
755        New files.
756
7572007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
758
759        * optman/sapi/no-io.c: Split IO Manager into one function per file so
760        now we only need required initialization methods.
761
7622007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
763
764        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
765        parameter since it was used to configure a no longer used feature.
766        Device names are now part of the filesystem not in a table.
767
7682007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
769
770        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
771        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
772        optman/rtems/no-part.c, optman/rtems/no-region.c,
773        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
774        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
775        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
776        other optional managers so using them reduces application size
777        instead of increasing it.
778        * optman/rtems/no-barrier.c: New file.
779
7802007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
781
782        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
783        adjustments to pci-API changes.
784        * libchip/network/dec21140.c, libchip/network/elnk.c,
785        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
786        changes.
787
7882007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
789
790        * libchip/network/dec21140.c, libchip/network/if_dc.c,
791        libchip/network/if_fxp.c: Reflect changes to pci-API.
792
7932007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
794
795        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
796        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
797
7982007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
799
800        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
801          being used to compile "tools").
802
8032007-03-13      Joel Sherrill <joel@OARcorp.com>
804
805        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
806
8072007-03-12      Joel Sherrill <joel@OARcorp.com>
808
809        * libchip/network/cs8900.c, libchip/network/cs8900.h,
810        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
811        and/or fix mistake in copyright notice. Both of these mistakes appear
812        to be from code submitted after these changes were made previously.
813
8142007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
815
816        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
817
8182007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
819
820        * libchip/Makefile.am: Correct path to README.tulipclone.
821
8222007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
823
824        * libchip/ide/ata.c: Remove superfluous type casts.
825
8262007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
827
828        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
829        Use size_t for sizes.
830
8312007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
832
833        * libchip/ide/ata.c: in ata_request_done: moved call to free()
834        from preemption disabled region
835
8362007-01-16      Till Straumann <strauman@slac.stanford.edu>
837
838        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
839        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
840        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
841
8422006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
843
844        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
845          ioctl_command_t as ioctl argument.
846
8472006-12-13      Joel Sherrill <joel@OARcorp.com>
848
849        * librtems++/include/rtems++/rtemsEvent.h,
850        librtems++/include/rtems++/rtemsMessageQueue.h,
851        librtems++/include/rtems++/rtemsSemaphore.h,
852        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
853        librtems++/src/rtemsMessageQueue.cc,
854        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
855        rtems_unsigned32 to uint32_t.
856
8572006-12-13      Joel Sherrill <joel@OARcorp.com>
858
859        PR 1181/bsps
860        * optman/rtems/no-msg.c: Clean up dead code.
861
8622006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
863
864        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
865
8662006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
867
868        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
869        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
870        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
871
8722006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
873
874        * configure.ac: New BUG-REPORT address.
875
8762006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
877
878        * Makefile.am: Remove ampolish3.
879
8802006-11-17      Joel Sherrill <joel@OARcorp.com>
881
882        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
883        blank lines.
884
8852006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
886
887        * configure.ac: Remove RTEMS_AMPOLISH3.
888        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
889          Remove checks for AMPOLISH3.
890        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
891        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
892        * ampolish3: Remove.
893
8942006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
895
896        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
897        * aclocal/prog-cc.m4: Remove CFLAGS.
898        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
899        Compose CFLAGS. Append CFLAGS to ac_configure_args.
900
9012006-10-23      Joel Sherrill <joel@OARcorp.com>
902
903        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
904
9052006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
906
907        * automake/compile.am: Use hard-coded RTEMS_* flags.
908
9092006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
910
911        * aclocal/rtems-top.m4: Remove RTEMS_API.
912        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
913
9142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
915
916        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
917
9182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
919
920        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
921
9222006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
923
924        * aclocal/version.m4: Bump version to 4.7.99.0.
925
9262006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
927
928        * configure.ac: Require autoconf-2.60. Require automake-1.10.
929
9302006-09-11      Joel Sherrill <joel@OARcorp.com>
931
932        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
933
9342006-09-04      Joel Sherrill <joel@OARcorp.com>
935
936        * libchip/network/greth.c, libchip/network/open_eth.c,
937        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
938        introduced by warning removal.
939
9402006-09-01      Joel Sherrill <joel@OARcorp.com>
941
942        * libchip/network/greth.c, libchip/network/open_eth.c,
943        libchip/network/smc91111.c: Remove warnings and correct prototype
944        added earlier today.
945
9462006-09-01      Joel Sherrill <joel@OARcorp.com>
947
948        * libchip/network/cs8900.c, libchip/network/greth.c,
949        libchip/network/i82586.c, libchip/network/open_eth.c,
950        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
951        sized integers, and inttypes.h printf helpers.
952
9532006-08-09      Kolja Waschk <waschk@telos.de>
954
955        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
956
9572006-07-12      Joel Sherrill <joel@OARcorp.com>
958
959        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
960
9612006-07-11      Jerry Needell <jerry.needell@unh.edu>
962
963        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
964        4.6 branch.  Original modifications by Gaisler Enterprises.
965        * libchip/network/greth.c, libchip/network/greth.h: New files.
966
9672006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
968
969        * ide/ata.[ch]:
970        (PR1118) fetch priority for ATA task from a variable,
971        not a fixed configuration value.
972       
9732006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
974
975        * Makefile.am: Add ampolish3.
976
9772006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
978
979        * ampolish3: New.
980        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
981
9822006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
983
984        * aclocal/rtems-ampolish.m4: New.
985        * configure.ac: Use RTEMS_AMPOLISH3.
986
9872006-04-18  Joel Sherrill <joel@OARcorp.com>
988
989        * aclocal/version.m4: Updated to rtems-4.6.99.3.
990
9912006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
992
993        PR 853/filesystem
994        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
995        should be modified to support the new exception scheme and to use the
996        handle parameter.
997
9982006-02-a32     Eric Norum <norume@aps.anl.gov>
999
1000        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
1001        "newer" PCI access calls.  Minor cleanups.  Comments.
1002
10032006-01-12      Eric Norum <norume@aps.anl.gov>
1004
1005        PR 861/networking
1006        PR 863/networking
1007        * libchip/network/smc91111.c: Fix illegal lvalue increments.
1008
10092006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
1010
1011        * wrapup/Makefile.am: Add preinstall.am.
1012        * libchip/Makefile.am: Build libchip/network/smc91111.
1013        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
1014        Eliminate cyg_int* crap.
1015
10162006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1017
1018        * librdbg/Makefile.am: Add preinstall.am.
1019        * aclocal/bsp-configure.m4: Add ampolish3.
1020        New header guards.
1021
10222006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1023
1024        * libchip/network/open_eth.c, libchip/network/open_eth.h:
1025        Merger from rtems-4-6-branch.
1026
10272006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1028
1029        * libchip/network/smc91111.c
1030        libchip/network/smc91111config.h
1031        libchip/network/smc91111exp.h
1032        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
1033        * libchip/Makefile.am: Reflect adding smc91111*.
1034
10352006-01-08      Joel Sherrill <joel@OARcorp.com>
1036
1037        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
1038        char *.
1039
10402006-01-08      Joel Sherrill <joel@OARcorp.com>
1041
1042        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
1043        warnings.
1044
10452005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
1046
1047        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
1048        Add RTEMS_RELLDFLAGS.
1049        * automake/compile.am: Remove RTEMS_USE_GCC.
1050        Remove RTEMS_RELLDFLAGS.
1051        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
1052
10532005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
1054
1055        * libchip/network/if_media.h, libchip/network/mii.h:
1056        Remove (Moved to cpukit).
1057        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
1058        and libchip/network/if_media.h.
1059        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
1060        if_media.h having moved.
1061
10622005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1063
1064        * automake/compile.am, automake/host.am, automake/local.am,
1065        automake/subdirs.am: Remove depend.
1066        * configure.ac: Explicitly pass --libdir and --includedir to
1067        testsuites.
1068
10692005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1070
1071        * configure.ac: Reflect changes to testsuites.
1072
10732005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1074
1075        * automake/compile.am: Remove GCCSPECS.
1076        * aclocal/prog-cc.m4: Add GCCSPECS.
1077        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
1078
10792005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1080
1081        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
1082        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
1083
10842005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1085
1086        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
1087        libcpu/byteorder.h for i386.
1088
10892005-11-02      Till Straumann <strauman@slac.stanford.edu>
1090
1091        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
1092        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
1093        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
1094        added a simple API/library for i2c devices and drivers for i2c
1095        2-byte eeproms and a ds1621 temperature sensor; API is documented
1096        in libi2c.h.
1097
10982005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1099
1100        * libnetworking/pppd/ipxcp.c,
1101        libnetworking/pppd/chat.c,
1102        libnetworking/pppd/patchlevel.h,
1103        libnetworking/pppd/upap.h,
1104        libnetworking/pppd/md5.h,
1105        libnetworking/pppd/pppd.8,
1106        libnetworking/pppd/README,
1107        libnetworking/pppd/preinstall.am,
1108        libnetworking/pppd/md4.h,
1109        libnetworking/pppd/magic.c,
1110        libnetworking/pppd/pppd.h,
1111        libnetworking/pppd/demand.c,
1112        libnetworking/pppd/rtemsmain.c,
1113        libnetworking/pppd/sys-rtems.c,
1114        libnetworking/pppd/ipcp.h,
1115        libnetworking/pppd/lcp.h,
1116        libnetworking/pppd/chap_ms.c,
1117        libnetworking/pppd/md4.c,
1118        libnetworking/pppd/rtemspppd.h,
1119        libnetworking/pppd/cbcp.h,
1120        libnetworking/pppd/auth.c,
1121        libnetworking/pppd/lcp.c,
1122        libnetworking/pppd/example/README,
1123        libnetworking/pppd/example/ppp.conf,
1124        libnetworking/pppd/example/system.h,
1125        libnetworking/pppd/example/netconfig.h,
1126        libnetworking/pppd/example/pppdapp.c,
1127        libnetworking/pppd/example/init.c,
1128        libnetworking/pppd/example/Makefile-user,
1129        libnetworking/pppd/example/pppd.options,
1130        libnetworking/pppd/rtemspppd.c,
1131        libnetworking/pppd/ipxcp.h,
1132        libnetworking/pppd/chap_ms.h,
1133        libnetworking/pppd/options.c,
1134        libnetworking/pppd/magic.h,
1135        libnetworking/pppd/chap.h,
1136        libnetworking/pppd/cbcp.c,
1137        libnetworking/pppd/upap.c,
1138        libnetworking/pppd/chap.c,
1139        libnetworking/pppd/Makefile.am,
1140        libnetworking/pppd/ccp.h,
1141        libnetworking/pppd/utils.c,
1142        libnetworking/pppd/rtemsdialer.h,
1143        libnetworking/pppd/fsm.h,
1144        libnetworking/pppd/pathnames.h,
1145        libnetworking/pppd/md5.c,
1146        libnetworking/pppd/fsm.c,
1147        libnetworking/pppd/ipcp.c,
1148        libnetworking/pppd/STATUS,
1149        libnetworking/pppd/ccp.c,
1150        libnetworking/Makefile.am: Remove (Moved to cpukit).
1151
11522005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1153
1154        * configure.ac: Remove libnetworking, libnetworking/pppd.
1155        * wrapup/Makefile.am: Remove libpppd.a.
1156
11572005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1158
1159        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
1160        rtemsdialer.h to $(includedir)/rtems.
1161
11622005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1163
1164        * libnetworking/rtems_telnetd/icmds.c,
1165        libnetworking/rtems_telnetd/Makefile.am,
1166        libnetworking/rtems_telnetd/preinstall.am,
1167        libnetworking/rtems_telnetd/pty.c,
1168        libnetworking/rtems_telnetd/pty.h,
1169        libnetworking/rtems_telnetd/README,
1170        libnetworking/rtems_telnetd/telnetd.c,
1171        libnetworking/rtems_telnetd/telnetd.h:
1172        Remove (Moved to cpukit).
1173
11742005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1175
1176        * configure.ac: Remove libnetworking/rtems_telnetd.
1177        * libnetworking/Makefile.am: Remove rtems_telnetd.
1178        * libnetworking/README: Remove (Obsolete).
1179        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
1180
11812005-10-20  Eric Norum <norume@aps.anl.gov>
1182
1183        * libchip/network/dec21140.c: Clean up PCI mapping.
1184
11852005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
1186
1187        * libnetworking/pppd/Makefile.am: Use preinstall.am.
1188        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
1189        librdbg/src/servrpc.c, librdbg/src/servtgt.c
1190        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
1191        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
1192        * configure.ac: Move optman to the end of BSP_SUBDIRS.
1193
11942005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1195
1196        * aclocal/bspopts.m4: Add missing m4 quotes.
1197
11982005-09-02  Joel Sherrill <joel@OARcorp.com>
1199
1200    * aclocal/version.m4: Updated to rtems-4.6.99.2.
1201
12022005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
1203
1204        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
1205        libchip/network/dec21140.c: Remove initialization of PCI bus.
1206
12072005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
1208
1209        * optman/Makefile.am: Add preinstall.am.
1210
12112005-07-18      Karel Gardas <kgardas@objectsecurity.com>
1212
1213        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
1214        UNTESTED to tested.
1215
12162005-06-17      Joel Sherrill <joel@OARcorp.com>
1217
1218        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
1219        it is not supported by the MPC5xx.
1220
12212005-06-17      Joel Sherrill <joel@OARcorp.com>
1222
1223        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
1224        interface. Also correct attempting to build on other than PowerPC and
1225        x86.
1226
12272005-06-16      Daron Chabot <daron@nucleus.usask.ca>
1228
1229        * libchip/Makefile.am: Add driver for Tulip clones.
1230        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
1231        libchip/network/if_dcreg.h: New files.
1232
12332005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1234
1235        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
1236        to enable rdbg.
1237        * configure.ac: Reflect changes above.
1238
12392005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
1240
1241        * configure.ac: Add ada/.
1242
12432005-05-20      Sergei Organov  <osv@topconrd.ru>
1244
1245        PR 750/networking
1246        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
1247        wait_input().
1248
12492005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
1250
1251        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
1252        rtems/irq.h.
1253
12542005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1255
1256        * libchip/Makefile.am: Include preinstall.am.
1257        * libchip/preinstall.am: New.
1258
12592005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1260
1261        * configure.ac: Add AMPOLISH3.
1262        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
1263        * libnetworking/rtems_telnetd/preinstall.am: New.
1264        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
1265
12662005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1267
1268        * configure.ac: Let enable_rpcgen default to "no".
1269
12702005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1271
1272        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
1273
12742005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1275
1276        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
1277        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
1278
12792005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1280
1281        * libchip/network/dec21140.c, libchip/network/elnk.c,
1282        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
1283
12842005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
1285
1286        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
1287        of code as a result of the implementation of a common PCI interface.
1288
12892005-05-04      Joel Sherrill <joel@OARcorp.com>
1290
1291        * libchip/network/open_eth.c: Remove prototype of set_vector.
1292
12932005-05-03      Joel Sherrill <joel@OARcorp.com>
1294
1295        * librdbg/src/ptrace.c: Remove warning.
1296
12972005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
1298
1299        * libchip/network/dec21140.c, libchip/network/elnk.c,
1300        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
1301        Modified parameter list to remove warnings.
1302
13032005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
1304
1305        * libchip/network/cs8900.c, libchip/network/i82586.c,
1306        libchip/network/open_eth.c, libchip/network/sonic.c,
1307        libchip/serial/mc68681.c: Modified types to remove
1308        warnings.  Added initialization to remove warnings.
1309
13102005-04-28      Joel Sherrill <joel@OARcorp.com>
1311
1312        * libchip/network/README.sonic: Rewritten to account for removal of
1313        dmv177.
1314
13152005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
1316
1317        PR 781/rtems_misc
1318        * libchip/serial/ns16550_p.h: Fix baud rate calculation
1319
13202005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
1321
1322        * libchip/serial/ns16550.c:
1323        Fixed warnings generated in various powerpc configurations
1324
13252005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
1326
1327        * libchip/serial/ns16550.c: Modified
1328        ISR to work with PPC new exception processing
1329
13302005-03-14      Joel Sherrill <joel@OARcorp.com>
1331
1332        * libchip/network/dec21140.c, libchip/network/elnk.c,
1333        libchip/network/if_fxp.c: Continue PCI API unification. All use
1334        pci_find_device(). Network drivers manufacture a signature since all
1335        calls have not been converted yet.
1336
13372005-03-04      Joel Sherrill <joel@OARcorp.com>
1338
1339        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
1340        initialize function part of the unified PCI API as pci_initialize().
1341
13422005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1343
1344        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
1345        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
1346
13472005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1348
1349        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
1350        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
1351
13522005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1353
1354        * aclocal/ppc.m4: Reflect changes to ppc exception processing
1355        building procedures.
1356
13572005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1358
1359        * aclocal/prog-cc.m4:
1360        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1361
13622005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1363
1364        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1365
13662005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1367
1368        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1369
13702005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1371
1372        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1373
13742005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1375
1376        * libnetworking/rtems_servers/ftp.c,
1377        libnetworking/rtems_servers/ftp.h,
1378        libnetworking/rtems_servers/Makefile.am:
1379        Remove (relocated to cpukit/ftpd).
1380        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1381        removed move libnetworking/rtems_servers.
1382
13832005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1384
1385        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1386
13872005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1388
1389        PR 755/rtems
1390        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1391        Remove local declarations of rtems_bsdnet_nameservers,
1392        rtems_bsdnet_nameservers_count.
1393
13942005-01-31      Sergei Organov <osv@topconrd.ru>
1395
1396        PR 751/pppd
1397        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1398        committed to fix PR736 breaks pppd. chat.c should have its own static
1399        ttyfd for pppd to work correctly. The symptom is that second
1400        invokation of chat (for connect script) fails due to pppd_ttyfd set
1401        to -1 by previous chat invokation (for init script). In addition,
1402        this patch fixes leaving of dangling pointer in the abort_stbring[]
1403        by chat_send().
1404
14052005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1406
1407        * configure.ac: Remove CFLAGS_DEBUG_V.
1408        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1409
14102005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1411
1412        * wrapup/Makefile.am: Remove rtems-ctor.o.
1413
14142005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1415
1416        * libchip/rtc/rtc.h: size_t RTC_Count.
1417
14182005-01-20      Joel Sherrill <joel@OARcorp.com>
1419
1420        PR 736/pppd
1421        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1422        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1423        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1424        should not be static and should have a name more specific to pppd.
1425
14262005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1427
1428        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1429        libnetworking/rtems_servers/Makefile.am,
1430        libnetworking/rtems_telnetd/Makefile.am,
1431        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1432        Eliminate CFLAGS_OPTIMIZE_V.
1433
14342005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1435
1436        * configure.ac: Pass CFLAGS to testsuites configure.
1437        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1438        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1439
14402005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1441
1442        * configure.ac: Pass CFLAGS to cpukit configure.
1443        * aclocal/rtems-flags.m4: Remove (Unused).
1444        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1445        * aclocal/env-rtemsbsp.m4:
1446        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1447        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1448        RTEMS_CFLAGS.
1449        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1450        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1451        Cleanup comments.
1452
14532005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1454
1455        * automake/compile.am: Remove build-variant support.
1456
14572005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1458
1459        * libnetworking/pppd/Makefile.am,
1460        libnetworking/rtems_servers/Makefile.am,
1461        libnetworking/rtems_telnetd/Makefile.am:
1462        Remove build-variant support.
1463
14642005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1465
1466        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1467        support/Makefile.am, wrapup/Makefile.am:
1468        Remove build-variant support.
1469
14702004-11-22      Joel Sherrill <joel@OARcorp.com>
1471
1472        * libchip/network/if_fxp.c: Add entry for another module ID code.
1473
14742004-11-22      Joel Sherrill <joel@OARcorp.com>
1475
1476        PR 693/misc
1477        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1478        in/outport routines.
1479
14802004-11-22      Joel Sherrill <joel@OARcorp.com>
1481
1482        PR 693/misc
1483        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1484        in/outport routines.
1485
14862004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1487
1488        * aclocal/enable-itron.m4: Remove (unused).
1489
14902004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1491
1492        * configure.ac: Misc. quoting cleanups.
1493        Enable ada-tests iff --enable-ada and --enable-tests.
1494
14952004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1496
1497        PR 703/filesystem
1498        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1499        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1500        libchip/ide/ide_controller.c:
1501        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1502        available for BSPS/device drivers.
1503        Extend the "modes_available" and "mode_active" parameters to
1504        uint16_t for UDMA support.
1505
15062004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1507
1508        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1509        not supported on PowerPC since it works on the MVME2100 BSP.
1510
15112004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1512
1513        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1514        Add dependency tracking for *.cfgs.
1515        * Makefile.am: Add dependency tracking for *.cfg.
1516
15172004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1518
1519        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1520        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1521
15222004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1523
1524        PR 707/make_build
1525        * configure.ac: Add --enable-rpcgen.
1526
15272004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1528
1529        PR 700/rtems_misc
1530        * libnetworking/rtems_webserver/asp.c,
1531        libnetworking/rtems_webserver/balloc.c,
1532        libnetworking/rtems_webserver/cgi.c,
1533        libnetworking/rtems_webserver/default.c,
1534        libnetworking/rtems_webserver/ej.h,
1535        libnetworking/rtems_webserver/ejIntrn.h,
1536        libnetworking/rtems_webserver/ejlex.c,
1537        libnetworking/rtems_webserver/ejparse.c,
1538        libnetworking/rtems_webserver/emfdb.c,
1539        libnetworking/rtems_webserver/emfdb.h,
1540        libnetworking/rtems_webserver/form.c,
1541        libnetworking/rtems_webserver/handler.c,
1542        libnetworking/rtems_webserver/h.c,
1543        libnetworking/rtems_webserver/license.txt,
1544        libnetworking/rtems_webserver/Makefile.am,
1545        libnetworking/rtems_webserver/md5c.c,
1546        libnetworking/rtems_webserver/md5.h,
1547        libnetworking/rtems_webserver/mime.c,
1548        libnetworking/rtems_webserver/misc.c,
1549        libnetworking/rtems_webserver/NOTES,
1550        libnetworking/rtems_webserver/ringq.c,
1551        libnetworking/rtems_webserver/rom.c,
1552        libnetworking/rtems_webserver/rtems_webserver.h,
1553        libnetworking/rtems_webserver/security.c,
1554        libnetworking/rtems_webserver/sock.c,
1555        libnetworking/rtems_webserver/socket.c,
1556        libnetworking/rtems_webserver/sockGen.c,
1557        libnetworking/rtems_webserver/sym.c,
1558        libnetworking/rtems_webserver/uemf.c,
1559        libnetworking/rtems_webserver/uemf.h,
1560        libnetworking/rtems_webserver/um.c,
1561        libnetworking/rtems_webserver/um.h,
1562        libnetworking/rtems_webserver/umui.c,
1563        libnetworking/rtems_webserver/url.c,
1564        libnetworking/rtems_webserver/value.c,
1565        libnetworking/rtems_webserver/wbase64.c,
1566        libnetworking/rtems_webserver/webcomp.c,
1567        libnetworking/rtems_webserver/webmain.c,
1568        libnetworking/rtems_webserver/webpage.c,
1569        libnetworking/rtems_webserver/webrom.c,
1570        libnetworking/rtems_webserver/webs.c,
1571        libnetworking/rtems_webserver/websda.c,
1572        libnetworking/rtems_webserver/websda.h,
1573        libnetworking/rtems_webserver/webs.h,
1574        libnetworking/rtems_webserver/websSSL.c,
1575        libnetworking/rtems_webserver/websSSL.h,
1576        libnetworking/rtems_webserver/websuemf.c,
1577        libnetworking/rtems_webserver/wsIntrn.h:
1578        Remove (Moved to cpukit/http).
1579
15802004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1581
1582        PR 700/rtems_misc
1583        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1584        Remove libnetworking/rtems_webserver.
1585
15862004-10-25      Eric Norum <norume@aps.anl.gov>
1587
1588        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1589
15902004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1591
1592        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1593
15942004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1595
1596        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1597        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1598
15992004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1600
1601        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1602
16032004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1604
1605        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1606        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1607
16082004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1609
1610        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1611        BITSPERBYTE.
1612
16132004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1614
1615        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1616        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1617
16182004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1619
1620        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1621
16222004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1623
1624        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1625        * aclocal/enable-bare.m4: Remove.
1626        * configure.ac: Remove BARE_CPU_MODEL.
1627
16282004-10-13      Eric Norum <norume@aps.anl.gov>
1629
1630        PR 688/bsps
1631        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1632        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1633        MC146818A (and several Dallas Semiconductor) TOD chips.
1634
16352004-10-13      Eric Norum <norume@aps.anl.gov>
1636
1637        PR 686/networking
1638        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1639        device code.
1640
16412004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1642
1643        * libchip/network/dec21140.c: include <rtems/pci.h>.
1644
16452004-09-29      Joel Sherrill <joel@OARcorp.com>
1646
1647        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1648        libnetworking/pppd/utils.c: i960 obsoleted and all references
1649        removed.
1650
16512004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1652
1653        PR 607/networking
1654        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1655        instead of fully specifying unused PCI features.
1656
16572004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1658
1659        * configure.ac: Require automake > 1.9.
1660
16612004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1662
1663        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1664
16652004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1666
1667        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1668        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1669
16702004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1671
1672        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1673        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1674
16752004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1676
1677        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1678
16792004-07-28  Joel Sherrill <joel@OARcorp.com>
1680
1681    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1682
16832004-07-25      Joel Sherrill <joel@OARcorp.com>
1684
1685        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1686
16872004-05-21  Till Strauman <strauman@slac.stanford.edu>
1688
1689        PR 625/networking
1690        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1691        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1692        an error rather than panic if no chip is detected (thus allowing
1693        for probing).
1694        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1695        instead of looping forever.  Avoid divide by zero (crashed my PC).
1696        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1697        they are UNTESTED.
1698
16992004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1700
1701        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1702
17032004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1704
1705        * libchip/network/dec21140.c, libchip/network/elnk.c:
1706        #include <errno.h>.
1707
17082004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1709
1710        * libchip/network/if_media.h: Update from FreeBSD.
1711        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1712        libchip/network/i82586.c: #include <errno.h>.
1713
17142004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1715
1716        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1717
17182004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1719
1720        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1721
17222004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1723
1724        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1725        automake).
1726
17272004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1728
1729        PR 599/pppd
1730        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1731
17322004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1733
1734        * optman/rtems/no-region.c: Reflect having changed
1735        rtems_region_get_segment_size.
1736
17372004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1738
1739        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1740        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1741        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1742        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1743        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1744        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1745        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1746
17472004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1748
1749        * libchip/ide/ata.c, libchip/network/dec21140.c,
1750        libchip/network/elnk.c, libchip/network/i82586.c,
1751        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1752        libchip/network/open_eth.c, libchip/network/sonic.c,
1753        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1754        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1755        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1756        libchip/shmdr/shm_driver.h: Cosmetics.
1757
17582004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1759
1760        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1761        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1762        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1763        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1764        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1765        fixed size types.
1766
17672004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1768
1769        * configure.ac: Explicitly pass --includedir and --libdir to
1770        cpukit/configure.
1771
17722004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1773
1774        * librdbg/Makefile.am: Fix rpcgen rules.
1775        * librdbg/src/i386/any/remdeb_xdr.c,
1776        librdbg/src/m68k/any/remdeb_xdr.c,
1777        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1778        Reflect changes to librdbg/Makefile.am.
1779
17802004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1781
1782        * configure.ac: Reflect changes testsuites/configure.ac and
1783        cpukit/configure.ac.
1784
17852004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1786
1787        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1788        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1789
17902004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1791
1792        * configure.ac: Reflect changes to testsuites's configuration.
1793
17942004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1795
1796        PR/589 rtems
1797        * libchip/network/pci.h: Remove (Moved to cpukit).
1798
17992004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1800
1801        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1802        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1803        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1804        libchip/network/dec21140.c, libchip/network/elnk.c,
1805        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1806        libchip/network/open_eth.h, libchip/network/sonic.c,
1807        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1808        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1809        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1810        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1811        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1812        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1813        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1814        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1815        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1816        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1817        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1818        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1819        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1820        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1821        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1822        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1823        fixed-size types.
1824
18252004-03-14      Chris Johns  <chrisj@rtems.org>
1826
1827        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1828        the BSP example code.
1829        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1830        support the DIMMPC. This is a pc386 target with IO port support. Minor
1831        formating clean up. Add documentation to the header file.
1832        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1833        cs8900.h header file.
1834
18352004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1836
1837        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1838        Cosmetics.
1839
18402004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1841
1842        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1843        There are no application level Makefiles in here.
1844
18452004-03-04      Joel Sherrill <joel@OARcorp.com>
1846
1847        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1848        they can be used in application level makefiles.
1849
18502004-03-05      Joel Sherrill <joel@OARcorp.com>
1851
1852        * libnetworking/rtems_webserver/ejparse.c,
1853        libnetworking/rtems_webserver/emfdb.c,
1854        libnetworking/rtems_webserver/sock.c,
1855        libnetworking/rtems_webserver/socket.c,
1856        libnetworking/rtems_webserver/sym.c,
1857        libnetworking/rtems_webserver/webs.c,
1858        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
18592004-03-05      Joel Sherrill <joel@OARcorp.com>
1860
1861        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1862        compiling this file only only those CPU families with supported
1863        exception models.
1864
18652004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1866
1867        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1868        testsuites (Was exposed with --enable-multilib, only).
1869        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1870         Add RTEMS_BSP_CONFIG_SUBDIR.
1871        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1872        testsuites's configure.
1873        * aclocal/rtems-top.m4: Remove ENDIF hack.
1874        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1875
18762004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1877
1878        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1879        wrapup/Makefile.am: Fix automake problems having been introduced
1880        in previous patch.
1881
18822004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1883
1884        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1885        Preinstall dirs.
1886        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1887        * aclocal/check-multiprocessing.m4: Cosmetics.
1888        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1889        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1890
18912004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1892
1893        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1894        librdbg/src/Makefile.am.
1895        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1896        * configure.ac: Reflect changes above.
1897        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1898        * wrapup/Makefile.am: Reflect changes above.
1899        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1900
19012004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1902
1903        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1904
19052004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1906
1907        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1908
19092004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1910
1911        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1912
19132004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1914
1915        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1916        librdbg/src/powerpc/Makefile.am: Remove.
1917        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1918        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1919        * configure.ac: Reflect changes above.
1920
19212004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1922
1923
19242004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1925
1926        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1927        STRIP.
1928
19292004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1930
1931        * librdbg/include/Makefile.am: Merge-in
1932        librdbg/include/rdbg/i386/Makefile.am,
1933        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1934        librdbg/include/rdbg/powerpc/Makefile.am.
1935        * librdbg/include/rdbg/i386/Makefile.am,
1936        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1937        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1938        * configure.ac: Reflect changes above.
1939
19402004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1941
1942        * configure.ac: Use AS_HELP_STRING(ada).
1943
19442004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1945
1946        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1947        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1948        Use AC_CONFIG_HEADERS.
1949        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1950        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1951
19522004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1953
1954        * Makefile.am: include local.am.
1955
19562004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1957
1958        * aclocal/version.m4: 4.6.99.0.
1959
19602004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1961
1962        * Makefile.am: Don't include host.am.
1963        * automake/compile.am: Further cleanups.
1964
19652004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1966
1967        * automake/lib.am: Remove (Unused).
1968
19692004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1970
1971        * wrapup/Makefile.am: Don't include lib.am.
1972        * automake/compile.am: Use automake compilation rules.
1973
19742004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1975
1976        * libnetworking/pppd/Makefile.am,
1977        libnetworking/rtems_servers/Makefile.am,
1978        libnetworking/rtems_telnetd/Makefile.am,
1979        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1980        support/Makefile.am: Don't include lib.am.
1981
19822004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1983
1984        * libchip/Makefile.am: Don't include lib.am.
1985        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1986        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1987        unnecessary EXTRA_DISTs.
1988
19892004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1990
1991        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1992        hack.
1993
19942004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1995
1996        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1997        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1998        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1999        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
2000
20012004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2002
2003        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
2004        Add AM_CONDITIONAL(HAS_MP).
2005        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
2006        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
2007        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2008        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2009        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2010        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
2011        (Deprecated by autoconf 2.59).
2012
20132004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2014
2015        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2016        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2017
20182004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2019
2020        * ChangeLog: Merge-in libnetworking/ChangeLog.
2021        * libnetworking/ChangeLog: Remove.
2022        * ChangeLog: Merge-in librdbg/ChangeLog.
2023        * librdbg/ChangeLog: Remove.
2024        * ChangeLog: Merge-in libchip/ChangeLog.
2025        * libchip/ChangeLog: Remove.
2026        * ChangeLog: Merge-in optman/ChangeLog.
2027        * optman/ChangeLog: Remove.
2028
20292004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2030
2031        * configure.ac: Reflect changes to cpukit.
2032        * wrapup/Makefile.am: Reflect changes to librdbg.
2033        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
2034        * libchip/Makefile.am: Add PREINSTALL_DIRS.
2035        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
2036        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
2037        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
2038        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2039        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
2040        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
2041        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2042
20432004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2044
2045        * aclocal/rtems-top.m4: Remove check for version.m4.
2046        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
2047
20482004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2049
2050        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
2051        * wrapup/Makefile.am: Reflect changes to libchip/*.
2052        * support/Makefile.am: Use automake compilation rules.
2053        * wrapup/Makefile.am: Reflect changes to support/*.
2054        * configure.ac: Remove libnetworking/wrapup/Makefile.
2055        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
2056        libnetworking/*/lib*.a instead of libnetapps.a.
2057        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
2058        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
2059        * optman/Makefile.am: Use automake compilation rules.
2060        * libchip/Makefile.am: Fix typo in previous patch.
2061        * libchip/Makefile.am: Use automake compilation rules.
2062        * libnetworking/Makefile.am: Remove wrapup.
2063        * libnetworking/pppd/Makefile.am: Build libpppd. Use
2064        automake-compilation rules.
2065        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
2066        automake-compilation rules.
2067        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
2068        automake-compilation rules.
2069        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
2070        automake-compilation rules.
2071        * libnetworking/wrapup/Makefile.am: Remove (Unused).
2072
20732004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2074
2075        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2076        PRE/TMPINSTALL_FILES to CLEANFILES.
2077        * automake/lib.am: Remove TMPINSTALL_FILES.
2078        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2079        PRE/TMPINSTALL_FILES to CLEANFILES.
2080        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2081        PRE/TMPINSTALL_FILES to CLEANFILES.
2082        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
2083        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2084        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2085        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2086        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2087        * librdbg/src/i386/Makefile.am: Ditto.
2088        * librdbg/src/m68k/Makefile.am: Ditto.
2089        * librdbg/src/powerpc/Makefile.am: Ditto.
2090        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
2091        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2092        * libnetworking/rtems_servers/Makefile.am: Ditto.
2093        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2094        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2095
20962004-01-07      Joel Sherrill <joel@OARcorp.com>
2097
2098        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
2099        more completely covers the MIPS family.
2100
21012003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2102
2103        * wrapup/Makefile.am: Reflect changes to shmdr.
2104        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
2105
21062003-12-18      Joel Sherrill <joel@OARcorp.com>
2107
2108        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
2109        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
2110        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
2111        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
2112        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
2113        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
2114        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
2115
21162003-12-17      Joel Sherrill <joel@OARcorp.com>
2117
2118        * aclocal/version.m4: Updated to rtems-20031217-test.
2119
21202003-12-17     
2121
2122        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2123        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2124
21252003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2126
2127        * automake/compile.am: Remove LINK_LIBS (Unused).
2128        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
2129
21302003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2131
2132        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2133        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2134        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
2135        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
2136        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
2137
21382003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2139
2140        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
2141        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2142        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2143        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2144        * librdbg/src/i386/Makefile.am:
2145        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2146        * librdbg/src/m68k/Makefile.am:
2147        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2148        * librdbg/src/powerpc/Makefile.am:
2149        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2150
21512003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2152
2153        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2154        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
2155        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
2156        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
2157        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
2158        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
2159        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2160        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2161        * optman/Makefile.am: Remove project_libdir.
2162        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
2163        PRE/TMPINSTALL_FILES.
2164        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
2165        PRE/TMPINSTALL_FILES.
2166        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
2167        PRE/TMPINSTALL_FILES.
2168        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2169        PRE/TMPINSTALL_FILES.
2170        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
2171        from PRE/TMPINSTALL_FILES.
2172        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
2173        PRE/TMPINSTALL_FILES.
2174        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2175        PRE/TMPINSTALL_FILES.
2176        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
2177        PRE/TMPINSTALL_FILES.
2178        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
2179        PRE/TMPINSTALL_FILES.
2180        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
2181        PRE/TMPINSTALL_FILES.
2182        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
2183        PRE/TMPINSTALL_FILES.
2184        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
2185        from PRE/TMPINSTALL_FILES.
2186
21872003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2188
2189        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
2190        * automake/lib.am: Remove project_libdir.
2191        * wrapup/Makefile.am: Reworked.
2192
21932003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2194
2195        * configure.ac: Reflect changes to librdbg.
2196        * optman/Makefile.am: Add tmpinstall dirstamp support.
2197        * libchip/Makefile.am: Fix variant-tmpinstall support.
2198        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
2199        * librdbg/src/powerpc/Makefile.am: Merge-in former
2200        new_exception_processing/Makefile.am.
2201        * librdbg/src/m68k/any/Makefile.am: Remove.
2202        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
2203        * librdbg/src/i386/any/Makefile.am: Remove.
2204        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
2205        * librdbg/src/Makefile.am: Cosmetics.
2206        * librdbg/include/Makefile.am: Cosmetics.
2207        * librdbg/Makefile.am: Cosmetics.
2208        * libnetworking/Makefile.am: Cosmetics.
2209        * libnetworking/pppd/Makefile.am: Cosmetics.
2210        * libnetworking/wrapup/Makefile.am: Cosmetics.
2211
22122003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2213
2214        * Makefile.am: Cosmetics.
2215        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
2216        support.
2217
22182003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2219
2220        * automake/compile.am: Remove $(ARCH):-rule.
2221
22222003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2223
2224        * configure.ac: Remove lib/libbsp/shared/Makefile,
2225        lib/libbsp/shmdr/Makefile.
2226
22272003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2228
2229        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
2230        libchip/serial/Makefile, libchip/rtc/Makefile.
2231        * support/Makefile.am: Remove all-local: $(ARCH).
2232        * wrapup/Makefile.am: Remove all-local: $(ARCH).
2233        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
2234        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
2235        * optman/Makefile.am: Remove all-local: $(ARCH).
2236        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2237        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
2238        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
2239        compilation dirstamp support.
2240        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
2241        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
2242        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
2243        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
2244        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
2245        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
2246        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2247        all-local: $(ARCH).
2248        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
2249        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
2250        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
2251        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
2252        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
2253
22542003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2255
2256        * aclocal/lead-dot.m4: New (from automake-1.7f).
2257        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
2258        AC_SUBST(dirstamp).
2259        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
2260        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2261        libchip/serial/Makefile.am: Ditto.
2262        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
2263        * librdbg/include/Makefile.am: Ditto.
2264        * librdbg/include/rdbg/Makefile.am: Ditto.
2265        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2266        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2267        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2268        * librdbg/src/Makefile.am: Ditto.
2269        * librdbg/src/i386/Makefile.am: Ditto.
2270        * librdbg/src/i386/any/Makefile.am: Ditto.
2271        * librdbg/src/m68k/Makefile.am: Ditto.
2272        * librdbg/src/m68k/any/Makefile.am: Ditto.
2273        * librdbg/src/powerpc/Makefile.am: Ditto.
2274        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2275        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
2276        preinstallation.
2277        * libnetworking/pppd/Makefile.am: Ditto.
2278        * libnetworking/rtems_servers/Makefile.am: Ditto.
2279        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2280        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2281        * libnetworking/wrapup/Makefile.am: Ditto.
2282
22832003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2284
2285        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
2286        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
2287        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
2288        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
2289        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2290        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2291        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2292        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
2293        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
2294        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
2295        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
2296        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
2297        underquoting to silence automake-1.8.
2298
22992003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2300
2301        * configure.ac: Reflect having moved tests to ../../testsuites.
2302
23032003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2304
2305        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
2306        * aclocal/canonical-host.m4: Remove.
2307        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
2308        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2309
23102003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2311
2312        * aclocal/check-cpu.m4: Remove.
2313        * configure.ac: Merge-in former aclocal/check-cpu.m4.
2314        * aclocal/canonical-target-name.m4: Add m4-quotes.
2315        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
2316        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
2317        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2318        * aclocal/check-networking.m4: Add m4-quotes. Require
2319        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2320        * aclocal/check-posix.m4: Add m4-quotes. Require
2321        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2322        * aclocal/check-rdbg.m4: Add m4-quotes. Require
2323        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2324        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
2325
23262003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2327
2328        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
2329        * aclocal/bsp-alias.m4: Remove.
2330
23312003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2332
2333        * configure.ac: Make presence of tests/ optional.
2334
23352003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2336
2337        * aclocal/path-perl.m4: Remove (Unused).
2338
23392003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2340
2341        * automake/force-preinstall.am: Remove.
2342
23432003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2344
2345        PR 499/rtems_misc
2346        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
2347        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
2348        Configuration (Odd was forced) - Correction of Stop Bit configuration
2349        (inversed) - Correction of ISR Handler to call
2350        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
2351        CTS Hardware flow control Configuration.
2352
23532003-09-04      Joel Sherrill <joel@OARcorp.com>
2354
2355        * lib/libcpu/shared/include/cache.h,
2356        lib/libcpu/shared/src/cache_aligned_malloc.c,
2357        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
2358        license changed.
2359        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2360        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2361        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2362        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2363        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2364        for license changed.
2365        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2366        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2367        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2368        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2369        libchip/network/cs8900.h, libchip/network/dec21140.c,
2370        libchip/network/elnk.c, libchip/network/open_eth.c,
2371        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2372        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2373        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2374        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2375        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2376        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2377        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2378        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2379        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2380        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2381        libchip/serial/serial.h, libchip/serial/z85c30.c,
2382        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2383        libchip/serial/z85c30_reg.c: URL for license changed.
2384
23852003-09-03      Jiri Gaisler <jiri@gaisler.com>
2386
2387        PR 477/networking
2388        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2389        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2390        libchip/network/open_eth.h: New files.
2391
23922003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2393
2394        * aclocal/rtems-top.m4: Add RTEMS_API.
2395        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2396
23972003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2398
2399        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2400        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2401        @RTEMS_BSP@.cfg.
2402
24032003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2404
2405        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2406
24072003-08-20      Joel Sherrill <joel@OARcorp.com>
2408
2409        * libchip/network/cs8900.c: Correct copyright statements.
2410
24112003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2412
2413        * aclocal/check-itron.m4: Remove.
2414        * aclocal/enable-inlines.m4: Remove.
2415        * Makefile.am: Reflect having moved aclocal/.
2416        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2417        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2418        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2419        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2420        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2421        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2422        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2423        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2424        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2425        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2426        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2427        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2428        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2429        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2430        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2431        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2432        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2433        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2434        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2435        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2436        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2437        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2438        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2439        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2440        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2441        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2442        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2443        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2444        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2445        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2446        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2447        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2448        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2449        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2450        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2451        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2452        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2453        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2454        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2455        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2456        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2457        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2458        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2459        * aclocal/target.m4: New (Copied from ../../aclocal).
2460        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2461        * aclocal/version.m4: New (Copied from ../../aclocal).
2462
24632003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2464
2465        * configure.ac: Remove stray comments.
2466        * automake/local.am, automake/host.am: Remove "debug".
2467
24682003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2469
2470        * Makefile.am: Reflect having moved automake/.
2471        * lib/Makefile.am: Reflect having moved automake/.
2472        * support/Makefile.am: Reflect having moved automake/.
2473        * wrapup/Makefile.am: Reflect having moved automake/.
2474        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2475        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2476        from ../../automake).
2477        * optman/Makefile.am: Reflect having moved automake/.
2478        * libchip/Makefile.am: Reflect having moved automake/.
2479        * libchip/ide/Makefile.am: Reflect having moved automake/.
2480        * libchip/network/Makefile.am: Reflect having moved automake/.
2481        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2482        * libchip/serial/Makefile.am: Reflect having moved automake/.
2483        * librdbg/Makefile.am: Reflect having moved automake/.
2484        * librdbg/include/Makefile.am: Reflect having moved automake/.
2485        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2486        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2487        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2488        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2489        automake/.
2490        * librdbg/src/Makefile.am: Reflect having moved automake/.
2491        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2492        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2493        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2494        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2495        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2496        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2497        having moved automake/.
2498        * libnetworking/Makefile.am: Reflect having moved automake/.
2499        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2500        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2501        automake/.
2502        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2503        automake/.
2504        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2505        automake/.
2506        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2507
25082003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2509
2510        * Makefile.am: Add bsp.pc.in.
2511        * bsp.pc.in: New (pkgconfig support).
2512
25132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2514
2515        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2516
25172003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2518
2519        * lib/Makefile.am: New (Required by 'make dist').
2520        * lib/ChangeLog: Remove.
2521        * lib/.cvsignore: Cleanup.
2522        * configure.ac: Reflect having added lib/Makefile.am.
2523        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2524        lib/libbsp/configure.ac.
2525        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2526        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2527
25282003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2529
2530        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2531        * configure.ac: Merge-in librdbg/configure.ac.
2532        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2533        librdbg/configure.ac.
2534        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2535        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2536        LIBCHIP. Conditionally build include-dirs.
2537        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2538        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2539        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2540        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2541        librdbg/include/rdbg/m68k/Makefile.am,
2542        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2543        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2544        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2545        librdbg/src/powerpc/Makefile.am, librdbg/
2546        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2547        configure.ac into ../configure.ac.
2548        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2549        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2550        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2551        libnetworking/rtems_telnetd/Makefile.am,
2552        libnetworking/rtems_webserver/Makefile.am,
2553        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2554        into ../configure.ac.
2555
25562003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2557
2558        PR 427/rtems
2559        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2560        * librdbg/src/servtsp.c: Ditto.
2561
25622003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2563
2564        PR 429/bsps
2565        PR 432/bsps
2566        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2567        packets are queued onto an elnk board, the ISR will deadlock the device
2568        with a tx complete interrupt.  Lighter tx loads are not affected as they
2569        end up submitting single packets to the device.
2570
25712003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2572
2573        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2574        optman/configure.ac.
2575        * optman/configure.ac: Remove (Merged into ../configure.ac).
2576        * optman/Makefile.am: Reflect having merged configure.ac into
2577        ../configure.ac.
2578        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2579        * libchip/Makefile.am, libchip/ide/Makefile.am,
2580        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2581        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2582        ../configure.ac.
2583
25842003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2585
2586        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2587
25882003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2589
2590        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2591        on i386.
2592
25932003-06-13      Joel Sherrill <joel@OARcorp.com>
2594
2595        * libnetworking/pppd/chat.c: Removed warnings.
2596
25972003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2598
2599        * libchip/network/README.3com: New file missed in previous commit.
2600        PR 405/bsps
2601        PR 393/networking
2602        * libchip/network/dec21140.c: Fix leak also known as PR393.
2603        * libchip/network/elnk.c, libchip/network/if_media.h,
2604        libchip/network/mii.h: New files.
2605        * libchip/network/Makefile.am: Reflect new files.
2606
26072003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2608
2609        * configure.ac: Remove support for profile-variant.
2610
26112003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2612
2613        PR 397/pppd
2614        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2615        * libnetworking/pppd/magic.c: Remove *rand48.
2616        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2617
26182003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2619
2620        * wrapup/Makefile.am: Add libide.a.
2621
26222003-04-15      Joel Sherrill <joel@OARcorp.com>
2623
2624        PR 387/rtems_misc
2625        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2626        routines.
2627        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2628
26292003-04-11      Joel Sherrill <joel@OARcorp.com>
2630
2631        * libnetworking/rtems_webserver/cgi.c,
2632        libnetworking/rtems_webserver/sockGen.c,
2633        libnetworking/rtems_webserver/umui.c,
2634        libnetworking/rtems_webserver/websSSL.c,
2635        libnetworking/rtems_webserver/websSSL.h,
2636        libnetworking/rtems_webserver/websda.c,
2637        libnetworking/rtems_webserver/websda.h: New files. Not included in
2638        previous commit.
2639
26402003-04-10      Joel Sherrill <joel@OARcorp.com>
2641
2642        PR 371/pppd
2643        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2644        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2645        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2646        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2647        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2648        still global symbols in rtemspppd.h which might need to be changed or
2649        converted into member of a structure which is dereferenced with a
2650        pointer that is managed as a per task variable. But this patch should
2651        avoid many conflicts.
2652
26532003-03-27      Joel Sherrill <joel@OARcorp.com>
2654
2655        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2656        not allowed in the cpukit source code since it must be buildable
2657        independent of any BSP. These files were moved to libchip/ide.
2658        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2659        files.
2660
26612003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2662
2663        PR 368/filesystems
2664        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2665        improvements which now work on pc386 and mbx8xx.
2666        * libchip/ide/ide_controller.c: New file.
2667
26682003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2669
2670        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2671
26722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2673
2674        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2675        * configure.ac: Add support/.
2676        * support/.cvsignore: New.
2677        * support/Makefile.am: New.
2678        * support/version.c: New.
2679        * wrapup/Makefile.am: Add support/libsupport.a.
2680        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2681        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2682        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2683        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2684
26852003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2686
2687        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2688
26892003-02-20      Till Straumann <strauman@slac.stanford.edu>
2690
2691        PR 354/networking
2692        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2693        chip against a table of supported chips. The untested ones are still
2694        commented out, however.
2695
26962003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2697
2698        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2699        * configure.ac: AC_PREREQ(2.57).
2700        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2701        * optman/configure.ac: AC_PREREQ(2.57).
2702        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2703        * libchip/configure.ac: AC_PREREQ(2.57).
2704        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2705        * librdbg/configure.ac: AC_PREREQ(2.57).
2706        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2707        * libnetworking/configure.ac: AC_PREREQ(2.57).
2708
27092003-02-06      Joel Sherrill <joel@OARcorp.com>
2710
2711        * libnetworking/pppd/chat.c: Convert routines with common names to
2712        static. This included get_char(), put_char(), and character() among
2713        others.
2714
27152003-02-03      Joel Sherrill <joel@OARcorp.com>
2716
2717        PR 338/filesystem
2718        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2719        rtems_io_lookup_name() (API change).  Unused function removed.
2720
27212003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2722
2723        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2724        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2725        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2726        Eliminate *_O_FILES.
2727        * libnetworking/rtems_servers/Makefile.am,
2728        libnetworking/rtems_webserver/Makefile.am,
2729        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2730
27312002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2732
2733        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2734        Let all-local: depend on $(LIB).
2735        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2736        * optman/Makefile.am: Apply install-data-local to install *.rels.
2737
27382002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2739
2740        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2741        %.c rules.
2742        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2743        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2744        * libchip/rtc/Makefile.am: Ditto.
2745        * libchip/serial/Makefile.am: Ditto.
2746
27472002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2748
2749        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2750        LIBC_DEFINES.
2751        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2752        LIBC_DEFINES.
2753        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2754        LIBC_DEFINES.
2755
27562002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2757
2758        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2759
27602002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2761
2762        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2763        cache-checking.
2764        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2765
27662002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2767
2768        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2769        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2770        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2771        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2772        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2773
27742002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2775
2776        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2777        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2778        Remove.
2779        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2780
27812002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2782
2783        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2784        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2785
27862002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2787
2788        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2789        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2790
27912002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2792
2793        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2794        * optman/rel.am: New.
2795
27962002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2797
2798        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2799        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2800        braino in comment on "exec". Extend --enable-ada handling.
2801
28022002-11-04      Joel Sherrill <joel@OARcorp.com>
2803
2804        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2805        tasks and rolling multiple loops into 1.
2806        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2807        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2808        Removed warnings.
2809
28102002-10-31      Joel Sherrill <joel@OARcorp.com>
2811
2812        * libchip/network/dec21140.c: Removed warnings.
2813        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2814        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2815        librdbg/src/m68k/any/remdeb_xdr.c,
2816        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2817        warnings.
2818        * libnetworking/rtems_webserver/socket.c,
2819        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2820
28212002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2822
2823        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2824        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2825        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2826        above.
2827
28282002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2829
2830        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2831        * wrapup/.cvsignore: Remove autom4te.cache.
2832        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2833        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2834        autom4te.cache.
2835        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2836        autom4te.cache.
2837        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2838        autom4te.cache.
2839
28402002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2841
2842        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2843
28442002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2845
2846        * optman/.cvsignore: Add autom4te.cache.
2847
28482002-09-14      Joel Sherrill <joel@OARcorp.com>
2849
2850        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2851
28522002-09-07      Joel Sherrill <joel@OARcorp.com>
2853
2854        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2855        include files to resolve warnings.
2856
28572002-09-07      Chris Johns <ccj@acm.org>
2858
2859        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2860        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2861        which corrects the problem  where the cs8900.c file was actually the BSP
2862        glue.  Joel did some hacking so this file will compile.  Previously it
2863        required providing a target.h file to compile.
2864        * libchip/network/cs8900.c.bsp: New file.
2865
28662002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2867
2868        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2869
28702002-08-31      Joel Sherrill <joel@OARcorp.com>
2871
2872        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2873        eliminate warning.
2874
28752002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2876
2877        * configure.ac: Add ada-tests.
2878
28792002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2880
2881        * Makefile.am: Add preinstall-stamp.
2882
28832002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2884
2885        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2886        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2887        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2888        gcc31 happy.
2889        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2890        cp.
2891
28922002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2893
2894        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2895        make/bsp.mak.
2896        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2897        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2898
28992002-08-12      Joel Sherrill <joel@OARcorp.com>
2900
2901        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2902        avoid error.
2903
29042002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2905
2906        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2907        * configure.ac: Add BSP_SUBDIRS.
2908        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2909        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2910        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2911        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2912        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2913        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2914        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2915        RTEMS_CHECK_BSP_CACHE.
2916        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2917        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2918        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2919        .$(OBJEXT) instead of .o.
2920        * libnetworking/pppd/Makefile.am,
2921        libnetworking/rtems_servers/Makefile.am,
2922        libnetworking/rtems_telnetd/Makefile.am,
2923        libnetworking/rtems_webserver/Makefile.am,
2924        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2925
29262002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2927
2928        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2929        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2930        ../libchip/serial/$(ARCH)/libserialio.a.
2931        * libchip/serial/Makefile.am: Don't tmp-install lib.
2932        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2933
29342002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2935
2936        * Makefile.am: Add rtems_makedir.
2937        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2938        * Makefile.am: Add wrapup-SUBDIR.
2939        * wrapup/ChangeLog: Remove.
2940        * wrapup/configure.ac: Remove.
2941        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2942        (Make the bare BSP happy).
2943        * configure.ac: Ditto.
2944        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2945        Create make/custom/default.cfg.
2946        * configure.ac: Add creation of make/custom/*.cfg. Create
2947        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2948
29492002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2950
2951        * Makefile.am: Clean $(PROJECT_RELEASE).
2952
29532002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2954
2955        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2956        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2957        prototype mismatches.
2958
29592002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2960
2961        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2962        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2963
29642002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2965
2966        * acinclude.m4: Add test "$multilib" != "yes".
2967        * config-ml.in: Remove.
2968        * acinclude.m4: Cleanups.
2969        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2970        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2971        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2972        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2973        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2974
29752002-07-16      Eric Norum <eric.norum@usask.ca>
2976
2977        * New driver for the Intel EtherExpressPro (82559ER) chip.
2978        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2979        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2980        * libchip/network/Makefile.am: Modified to reflect above.
2981
29822002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2983
2984        * acinclude.m4: New.
2985        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2986        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2987        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2988
29892002-07-01      Joel Sherrill <joel@OARcorp.com>
2990
2991        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2992        _Objects_Information_table now that it is a two dimensional array based
2993        upon API and class.
2994        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2995        of strnlen().
2996
29972002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2998
2999        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
3000        preinstall libnetapps.a.
3001
30022002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3003
3004        * configure.ac: Remove librpc.
3005
30062002-06-25      Joel Sherrill <joel@OARcorp.com>
3007
3008        * Per PR233, moved librpc to exec.
3009        * configure.ac, wrapup/Makefile.am: Modified.
3010        * librpc, librpc/ChangeLog: Removed.
3011
30122002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3013
3014        * optman/Makefile.am: Remove multilib support.
3015        * optman/configure.ac: Ditto.
3016        * optman/sapi/Makefile.am: Ditto.
3017
30182002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3019
3020        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
3021        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
3022
30232002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3024
3025        Move networking libraries to c/src/exec/libnetworking
3026        * libnetworking/configure.ac, libnetworking/Makefile.am,
3027        libnetworking/wrapup/Makefile.am: Reflect Moval.
3028
30292002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3030
3031        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
3032        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
3033        <rtems/bspIo.h>.
3034
30352002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3036
3037        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
3038        * libnetworking/rtems/mkrootfs.h: Ditto.
3039        * libnetworking/rtems/Makefile.am: Reflect changes above.
3040
30412002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3042
3043        * configure.ac: Remove lib.
3044
30452002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
3046
3047        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
3048        that exception stack frames on M68K members with VBR always are 6 byte
3049        long. The incorrect assumption resulted in some gdb commands like "next"
3050        to fail on the 68360.
3051
30522002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3053
3054        * config-ml.in: Take out arm and sh variants RTEMS does not support.
3055        PR 220
3056        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3057        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
3058        CVS.
3059        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
3060        libnetworking/sys/filio.h: Remove.
3061        * libnetworking/sys/Makefile.am: Reflect changes above.
3062
30632002-05-07      Chris Johns <ccj@acm.org>
3064
3065        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
3066        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
3067        requires it to be stripped.
3068
30692002-05-01      Eric Norum <eric.norum@usask.ca>
3070
3071        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
3072        assembly  to satisfy gcc 3.1 and newer.
3073
30742002-04-26      Eric Norum <eric.norum@usask.ca>
3075
3076        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
3077        agressive optimization in gcc 3.1 does not reorder things.
3078
30792002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3080
3081        * libchip/network/dec21140.c: Reflect changes to powerpc's
3082        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
3083        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
3084        <rtems/score/cpu.h>.
3085        * librdbg/src/powerpc/rdbg_f.c: Ditto.
3086        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
3087
30882002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3089
3090        * optman/configure.ac: Remove ENABLE_GCC28.
3091
30922002-04-11      Chris Johns <ccj@acm.org>
3093
3094        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
3095        driver control block field to the ifconfig network driver structure.
3096        This field is needed by the i82586 driver which was ported from NetBSD
3097        as it had better hardware abstraction.
3098        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
3099        PR59, added the drv_ctrl driver control block field to the ifconfig
3100        network driver structure. This field is needed by the i82586 driver
3101        which was ported from NetBSD as it had better hardware abstraction.
3102
31032002-04-10      Mike Siers <mikes@poliac.com>
3104
3105        * libnetworking/rtems_webserver/NOTES,
3106        libnetworking/rtems_webserver/asp.c,
3107        libnetworking/rtems_webserver/balloc.c,
3108        libnetworking/rtems_webserver/default.c,
3109        libnetworking/rtems_webserver/ej.h,
3110        libnetworking/rtems_webserver/ejIntrn.h,
3111        libnetworking/rtems_webserver/ejlex.c,
3112        libnetworking/rtems_webserver/ejparse.c,
3113        libnetworking/rtems_webserver/emfdb.c,
3114        libnetworking/rtems_webserver/emfdb.h,
3115        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
3116        libnetworking/rtems_webserver/handler.c,
3117        libnetworking/rtems_webserver/license.txt,
3118        libnetworking/rtems_webserver/md5.h,
3119        libnetworking/rtems_webserver/md5c.c,
3120        libnetworking/rtems_webserver/mime.c,
3121        libnetworking/rtems_webserver/misc.c,
3122        libnetworking/rtems_webserver/ringq.c,
3123        libnetworking/rtems_webserver/rom.c,
3124        libnetworking/rtems_webserver/security.c,
3125        libnetworking/rtems_webserver/sock.c,
3126        libnetworking/rtems_webserver/sym.c,
3127        libnetworking/rtems_webserver/uemf.c,
3128        libnetworking/rtems_webserver/uemf.h,
3129        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
3130        libnetworking/rtems_webserver/url.c,
3131        libnetworking/rtems_webserver/value.c,
3132        libnetworking/rtems_webserver/wbase64.c,
3133        libnetworking/rtems_webserver/webcomp.c,
3134        libnetworking/rtems_webserver/webpage.c,
3135        libnetworking/rtems_webserver/webrom.c,
3136        libnetworking/rtems_webserver/webs.c,
3137        libnetworking/rtems_webserver/webs.h,
3138        libnetworking/rtems_webserver/websuemf.c,
3139        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
3140        2.1.4.
3141
31422002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3143
3144        * libchip/network/i82586.c: Include <string.h>.
3145        * libchip/network/sonic.c: Ditto.
3146
31472002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3148
3149        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
3150
31512002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3152
3153        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
3154
31552002-03-27      Thomas.Doerfler@imd-systems.de
3156
3157        PR 144
3158        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
3159        memory address 0 when called for the first time. This is done when
3160        trying to clear the variable "dhcp_hostname".
3161
31622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3163
3164        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3165        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3166        * Makefile.am: Remove AUTOMAKE_OPTIONS.
3167        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3168        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3169        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3170        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
3171        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
3172        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3173        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3174        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
3175        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
3176        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3177        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
3178        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3179        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3180        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3181        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3182        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3183        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3184        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
3185        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3186        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3187        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3188        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3189        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3190        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
3191        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3192        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
3193        AUTOMAKE_OPTIONS.
3194        * libnetworking/configure.ac:
3195        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
3196        foreign 1.6]).
3197        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
3198        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
3199        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
3200        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
3201        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3202        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
3203        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
3204        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
3205        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
3206        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3207        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3208        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
3209        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3210        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
3211        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
3212        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
3213        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
3214
32152002-03-27      Ilya Alexeev <ilya@continuum.ru>
3216
3217        PR 162
3218        * libnetworking/net/if_ppp.c ppp_txdaemon(),
3219        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
3220        used in a device write routines.  Now ppp_softc structure have own
3221        character for writing to device (sc_outchar).  I think that converting
3222        local variables to static is not a right solution, because problems will
3223        occur in the case of two or more ppp instances.
3224        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
3225        must be u_long, otherwise in the case of the big output packet endless
3226        loop may occur.
3227
32282002-03-21      Ilya Alexeev <ilya@continuum.ru>
3229
3230        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
3231        preparations for multiple PPPD connections.
3232
32332002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3234
3235        PR 149
3236        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
3237        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
3238        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
3239        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3240
32412002-02-28      Victor V. Vengerov <vvv@oktet.ru>
3242
3243        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
3244        * configure.ac: Modified to reflect addition.
3245
32462002-02-27      Ilya Alexeev <ilya@continuum.ru>
3247
3248        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
3249        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3250        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
3251        capabilities as well as eliminate some warnings.
3252
32532002-02-27      Eric Norum <eric.norum@usask.ca>
3254
3255        * libnetworking/net/radix.c: Properly handle fetching the default route
3256        when there is no route.  This was a bug in the original FreeBSD code and
3257        this fix is from an updated version of their code.
3258
32592002-02-16      Eric Norum <eric.norum@usask.ca>
3260
3261        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
3262        checking.
3263
32642002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3265
3266        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
3267        dodefaultroute.
3268
32692002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3270
3271        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
3272        include <rtems/seterr.h>.
3273
32742002-02-01      Mike Siers <mikes@poliac.com>
3275
3276        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
3277        avoid bringing the link down too fast. NOTE: Mike reports successfully
3278        running at 56K baud on a direct link.
3279
32802002-02-01      Eric Valette <valette@crf.canon.fr>
3281
3282        * librdbg/So many patches have been posted recently on the mailing list
3283        and  because we were unable to find correct solution to compile on
3284        various  linux distros (due to rpcgen incompatibilities), librdbg/and
3285        because the coding  style of rdbg was rather inconsistant among various
3286        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
3287        global coding style (using indent + manual edits), 2) incorporate/review
3288        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
3289        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
3290        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
3291        after rdbg initialization is done, NB : the paches is huge but it is
3292        mainly due to coding styke chnages.  Only few lines of codes have been
3293        really changed and they do not impact  rdbg functionnality (AFAIKT).
3294        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
3295        librdbg/include/rdbg/m68k/rdbg_f.h,
3296        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
3297        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
3298        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
3299        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
3300        librdbg/src/servtsp.c, librdbg/src/servutil.c,
3301        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
3302        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
3303        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
3304        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
3305        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
3306        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
3307        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
3308        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3309        librdbg/src/powerpc/new_exception_processing/remdeb.h,
3310        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
3311        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
3312
33132002-01-31      Mike Siers <mikes@poliac.com>
3314
3315        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
3316        * Nice Update of PPPD support which eliminates the requiremetn that
3317        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
3318        and reports that it seems to be more stable and handle larger packets
3319        better.  This patch replaces the termios tasks with more general pppd
3320        network driver tasks.  The functions pppinput() and pppstart() get
3321        called from the interrupt service routine.
3322        * libnetworking/Makefile.am, libnetworking/configure.ac,
3323        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
3324        libnetworking/net/ethernet.h, libnetworking/net/if.c,
3325        libnetworking/net/if.h, libnetworking/net/if_arp.h,
3326        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
3327        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
3328        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
3329        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
3330        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
3331        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
3332        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
3333        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
3334        libnetworking/net/route.c, libnetworking/net/route.h,
3335        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
3336        libnetworking/pppd/README, libnetworking/pppd/STATUS,
3337        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
3338        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3339        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3340        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3341        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3342        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3343        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3344        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3345        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3346        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3347        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3348        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
3349        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3350        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3351        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
3352        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
3353        libnetworking/pppd/example/README,
3354        libnetworking/pppd/example/netconfig.h,
3355        libnetworking/wrapup/Makefile.am: Modified.
3356        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
3357        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
3358        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
3359        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3360        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3361        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3362        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3363        libnetworking/modem/pppcompress.c: Subdirectory removed.
3364
33652002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3366
3367        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3368        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3369
33702002-01-18      Till Straumann <strauman@slac.stanford.edu>
3371
3372        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3373        issues: - exception handler needs to enable MSR_FP if the interrupted
3374        thread is FP enabled. - printk message for MSR fixed and added
3375        stacktrace. NOTE: this requires the stacktrace patch to
3376        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3377        however).
3378
33792002-01-06      Joel Sherrill <joel@OARcorp.com>
3380
3381        * optman/.cvsignore: Added aclocal.m4 and configure.
3382        * optman/.cvsignore: New file.
3383
33842002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3385
3386        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3387
33882002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3389
3390        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3391        * optman/ChangeLog: New.
3392        * optman/configure.ac: New.
3393        * optman/Makefile.am: New.
3394        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3395        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3396
33972001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3398
3399        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3400
34012001-12-18      Eric Norum <eric.norum@usask.ca>
3402
3403        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3404        `directories' (path names with a / at the end) while disallowing open()
3405        operations on TFTP `directories'.
3406
34072001-12-07      Eric Norum <eric.norum@usask.ca>
3408
3409        * libnetworking/lib/tftpDriver.c: Restore write capability.
3410
34112001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3412
3413        * libchip/network/sonic.h: Fix typo.
3414        * libnetworking/arpa/Makefile.am: Remove stray lines.
3415
34162001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3417
3418        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3419
34202001-10-18      Eric Norum <eric.norum@usask.ca>
3421
3422        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3423        chdir() and open() operations within the TFTP file system.
3424
34252001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3426
3427        * librdbg/configure.ac: Fix latent bug exposed by removal of
3428        config.cache's which prevented powerpc targets librdbg from building.
3429
34302001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3431
3432        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3433        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3434        autoconf-2.52 happy.
3435
34362001-10-12      Mike Siers <mikes@poliac.com>
3437
3438        * libnetworking/Update to stable working state.  Congratulations Mike!
3439        :).
3440        * libnetworking/modem_example: Directory removed.
3441        * libnetworking/modem_example/16550.h,
3442        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3443        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3444        libnetworking/modem_example/ppp.h,
3445        libnetworking/modem_example/pppcompress.c: Files removed.
3446        * libnetworking/pppd/example/pppd.options: New file.
3447        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3448        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3449        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3450        libnetworking/pppd/rtemsmain.c: Updated.
3451
34522001-10-12      Joel Sherrill <joel@OARcorp.com>
3453
3454        * libchip/serial/z85c30.c: Fixed typo.
3455
34562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3457
3458        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3459        * configure.in: Remove.
3460        * configure.ac: New file, generated from configure.in by autoupdate.
3461        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3462        * libchip/configure.in: Remove.
3463        * libchip/configure.ac: New file, generated from configure.in by
3464        autoupdate.
3465        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3466        * librdbg/configure.in: Remove.
3467        * librdbg/configure.ac: New file, generated from configure.in by
3468        autoupdate.
3469        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3470        * libnetworking/configure.in: Remove.
3471        * libnetworking/configure.ac: New file, generated from configure.in by
3472        autoupdate.
3473
34742001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3475
3476        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3477        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3478        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3479
34802001-09-27      Joel Sherrill <joel@OARcorp.com>
3481
3482        * libchip/ChangeLog: Fixed typo in date.
3483
34842001-09-27      Eric Norum <eric.norum@usask.ca>
3485
3486        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3487        TFTP  filesystem.
3488
34892001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3490
3491        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3492        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3493        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3494        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3495        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3496        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3497        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3498        'PREINSTALL_FILES ='.
3499        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3500        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3501        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3502        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3503        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3504        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3505        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3506        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3507        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3508        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3509        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3510        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3511
35122001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3513
3514        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3515        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3516        * librdbg/src/m68k/any/Makefile.am: Ditto.
3517        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3518        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3519        happy.
3520
35212001-09-21      Joel Sherrill <joel@OARcorp.com>
3522
3523        * libchip/network/Makefile.am: Fixed typo on file name.
3524        * libchip/network/i82586.c: Commented out line 318 which is referencing
3525        a member of a structure that is not currently there.  This needs to be
3526        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3527        to C style.
3528
35292001-09-19      Eric Norum <eric.norum@usask.ca>
3530
3531        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3532
35332001-09-19      Chris Johns <ccj@acm.org>
3534
3535        * libchip/network/README.i82586, libchip/network/i82586.c,
3536        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3537        Network driver for Intel i82586.
3538        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3539        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3540        "root" filesystem with information obtained via the DHCP response.
3541
35422001-09-14      Eric Norum <eric.norum@usask.ca>
3543
3544        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3545        make gcc 3.x happy.
3546
35472001-08-16      Mike Siers <mikes@poliac.com>
3548
3549        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3550        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3551        These support callback functionality that has not even been compiled
3552        under RTEMS yet.
3553        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3554        example application.  Mike's notes on the modifications: - renamed
3555        error() function because of namespace problems - removed calls to the
3556        exit() funciton - removed extra files from the pppd source directory -
3557        defined pppd task constant values in rtemspppd.h - modifyied example
3558        code to get actual tick per second value - placed the pppd 2.3.11 man
3559        page file (pppd.8) into the pppd directory.
3560        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3561        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3562        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3563        libnetworking/pppd/rtems-ppp.c: Deleted.
3564        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3565        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3566        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3567        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3568        libnetworking/pppd/example/init.c,
3569        libnetworking/pppd/example/netconfig.h,
3570        libnetworking/pppd/example/ppp.conf,
3571        libnetworking/pppd/example/pppdapp.c,
3572        libnetworking/pppd/example/system.h: New files.
3573        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3574        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3575        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3576        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3577        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3578        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3579        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3580        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3581        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3582        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3583        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3584        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3585        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3586        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3587        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3588
35892001-08-16      Joel Sherrill <joel@OARcorp.com>
3590
3591        * libnetworking/pppd/example/Makefile: Removed.
3592        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3593        to avoid bootstrap -c clobbering it.
3594        * libnetworking/rtems_telnetd/.cvsignore: New file.
3595
35962001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3597
3598        * libnetworking/Makefile.am, libnetworking/configure.in,
3599        libnetworking/rtems_servers/Makefile.am,
3600        libnetworking/rtems_servers/telnetd.c,
3601        libnetworking/rtems_servers/telnetd.h,
3602        libnetworking/rtems_telnetd/Makefile.am,
3603        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3604        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3605        libnetworking/rtems_telnetd/telnetd.c,
3606        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3607        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3608        effect when ftpd change. - the tcp/ip stats have been implemented into
3609        icmds.c and started when telnetd daemon is started.
3610        * libnetworking/rtems_servers/telnetd.c,
3611        libnetworking/rtems_servers/telnetd.h: Removed.
3612        * libnetworking/rtems_telnetd: New directory.
3613        * libnetworking/rtems_telnetd/Makefile.am,
3614        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3615        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3616        libnetworking/rtems_telnetd/telnetd.c,
3617        libnetworking/rtems_telnetd/telnetd.h: New files.
3618
36192001-06-14      Joel Sherrill <joel@OARcorp.com>
3620
3621        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3622        Moved from libmisc/shell so the network stack to address network
3623        depenendency.
3624        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3625
36262001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3627
3628        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3629
36302001-05-15      Joel Sherrill <joel@OARcorp.com>
3631
3632        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3633        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3634        accidentally deleted the incorrectly empty versions.
3635
36362001-05-14      Till Straumann <strauman@slac.stanford.edu>
3637
3638        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3639        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3640        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3641        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3642        to know the values) - the affected BSP (shared/motorola) headers have
3643        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3644        driver (libchip/network/dec21140.c) has been fixed to use
3645        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3646        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3647        who is using this driver. - the DEC driver also has been fixed to use
3648        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3649        delay_in_bus_cycles().
3650
36512001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3652
3653        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3654
36552001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3656
3657        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3658
36592001-04-24      Eric Norum <eric.norum@usask.ca>
3660
3661        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3662        NTP synchronization a little more robust -- no NTP daemon yet, but at
3663        least it trys a little harder when the primary NTP server is down.
3664
36652001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3666
3667        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3668        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3669        libnetworking/pppd/modem_example/modem.c,
3670        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3671        other strings into English.
3672        * libnetworking/pppd/STATUS: updated to reflect the changes.
3673
36742001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3675
3676        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3677        again.
3678
36792001-04-20      Eric Valette <valette@crf.canon.fr>
3680
3681        * mcp750 directory renamed new_exception processing as it supports many
3682        more CPU models.
3683        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3684        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3685        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3686        formerly in mcp750 plus modifications.
3687        * librdbg/src/powerpc/mcp750/.cvsignore,
3688        librdbg/src/powerpc/mcp750/Makefile.am,
3689        librdbg/src/powerpc/mcp750/remdeb.h,
3690        librdbg/src/powerpc/mcp750/remdeb_f.x,
3691        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3692        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3693        new_exception_processing.
3694        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3695        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3696        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3697        part of this effort to add support for the MPC8xx.
3698
36992001-04-19      Joel Sherrill <joel@OARcorp.com>
3700
3701        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3702        internal include files.
3703
37042001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3705
3706        PR 158
3707        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3708        rcmd() library call by commenting out the parts that deal with signals.
3709        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3710        stdio. The 'server-side' parts of this file which deal with
3711        authentication are disabled since they are not needed.
3712
37132001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3714
3715        * libnetworking/include/.cvsignore: Remove dangling file.
3716
37172001-03-14      Joel Sherrill <joel@OARcorp.com>
3718
3719        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3720        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3721        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3722        libchip style serial drivers can be written in libcpu or libbsp.
3723
37242001-03-01      Joel Sherrill <joel@OARcorp.com>
3725
3726        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3727        libchip/network/sonic.c, libchip/network/sonic.h,
3728        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3729        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3730        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3731        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3732        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3733        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3734        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3735        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3736
37372001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3738
3739        * librdbg/include/rdbg/Makefile.am,
3740        librdbg/include/rdbg/i386/Makefile.am,
3741        librdbg/include/rdbg/m68k/Makefile.am,
3742        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3743        style on include files.
3744
37452001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3746
3747        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3748        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3749        replace ${..} with $(..).
3750        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3751        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3752        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3753        libnetworking/rtems/Makefile.am, libnetworking/
3754        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3755        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3756        include_*HEADERS instead of H_FILES.
3757        * libnetworking/include/Makefile.am: Remove.
3758        * libnetworking/Makefile.am: Add handling of *.h files.
3759        * libnetworking/configure.in: Remove include/Makefile.
3760
37612001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3762
3763        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3764
37652001-01-31      Sergei Organov <osv@javad.ru>
3766
3767        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3768        current dir and root dir removed in favor of new libio support for
3769        task-local current and root directories. - Bug in `close_data_socket()'
3770        introduced by previous change fixed. - `command_pasv()' changed to set
3771        timeout on socket we are listening on and code fixed to don't close
3772        socket twice on error. - `serr()' changed to clear `errno'. -
3773        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3774        changed to clear `errno' before processing session. -
3775        `close_data_socket()' fixed to close both active and passive sockets -
3776        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3777        empty string  in `exec_command()'.
3778
37792001-01-25      Eric Norum <eric.norum@usask.ca>
3780
3781        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3782        improves throughput on systems which are dropping packets.   Only the
3783        first timeout is reduced.  This keeps the number of extra packets down
3784        on networks that are very busy and dropping lots of packets.
3785
37862001-01-24      Sergei Organov <osv@javad.ru>
3787
3788        * libnetworking/rtems_servers/ftpd.c,
3789        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3790        - Timeouts on sockets implemented. 'idle' field added to configuration.
3791        No timeout by default to keep backward compatibility. Note: SITE IDLE
3792        command not implemented yet. - Basic global access control implemented.
3793        'access' field added to configuration. No access limitations by default
3794        to keep backward compatibility. - Anchor data socket for active mode
3795        (using self IP and port 20.) - Fixed default data port support (still
3796        not tested). - Don't allow IP address different from originating host in
3797        PORT command to improve security. - Fixed bug in MDTM command. - Check
3798        for correctness of parsing of argument in command_port(). - Fixed
3799        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3800        a directory. - Command parsing a little bit improved: command names are
3801        now converted to upper-case to be more compatible with RFC (command
3802        names are not case-sensitive.) - Reformat comments so that they have
3803        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3804        previous changes - True ASCII mode implemented (doesn't work for hooks
3805        and /dev/null) - Passive mode implemented, PASV command added. - Default
3806        port for data connection could be used (untested, can't find ftp client
3807        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3808        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3809
38102001-01-18      Joel Sherrill <joel@OARcorp.com>
3811
3812        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3813        macro using variable arguments.
3814        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3815        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3816        since I updated the main RTEMS development machine to RedHat 7.2 and
3817        apparently got a new version of rpcgen.
3818
38192001-01-12      Sergei Organov <osv@javad.ru>
3820
3821        * libnetworking/rtems_servers/ftpd.c,
3822        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3823        - use pool of pre-created threads to handle sessions instead of
3824        creating/deleting threads on the fly - LIST output is now similar to
3825        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3826        happy with it. - LIST NAME now works (both for files and directories) -
3827        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3828        clients happy  - keep track of CWD for every session separately -
3829        ability to specify root directory name for FTPD in configuration table.
3830        FTPD will then create illusion for FTP clients that this is actually
3831        root directory. - ignore options sent in commands, thus LIST -al FILE
3832        works and doesn't try to list "-al" directory. - buffers are allocated
3833        on stack instead of heap where possible to eliminate malloc/free calls
3834        (avoid possible heap fragmentation troubles). - drop using of task
3835        notepad to pass parameters - use function arguments instead - use
3836        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3837        in socket() instead of AF_INET.
3838
38392001-01-02      Joel Sherrill <joel@OARcorp.com>
3840
3841        * libnetworking/CHANGELOG: Removed.
3842        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3843
38442000-12-14      Eric Norum <eric.norum@usask.ca>
3845
3846        * libnetworking/lib/tftpDriver.c: Added write capability.
3847
38482000-12-08      Joel Sherrill <joel@OARcorp.com>
3849
3850        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3851        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3852        numerous variable declarations conditional on PPP_COMPRESS and
3853        PPP_FILTER.  Commented out variables that were not used because the code
3854        using them was commented out. Removed totally unused variables.
3855        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3856        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3857
38582000-11-30      Joel Sherrill <joel@OARcorp.com>
3859
3860        * libnetworking/modem/ppp_tty.c: Changed to include
3861        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3862        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3863        * libnetworking/Makefile.am: Modified to reflect above.
3864
38652000-11-27      Joel Sherrill <joel@OARcorp.com>
3866
3867        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3868
38692000-11-25      Eric Norum <eric.norum@usask.ca>
3870
3871        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3872        core.
3873
38742000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3875
3876        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3877        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3878        subdir.
3879        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3880        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3881        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3882        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3883        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3884        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3885        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3886        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3887        ppp_tty.c and the real pppd main is in pppmain.c.
3888
38892000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3890
3891        * libchip/network/sonic.c: Added ipalign() routine to align the received
3892        packet so that the ip header is on a 32-bit boundary. Necessary for
3893        cpu's that do not allow unaligned loads and stores and when the 32-bit
3894        DMA mode is used.
3895
38962000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3897
3898        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3899        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3900        ACLOCAL_AMFLAGS.
3901        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3902        ACLOCAL_AMFLAGS.
3903        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3904        ACLOCAL_AMFLAGS.
3905
39062000-11-03      Chris Johns <ccj@acm.org>
3907
3908        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3909        libchip/network/cs8900.h: New files.
3910
39112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3912
3913        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3914        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3915        $(RTEMS_TOPdir)/aclocal.
3916        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3917        $(RTEMS_TOPdir)/aclocal.
3918        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3919        $(RTEMS_TOPdir)/aclocal.
3920
39212000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3922
3923        * configure.in: Switch to GNU-canonicalization.
3924        * Makefile.am: Reflect changes to configure.in.
3925        * acinclude.m4: Remove.
3926
39272000-10-30      Joel Sherrill <joel@OARcorp.com>
3928
3929        * POSIX include files merged into newlib.  This resulted in some
3930        definitions moving to other files and thus some secondary effects in
3931        RTEMS source code.
3932        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3933        in sync with newlib's <machine/types.h>.
3934        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3935        definition of struct itimerval in <sys/time.h>.
3936
39372000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3938
3939        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3940        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3941        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3942        * ChangeLog: Fix typos.
3943        * configure.in: add tests to the GNU canonicalized subdirectories.
3944
39452000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3946
3947        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3948        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3949        the lib directory before configuring lib/.
3950
39512000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3952
3953        * configure.in, Makefile.am: add exec to the GNU canonicalized
3954        subdirectories.
3955        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3956        * configure.in: add libnetworking, librpc and librdb to the GNU
3957        canonicalized subdirectories.
3958        * configure.in: add libmisc and libchip to the GNU canonicalized
3959        subdirectories.
3960        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3961        Switch to GNU canonicalization.
3962        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3963        Switch to GNU canonicalization.
3964        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3965        Switch to GNU canonicalization.
3966
39672000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3968
3969        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3970        canonicalization to libfs/. The approach is currently a bit of a hack as
3971        GNU canonicalization does not support the per-BSP build some of the
3972        other directories require.  As more of the tree is converted, this will
3973        become less  of an issue.
3974
39752000-10-20      Joel Sherrill <joel@OARcorp.com>
3976
3977        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3978        parameter.
3979
39802000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3981
3982        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3983        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3984        * librdbg/configure.in: Add m68k support.
3985        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3986        subdirectory.
3987        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3988        failure.
3989        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3990        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3991        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3992        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3993        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3994        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3995        librdbg/src/m68k/.cvsignore: New files.
3996        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3997        function pointers.
3998        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3999        _after_ pointer has been checked against NULL.
4000
40012000-10-18      Joel Sherrill <joel@OARcorp.com>
4002
4003        * wrapup/Makefile.am: Added libfs.
4004
40052000-10-18      Chris Johns <ccj@acm.org>
4006
4007        * libfs created.
4008        * configure.in: Added libfs subdirectory.
4009        * libnetworking/pppd/ipxcp.c: Fixed a typo.
4010
40112000-09-28      Joel Sherrill <joel@OARcorp.com>
4012
4013        * libnetworking/rtems_webserver/Makefile.am,
4014        libnetworking/rtems_webserver/base64.c,
4015        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
4016        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
4017
40182000-09-22      Joel Sherrill <joel@OARcorp.com>
4019
4020        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
4021        libnetworking/rtems/rtems_bsdnet_internal.h,
4022        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
4023        have included rtems.h.  It is now including precisely the  least amount
4024        of low level, yet portable .h files to get the basic RTEMS types
4025        defined.  This rippled into other  files since rtems_bsdnet_internal.h
4026        used machine/types.h to include rtems.h.
4027
40282000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4029
4030        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
4031
40322000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4033
4034        * libnetworking/ChangeLog: Cleanup.
4035
40362000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4037
4038        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
4039        * libchip/ChangeLog: Fix formating.
4040
40412000-09-05      Joel Sherrill <joel@OARcorp.com>
4042
4043        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
4044        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
4045        confusion and to work with the converted flags.
4046
40472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4048
4049        * wrapup/Makefile.am: Include compile.am.
4050        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
4051        libchip/serial/Makefile.am: Include compile.am.
4052        * librdbg/src/i386/any/Makefile.am,
4053        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
4054        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
4055        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
4056        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
4057        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
4058        libnetworking/rtems_servers/Makefile.am,
4059        libnetworking/rtems_webserver/Makefile.am,
4060        libnetworking/wrapup/Makefile.am: Include compile.am.
4061
40622000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
4063
4064        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
4065        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
4066
40672000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4068
4069        * libnetworking/netinet/tcp_input.c: Spelling corrections.
4070
40712000-08-31      Joel Sherrill <joel@OARcorp.com>
4072
4073        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
4074        Antti P Miettinen <antti.p.miettinen@nokia.com>.
4075        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
4076        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
4077        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
4078        * libnetworking/wbase64.c: Removed.
4079        * libnetworking/Makefile.am, libnetworking/asp.c,
4080        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
4081        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
4082        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
4083        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
4084        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
4085        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
4086        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
4087        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
4088        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
4089        Modified.
4090
40912000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4092
4093        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
4094
40952000-08-30      Joel Sherrill <joel@OARcorp.com>
4096
4097        * libnetworking/rtems_webserver/license.txt: New file.
4098
40992000-08-10      Joel Sherrill <joel@OARcorp.com>
4100
4101        * ChangeLog: New file.
4102        * libchip/ChangeLog: New file.
4103        * librdbg/ChangeLog: New file.
4104        * libnetworking/ChangeLog: New file.
4105
Note: See TracBrowser for help on using the repository browser.