source: rtems/c/src/ChangeLog @ 7187942

4.104.115
Last change on this file since 7187942 was 70d7a36e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/03/09 at 08:49:05

2009-11-03 Ralf Corsépius <ralf.corsepius@…>

  • aclocal/bsp-linkcmds.m4: New.
  • Property mode set to 100644
File size: 154.8 KB
Line 
12009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * aclocal/bsp-linkcmds.m4: New.
4
52009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Rework CFLAGS setup.
8        * aclocal/prog-cc.m4: Remove RTEMS_CFLAGS.
9        * automake/compile.am: Remove RTEMS_CFLAGS.
10
112009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * libchip/ide/ata.h: Move extern "C".
14
152009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c:
18        Use hex-constants to avoid implicit int-casts.
19        * libchip/i2c/spi-memdrv.c:
20        Use hex-constants to avoid implicit int-casts.
21        Use rtems_off64_t offsets to avoid loosing precision.
22
232009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
24
25        * libchip/serial/ns16550.c: Update for interrupt handler type change.
26
272009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * aclocal/bsp-alias.m4: New.
30        * configure.ac: Apply RTEMS_BSP_ALIAS for RTEMS_BSP_FAMILY.
31
322009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB.
35
362009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Remove AM_CONDITIONAL MULTILIB.
39        * Makefile.am: Remove BARE_CPU_MODEL.
40
412009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * configure.ac: Remove cfg_dir.
44
452009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * configure.ac: Remove -std=c99 -fasm.
48        Remove AM_CONDITIONAL LIBCHIP.
49        * libchip/Makefile.am, wrapup/Makefile.am:
50        Remove AM_CONDITIONAL LIBCHIP.
51
522009-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
53
54        * configure.ac: Pick up make/custom/*.
55        * aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
56
572009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * wrapup/Makefile.am: Remove AM_CONDITIONAL HAS_LIBBSP.
60        * configure.ac: Remove AM_CONDITIONAL HAS_LIBBSP.
61
622009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * configure.ac: Remove special case lib/libbsp/bare (Abandoned).
65
662009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * Makefile.am: Remove RTEMS_HOST (unused).
69        * configure.ac: Remove RTEMS_HOST (unused).
70        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
71
722009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for
75        *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
76
772009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * aclocal/canonical-target-name.m4, aclocal/check-networking.m4,
80        aclocal/check-posix.m4, aclocal/enable-posix.m4,
81        aclocal/rtems-cpu-subdirs.m4: Remove posix/unix.
82
832009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * configure.ac: Rework make/custom/* handling.
86        * aclocal/check-custom-bsp.m4: Change *.cfg handling.
87        * Makefile.am: Remove make/custom/default.cfg-rule.
88
892009-10-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
90
91        * libchip/serial/ns16550.c: Enable interrupts during open to avoid
92        NULL pointer access in interrupt handler.
93
942009-10-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
95
96        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Update for block
97        device API change.
98
992009-10-08      Chris Johns <chrisj@rtems.org>
100
101        * libchip/ide/ata.c, c/src/libchip/ide/ata_internal.h: Remove the
102        multiblock support from the ATA driver. Multiblock at the disk
103        level should not be a global policy as a disk may have more than
104        one partition with different block sizes. An IDE driver could
105        decide to use the feature with DMA but this a driver specific
106        design choice. Fixed bugs relating to variable block sizes and
107        large block transfer.
108        * c/src/libchip/ide/ide_controller.c,
109        c/src/libchip/ide/ide_ctrl_cfg.h, c/src/libchip/ide/ide_ctrl_io.h:
110        Changed the block size to 32bits so blocks of 64K or bigger can be
111        transfered in a single driver call.
112
1132009-10-05      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * libchip/ide/ata.c: Revert previous change. Not all ARM BSPs use a
116        shared irq.h yet and this breaks a significant number of them.
117
1182009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * libchip/ide/ata.c: Use simple vectored CPU macro to select interrupt
121        model.
122
1232009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * libchip/serial/z85c30.c, libchip/serial/ns16550.c,
126        libchip/serial/mc68681.c: Reflect termios_baud_to_number having been
127        renamed to rtems_termios_baud_to_number.
128
1292009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * libchip/serial/sersupp.h: Remove termios_baud_to_index,
132        termios_baud_to_number (duplicate prototypes).
133        Add C++-guards.
134        Include rtems/termiostypes.h.
135
1362009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
139
1402009-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * aclocal/check-networking.m4: Disable TCP/IP on targets without enough
143        physical address to support BSD TCP/IP stack.
144
1452009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * libchip/network/elnk.c: Convert calls to legacy routine
148        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
149
1502009-08-03      Roger Dahlkvist <ruppe@kth.se>
151
152        * libchip/shmdr/shm_driver.h: nios2 was not accounted for.
153
1542009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * libchip/ide/ata.c: Remove warning.
157
1582009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to
161        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
162        now use the same macros.
163        * aclocal/bsp-bspcleanup-options.m4: New file.
164
1652009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
166
167        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h: Removed
168        obsolete defines and declarations.  Set initial baud during device
169        open.  Fixed interrupt mode.
170
1712009-06-12      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the
174        GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to
175        EINVAL and ENOTTY as appropriate.
176
1772009-05-30      Chris Johns <chrisj@rtems.org>
178
179        * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave
180        devices on an IDE bus and cleaned up the initialisation register
181        call.
182
1832009-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
184
185        * libchip/network/i82586.c: Fix warning in manner suggested by
186        Arnout Vandecappelle <arnout@mind.be> in
187        http://www.rtems.org/pipermail/rtems-users/2009-May/005460.html.
188
1892009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
190
191        * libchip/network/if_dc.c: Fixed warnings.
192
1932009-05-03      Joel Sherrill <joel.sherrill@oarcorp.com>
194
195        * libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat
196        as needed.
197
1982009-04-29      Chris Johns <chrisj@rtems.org>
199
200        * libchip/ide/ata.c: Remove a detection test that fails in qemu.
201
202        * libchip/ide/ide_controller.c: Change the status detection and
203        add a message if the transfer fails. There is currently no error
204        handle at the IDE drvier level.
205
2062009-03-12      Daniel Hellstrom <daniel@gaisler.com>
207
208        PR 1392/bsps
209        * libchip/i2c/spi-memdrv.c: SPI Memory driver. Fix but where writes
210        over multiple pages results in extra data being written.
211
2122009-02-27      Gene Smith <gene.smith@siemens.com>
213
214        PR 1356
215        * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC
216        cards.
217
2182009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is
221        enabled on x86.
222
2232009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
224
225        * aclocal/bspopts.m4: Quoting cosmetics.
226
2272009-01-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
228
229        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
230        RTEMS_BLKDEV_CAPABILITIES ioctl which caused invalid multiple block
231        writes.  Fixed integer type in device structure.
232
2332009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
234
235        * libchip/serial/ns16550.c: Turn on ns16550_process() for
236        BSP_FEATURE_IRQ_LEGACY case also.
237
2382008-11-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
239
240        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Removed high
241        level LibI2C interface.  Added generic block IO functions.
242
2432008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
244
245        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
246        optman/rtems/no-msg.c, optman/rtems/no-part.c,
247        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
248        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
249        optman/sapi/no-ext.c, optman/sapi/no-io.c:
250        Revert previous patch (cvs clash with Joel hacking cpukit).
251
2522008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
253
254        * aclocal/canonical-target-name.m4: Remove tic4x.
255
2562008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
257
258        * libchip/rtc/ds1375.c: Include <errno.h> instead of <sys/errno.h>.
259
2602008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
261
262        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
263        optman/rtems/no-msg.c, optman/rtems/no-part.c,
264        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
265        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
266        optman/sapi/no-ext.c, optman/sapi/no-io.c:
267        Fix prototypes.
268
2692008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
270
271        * libchip/serial/ns16550_p.h: Remove prototype with no implementation.
272
2732008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
274
275        * libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c,
276        libchip/shmdr/shm_driver.h: Cleanup and remove variables which
277        duplicated data.
278
2792008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
280
281        * optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert SAPI manager and
282        SuperCore Handler initialization routines to directly pull parameters
283        from configuration table.
284
2852008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
286
287        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
288        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
289        optman/rtems/no-part.c, optman/rtems/no-region.c,
290        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
291        optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager
292        initialization routines to directly pull parameters from
293        configuration table. Eliminate empty routines sportted.
294
2952008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
296
297        * libchip/serial/ns16550.c: Add CVS-Id. Fix #define mess.
298
2992008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
300
301        * libchip/network/i82586.c, libchip/network/smc91111config.h: Eliminate
302        all public use of TOD conversion routines.
303
3042008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
305
306        * libchip/network/smc91111config.h:
307        #include <stdint.h> instead of <rtems/stdint.h>.
308
3092008-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
310
311        * aclocal/prog-cc.m4: Use -r instead of -Wl,-r to build *.rels.
312        * aclocal/rtems-cpu-subdirs.m4: Remove obsolete cpus.
313
3142008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
315
316        * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
317
3182008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
319
320        * libchip/serial/ns16550.c: Transmit the character in the polled write
321        function within a critical section for printk() compatibility.
322
3232008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
324
325        * libchip/i2c/spi-sd-card.c: Update for status-checks.h changes.
326
3272008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
328
329        * aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
330
3312008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
332
333        * aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
334
3352008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
336
337        * aclocal/bsp-bootcard-options.m4: Fix quoting.
338
3392008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
340
341        * aclocal/bsp-bootcard-options.m4: New file.
342        * aclocal/bsp-bootcards-handles-ram-allocation.m4: Removed.
343
3442008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
345
346        * libchip/serial/ns16550.c: Enable interrupt code only for PowerPC or
347        BSPs that support this feature.
348
3492008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
350
351        * libchip/serial/ns16550.c: Fix typo.
352
3532008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
354
355        * libchip/serial/ns16550.c: Fix typo.
356
3572008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
358
359        * libchip/serial/ns16550.c: Add not supported on arm even though it is
360        not simple vectored.
361
3622008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
363
364        * libchip/serial/ns16550.c: Not currently supported on architectures
365        with simple vectored interrupt model.
366
3672008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
368
369        * aclocal/version.m4: Bump RTEMS_API to 4.10.
370        Bump _RTEMS_VERSION to 4.9.99.0.
371
3722008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
373
374        * libchip/rtc/icm7170.c, libchip/rtc/m48t08.c,
375        c/src/libchip/rtc/rtc.h:  Include required header files.  Some internal
376        functions have now static linkage type.  Added constant qualifier to
377        operations table and read-only function parameters.
378
379        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
380        c/src/libchip/serial/serial.h:  Include required header files.  Removed
381        support for old PowerPC exception handling.  Various fixes for
382        interrupt related routines.  Added support for BSPs with IRQ extension
383        API.
384
3852008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
386
387        * libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there
388        is no PCI bus based upon the BSP not having a base address defined.
389        This means this driver cannot be supported on that board.
390
3912008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
392
393        * libchip/network/dec21140.c, libchip/network/elnk.c,
394        libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
395
3962008-09-17      Miao Yan <yanmiaobest@gmail.com>
397
398        * optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
399        add simple device only filesystem (devfs), optionally completely drop
400        out filesystem, and to clean up disabling newlib reentrancy support.
401        This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t
402        now has a 15K code space.
403        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
404        Removed.
405
4062008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
407
408        * libchip/ide/ata.h: Convert to Unix file format.
409
4102008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
411
412        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
413        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
414        libchip/serial/serial.h, libchip/serial/serprobe.c,
415        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
416        Convert to "bool".
417        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
418        libchip/i2c/spi-memdrv.h: Convert to "bool".
419        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
420        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
421        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
422        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
423        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
424        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
425        Convert to "bool".
426        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
427        Convert to "bool".
428        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
429        Convert to "bool".
430
4312008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
432
433        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
434        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
435        memory driver to not use the clock ioctl to install a method to poll
436        for input. It now uses a Class API Timer which means we can eliminate
437        this special IOCTL from all clock drivers.
438        * libchip/shmdr/setckvec.c: Removed.
439
4402008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
441
442        * libchip/network/sonic.c: Do not declare a variable just to hold an
443        ignored return value.
444
4452008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
446
447        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
448
4492008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
450
451        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
452        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
453
4542008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
455
456        * libchip/display/disp_hcms29xx.c: Do not make these static. They
457        appear to be unused that way.
458
4592008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
460
461        * libchip/shmdr/shm_driver.h: Correct prototypes.
462
4632008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
464
465        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
466        variables and made methods static.
467
4682008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
469
470        * libchip/serial/ns16550.c: Fix warning.
471
4722008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
473
474        * aclocal/prog-cc.m4: Add -Wnested-externs.
475
4762008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
477
478        * libchip/network/dec21140.c: Add missing prototype.
479        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
480
4812008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
482
483        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
484        -Wstrict-prototypes to RTEMS_CFLAGS.
485
4862008-08-02      Chris Johns <chrisj@rtems.org>
487
488        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
489        rtems_blkdev_request count and start references. Use
490        RTEMS_BLKDEV_START_BLOCK.
491
4922008-07-29      Chris Johns <chrisj@rtems.org>
493
494        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
495
496        * libchip/ide/ata.c: Change to use a mutex rather than disable
497        pre-emption. Updated to the libblock changes.
498
499        * libchip/ide/ata_internal.h: Updated to the new chains API.
500
501        * libchip/ide/ide_controller.c: Updated to the libblock
502        changes. Added come debug tracing.
503
504        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
505        to the libblock changes.
506
5072008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
508
509        * configure.ac: Remove RPCGEN, RPCTOOLS.
510
5112008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
512
513        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
514        for output format specifiers.
515
5162008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
517
518        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
519        Fixed some data types
520
5212008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
522
523        * libchip/i2c/spi-sd-card.c: Added missing header file.
524        * libchip/Makefile.am: Added SD Card driver.
525
5262008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
527
528        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
529        make glyphs non-constant, added file headers
530
5312008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
532
533        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
534        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
535        * libchip/display/font_hcms29xx.h
536        Creation of SPI display driver
537
5382008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
539
540        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
541        via SPI.
542
5432008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
544
545        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
546        AC_PREREQ(2.62).
547
5482008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
549
550        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
551
5522008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
553
554        * libchip/Makefile.am: Move termios helper routines from libchip to
555        libcsupport. Add routine which makes it easy for a termios device
556        driver to inform termios of its default baud rate. This avoids
557        inconsistencies in later termios settings changes.
558        * libchip/serial/termios_baud2index.c,
559        libchip/serial/termios_baud2num.c: Removed.
560
5612008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
562
563        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
564
5652008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
566
567        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
568        not fail if there are none.
569
5702008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
571
572        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
573        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
574        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
575        * libchip/Makefile.am:
576        derived a generic spi memory driver from spi-flash-m25p40,
577        added descriptor for fram fm25l256
578
5792008-05-07      Till Straumann <strauman@slac.stanford.edu>
580
581        PR 649/bsps
582        * libchip/ide/ata.c: Give up if the interface does not become ready.
583
5842008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
585
586        Moved to cpukit.
587        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
588        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
589        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
590        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
591        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
592        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
593        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
594        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
595        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
596        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
597        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
598        nfsclient/src/xdr_mbuf.c: Removed.
599
6002008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
601
602        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
603
6042008-01-05      Chris Johns <chrisj@rtems.org>
605
606        * libchip/flash/am29lv160.c: Update the blank check error message
607        to say there is an error.
608       
6092007-12-22      Chris Johns <chrisj@rtems.org>
610
611        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
612        the hello message. Just one line but still a little too long.
613       
6142007-12-14      Chris Johns <chrisj@rtems.org>
615
616        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
617        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
618        * libchip/flash, libchip/flash/am29lv160.c,
619        libchip/flash/am29lv160.h: New.
620
6212007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
622
623        * libchip/network/if_fxp.c: Spacing.
624
6252007-11-20      Till Straumann <strauman@slac.stanford.edu>
626
627        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
628        Avoid using 'stdio' before the system is up and fully
629        initialized.
630
6312007-11-20      Till Straumann <strauman@slac.stanford.edu>
632
633        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
634        * libchip/Makefile.am, libchip/preinstall.am:
635        added new driver for Maxim DS1375 i2c RTC.
636
6372007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
638
639        * libchip/i2c/spi-flash-m25p40.c:
640        added addressing call in write function
641
6422007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
643
644        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
645        * libchip/Makefile.am:
646        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
647
6482007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
649
650        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
651
6522007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
653
654        * nfsclient/Makefile.am: Fix errors.
655
6562007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
657
658        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
659
6602007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
661
662        * aclocal/version.m4: Bump RTEMS_API to 4.9.
663        Bump RTEMS_VERSION to 4.8.99.0.
664
6652007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
666
667        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
668
6692007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
670
671        * configure.ac: Remove AC_PROG_AWK (Unused).
672
6732007-09-14      Daron Chabot <djc915@mail.usask.ca>
674
675        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
676        rtems_interrupt_vector, to permit passing arbitrary arguments to the
677        ISR. Clean up of variables to silence compiler warnings.
678
6792007-09-13      Daniel Hellstrom <daniel@gaisler.com>
680
681        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
682
6832007-09-12      Daniel Hellstrom <daniel@gaisler.com>
684
685        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
686          - Odd bit bug in some chips taken care of.
687          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
688            alignment but failing to do so must have made the driver writer to make
689            some incorrect assumptions about MBUFs.
690          - Fixed MBUF handling to handle mbuf chains better. The Data length of
691            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
692          - Made while loop responsible for copying data to fifo port copy 16 shorts
693            per loop instead of 1 short, increasing the copying process.
694
6952007-09-07      Daniel Hellstrom <daniel@gaisler.com>
696
697        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
698        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
699
7002007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
701
702        * configure.ac, wrapup/Makefile.am: Remove RDBG.
703        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
704        librdbg/Makefile.am, librdbg/preinstall.am,
705        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
706        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
707        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
708        librdbg/include/rdbg/powerpc/rdbg_f.h,
709        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
710        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
711        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
712        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
713        librdbg/src/servtsp.c, librdbg/src/servutil.c,
714        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
715        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
716        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
717        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
718        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
719        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
720        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
721        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
722        librdbg/src/powerpc/rdbg_f.c,
723        librdbg/src/powerpc/new_exception_processing/remdeb.h,
724        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
725        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
726        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
727
7282007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
729
730        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
731
7322007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
733
734        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
735          sizes.
736
7372007-07-27      Chris Johns <chrisj@rtems.org>
738
739        * wrapup/Makefile.am: Create archive from a file for hosts
740        with a limited command line size.
741
7422007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
743
744        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
745          sizes.
746
7472007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
748       
749        * configure.ac: Add nfsclient.
750        * nfsclient/Makefile.am: New.
751        * nfsclient/proto/Makefile, nfsclient/Makefile,
752          nfsclient/src/Makefile: Remove.
753        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
754        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
755
7562007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
757
758        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
759        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
760        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
761        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
762        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
763        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
764        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
765        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
766        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
767        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
768        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
769        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
770
7712007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
772
773        * libchip/serial/ns16550.c: removed timed out wait for transmitter
774        to become ready: This will not work for fast CPUs.
775
7762007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
777
778        * libchip/ide/ata.c: fixed warning
779
7802007-06-20      Ray Xu <rayx@gmail.com>
781
782        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
783        console, and libio. This shrinks the memory requirements but Joel has
784        not figured out how best to present this to application space.
785        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
786        New files.
787
7882007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
789
790        * optman/sapi/no-io.c: Split IO Manager into one function per file so
791        now we only need required initialization methods.
792
7932007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
794
795        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
796        parameter since it was used to configure a no longer used feature.
797        Device names are now part of the filesystem not in a table.
798
7992007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
800
801        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
802        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
803        optman/rtems/no-part.c, optman/rtems/no-region.c,
804        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
805        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
806        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
807        other optional managers so using them reduces application size
808        instead of increasing it.
809        * optman/rtems/no-barrier.c: New file.
810
8112007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
812
813        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
814        adjustments to pci-API changes.
815        * libchip/network/dec21140.c, libchip/network/elnk.c,
816        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
817        changes.
818
8192007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
820
821        * libchip/network/dec21140.c, libchip/network/if_dc.c,
822        libchip/network/if_fxp.c: Reflect changes to pci-API.
823
8242007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
825
826        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
827        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
828
8292007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
830
831        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
832          being used to compile "tools").
833
8342007-03-13      Joel Sherrill <joel@OARcorp.com>
835
836        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
837
8382007-03-12      Joel Sherrill <joel@OARcorp.com>
839
840        * libchip/network/cs8900.c, libchip/network/cs8900.h,
841        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
842        and/or fix mistake in copyright notice. Both of these mistakes appear
843        to be from code submitted after these changes were made previously.
844
8452007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
846
847        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
848
8492007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
850
851        * libchip/Makefile.am: Correct path to README.tulipclone.
852
8532007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
854
855        * libchip/ide/ata.c: Remove superfluous type casts.
856
8572007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
858
859        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
860        Use size_t for sizes.
861
8622007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
863
864        * libchip/ide/ata.c: in ata_request_done: moved call to free()
865        from preemption disabled region
866
8672007-01-16      Till Straumann <strauman@slac.stanford.edu>
868
869        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
870        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
871        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
872
8732006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
874
875        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
876          ioctl_command_t as ioctl argument.
877
8782006-12-13      Joel Sherrill <joel@OARcorp.com>
879
880        * librtems++/include/rtems++/rtemsEvent.h,
881        librtems++/include/rtems++/rtemsMessageQueue.h,
882        librtems++/include/rtems++/rtemsSemaphore.h,
883        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
884        librtems++/src/rtemsMessageQueue.cc,
885        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
886        rtems_unsigned32 to uint32_t.
887
8882006-12-13      Joel Sherrill <joel@OARcorp.com>
889
890        PR 1181/bsps
891        * optman/rtems/no-msg.c: Clean up dead code.
892
8932006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
894
895        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
896
8972006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
898
899        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
900        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
901        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
902
9032006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
904
905        * configure.ac: New BUG-REPORT address.
906
9072006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
908
909        * Makefile.am: Remove ampolish3.
910
9112006-11-17      Joel Sherrill <joel@OARcorp.com>
912
913        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
914        blank lines.
915
9162006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
917
918        * configure.ac: Remove RTEMS_AMPOLISH3.
919        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
920          Remove checks for AMPOLISH3.
921        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
922        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
923        * ampolish3: Remove.
924
9252006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
926
927        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
928        * aclocal/prog-cc.m4: Remove CFLAGS.
929        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
930        Compose CFLAGS. Append CFLAGS to ac_configure_args.
931
9322006-10-23      Joel Sherrill <joel@OARcorp.com>
933
934        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
935
9362006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
937
938        * automake/compile.am: Use hard-coded RTEMS_* flags.
939
9402006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
941
942        * aclocal/rtems-top.m4: Remove RTEMS_API.
943        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
944
9452006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
946
947        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
948
9492006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
950
951        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
952
9532006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
954
955        * aclocal/version.m4: Bump version to 4.7.99.0.
956
9572006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
958
959        * configure.ac: Require autoconf-2.60. Require automake-1.10.
960
9612006-09-11      Joel Sherrill <joel@OARcorp.com>
962
963        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
964
9652006-09-04      Joel Sherrill <joel@OARcorp.com>
966
967        * libchip/network/greth.c, libchip/network/open_eth.c,
968        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
969        introduced by warning removal.
970
9712006-09-01      Joel Sherrill <joel@OARcorp.com>
972
973        * libchip/network/greth.c, libchip/network/open_eth.c,
974        libchip/network/smc91111.c: Remove warnings and correct prototype
975        added earlier today.
976
9772006-09-01      Joel Sherrill <joel@OARcorp.com>
978
979        * libchip/network/cs8900.c, libchip/network/greth.c,
980        libchip/network/i82586.c, libchip/network/open_eth.c,
981        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
982        sized integers, and inttypes.h printf helpers.
983
9842006-08-09      Kolja Waschk <waschk@telos.de>
985
986        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
987
9882006-07-12      Joel Sherrill <joel@OARcorp.com>
989
990        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
991
9922006-07-11      Jerry Needell <jerry.needell@unh.edu>
993
994        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
995        4.6 branch.  Original modifications by Gaisler Enterprises.
996        * libchip/network/greth.c, libchip/network/greth.h: New files.
997
9982006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
999
1000        * ide/ata.[ch]:
1001        (PR1118) fetch priority for ATA task from a variable,
1002        not a fixed configuration value.
1003       
10042006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
1005
1006        * Makefile.am: Add ampolish3.
1007
10082006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
1009
1010        * ampolish3: New.
1011        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
1012
10132006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
1014
1015        * aclocal/rtems-ampolish.m4: New.
1016        * configure.ac: Use RTEMS_AMPOLISH3.
1017
10182006-04-18  Joel Sherrill <joel@OARcorp.com>
1019
1020        * aclocal/version.m4: Updated to rtems-4.6.99.3.
1021
10222006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1023
1024        PR 853/filesystem
1025        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
1026        should be modified to support the new exception scheme and to use the
1027        handle parameter.
1028
10292006-02-a32     Eric Norum <norume@aps.anl.gov>
1030
1031        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
1032        "newer" PCI access calls.  Minor cleanups.  Comments.
1033
10342006-01-12      Eric Norum <norume@aps.anl.gov>
1035
1036        PR 861/networking
1037        PR 863/networking
1038        * libchip/network/smc91111.c: Fix illegal lvalue increments.
1039
10402006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
1041
1042        * wrapup/Makefile.am: Add preinstall.am.
1043        * libchip/Makefile.am: Build libchip/network/smc91111.
1044        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
1045        Eliminate cyg_int* crap.
1046
10472006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1048
1049        * librdbg/Makefile.am: Add preinstall.am.
1050        * aclocal/bsp-configure.m4: Add ampolish3.
1051        New header guards.
1052
10532006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1054
1055        * libchip/network/open_eth.c, libchip/network/open_eth.h:
1056        Merger from rtems-4-6-branch.
1057
10582006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1059
1060        * libchip/network/smc91111.c
1061        libchip/network/smc91111config.h
1062        libchip/network/smc91111exp.h
1063        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
1064        * libchip/Makefile.am: Reflect adding smc91111*.
1065
10662006-01-08      Joel Sherrill <joel@OARcorp.com>
1067
1068        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
1069        char *.
1070
10712006-01-08      Joel Sherrill <joel@OARcorp.com>
1072
1073        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
1074        warnings.
1075
10762005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
1077
1078        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
1079        Add RTEMS_RELLDFLAGS.
1080        * automake/compile.am: Remove RTEMS_USE_GCC.
1081        Remove RTEMS_RELLDFLAGS.
1082        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
1083
10842005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
1085
1086        * libchip/network/if_media.h, libchip/network/mii.h:
1087        Remove (Moved to cpukit).
1088        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
1089        and libchip/network/if_media.h.
1090        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
1091        if_media.h having moved.
1092
10932005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1094
1095        * automake/compile.am, automake/host.am, automake/local.am,
1096        automake/subdirs.am: Remove depend.
1097        * configure.ac: Explicitly pass --libdir and --includedir to
1098        testsuites.
1099
11002005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1101
1102        * configure.ac: Reflect changes to testsuites.
1103
11042005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1105
1106        * automake/compile.am: Remove GCCSPECS.
1107        * aclocal/prog-cc.m4: Add GCCSPECS.
1108        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
1109
11102005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1111
1112        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
1113        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
1114
11152005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1116
1117        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
1118        libcpu/byteorder.h for i386.
1119
11202005-11-02      Till Straumann <strauman@slac.stanford.edu>
1121
1122        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
1123        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
1124        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
1125        added a simple API/library for i2c devices and drivers for i2c
1126        2-byte eeproms and a ds1621 temperature sensor; API is documented
1127        in libi2c.h.
1128
11292005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1130
1131        * libnetworking/pppd/ipxcp.c,
1132        libnetworking/pppd/chat.c,
1133        libnetworking/pppd/patchlevel.h,
1134        libnetworking/pppd/upap.h,
1135        libnetworking/pppd/md5.h,
1136        libnetworking/pppd/pppd.8,
1137        libnetworking/pppd/README,
1138        libnetworking/pppd/preinstall.am,
1139        libnetworking/pppd/md4.h,
1140        libnetworking/pppd/magic.c,
1141        libnetworking/pppd/pppd.h,
1142        libnetworking/pppd/demand.c,
1143        libnetworking/pppd/rtemsmain.c,
1144        libnetworking/pppd/sys-rtems.c,
1145        libnetworking/pppd/ipcp.h,
1146        libnetworking/pppd/lcp.h,
1147        libnetworking/pppd/chap_ms.c,
1148        libnetworking/pppd/md4.c,
1149        libnetworking/pppd/rtemspppd.h,
1150        libnetworking/pppd/cbcp.h,
1151        libnetworking/pppd/auth.c,
1152        libnetworking/pppd/lcp.c,
1153        libnetworking/pppd/example/README,
1154        libnetworking/pppd/example/ppp.conf,
1155        libnetworking/pppd/example/system.h,
1156        libnetworking/pppd/example/netconfig.h,
1157        libnetworking/pppd/example/pppdapp.c,
1158        libnetworking/pppd/example/init.c,
1159        libnetworking/pppd/example/Makefile-user,
1160        libnetworking/pppd/example/pppd.options,
1161        libnetworking/pppd/rtemspppd.c,
1162        libnetworking/pppd/ipxcp.h,
1163        libnetworking/pppd/chap_ms.h,
1164        libnetworking/pppd/options.c,
1165        libnetworking/pppd/magic.h,
1166        libnetworking/pppd/chap.h,
1167        libnetworking/pppd/cbcp.c,
1168        libnetworking/pppd/upap.c,
1169        libnetworking/pppd/chap.c,
1170        libnetworking/pppd/Makefile.am,
1171        libnetworking/pppd/ccp.h,
1172        libnetworking/pppd/utils.c,
1173        libnetworking/pppd/rtemsdialer.h,
1174        libnetworking/pppd/fsm.h,
1175        libnetworking/pppd/pathnames.h,
1176        libnetworking/pppd/md5.c,
1177        libnetworking/pppd/fsm.c,
1178        libnetworking/pppd/ipcp.c,
1179        libnetworking/pppd/STATUS,
1180        libnetworking/pppd/ccp.c,
1181        libnetworking/Makefile.am: Remove (Moved to cpukit).
1182
11832005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1184
1185        * configure.ac: Remove libnetworking, libnetworking/pppd.
1186        * wrapup/Makefile.am: Remove libpppd.a.
1187
11882005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1189
1190        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
1191        rtemsdialer.h to $(includedir)/rtems.
1192
11932005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1194
1195        * libnetworking/rtems_telnetd/icmds.c,
1196        libnetworking/rtems_telnetd/Makefile.am,
1197        libnetworking/rtems_telnetd/preinstall.am,
1198        libnetworking/rtems_telnetd/pty.c,
1199        libnetworking/rtems_telnetd/pty.h,
1200        libnetworking/rtems_telnetd/README,
1201        libnetworking/rtems_telnetd/telnetd.c,
1202        libnetworking/rtems_telnetd/telnetd.h:
1203        Remove (Moved to cpukit).
1204
12052005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1206
1207        * configure.ac: Remove libnetworking/rtems_telnetd.
1208        * libnetworking/Makefile.am: Remove rtems_telnetd.
1209        * libnetworking/README: Remove (Obsolete).
1210        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
1211
12122005-10-20  Eric Norum <norume@aps.anl.gov>
1213
1214        * libchip/network/dec21140.c: Clean up PCI mapping.
1215
12162005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
1217
1218        * libnetworking/pppd/Makefile.am: Use preinstall.am.
1219        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
1220        librdbg/src/servrpc.c, librdbg/src/servtgt.c
1221        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
1222        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
1223        * configure.ac: Move optman to the end of BSP_SUBDIRS.
1224
12252005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1226
1227        * aclocal/bspopts.m4: Add missing m4 quotes.
1228
12292005-09-02  Joel Sherrill <joel@OARcorp.com>
1230
1231    * aclocal/version.m4: Updated to rtems-4.6.99.2.
1232
12332005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
1234
1235        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
1236        libchip/network/dec21140.c: Remove initialization of PCI bus.
1237
12382005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
1239
1240        * optman/Makefile.am: Add preinstall.am.
1241
12422005-07-18      Karel Gardas <kgardas@objectsecurity.com>
1243
1244        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
1245        UNTESTED to tested.
1246
12472005-06-17      Joel Sherrill <joel@OARcorp.com>
1248
1249        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
1250        it is not supported by the MPC5xx.
1251
12522005-06-17      Joel Sherrill <joel@OARcorp.com>
1253
1254        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
1255        interface. Also correct attempting to build on other than PowerPC and
1256        x86.
1257
12582005-06-16      Daron Chabot <daron@nucleus.usask.ca>
1259
1260        * libchip/Makefile.am: Add driver for Tulip clones.
1261        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
1262        libchip/network/if_dcreg.h: New files.
1263
12642005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1265
1266        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
1267        to enable rdbg.
1268        * configure.ac: Reflect changes above.
1269
12702005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
1271
1272        * configure.ac: Add ada/.
1273
12742005-05-20      Sergei Organov  <osv@topconrd.ru>
1275
1276        PR 750/networking
1277        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
1278        wait_input().
1279
12802005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
1281
1282        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
1283        rtems/irq.h.
1284
12852005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1286
1287        * libchip/Makefile.am: Include preinstall.am.
1288        * libchip/preinstall.am: New.
1289
12902005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1291
1292        * configure.ac: Add AMPOLISH3.
1293        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
1294        * libnetworking/rtems_telnetd/preinstall.am: New.
1295        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
1296
12972005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1298
1299        * configure.ac: Let enable_rpcgen default to "no".
1300
13012005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1302
1303        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
1304
13052005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1306
1307        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
1308        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
1309
13102005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1311
1312        * libchip/network/dec21140.c, libchip/network/elnk.c,
1313        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
1314
13152005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
1316
1317        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
1318        of code as a result of the implementation of a common PCI interface.
1319
13202005-05-04      Joel Sherrill <joel@OARcorp.com>
1321
1322        * libchip/network/open_eth.c: Remove prototype of set_vector.
1323
13242005-05-03      Joel Sherrill <joel@OARcorp.com>
1325
1326        * librdbg/src/ptrace.c: Remove warning.
1327
13282005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
1329
1330        * libchip/network/dec21140.c, libchip/network/elnk.c,
1331        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
1332        Modified parameter list to remove warnings.
1333
13342005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
1335
1336        * libchip/network/cs8900.c, libchip/network/i82586.c,
1337        libchip/network/open_eth.c, libchip/network/sonic.c,
1338        libchip/serial/mc68681.c: Modified types to remove
1339        warnings.  Added initialization to remove warnings.
1340
13412005-04-28      Joel Sherrill <joel@OARcorp.com>
1342
1343        * libchip/network/README.sonic: Rewritten to account for removal of
1344        dmv177.
1345
13462005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
1347
1348        PR 781/rtems_misc
1349        * libchip/serial/ns16550_p.h: Fix baud rate calculation
1350
13512005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
1352
1353        * libchip/serial/ns16550.c:
1354        Fixed warnings generated in various powerpc configurations
1355
13562005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
1357
1358        * libchip/serial/ns16550.c: Modified
1359        ISR to work with PPC new exception processing
1360
13612005-03-14      Joel Sherrill <joel@OARcorp.com>
1362
1363        * libchip/network/dec21140.c, libchip/network/elnk.c,
1364        libchip/network/if_fxp.c: Continue PCI API unification. All use
1365        pci_find_device(). Network drivers manufacture a signature since all
1366        calls have not been converted yet.
1367
13682005-03-04      Joel Sherrill <joel@OARcorp.com>
1369
1370        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
1371        initialize function part of the unified PCI API as pci_initialize().
1372
13732005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1374
1375        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
1376        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
1377
13782005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1379
1380        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
1381        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
1382
13832005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1384
1385        * aclocal/ppc.m4: Reflect changes to ppc exception processing
1386        building procedures.
1387
13882005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1389
1390        * aclocal/prog-cc.m4:
1391        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1392
13932005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1394
1395        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1396
13972005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1398
1399        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1400
14012005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1402
1403        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1404
14052005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1406
1407        * libnetworking/rtems_servers/ftp.c,
1408        libnetworking/rtems_servers/ftp.h,
1409        libnetworking/rtems_servers/Makefile.am:
1410        Remove (relocated to cpukit/ftpd).
1411        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1412        removed move libnetworking/rtems_servers.
1413
14142005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1415
1416        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1417
14182005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1419
1420        PR 755/rtems
1421        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1422        Remove local declarations of rtems_bsdnet_nameservers,
1423        rtems_bsdnet_nameservers_count.
1424
14252005-01-31      Sergei Organov <osv@topconrd.ru>
1426
1427        PR 751/pppd
1428        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1429        committed to fix PR736 breaks pppd. chat.c should have its own static
1430        ttyfd for pppd to work correctly. The symptom is that second
1431        invokation of chat (for connect script) fails due to pppd_ttyfd set
1432        to -1 by previous chat invokation (for init script). In addition,
1433        this patch fixes leaving of dangling pointer in the abort_stbring[]
1434        by chat_send().
1435
14362005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1437
1438        * configure.ac: Remove CFLAGS_DEBUG_V.
1439        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1440
14412005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1442
1443        * wrapup/Makefile.am: Remove rtems-ctor.o.
1444
14452005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1446
1447        * libchip/rtc/rtc.h: size_t RTC_Count.
1448
14492005-01-20      Joel Sherrill <joel@OARcorp.com>
1450
1451        PR 736/pppd
1452        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1453        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1454        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1455        should not be static and should have a name more specific to pppd.
1456
14572005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1458
1459        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1460        libnetworking/rtems_servers/Makefile.am,
1461        libnetworking/rtems_telnetd/Makefile.am,
1462        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1463        Eliminate CFLAGS_OPTIMIZE_V.
1464
14652005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1466
1467        * configure.ac: Pass CFLAGS to testsuites configure.
1468        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1469        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1470
14712005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1472
1473        * configure.ac: Pass CFLAGS to cpukit configure.
1474        * aclocal/rtems-flags.m4: Remove (Unused).
1475        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1476        * aclocal/env-rtemsbsp.m4:
1477        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1478        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1479        RTEMS_CFLAGS.
1480        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1481        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1482        Cleanup comments.
1483
14842005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1485
1486        * automake/compile.am: Remove build-variant support.
1487
14882005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1489
1490        * libnetworking/pppd/Makefile.am,
1491        libnetworking/rtems_servers/Makefile.am,
1492        libnetworking/rtems_telnetd/Makefile.am:
1493        Remove build-variant support.
1494
14952005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1496
1497        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1498        support/Makefile.am, wrapup/Makefile.am:
1499        Remove build-variant support.
1500
15012004-11-22      Joel Sherrill <joel@OARcorp.com>
1502
1503        * libchip/network/if_fxp.c: Add entry for another module ID code.
1504
15052004-11-22      Joel Sherrill <joel@OARcorp.com>
1506
1507        PR 693/misc
1508        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1509        in/outport routines.
1510
15112004-11-22      Joel Sherrill <joel@OARcorp.com>
1512
1513        PR 693/misc
1514        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1515        in/outport routines.
1516
15172004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1518
1519        * aclocal/enable-itron.m4: Remove (unused).
1520
15212004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1522
1523        * configure.ac: Misc. quoting cleanups.
1524        Enable ada-tests iff --enable-ada and --enable-tests.
1525
15262004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1527
1528        PR 703/filesystem
1529        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1530        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1531        libchip/ide/ide_controller.c:
1532        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1533        available for BSPS/device drivers.
1534        Extend the "modes_available" and "mode_active" parameters to
1535        uint16_t for UDMA support.
1536
15372004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1538
1539        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1540        not supported on PowerPC since it works on the MVME2100 BSP.
1541
15422004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1543
1544        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1545        Add dependency tracking for *.cfgs.
1546        * Makefile.am: Add dependency tracking for *.cfg.
1547
15482004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1549
1550        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1551        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1552
15532004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1554
1555        PR 707/make_build
1556        * configure.ac: Add --enable-rpcgen.
1557
15582004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1559
1560        PR 700/rtems_misc
1561        * libnetworking/rtems_webserver/asp.c,
1562        libnetworking/rtems_webserver/balloc.c,
1563        libnetworking/rtems_webserver/cgi.c,
1564        libnetworking/rtems_webserver/default.c,
1565        libnetworking/rtems_webserver/ej.h,
1566        libnetworking/rtems_webserver/ejIntrn.h,
1567        libnetworking/rtems_webserver/ejlex.c,
1568        libnetworking/rtems_webserver/ejparse.c,
1569        libnetworking/rtems_webserver/emfdb.c,
1570        libnetworking/rtems_webserver/emfdb.h,
1571        libnetworking/rtems_webserver/form.c,
1572        libnetworking/rtems_webserver/handler.c,
1573        libnetworking/rtems_webserver/h.c,
1574        libnetworking/rtems_webserver/license.txt,
1575        libnetworking/rtems_webserver/Makefile.am,
1576        libnetworking/rtems_webserver/md5c.c,
1577        libnetworking/rtems_webserver/md5.h,
1578        libnetworking/rtems_webserver/mime.c,
1579        libnetworking/rtems_webserver/misc.c,
1580        libnetworking/rtems_webserver/NOTES,
1581        libnetworking/rtems_webserver/ringq.c,
1582        libnetworking/rtems_webserver/rom.c,
1583        libnetworking/rtems_webserver/rtems_webserver.h,
1584        libnetworking/rtems_webserver/security.c,
1585        libnetworking/rtems_webserver/sock.c,
1586        libnetworking/rtems_webserver/socket.c,
1587        libnetworking/rtems_webserver/sockGen.c,
1588        libnetworking/rtems_webserver/sym.c,
1589        libnetworking/rtems_webserver/uemf.c,
1590        libnetworking/rtems_webserver/uemf.h,
1591        libnetworking/rtems_webserver/um.c,
1592        libnetworking/rtems_webserver/um.h,
1593        libnetworking/rtems_webserver/umui.c,
1594        libnetworking/rtems_webserver/url.c,
1595        libnetworking/rtems_webserver/value.c,
1596        libnetworking/rtems_webserver/wbase64.c,
1597        libnetworking/rtems_webserver/webcomp.c,
1598        libnetworking/rtems_webserver/webmain.c,
1599        libnetworking/rtems_webserver/webpage.c,
1600        libnetworking/rtems_webserver/webrom.c,
1601        libnetworking/rtems_webserver/webs.c,
1602        libnetworking/rtems_webserver/websda.c,
1603        libnetworking/rtems_webserver/websda.h,
1604        libnetworking/rtems_webserver/webs.h,
1605        libnetworking/rtems_webserver/websSSL.c,
1606        libnetworking/rtems_webserver/websSSL.h,
1607        libnetworking/rtems_webserver/websuemf.c,
1608        libnetworking/rtems_webserver/wsIntrn.h:
1609        Remove (Moved to cpukit/http).
1610
16112004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1612
1613        PR 700/rtems_misc
1614        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1615        Remove libnetworking/rtems_webserver.
1616
16172004-10-25      Eric Norum <norume@aps.anl.gov>
1618
1619        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1620
16212004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1622
1623        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1624
16252004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1626
1627        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1628        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1629
16302004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1631
1632        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1633
16342004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1635
1636        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1637        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1638
16392004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1640
1641        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1642        BITSPERBYTE.
1643
16442004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1645
1646        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1647        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1648
16492004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1650
1651        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1652
16532004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1654
1655        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1656        * aclocal/enable-bare.m4: Remove.
1657        * configure.ac: Remove BARE_CPU_MODEL.
1658
16592004-10-13      Eric Norum <norume@aps.anl.gov>
1660
1661        PR 688/bsps
1662        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1663        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1664        MC146818A (and several Dallas Semiconductor) TOD chips.
1665
16662004-10-13      Eric Norum <norume@aps.anl.gov>
1667
1668        PR 686/networking
1669        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1670        device code.
1671
16722004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1673
1674        * libchip/network/dec21140.c: include <rtems/pci.h>.
1675
16762004-09-29      Joel Sherrill <joel@OARcorp.com>
1677
1678        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1679        libnetworking/pppd/utils.c: i960 obsoleted and all references
1680        removed.
1681
16822004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1683
1684        PR 607/networking
1685        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1686        instead of fully specifying unused PCI features.
1687
16882004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1689
1690        * configure.ac: Require automake > 1.9.
1691
16922004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1693
1694        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1695
16962004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1697
1698        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1699        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1700
17012004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1702
1703        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1704        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1705
17062004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1707
1708        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1709
17102004-07-28  Joel Sherrill <joel@OARcorp.com>
1711
1712    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1713
17142004-07-25      Joel Sherrill <joel@OARcorp.com>
1715
1716        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1717
17182004-05-21  Till Strauman <strauman@slac.stanford.edu>
1719
1720        PR 625/networking
1721        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1722        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1723        an error rather than panic if no chip is detected (thus allowing
1724        for probing).
1725        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1726        instead of looping forever.  Avoid divide by zero (crashed my PC).
1727        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1728        they are UNTESTED.
1729
17302004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1731
1732        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1733
17342004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1735
1736        * libchip/network/dec21140.c, libchip/network/elnk.c:
1737        #include <errno.h>.
1738
17392004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1740
1741        * libchip/network/if_media.h: Update from FreeBSD.
1742        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1743        libchip/network/i82586.c: #include <errno.h>.
1744
17452004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1746
1747        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1748
17492004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1750
1751        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1752
17532004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1754
1755        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1756        automake).
1757
17582004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1759
1760        PR 599/pppd
1761        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1762
17632004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1764
1765        * optman/rtems/no-region.c: Reflect having changed
1766        rtems_region_get_segment_size.
1767
17682004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1769
1770        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1771        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1772        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1773        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1774        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1775        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1776        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1777
17782004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1779
1780        * libchip/ide/ata.c, libchip/network/dec21140.c,
1781        libchip/network/elnk.c, libchip/network/i82586.c,
1782        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1783        libchip/network/open_eth.c, libchip/network/sonic.c,
1784        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1785        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1786        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1787        libchip/shmdr/shm_driver.h: Cosmetics.
1788
17892004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1790
1791        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1792        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1793        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1794        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1795        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1796        fixed size types.
1797
17982004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1799
1800        * configure.ac: Explicitly pass --includedir and --libdir to
1801        cpukit/configure.
1802
18032004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1804
1805        * librdbg/Makefile.am: Fix rpcgen rules.
1806        * librdbg/src/i386/any/remdeb_xdr.c,
1807        librdbg/src/m68k/any/remdeb_xdr.c,
1808        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1809        Reflect changes to librdbg/Makefile.am.
1810
18112004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1812
1813        * configure.ac: Reflect changes testsuites/configure.ac and
1814        cpukit/configure.ac.
1815
18162004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1817
1818        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1819        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1820
18212004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1822
1823        * configure.ac: Reflect changes to testsuites's configuration.
1824
18252004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1826
1827        PR/589 rtems
1828        * libchip/network/pci.h: Remove (Moved to cpukit).
1829
18302004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1831
1832        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1833        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1834        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1835        libchip/network/dec21140.c, libchip/network/elnk.c,
1836        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1837        libchip/network/open_eth.h, libchip/network/sonic.c,
1838        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1839        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1840        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1841        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1842        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1843        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1844        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1845        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1846        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1847        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1848        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1849        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1850        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1851        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1852        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1853        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1854        fixed-size types.
1855
18562004-03-14      Chris Johns  <chrisj@rtems.org>
1857
1858        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1859        the BSP example code.
1860        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1861        support the DIMMPC. This is a pc386 target with IO port support. Minor
1862        formating clean up. Add documentation to the header file.
1863        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1864        cs8900.h header file.
1865
18662004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1867
1868        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1869        Cosmetics.
1870
18712004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1872
1873        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1874        There are no application level Makefiles in here.
1875
18762004-03-04      Joel Sherrill <joel@OARcorp.com>
1877
1878        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1879        they can be used in application level makefiles.
1880
18812004-03-05      Joel Sherrill <joel@OARcorp.com>
1882
1883        * libnetworking/rtems_webserver/ejparse.c,
1884        libnetworking/rtems_webserver/emfdb.c,
1885        libnetworking/rtems_webserver/sock.c,
1886        libnetworking/rtems_webserver/socket.c,
1887        libnetworking/rtems_webserver/sym.c,
1888        libnetworking/rtems_webserver/webs.c,
1889        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
18902004-03-05      Joel Sherrill <joel@OARcorp.com>
1891
1892        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1893        compiling this file only only those CPU families with supported
1894        exception models.
1895
18962004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1897
1898        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1899        testsuites (Was exposed with --enable-multilib, only).
1900        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1901         Add RTEMS_BSP_CONFIG_SUBDIR.
1902        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1903        testsuites's configure.
1904        * aclocal/rtems-top.m4: Remove ENDIF hack.
1905        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1906
19072004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1908
1909        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1910        wrapup/Makefile.am: Fix automake problems having been introduced
1911        in previous patch.
1912
19132004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1914
1915        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1916        Preinstall dirs.
1917        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1918        * aclocal/check-multiprocessing.m4: Cosmetics.
1919        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1920        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1921
19222004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1923
1924        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1925        librdbg/src/Makefile.am.
1926        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1927        * configure.ac: Reflect changes above.
1928        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1929        * wrapup/Makefile.am: Reflect changes above.
1930        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1931
19322004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1933
1934        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1935
19362004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1937
1938        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1939
19402004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1941
1942        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1943
19442004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1945
1946        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1947        librdbg/src/powerpc/Makefile.am: Remove.
1948        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1949        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1950        * configure.ac: Reflect changes above.
1951
19522004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1953
1954
19552004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1956
1957        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1958        STRIP.
1959
19602004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1961
1962        * librdbg/include/Makefile.am: Merge-in
1963        librdbg/include/rdbg/i386/Makefile.am,
1964        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1965        librdbg/include/rdbg/powerpc/Makefile.am.
1966        * librdbg/include/rdbg/i386/Makefile.am,
1967        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1968        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1969        * configure.ac: Reflect changes above.
1970
19712004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1972
1973        * configure.ac: Use AS_HELP_STRING(ada).
1974
19752004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1976
1977        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1978        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1979        Use AC_CONFIG_HEADERS.
1980        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1981        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1982
19832004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1984
1985        * Makefile.am: include local.am.
1986
19872004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1988
1989        * aclocal/version.m4: 4.6.99.0.
1990
19912004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1992
1993        * Makefile.am: Don't include host.am.
1994        * automake/compile.am: Further cleanups.
1995
19962004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1997
1998        * automake/lib.am: Remove (Unused).
1999
20002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2001
2002        * wrapup/Makefile.am: Don't include lib.am.
2003        * automake/compile.am: Use automake compilation rules.
2004
20052004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2006
2007        * libnetworking/pppd/Makefile.am,
2008        libnetworking/rtems_servers/Makefile.am,
2009        libnetworking/rtems_telnetd/Makefile.am,
2010        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
2011        support/Makefile.am: Don't include lib.am.
2012
20132004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2014
2015        * libchip/Makefile.am: Don't include lib.am.
2016        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
2017        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
2018        unnecessary EXTRA_DISTs.
2019
20202004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2021
2022        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
2023        hack.
2024
20252004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2026
2027        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
2028        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
2029        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
2030        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
2031
20322004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2033
2034        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
2035        Add AM_CONDITIONAL(HAS_MP).
2036        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
2037        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
2038        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2039        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2040        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2041        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
2042        (Deprecated by autoconf 2.59).
2043
20442004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2045
2046        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2047        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2048
20492004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2050
2051        * ChangeLog: Merge-in libnetworking/ChangeLog.
2052        * libnetworking/ChangeLog: Remove.
2053        * ChangeLog: Merge-in librdbg/ChangeLog.
2054        * librdbg/ChangeLog: Remove.
2055        * ChangeLog: Merge-in libchip/ChangeLog.
2056        * libchip/ChangeLog: Remove.
2057        * ChangeLog: Merge-in optman/ChangeLog.
2058        * optman/ChangeLog: Remove.
2059
20602004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2061
2062        * configure.ac: Reflect changes to cpukit.
2063        * wrapup/Makefile.am: Reflect changes to librdbg.
2064        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
2065        * libchip/Makefile.am: Add PREINSTALL_DIRS.
2066        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
2067        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
2068        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
2069        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2070        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
2071        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
2072        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2073
20742004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2075
2076        * aclocal/rtems-top.m4: Remove check for version.m4.
2077        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
2078
20792004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2080
2081        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
2082        * wrapup/Makefile.am: Reflect changes to libchip/*.
2083        * support/Makefile.am: Use automake compilation rules.
2084        * wrapup/Makefile.am: Reflect changes to support/*.
2085        * configure.ac: Remove libnetworking/wrapup/Makefile.
2086        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
2087        libnetworking/*/lib*.a instead of libnetapps.a.
2088        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
2089        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
2090        * optman/Makefile.am: Use automake compilation rules.
2091        * libchip/Makefile.am: Fix typo in previous patch.
2092        * libchip/Makefile.am: Use automake compilation rules.
2093        * libnetworking/Makefile.am: Remove wrapup.
2094        * libnetworking/pppd/Makefile.am: Build libpppd. Use
2095        automake-compilation rules.
2096        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
2097        automake-compilation rules.
2098        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
2099        automake-compilation rules.
2100        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
2101        automake-compilation rules.
2102        * libnetworking/wrapup/Makefile.am: Remove (Unused).
2103
21042004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2105
2106        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2107        PRE/TMPINSTALL_FILES to CLEANFILES.
2108        * automake/lib.am: Remove TMPINSTALL_FILES.
2109        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2110        PRE/TMPINSTALL_FILES to CLEANFILES.
2111        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2112        PRE/TMPINSTALL_FILES to CLEANFILES.
2113        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
2114        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2115        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2116        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2117        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2118        * librdbg/src/i386/Makefile.am: Ditto.
2119        * librdbg/src/m68k/Makefile.am: Ditto.
2120        * librdbg/src/powerpc/Makefile.am: Ditto.
2121        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
2122        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2123        * libnetworking/rtems_servers/Makefile.am: Ditto.
2124        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2125        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2126
21272004-01-07      Joel Sherrill <joel@OARcorp.com>
2128
2129        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
2130        more completely covers the MIPS family.
2131
21322003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2133
2134        * wrapup/Makefile.am: Reflect changes to shmdr.
2135        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
2136
21372003-12-18      Joel Sherrill <joel@OARcorp.com>
2138
2139        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
2140        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
2141        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
2142        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
2143        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
2144        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
2145        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
2146
21472003-12-17      Joel Sherrill <joel@OARcorp.com>
2148
2149        * aclocal/version.m4: Updated to rtems-20031217-test.
2150
21512003-12-17     
2152
2153        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2154        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2155
21562003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2157
2158        * automake/compile.am: Remove LINK_LIBS (Unused).
2159        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
2160
21612003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2162
2163        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2164        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2165        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
2166        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
2167        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
2168
21692003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2170
2171        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
2172        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2173        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2174        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2175        * librdbg/src/i386/Makefile.am:
2176        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2177        * librdbg/src/m68k/Makefile.am:
2178        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2179        * librdbg/src/powerpc/Makefile.am:
2180        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2181
21822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2183
2184        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2185        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
2186        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
2187        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
2188        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
2189        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
2190        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2191        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2192        * optman/Makefile.am: Remove project_libdir.
2193        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
2194        PRE/TMPINSTALL_FILES.
2195        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
2196        PRE/TMPINSTALL_FILES.
2197        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
2198        PRE/TMPINSTALL_FILES.
2199        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2200        PRE/TMPINSTALL_FILES.
2201        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
2202        from PRE/TMPINSTALL_FILES.
2203        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
2204        PRE/TMPINSTALL_FILES.
2205        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2206        PRE/TMPINSTALL_FILES.
2207        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
2208        PRE/TMPINSTALL_FILES.
2209        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
2210        PRE/TMPINSTALL_FILES.
2211        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
2212        PRE/TMPINSTALL_FILES.
2213        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
2214        PRE/TMPINSTALL_FILES.
2215        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
2216        from PRE/TMPINSTALL_FILES.
2217
22182003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2219
2220        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
2221        * automake/lib.am: Remove project_libdir.
2222        * wrapup/Makefile.am: Reworked.
2223
22242003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2225
2226        * configure.ac: Reflect changes to librdbg.
2227        * optman/Makefile.am: Add tmpinstall dirstamp support.
2228        * libchip/Makefile.am: Fix variant-tmpinstall support.
2229        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
2230        * librdbg/src/powerpc/Makefile.am: Merge-in former
2231        new_exception_processing/Makefile.am.
2232        * librdbg/src/m68k/any/Makefile.am: Remove.
2233        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
2234        * librdbg/src/i386/any/Makefile.am: Remove.
2235        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
2236        * librdbg/src/Makefile.am: Cosmetics.
2237        * librdbg/include/Makefile.am: Cosmetics.
2238        * librdbg/Makefile.am: Cosmetics.
2239        * libnetworking/Makefile.am: Cosmetics.
2240        * libnetworking/pppd/Makefile.am: Cosmetics.
2241        * libnetworking/wrapup/Makefile.am: Cosmetics.
2242
22432003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2244
2245        * Makefile.am: Cosmetics.
2246        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
2247        support.
2248
22492003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2250
2251        * automake/compile.am: Remove $(ARCH):-rule.
2252
22532003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2254
2255        * configure.ac: Remove lib/libbsp/shared/Makefile,
2256        lib/libbsp/shmdr/Makefile.
2257
22582003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2259
2260        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
2261        libchip/serial/Makefile, libchip/rtc/Makefile.
2262        * support/Makefile.am: Remove all-local: $(ARCH).
2263        * wrapup/Makefile.am: Remove all-local: $(ARCH).
2264        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
2265        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
2266        * optman/Makefile.am: Remove all-local: $(ARCH).
2267        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2268        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
2269        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
2270        compilation dirstamp support.
2271        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
2272        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
2273        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
2274        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
2275        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
2276        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
2277        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2278        all-local: $(ARCH).
2279        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
2280        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
2281        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
2282        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
2283        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
2284
22852003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2286
2287        * aclocal/lead-dot.m4: New (from automake-1.7f).
2288        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
2289        AC_SUBST(dirstamp).
2290        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
2291        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2292        libchip/serial/Makefile.am: Ditto.
2293        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
2294        * librdbg/include/Makefile.am: Ditto.
2295        * librdbg/include/rdbg/Makefile.am: Ditto.
2296        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2297        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2298        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2299        * librdbg/src/Makefile.am: Ditto.
2300        * librdbg/src/i386/Makefile.am: Ditto.
2301        * librdbg/src/i386/any/Makefile.am: Ditto.
2302        * librdbg/src/m68k/Makefile.am: Ditto.
2303        * librdbg/src/m68k/any/Makefile.am: Ditto.
2304        * librdbg/src/powerpc/Makefile.am: Ditto.
2305        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2306        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
2307        preinstallation.
2308        * libnetworking/pppd/Makefile.am: Ditto.
2309        * libnetworking/rtems_servers/Makefile.am: Ditto.
2310        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2311        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2312        * libnetworking/wrapup/Makefile.am: Ditto.
2313
23142003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2315
2316        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
2317        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
2318        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
2319        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
2320        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2321        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2322        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2323        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
2324        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
2325        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
2326        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
2327        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
2328        underquoting to silence automake-1.8.
2329
23302003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2331
2332        * configure.ac: Reflect having moved tests to ../../testsuites.
2333
23342003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2335
2336        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
2337        * aclocal/canonical-host.m4: Remove.
2338        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
2339        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2340
23412003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2342
2343        * aclocal/check-cpu.m4: Remove.
2344        * configure.ac: Merge-in former aclocal/check-cpu.m4.
2345        * aclocal/canonical-target-name.m4: Add m4-quotes.
2346        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
2347        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
2348        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2349        * aclocal/check-networking.m4: Add m4-quotes. Require
2350        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2351        * aclocal/check-posix.m4: Add m4-quotes. Require
2352        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2353        * aclocal/check-rdbg.m4: Add m4-quotes. Require
2354        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2355        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
2356
23572003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2358
2359        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
2360        * aclocal/bsp-alias.m4: Remove.
2361
23622003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2363
2364        * configure.ac: Make presence of tests/ optional.
2365
23662003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2367
2368        * aclocal/path-perl.m4: Remove (Unused).
2369
23702003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2371
2372        * automake/force-preinstall.am: Remove.
2373
23742003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2375
2376        PR 499/rtems_misc
2377        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
2378        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
2379        Configuration (Odd was forced) - Correction of Stop Bit configuration
2380        (inversed) - Correction of ISR Handler to call
2381        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
2382        CTS Hardware flow control Configuration.
2383
23842003-09-04      Joel Sherrill <joel@OARcorp.com>
2385
2386        * lib/libcpu/shared/include/cache.h,
2387        lib/libcpu/shared/src/cache_aligned_malloc.c,
2388        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
2389        license changed.
2390        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2391        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2392        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2393        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2394        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2395        for license changed.
2396        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2397        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2398        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2399        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2400        libchip/network/cs8900.h, libchip/network/dec21140.c,
2401        libchip/network/elnk.c, libchip/network/open_eth.c,
2402        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2403        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2404        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2405        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2406        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2407        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2408        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2409        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2410        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2411        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2412        libchip/serial/serial.h, libchip/serial/z85c30.c,
2413        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2414        libchip/serial/z85c30_reg.c: URL for license changed.
2415
24162003-09-03      Jiri Gaisler <jiri@gaisler.com>
2417
2418        PR 477/networking
2419        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2420        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2421        libchip/network/open_eth.h: New files.
2422
24232003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2424
2425        * aclocal/rtems-top.m4: Add RTEMS_API.
2426        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2427
24282003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2429
2430        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2431        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2432        @RTEMS_BSP@.cfg.
2433
24342003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2435
2436        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2437
24382003-08-20      Joel Sherrill <joel@OARcorp.com>
2439
2440        * libchip/network/cs8900.c: Correct copyright statements.
2441
24422003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2443
2444        * aclocal/check-itron.m4: Remove.
2445        * aclocal/enable-inlines.m4: Remove.
2446        * Makefile.am: Reflect having moved aclocal/.
2447        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2448        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2449        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2450        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2451        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2452        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2453        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2454        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2455        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2456        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2457        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2458        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2459        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2460        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2461        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2462        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2463        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2464        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2465        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2466        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2467        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2468        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2469        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2470        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2471        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2472        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2473        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2474        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2475        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2476        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2477        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2478        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2479        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2480        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2481        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2482        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2483        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2484        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2485        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2486        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2487        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2488        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2489        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2490        * aclocal/target.m4: New (Copied from ../../aclocal).
2491        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2492        * aclocal/version.m4: New (Copied from ../../aclocal).
2493
24942003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2495
2496        * configure.ac: Remove stray comments.
2497        * automake/local.am, automake/host.am: Remove "debug".
2498
24992003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2500
2501        * Makefile.am: Reflect having moved automake/.
2502        * lib/Makefile.am: Reflect having moved automake/.
2503        * support/Makefile.am: Reflect having moved automake/.
2504        * wrapup/Makefile.am: Reflect having moved automake/.
2505        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2506        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2507        from ../../automake).
2508        * optman/Makefile.am: Reflect having moved automake/.
2509        * libchip/Makefile.am: Reflect having moved automake/.
2510        * libchip/ide/Makefile.am: Reflect having moved automake/.
2511        * libchip/network/Makefile.am: Reflect having moved automake/.
2512        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2513        * libchip/serial/Makefile.am: Reflect having moved automake/.
2514        * librdbg/Makefile.am: Reflect having moved automake/.
2515        * librdbg/include/Makefile.am: Reflect having moved automake/.
2516        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2517        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2518        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2519        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2520        automake/.
2521        * librdbg/src/Makefile.am: Reflect having moved automake/.
2522        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2523        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2524        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2525        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2526        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2527        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2528        having moved automake/.
2529        * libnetworking/Makefile.am: Reflect having moved automake/.
2530        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2531        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2532        automake/.
2533        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2534        automake/.
2535        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2536        automake/.
2537        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2538
25392003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2540
2541        * Makefile.am: Add bsp.pc.in.
2542        * bsp.pc.in: New (pkgconfig support).
2543
25442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2545
2546        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2547
25482003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2549
2550        * lib/Makefile.am: New (Required by 'make dist').
2551        * lib/ChangeLog: Remove.
2552        * lib/.cvsignore: Cleanup.
2553        * configure.ac: Reflect having added lib/Makefile.am.
2554        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2555        lib/libbsp/configure.ac.
2556        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2557        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2558
25592003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2560
2561        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2562        * configure.ac: Merge-in librdbg/configure.ac.
2563        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2564        librdbg/configure.ac.
2565        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2566        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2567        LIBCHIP. Conditionally build include-dirs.
2568        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2569        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2570        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2571        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2572        librdbg/include/rdbg/m68k/Makefile.am,
2573        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2574        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2575        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2576        librdbg/src/powerpc/Makefile.am, librdbg/
2577        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2578        configure.ac into ../configure.ac.
2579        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2580        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2581        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2582        libnetworking/rtems_telnetd/Makefile.am,
2583        libnetworking/rtems_webserver/Makefile.am,
2584        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2585        into ../configure.ac.
2586
25872003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2588
2589        PR 427/rtems
2590        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2591        * librdbg/src/servtsp.c: Ditto.
2592
25932003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2594
2595        PR 429/bsps
2596        PR 432/bsps
2597        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2598        packets are queued onto an elnk board, the ISR will deadlock the device
2599        with a tx complete interrupt.  Lighter tx loads are not affected as they
2600        end up submitting single packets to the device.
2601
26022003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2603
2604        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2605        optman/configure.ac.
2606        * optman/configure.ac: Remove (Merged into ../configure.ac).
2607        * optman/Makefile.am: Reflect having merged configure.ac into
2608        ../configure.ac.
2609        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2610        * libchip/Makefile.am, libchip/ide/Makefile.am,
2611        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2612        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2613        ../configure.ac.
2614
26152003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2616
2617        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2618
26192003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2620
2621        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2622        on i386.
2623
26242003-06-13      Joel Sherrill <joel@OARcorp.com>
2625
2626        * libnetworking/pppd/chat.c: Removed warnings.
2627
26282003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2629
2630        * libchip/network/README.3com: New file missed in previous commit.
2631        PR 405/bsps
2632        PR 393/networking
2633        * libchip/network/dec21140.c: Fix leak also known as PR393.
2634        * libchip/network/elnk.c, libchip/network/if_media.h,
2635        libchip/network/mii.h: New files.
2636        * libchip/network/Makefile.am: Reflect new files.
2637
26382003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2639
2640        * configure.ac: Remove support for profile-variant.
2641
26422003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2643
2644        PR 397/pppd
2645        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2646        * libnetworking/pppd/magic.c: Remove *rand48.
2647        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2648
26492003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2650
2651        * wrapup/Makefile.am: Add libide.a.
2652
26532003-04-15      Joel Sherrill <joel@OARcorp.com>
2654
2655        PR 387/rtems_misc
2656        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2657        routines.
2658        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2659
26602003-04-11      Joel Sherrill <joel@OARcorp.com>
2661
2662        * libnetworking/rtems_webserver/cgi.c,
2663        libnetworking/rtems_webserver/sockGen.c,
2664        libnetworking/rtems_webserver/umui.c,
2665        libnetworking/rtems_webserver/websSSL.c,
2666        libnetworking/rtems_webserver/websSSL.h,
2667        libnetworking/rtems_webserver/websda.c,
2668        libnetworking/rtems_webserver/websda.h: New files. Not included in
2669        previous commit.
2670
26712003-04-10      Joel Sherrill <joel@OARcorp.com>
2672
2673        PR 371/pppd
2674        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2675        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2676        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2677        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2678        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2679        still global symbols in rtemspppd.h which might need to be changed or
2680        converted into member of a structure which is dereferenced with a
2681        pointer that is managed as a per task variable. But this patch should
2682        avoid many conflicts.
2683
26842003-03-27      Joel Sherrill <joel@OARcorp.com>
2685
2686        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2687        not allowed in the cpukit source code since it must be buildable
2688        independent of any BSP. These files were moved to libchip/ide.
2689        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2690        files.
2691
26922003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2693
2694        PR 368/filesystems
2695        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2696        improvements which now work on pc386 and mbx8xx.
2697        * libchip/ide/ide_controller.c: New file.
2698
26992003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2700
2701        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2702
27032003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2704
2705        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2706        * configure.ac: Add support/.
2707        * support/.cvsignore: New.
2708        * support/Makefile.am: New.
2709        * support/version.c: New.
2710        * wrapup/Makefile.am: Add support/libsupport.a.
2711        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2712        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2713        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2714        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2715
27162003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2717
2718        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2719
27202003-02-20      Till Straumann <strauman@slac.stanford.edu>
2721
2722        PR 354/networking
2723        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2724        chip against a table of supported chips. The untested ones are still
2725        commented out, however.
2726
27272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2728
2729        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2730        * configure.ac: AC_PREREQ(2.57).
2731        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2732        * optman/configure.ac: AC_PREREQ(2.57).
2733        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2734        * libchip/configure.ac: AC_PREREQ(2.57).
2735        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2736        * librdbg/configure.ac: AC_PREREQ(2.57).
2737        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2738        * libnetworking/configure.ac: AC_PREREQ(2.57).
2739
27402003-02-06      Joel Sherrill <joel@OARcorp.com>
2741
2742        * libnetworking/pppd/chat.c: Convert routines with common names to
2743        static. This included get_char(), put_char(), and character() among
2744        others.
2745
27462003-02-03      Joel Sherrill <joel@OARcorp.com>
2747
2748        PR 338/filesystem
2749        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2750        rtems_io_lookup_name() (API change).  Unused function removed.
2751
27522003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2753
2754        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2755        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2756        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2757        Eliminate *_O_FILES.
2758        * libnetworking/rtems_servers/Makefile.am,
2759        libnetworking/rtems_webserver/Makefile.am,
2760        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2761
27622002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2763
2764        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2765        Let all-local: depend on $(LIB).
2766        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2767        * optman/Makefile.am: Apply install-data-local to install *.rels.
2768
27692002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2770
2771        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2772        %.c rules.
2773        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2774        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2775        * libchip/rtc/Makefile.am: Ditto.
2776        * libchip/serial/Makefile.am: Ditto.
2777
27782002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2779
2780        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2781        LIBC_DEFINES.
2782        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2783        LIBC_DEFINES.
2784        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2785        LIBC_DEFINES.
2786
27872002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2788
2789        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2790
27912002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2792
2793        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2794        cache-checking.
2795        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2796
27972002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2798
2799        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2800        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2801        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2802        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2803        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2804
28052002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2806
2807        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2808        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2809        Remove.
2810        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2811
28122002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2813
2814        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2815        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2816
28172002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2818
2819        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2820        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2821
28222002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2823
2824        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2825        * optman/rel.am: New.
2826
28272002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2828
2829        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2830        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2831        braino in comment on "exec". Extend --enable-ada handling.
2832
28332002-11-04      Joel Sherrill <joel@OARcorp.com>
2834
2835        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2836        tasks and rolling multiple loops into 1.
2837        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2838        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2839        Removed warnings.
2840
28412002-10-31      Joel Sherrill <joel@OARcorp.com>
2842
2843        * libchip/network/dec21140.c: Removed warnings.
2844        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2845        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2846        librdbg/src/m68k/any/remdeb_xdr.c,
2847        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2848        warnings.
2849        * libnetworking/rtems_webserver/socket.c,
2850        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2851
28522002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2853
2854        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2855        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2856        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2857        above.
2858
28592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2860
2861        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2862        * wrapup/.cvsignore: Remove autom4te.cache.
2863        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2864        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2865        autom4te.cache.
2866        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2867        autom4te.cache.
2868        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2869        autom4te.cache.
2870
28712002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2872
2873        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2874
28752002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2876
2877        * optman/.cvsignore: Add autom4te.cache.
2878
28792002-09-14      Joel Sherrill <joel@OARcorp.com>
2880
2881        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2882
28832002-09-07      Joel Sherrill <joel@OARcorp.com>
2884
2885        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2886        include files to resolve warnings.
2887
28882002-09-07      Chris Johns <ccj@acm.org>
2889
2890        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2891        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2892        which corrects the problem  where the cs8900.c file was actually the BSP
2893        glue.  Joel did some hacking so this file will compile.  Previously it
2894        required providing a target.h file to compile.
2895        * libchip/network/cs8900.c.bsp: New file.
2896
28972002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2898
2899        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2900
29012002-08-31      Joel Sherrill <joel@OARcorp.com>
2902
2903        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2904        eliminate warning.
2905
29062002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2907
2908        * configure.ac: Add ada-tests.
2909
29102002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2911
2912        * Makefile.am: Add preinstall-stamp.
2913
29142002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2915
2916        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2917        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2918        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2919        gcc31 happy.
2920        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2921        cp.
2922
29232002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2924
2925        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2926        make/bsp.mak.
2927        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2928        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2929
29302002-08-12      Joel Sherrill <joel@OARcorp.com>
2931
2932        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2933        avoid error.
2934
29352002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2936
2937        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2938        * configure.ac: Add BSP_SUBDIRS.
2939        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2940        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2941        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2942        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2943        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2944        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2945        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2946        RTEMS_CHECK_BSP_CACHE.
2947        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2948        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2949        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2950        .$(OBJEXT) instead of .o.
2951        * libnetworking/pppd/Makefile.am,
2952        libnetworking/rtems_servers/Makefile.am,
2953        libnetworking/rtems_telnetd/Makefile.am,
2954        libnetworking/rtems_webserver/Makefile.am,
2955        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2956
29572002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2958
2959        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2960        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2961        ../libchip/serial/$(ARCH)/libserialio.a.
2962        * libchip/serial/Makefile.am: Don't tmp-install lib.
2963        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2964
29652002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2966
2967        * Makefile.am: Add rtems_makedir.
2968        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2969        * Makefile.am: Add wrapup-SUBDIR.
2970        * wrapup/ChangeLog: Remove.
2971        * wrapup/configure.ac: Remove.
2972        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2973        (Make the bare BSP happy).
2974        * configure.ac: Ditto.
2975        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2976        Create make/custom/default.cfg.
2977        * configure.ac: Add creation of make/custom/*.cfg. Create
2978        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2979
29802002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2981
2982        * Makefile.am: Clean $(PROJECT_RELEASE).
2983
29842002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2985
2986        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2987        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2988        prototype mismatches.
2989
29902002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2991
2992        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2993        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2994
29952002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2996
2997        * acinclude.m4: Add test "$multilib" != "yes".
2998        * config-ml.in: Remove.
2999        * acinclude.m4: Cleanups.
3000        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
3001        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
3002        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
3003        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
3004        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
3005
30062002-07-16      Eric Norum <eric.norum@usask.ca>
3007
3008        * New driver for the Intel EtherExpressPro (82559ER) chip.
3009        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
3010        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
3011        * libchip/network/Makefile.am: Modified to reflect above.
3012
30132002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3014
3015        * acinclude.m4: New.
3016        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
3017        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
3018        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
3019
30202002-07-01      Joel Sherrill <joel@OARcorp.com>
3021
3022        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
3023        _Objects_Information_table now that it is a two dimensional array based
3024        upon API and class.
3025        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
3026        of strnlen().
3027
30282002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3029
3030        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
3031        preinstall libnetapps.a.
3032
30332002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3034
3035        * configure.ac: Remove librpc.
3036
30372002-06-25      Joel Sherrill <joel@OARcorp.com>
3038
3039        * Per PR233, moved librpc to exec.
3040        * configure.ac, wrapup/Makefile.am: Modified.
3041        * librpc, librpc/ChangeLog: Removed.
3042
30432002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3044
3045        * optman/Makefile.am: Remove multilib support.
3046        * optman/configure.ac: Ditto.
3047        * optman/sapi/Makefile.am: Ditto.
3048
30492002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3050
3051        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
3052        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
3053
30542002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3055
3056        Move networking libraries to c/src/exec/libnetworking
3057        * libnetworking/configure.ac, libnetworking/Makefile.am,
3058        libnetworking/wrapup/Makefile.am: Reflect Moval.
3059
30602002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3061
3062        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
3063        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
3064        <rtems/bspIo.h>.
3065
30662002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3067
3068        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
3069        * libnetworking/rtems/mkrootfs.h: Ditto.
3070        * libnetworking/rtems/Makefile.am: Reflect changes above.
3071
30722002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3073
3074        * configure.ac: Remove lib.
3075
30762002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
3077
3078        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
3079        that exception stack frames on M68K members with VBR always are 6 byte
3080        long. The incorrect assumption resulted in some gdb commands like "next"
3081        to fail on the 68360.
3082
30832002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3084
3085        * config-ml.in: Take out arm and sh variants RTEMS does not support.
3086        PR 220
3087        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3088        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
3089        CVS.
3090        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
3091        libnetworking/sys/filio.h: Remove.
3092        * libnetworking/sys/Makefile.am: Reflect changes above.
3093
30942002-05-07      Chris Johns <ccj@acm.org>
3095
3096        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
3097        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
3098        requires it to be stripped.
3099
31002002-05-01      Eric Norum <eric.norum@usask.ca>
3101
3102        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
3103        assembly  to satisfy gcc 3.1 and newer.
3104
31052002-04-26      Eric Norum <eric.norum@usask.ca>
3106
3107        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
3108        agressive optimization in gcc 3.1 does not reorder things.
3109
31102002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3111
3112        * libchip/network/dec21140.c: Reflect changes to powerpc's
3113        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
3114        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
3115        <rtems/score/cpu.h>.
3116        * librdbg/src/powerpc/rdbg_f.c: Ditto.
3117        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
3118
31192002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3120
3121        * optman/configure.ac: Remove ENABLE_GCC28.
3122
31232002-04-11      Chris Johns <ccj@acm.org>
3124
3125        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
3126        driver control block field to the ifconfig network driver structure.
3127        This field is needed by the i82586 driver which was ported from NetBSD
3128        as it had better hardware abstraction.
3129        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
3130        PR59, added the drv_ctrl driver control block field to the ifconfig
3131        network driver structure. This field is needed by the i82586 driver
3132        which was ported from NetBSD as it had better hardware abstraction.
3133
31342002-04-10      Mike Siers <mikes@poliac.com>
3135
3136        * libnetworking/rtems_webserver/NOTES,
3137        libnetworking/rtems_webserver/asp.c,
3138        libnetworking/rtems_webserver/balloc.c,
3139        libnetworking/rtems_webserver/default.c,
3140        libnetworking/rtems_webserver/ej.h,
3141        libnetworking/rtems_webserver/ejIntrn.h,
3142        libnetworking/rtems_webserver/ejlex.c,
3143        libnetworking/rtems_webserver/ejparse.c,
3144        libnetworking/rtems_webserver/emfdb.c,
3145        libnetworking/rtems_webserver/emfdb.h,
3146        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
3147        libnetworking/rtems_webserver/handler.c,
3148        libnetworking/rtems_webserver/license.txt,
3149        libnetworking/rtems_webserver/md5.h,
3150        libnetworking/rtems_webserver/md5c.c,
3151        libnetworking/rtems_webserver/mime.c,
3152        libnetworking/rtems_webserver/misc.c,
3153        libnetworking/rtems_webserver/ringq.c,
3154        libnetworking/rtems_webserver/rom.c,
3155        libnetworking/rtems_webserver/security.c,
3156        libnetworking/rtems_webserver/sock.c,
3157        libnetworking/rtems_webserver/sym.c,
3158        libnetworking/rtems_webserver/uemf.c,
3159        libnetworking/rtems_webserver/uemf.h,
3160        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
3161        libnetworking/rtems_webserver/url.c,
3162        libnetworking/rtems_webserver/value.c,
3163        libnetworking/rtems_webserver/wbase64.c,
3164        libnetworking/rtems_webserver/webcomp.c,
3165        libnetworking/rtems_webserver/webpage.c,
3166        libnetworking/rtems_webserver/webrom.c,
3167        libnetworking/rtems_webserver/webs.c,
3168        libnetworking/rtems_webserver/webs.h,
3169        libnetworking/rtems_webserver/websuemf.c,
3170        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
3171        2.1.4.
3172
31732002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3174
3175        * libchip/network/i82586.c: Include <string.h>.
3176        * libchip/network/sonic.c: Ditto.
3177
31782002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3179
3180        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
3181
31822002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3183
3184        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
3185
31862002-03-27      Thomas.Doerfler@imd-systems.de
3187
3188        PR 144
3189        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
3190        memory address 0 when called for the first time. This is done when
3191        trying to clear the variable "dhcp_hostname".
3192
31932002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3194
3195        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3196        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3197        * Makefile.am: Remove AUTOMAKE_OPTIONS.
3198        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3199        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3200        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3201        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
3202        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
3203        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3204        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3205        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
3206        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
3207        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3208        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
3209        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3210        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3211        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3212        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3213        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3214        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3215        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
3216        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3217        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3218        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3219        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3220        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3221        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
3222        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3223        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
3224        AUTOMAKE_OPTIONS.
3225        * libnetworking/configure.ac:
3226        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
3227        foreign 1.6]).
3228        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
3229        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
3230        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
3231        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
3232        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3233        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
3234        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
3235        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
3236        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
3237        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3238        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3239        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
3240        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3241        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
3242        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
3243        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
3244        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
3245
32462002-03-27      Ilya Alexeev <ilya@continuum.ru>
3247
3248        PR 162
3249        * libnetworking/net/if_ppp.c ppp_txdaemon(),
3250        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
3251        used in a device write routines.  Now ppp_softc structure have own
3252        character for writing to device (sc_outchar).  I think that converting
3253        local variables to static is not a right solution, because problems will
3254        occur in the case of two or more ppp instances.
3255        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
3256        must be u_long, otherwise in the case of the big output packet endless
3257        loop may occur.
3258
32592002-03-21      Ilya Alexeev <ilya@continuum.ru>
3260
3261        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
3262        preparations for multiple PPPD connections.
3263
32642002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3265
3266        PR 149
3267        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
3268        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
3269        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
3270        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3271
32722002-02-28      Victor V. Vengerov <vvv@oktet.ru>
3273
3274        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
3275        * configure.ac: Modified to reflect addition.
3276
32772002-02-27      Ilya Alexeev <ilya@continuum.ru>
3278
3279        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
3280        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3281        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
3282        capabilities as well as eliminate some warnings.
3283
32842002-02-27      Eric Norum <eric.norum@usask.ca>
3285
3286        * libnetworking/net/radix.c: Properly handle fetching the default route
3287        when there is no route.  This was a bug in the original FreeBSD code and
3288        this fix is from an updated version of their code.
3289
32902002-02-16      Eric Norum <eric.norum@usask.ca>
3291
3292        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
3293        checking.
3294
32952002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3296
3297        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
3298        dodefaultroute.
3299
33002002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3301
3302        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
3303        include <rtems/seterr.h>.
3304
33052002-02-01      Mike Siers <mikes@poliac.com>
3306
3307        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
3308        avoid bringing the link down too fast. NOTE: Mike reports successfully
3309        running at 56K baud on a direct link.
3310
33112002-02-01      Eric Valette <valette@crf.canon.fr>
3312
3313        * librdbg/So many patches have been posted recently on the mailing list
3314        and  because we were unable to find correct solution to compile on
3315        various  linux distros (due to rpcgen incompatibilities), librdbg/and
3316        because the coding  style of rdbg was rather inconsistant among various
3317        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
3318        global coding style (using indent + manual edits), 2) incorporate/review
3319        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
3320        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
3321        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
3322        after rdbg initialization is done, NB : the paches is huge but it is
3323        mainly due to coding styke chnages.  Only few lines of codes have been
3324        really changed and they do not impact  rdbg functionnality (AFAIKT).
3325        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
3326        librdbg/include/rdbg/m68k/rdbg_f.h,
3327        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
3328        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
3329        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
3330        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
3331        librdbg/src/servtsp.c, librdbg/src/servutil.c,
3332        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
3333        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
3334        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
3335        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
3336        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
3337        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
3338        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
3339        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3340        librdbg/src/powerpc/new_exception_processing/remdeb.h,
3341        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
3342        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
3343
33442002-01-31      Mike Siers <mikes@poliac.com>
3345
3346        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
3347        * Nice Update of PPPD support which eliminates the requiremetn that
3348        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
3349        and reports that it seems to be more stable and handle larger packets
3350        better.  This patch replaces the termios tasks with more general pppd
3351        network driver tasks.  The functions pppinput() and pppstart() get
3352        called from the interrupt service routine.
3353        * libnetworking/Makefile.am, libnetworking/configure.ac,
3354        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
3355        libnetworking/net/ethernet.h, libnetworking/net/if.c,
3356        libnetworking/net/if.h, libnetworking/net/if_arp.h,
3357        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
3358        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
3359        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
3360        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
3361        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
3362        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
3363        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
3364        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
3365        libnetworking/net/route.c, libnetworking/net/route.h,
3366        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
3367        libnetworking/pppd/README, libnetworking/pppd/STATUS,
3368        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
3369        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3370        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3371        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3372        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3373        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3374        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3375        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3376        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3377        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3378        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3379        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
3380        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3381        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3382        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
3383        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
3384        libnetworking/pppd/example/README,
3385        libnetworking/pppd/example/netconfig.h,
3386        libnetworking/wrapup/Makefile.am: Modified.
3387        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
3388        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
3389        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
3390        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3391        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3392        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3393        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3394        libnetworking/modem/pppcompress.c: Subdirectory removed.
3395
33962002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3397
3398        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3399        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3400
34012002-01-18      Till Straumann <strauman@slac.stanford.edu>
3402
3403        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3404        issues: - exception handler needs to enable MSR_FP if the interrupted
3405        thread is FP enabled. - printk message for MSR fixed and added
3406        stacktrace. NOTE: this requires the stacktrace patch to
3407        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3408        however).
3409
34102002-01-06      Joel Sherrill <joel@OARcorp.com>
3411
3412        * optman/.cvsignore: Added aclocal.m4 and configure.
3413        * optman/.cvsignore: New file.
3414
34152002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3416
3417        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3418
34192002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3420
3421        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3422        * optman/ChangeLog: New.
3423        * optman/configure.ac: New.
3424        * optman/Makefile.am: New.
3425        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3426        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3427
34282001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3429
3430        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3431
34322001-12-18      Eric Norum <eric.norum@usask.ca>
3433
3434        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3435        `directories' (path names with a / at the end) while disallowing open()
3436        operations on TFTP `directories'.
3437
34382001-12-07      Eric Norum <eric.norum@usask.ca>
3439
3440        * libnetworking/lib/tftpDriver.c: Restore write capability.
3441
34422001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3443
3444        * libchip/network/sonic.h: Fix typo.
3445        * libnetworking/arpa/Makefile.am: Remove stray lines.
3446
34472001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3448
3449        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3450
34512001-10-18      Eric Norum <eric.norum@usask.ca>
3452
3453        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3454        chdir() and open() operations within the TFTP file system.
3455
34562001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3457
3458        * librdbg/configure.ac: Fix latent bug exposed by removal of
3459        config.cache's which prevented powerpc targets librdbg from building.
3460
34612001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3462
3463        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3464        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3465        autoconf-2.52 happy.
3466
34672001-10-12      Mike Siers <mikes@poliac.com>
3468
3469        * libnetworking/Update to stable working state.  Congratulations Mike!
3470        :).
3471        * libnetworking/modem_example: Directory removed.
3472        * libnetworking/modem_example/16550.h,
3473        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3474        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3475        libnetworking/modem_example/ppp.h,
3476        libnetworking/modem_example/pppcompress.c: Files removed.
3477        * libnetworking/pppd/example/pppd.options: New file.
3478        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3479        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3480        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3481        libnetworking/pppd/rtemsmain.c: Updated.
3482
34832001-10-12      Joel Sherrill <joel@OARcorp.com>
3484
3485        * libchip/serial/z85c30.c: Fixed typo.
3486
34872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3488
3489        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3490        * configure.in: Remove.
3491        * configure.ac: New file, generated from configure.in by autoupdate.
3492        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3493        * libchip/configure.in: Remove.
3494        * libchip/configure.ac: New file, generated from configure.in by
3495        autoupdate.
3496        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3497        * librdbg/configure.in: Remove.
3498        * librdbg/configure.ac: New file, generated from configure.in by
3499        autoupdate.
3500        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3501        * libnetworking/configure.in: Remove.
3502        * libnetworking/configure.ac: New file, generated from configure.in by
3503        autoupdate.
3504
35052001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3506
3507        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3508        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3509        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3510
35112001-09-27      Joel Sherrill <joel@OARcorp.com>
3512
3513        * libchip/ChangeLog: Fixed typo in date.
3514
35152001-09-27      Eric Norum <eric.norum@usask.ca>
3516
3517        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3518        TFTP  filesystem.
3519
35202001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3521
3522        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3523        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3524        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3525        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3526        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3527        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3528        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3529        'PREINSTALL_FILES ='.
3530        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3531        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3532        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3533        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3534        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3535        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3536        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3537        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3538        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3539        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3540        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3541        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3542
35432001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3544
3545        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3546        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3547        * librdbg/src/m68k/any/Makefile.am: Ditto.
3548        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3549        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3550        happy.
3551
35522001-09-21      Joel Sherrill <joel@OARcorp.com>
3553
3554        * libchip/network/Makefile.am: Fixed typo on file name.
3555        * libchip/network/i82586.c: Commented out line 318 which is referencing
3556        a member of a structure that is not currently there.  This needs to be
3557        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3558        to C style.
3559
35602001-09-19      Eric Norum <eric.norum@usask.ca>
3561
3562        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3563
35642001-09-19      Chris Johns <ccj@acm.org>
3565
3566        * libchip/network/README.i82586, libchip/network/i82586.c,
3567        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3568        Network driver for Intel i82586.
3569        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3570        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3571        "root" filesystem with information obtained via the DHCP response.
3572
35732001-09-14      Eric Norum <eric.norum@usask.ca>
3574
3575        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3576        make gcc 3.x happy.
3577
35782001-08-16      Mike Siers <mikes@poliac.com>
3579
3580        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3581        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3582        These support callback functionality that has not even been compiled
3583        under RTEMS yet.
3584        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3585        example application.  Mike's notes on the modifications: - renamed
3586        error() function because of namespace problems - removed calls to the
3587        exit() funciton - removed extra files from the pppd source directory -
3588        defined pppd task constant values in rtemspppd.h - modifyied example
3589        code to get actual tick per second value - placed the pppd 2.3.11 man
3590        page file (pppd.8) into the pppd directory.
3591        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3592        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3593        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3594        libnetworking/pppd/rtems-ppp.c: Deleted.
3595        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3596        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3597        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3598        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3599        libnetworking/pppd/example/init.c,
3600        libnetworking/pppd/example/netconfig.h,
3601        libnetworking/pppd/example/ppp.conf,
3602        libnetworking/pppd/example/pppdapp.c,
3603        libnetworking/pppd/example/system.h: New files.
3604        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3605        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3606        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3607        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3608        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3609        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3610        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3611        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3612        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3613        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3614        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3615        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3616        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3617        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3618        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3619
36202001-08-16      Joel Sherrill <joel@OARcorp.com>
3621
3622        * libnetworking/pppd/example/Makefile: Removed.
3623        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3624        to avoid bootstrap -c clobbering it.
3625        * libnetworking/rtems_telnetd/.cvsignore: New file.
3626
36272001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3628
3629        * libnetworking/Makefile.am, libnetworking/configure.in,
3630        libnetworking/rtems_servers/Makefile.am,
3631        libnetworking/rtems_servers/telnetd.c,
3632        libnetworking/rtems_servers/telnetd.h,
3633        libnetworking/rtems_telnetd/Makefile.am,
3634        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3635        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3636        libnetworking/rtems_telnetd/telnetd.c,
3637        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3638        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3639        effect when ftpd change. - the tcp/ip stats have been implemented into
3640        icmds.c and started when telnetd daemon is started.
3641        * libnetworking/rtems_servers/telnetd.c,
3642        libnetworking/rtems_servers/telnetd.h: Removed.
3643        * libnetworking/rtems_telnetd: New directory.
3644        * libnetworking/rtems_telnetd/Makefile.am,
3645        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3646        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3647        libnetworking/rtems_telnetd/telnetd.c,
3648        libnetworking/rtems_telnetd/telnetd.h: New files.
3649
36502001-06-14      Joel Sherrill <joel@OARcorp.com>
3651
3652        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3653        Moved from libmisc/shell so the network stack to address network
3654        depenendency.
3655        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3656
36572001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3658
3659        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3660
36612001-05-15      Joel Sherrill <joel@OARcorp.com>
3662
3663        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3664        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3665        accidentally deleted the incorrectly empty versions.
3666
36672001-05-14      Till Straumann <strauman@slac.stanford.edu>
3668
3669        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3670        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3671        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3672        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3673        to know the values) - the affected BSP (shared/motorola) headers have
3674        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3675        driver (libchip/network/dec21140.c) has been fixed to use
3676        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3677        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3678        who is using this driver. - the DEC driver also has been fixed to use
3679        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3680        delay_in_bus_cycles().
3681
36822001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3683
3684        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3685
36862001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3687
3688        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3689
36902001-04-24      Eric Norum <eric.norum@usask.ca>
3691
3692        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3693        NTP synchronization a little more robust -- no NTP daemon yet, but at
3694        least it trys a little harder when the primary NTP server is down.
3695
36962001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3697
3698        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3699        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3700        libnetworking/pppd/modem_example/modem.c,
3701        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3702        other strings into English.
3703        * libnetworking/pppd/STATUS: updated to reflect the changes.
3704
37052001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3706
3707        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3708        again.
3709
37102001-04-20      Eric Valette <valette@crf.canon.fr>
3711
3712        * mcp750 directory renamed new_exception processing as it supports many
3713        more CPU models.
3714        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3715        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3716        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3717        formerly in mcp750 plus modifications.
3718        * librdbg/src/powerpc/mcp750/.cvsignore,
3719        librdbg/src/powerpc/mcp750/Makefile.am,
3720        librdbg/src/powerpc/mcp750/remdeb.h,
3721        librdbg/src/powerpc/mcp750/remdeb_f.x,
3722        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3723        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3724        new_exception_processing.
3725        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3726        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3727        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3728        part of this effort to add support for the MPC8xx.
3729
37302001-04-19      Joel Sherrill <joel@OARcorp.com>
3731
3732        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3733        internal include files.
3734
37352001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3736
3737        PR 158
3738        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3739        rcmd() library call by commenting out the parts that deal with signals.
3740        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3741        stdio. The 'server-side' parts of this file which deal with
3742        authentication are disabled since they are not needed.
3743
37442001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3745
3746        * libnetworking/include/.cvsignore: Remove dangling file.
3747
37482001-03-14      Joel Sherrill <joel@OARcorp.com>
3749
3750        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3751        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3752        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3753        libchip style serial drivers can be written in libcpu or libbsp.
3754
37552001-03-01      Joel Sherrill <joel@OARcorp.com>
3756
3757        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3758        libchip/network/sonic.c, libchip/network/sonic.h,
3759        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3760        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3761        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3762        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3763        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3764        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3765        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3766        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3767
37682001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3769
3770        * librdbg/include/rdbg/Makefile.am,
3771        librdbg/include/rdbg/i386/Makefile.am,
3772        librdbg/include/rdbg/m68k/Makefile.am,
3773        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3774        style on include files.
3775
37762001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3777
3778        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3779        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3780        replace ${..} with $(..).
3781        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3782        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3783        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3784        libnetworking/rtems/Makefile.am, libnetworking/
3785        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3786        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3787        include_*HEADERS instead of H_FILES.
3788        * libnetworking/include/Makefile.am: Remove.
3789        * libnetworking/Makefile.am: Add handling of *.h files.
3790        * libnetworking/configure.in: Remove include/Makefile.
3791
37922001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3793
3794        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3795
37962001-01-31      Sergei Organov <osv@javad.ru>
3797
3798        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3799        current dir and root dir removed in favor of new libio support for
3800        task-local current and root directories. - Bug in `close_data_socket()'
3801        introduced by previous change fixed. - `command_pasv()' changed to set
3802        timeout on socket we are listening on and code fixed to don't close
3803        socket twice on error. - `serr()' changed to clear `errno'. -
3804        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3805        changed to clear `errno' before processing session. -
3806        `close_data_socket()' fixed to close both active and passive sockets -
3807        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3808        empty string  in `exec_command()'.
3809
38102001-01-25      Eric Norum <eric.norum@usask.ca>
3811
3812        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3813        improves throughput on systems which are dropping packets.   Only the
3814        first timeout is reduced.  This keeps the number of extra packets down
3815        on networks that are very busy and dropping lots of packets.
3816
38172001-01-24      Sergei Organov <osv@javad.ru>
3818
3819        * libnetworking/rtems_servers/ftpd.c,
3820        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3821        - Timeouts on sockets implemented. 'idle' field added to configuration.
3822        No timeout by default to keep backward compatibility. Note: SITE IDLE
3823        command not implemented yet. - Basic global access control implemented.
3824        'access' field added to configuration. No access limitations by default
3825        to keep backward compatibility. - Anchor data socket for active mode
3826        (using self IP and port 20.) - Fixed default data port support (still
3827        not tested). - Don't allow IP address different from originating host in
3828        PORT command to improve security. - Fixed bug in MDTM command. - Check
3829        for correctness of parsing of argument in command_port(). - Fixed
3830        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3831        a directory. - Command parsing a little bit improved: command names are
3832        now converted to upper-case to be more compatible with RFC (command
3833        names are not case-sensitive.) - Reformat comments so that they have
3834        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3835        previous changes - True ASCII mode implemented (doesn't work for hooks
3836        and /dev/null) - Passive mode implemented, PASV command added. - Default
3837        port for data connection could be used (untested, can't find ftp client
3838        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3839        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3840
38412001-01-18      Joel Sherrill <joel@OARcorp.com>
3842
3843        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3844        macro using variable arguments.
3845        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3846        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3847        since I updated the main RTEMS development machine to RedHat 7.2 and
3848        apparently got a new version of rpcgen.
3849
38502001-01-12      Sergei Organov <osv@javad.ru>
3851
3852        * libnetworking/rtems_servers/ftpd.c,
3853        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3854        - use pool of pre-created threads to handle sessions instead of
3855        creating/deleting threads on the fly - LIST output is now similar to
3856        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3857        happy with it. - LIST NAME now works (both for files and directories) -
3858        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3859        clients happy  - keep track of CWD for every session separately -
3860        ability to specify root directory name for FTPD in configuration table.
3861        FTPD will then create illusion for FTP clients that this is actually
3862        root directory. - ignore options sent in commands, thus LIST -al FILE
3863        works and doesn't try to list "-al" directory. - buffers are allocated
3864        on stack instead of heap where possible to eliminate malloc/free calls
3865        (avoid possible heap fragmentation troubles). - drop using of task
3866        notepad to pass parameters - use function arguments instead - use
3867        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3868        in socket() instead of AF_INET.
3869
38702001-01-02      Joel Sherrill <joel@OARcorp.com>
3871
3872        * libnetworking/CHANGELOG: Removed.
3873        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3874
38752000-12-14      Eric Norum <eric.norum@usask.ca>
3876
3877        * libnetworking/lib/tftpDriver.c: Added write capability.
3878
38792000-12-08      Joel Sherrill <joel@OARcorp.com>
3880
3881        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3882        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3883        numerous variable declarations conditional on PPP_COMPRESS and
3884        PPP_FILTER.  Commented out variables that were not used because the code
3885        using them was commented out. Removed totally unused variables.
3886        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3887        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3888
38892000-11-30      Joel Sherrill <joel@OARcorp.com>
3890
3891        * libnetworking/modem/ppp_tty.c: Changed to include
3892        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3893        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3894        * libnetworking/Makefile.am: Modified to reflect above.
3895
38962000-11-27      Joel Sherrill <joel@OARcorp.com>
3897
3898        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3899
39002000-11-25      Eric Norum <eric.norum@usask.ca>
3901
3902        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3903        core.
3904
39052000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3906
3907        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3908        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3909        subdir.
3910        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3911        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3912        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3913        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3914        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3915        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3916        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3917        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3918        ppp_tty.c and the real pppd main is in pppmain.c.
3919
39202000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3921
3922        * libchip/network/sonic.c: Added ipalign() routine to align the received
3923        packet so that the ip header is on a 32-bit boundary. Necessary for
3924        cpu's that do not allow unaligned loads and stores and when the 32-bit
3925        DMA mode is used.
3926
39272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3928
3929        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3930        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3931        ACLOCAL_AMFLAGS.
3932        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3933        ACLOCAL_AMFLAGS.
3934        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3935        ACLOCAL_AMFLAGS.
3936
39372000-11-03      Chris Johns <ccj@acm.org>
3938
3939        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3940        libchip/network/cs8900.h: New files.
3941
39422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3943
3944        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3945        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3946        $(RTEMS_TOPdir)/aclocal.
3947        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3948        $(RTEMS_TOPdir)/aclocal.
3949        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3950        $(RTEMS_TOPdir)/aclocal.
3951
39522000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3953
3954        * configure.in: Switch to GNU-canonicalization.
3955        * Makefile.am: Reflect changes to configure.in.
3956        * acinclude.m4: Remove.
3957
39582000-10-30      Joel Sherrill <joel@OARcorp.com>
3959
3960        * POSIX include files merged into newlib.  This resulted in some
3961        definitions moving to other files and thus some secondary effects in
3962        RTEMS source code.
3963        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3964        in sync with newlib's <machine/types.h>.
3965        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3966        definition of struct itimerval in <sys/time.h>.
3967
39682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3969
3970        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3971        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3972        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3973        * ChangeLog: Fix typos.
3974        * configure.in: add tests to the GNU canonicalized subdirectories.
3975
39762000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3977
3978        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3979        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3980        the lib directory before configuring lib/.
3981
39822000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3983
3984        * configure.in, Makefile.am: add exec to the GNU canonicalized
3985        subdirectories.
3986        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3987        * configure.in: add libnetworking, librpc and librdb to the GNU
3988        canonicalized subdirectories.
3989        * configure.in: add libmisc and libchip to the GNU canonicalized
3990        subdirectories.
3991        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3992        Switch to GNU canonicalization.
3993        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3994        Switch to GNU canonicalization.
3995        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3996        Switch to GNU canonicalization.
3997
39982000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3999
4000        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
4001        canonicalization to libfs/. The approach is currently a bit of a hack as
4002        GNU canonicalization does not support the per-BSP build some of the
4003        other directories require.  As more of the tree is converted, this will
4004        become less  of an issue.
4005
40062000-10-20      Joel Sherrill <joel@OARcorp.com>
4007
4008        * libchip/network/dec21140.c: Corrected attach to include "int attach"
4009        parameter.
4010
40112000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
4012
4013        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
4014        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
4015        * librdbg/configure.in: Add m68k support.
4016        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
4017        subdirectory.
4018        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
4019        failure.
4020        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
4021        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
4022        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
4023        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
4024        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
4025        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
4026        librdbg/src/m68k/.cvsignore: New files.
4027        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
4028        function pointers.
4029        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
4030        _after_ pointer has been checked against NULL.
4031
40322000-10-18      Joel Sherrill <joel@OARcorp.com>
4033
4034        * wrapup/Makefile.am: Added libfs.
4035
40362000-10-18      Chris Johns <ccj@acm.org>
4037
4038        * libfs created.
4039        * configure.in: Added libfs subdirectory.
4040        * libnetworking/pppd/ipxcp.c: Fixed a typo.
4041
40422000-09-28      Joel Sherrill <joel@OARcorp.com>
4043
4044        * libnetworking/rtems_webserver/Makefile.am,
4045        libnetworking/rtems_webserver/base64.c,
4046        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
4047        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
4048
40492000-09-22      Joel Sherrill <joel@OARcorp.com>
4050
4051        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
4052        libnetworking/rtems/rtems_bsdnet_internal.h,
4053        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
4054        have included rtems.h.  It is now including precisely the  least amount
4055        of low level, yet portable .h files to get the basic RTEMS types
4056        defined.  This rippled into other  files since rtems_bsdnet_internal.h
4057        used machine/types.h to include rtems.h.
4058
40592000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4060
4061        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
4062
40632000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4064
4065        * libnetworking/ChangeLog: Cleanup.
4066
40672000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4068
4069        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
4070        * libchip/ChangeLog: Fix formating.
4071
40722000-09-05      Joel Sherrill <joel@OARcorp.com>
4073
4074        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
4075        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
4076        confusion and to work with the converted flags.
4077
40782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4079
4080        * wrapup/Makefile.am: Include compile.am.
4081        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
4082        libchip/serial/Makefile.am: Include compile.am.
4083        * librdbg/src/i386/any/Makefile.am,
4084        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
4085        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
4086        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
4087        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
4088        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
4089        libnetworking/rtems_servers/Makefile.am,
4090        libnetworking/rtems_webserver/Makefile.am,
4091        libnetworking/wrapup/Makefile.am: Include compile.am.
4092
40932000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
4094
4095        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
4096        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
4097
40982000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4099
4100        * libnetworking/netinet/tcp_input.c: Spelling corrections.
4101
41022000-08-31      Joel Sherrill <joel@OARcorp.com>
4103
4104        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
4105        Antti P Miettinen <antti.p.miettinen@nokia.com>.
4106        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
4107        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
4108        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
4109        * libnetworking/wbase64.c: Removed.
4110        * libnetworking/Makefile.am, libnetworking/asp.c,
4111        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
4112        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
4113        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
4114        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
4115        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
4116        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
4117        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
4118        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
4119        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
4120        Modified.
4121
41222000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4123
4124        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
4125
41262000-08-30      Joel Sherrill <joel@OARcorp.com>
4127
4128        * libnetworking/rtems_webserver/license.txt: New file.
4129
41302000-08-10      Joel Sherrill <joel@OARcorp.com>
4131
4132        * ChangeLog: New file.
4133        * libchip/ChangeLog: New file.
4134        * librdbg/ChangeLog: New file.
4135        * libnetworking/ChangeLog: New file.
4136
Note: See TracBrowser for help on using the repository browser.