source: rtems/c/src/ChangeLog @ ac7af4a

4.104.115
Last change on this file since ac7af4a was 6e701e2, checked in by Joel Sherrill <joel.sherrill@…>, on 11/23/09 at 20:12:39

2009-11-23 Joel Sherrill <joel.sherrill@…>

  • libchip/network/smc91111.c: Formatting.
  • Property mode set to 100644
File size: 155.3 KB
Line 
12009-11-23      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * libchip/network/smc91111.c: Formatting.
4
52009-11-12      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * libchip/ide/ata.c (rtems_ata_initialize): Avoid implicit cast to uint16_t.
8        * libchip/ide/ata.c (ata_non_data_request): Change arg from int to
9        uint32_t (16bit ints are too small).
10
112009-11-06      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * libchip/network/elnk.c: Use PRI*32 to print u_int32_t's.
14        * libchip/network/if_dc.c: Fix type mismatch.
15
162009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * aclocal/bsp-linkcmds.m4: New.
19
202009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * configure.ac: Rework CFLAGS setup.
23        * aclocal/prog-cc.m4: Remove RTEMS_CFLAGS.
24        * automake/compile.am: Remove RTEMS_CFLAGS.
25
262009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * libchip/ide/ata.h: Move extern "C".
29
302009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c:
33        Use hex-constants to avoid implicit int-casts.
34        * libchip/i2c/spi-memdrv.c:
35        Use hex-constants to avoid implicit int-casts.
36        Use rtems_off64_t offsets to avoid loosing precision.
37
382009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
39
40        * libchip/serial/ns16550.c: Update for interrupt handler type change.
41
422009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * aclocal/bsp-alias.m4: New.
45        * configure.ac: Apply RTEMS_BSP_ALIAS for RTEMS_BSP_FAMILY.
46
472009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB.
50
512009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * configure.ac: Remove AM_CONDITIONAL MULTILIB.
54        * Makefile.am: Remove BARE_CPU_MODEL.
55
562009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * configure.ac: Remove cfg_dir.
59
602009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * configure.ac: Remove -std=c99 -fasm.
63        Remove AM_CONDITIONAL LIBCHIP.
64        * libchip/Makefile.am, wrapup/Makefile.am:
65        Remove AM_CONDITIONAL LIBCHIP.
66
672009-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * configure.ac: Pick up make/custom/*.
70        * aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
71
722009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * wrapup/Makefile.am: Remove AM_CONDITIONAL HAS_LIBBSP.
75        * configure.ac: Remove AM_CONDITIONAL HAS_LIBBSP.
76
772009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * configure.ac: Remove special case lib/libbsp/bare (Abandoned).
80
812009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * Makefile.am: Remove RTEMS_HOST (unused).
84        * configure.ac: Remove RTEMS_HOST (unused).
85        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
86
872009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for
90        *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
91
922009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * aclocal/canonical-target-name.m4, aclocal/check-networking.m4,
95        aclocal/check-posix.m4, aclocal/enable-posix.m4,
96        aclocal/rtems-cpu-subdirs.m4: Remove posix/unix.
97
982009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * configure.ac: Rework make/custom/* handling.
101        * aclocal/check-custom-bsp.m4: Change *.cfg handling.
102        * Makefile.am: Remove make/custom/default.cfg-rule.
103
1042009-10-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
105
106        * libchip/serial/ns16550.c: Enable interrupts during open to avoid
107        NULL pointer access in interrupt handler.
108
1092009-10-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
110
111        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Update for block
112        device API change.
113
1142009-10-08      Chris Johns <chrisj@rtems.org>
115
116        * libchip/ide/ata.c, c/src/libchip/ide/ata_internal.h: Remove the
117        multiblock support from the ATA driver. Multiblock at the disk
118        level should not be a global policy as a disk may have more than
119        one partition with different block sizes. An IDE driver could
120        decide to use the feature with DMA but this a driver specific
121        design choice. Fixed bugs relating to variable block sizes and
122        large block transfer.
123        * c/src/libchip/ide/ide_controller.c,
124        c/src/libchip/ide/ide_ctrl_cfg.h, c/src/libchip/ide/ide_ctrl_io.h:
125        Changed the block size to 32bits so blocks of 64K or bigger can be
126        transfered in a single driver call.
127
1282009-10-05      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * libchip/ide/ata.c: Revert previous change. Not all ARM BSPs use a
131        shared irq.h yet and this breaks a significant number of them.
132
1332009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        * libchip/ide/ata.c: Use simple vectored CPU macro to select interrupt
136        model.
137
1382009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * libchip/serial/z85c30.c, libchip/serial/ns16550.c,
141        libchip/serial/mc68681.c: Reflect termios_baud_to_number having been
142        renamed to rtems_termios_baud_to_number.
143
1442009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * libchip/serial/sersupp.h: Remove termios_baud_to_index,
147        termios_baud_to_number (duplicate prototypes).
148        Add C++-guards.
149        Include rtems/termiostypes.h.
150
1512009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
154
1552009-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
156
157        * aclocal/check-networking.m4: Disable TCP/IP on targets without enough
158        physical address to support BSD TCP/IP stack.
159
1602009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
161
162        * libchip/network/elnk.c: Convert calls to legacy routine
163        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
164
1652009-08-03      Roger Dahlkvist <ruppe@kth.se>
166
167        * libchip/shmdr/shm_driver.h: nios2 was not accounted for.
168
1692009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
170
171        * libchip/ide/ata.c: Remove warning.
172
1732009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to
176        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
177        now use the same macros.
178        * aclocal/bsp-bspcleanup-options.m4: New file.
179
1802009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
181
182        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h: Removed
183        obsolete defines and declarations.  Set initial baud during device
184        open.  Fixed interrupt mode.
185
1862009-06-12      Joel Sherrill <joel.sherrill@oarcorp.com>
187
188        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the
189        GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to
190        EINVAL and ENOTTY as appropriate.
191
1922009-05-30      Chris Johns <chrisj@rtems.org>
193
194        * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave
195        devices on an IDE bus and cleaned up the initialisation register
196        call.
197
1982009-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
199
200        * libchip/network/i82586.c: Fix warning in manner suggested by
201        Arnout Vandecappelle <arnout@mind.be> in
202        http://www.rtems.org/pipermail/rtems-users/2009-May/005460.html.
203
2042009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
205
206        * libchip/network/if_dc.c: Fixed warnings.
207
2082009-05-03      Joel Sherrill <joel.sherrill@oarcorp.com>
209
210        * libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat
211        as needed.
212
2132009-04-29      Chris Johns <chrisj@rtems.org>
214
215        * libchip/ide/ata.c: Remove a detection test that fails in qemu.
216
217        * libchip/ide/ide_controller.c: Change the status detection and
218        add a message if the transfer fails. There is currently no error
219        handle at the IDE drvier level.
220
2212009-03-12      Daniel Hellstrom <daniel@gaisler.com>
222
223        PR 1392/bsps
224        * libchip/i2c/spi-memdrv.c: SPI Memory driver. Fix but where writes
225        over multiple pages results in extra data being written.
226
2272009-02-27      Gene Smith <gene.smith@siemens.com>
228
229        PR 1356
230        * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC
231        cards.
232
2332009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
234
235        * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is
236        enabled on x86.
237
2382009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
239
240        * aclocal/bspopts.m4: Quoting cosmetics.
241
2422009-01-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
243
244        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
245        RTEMS_BLKDEV_CAPABILITIES ioctl which caused invalid multiple block
246        writes.  Fixed integer type in device structure.
247
2482009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
249
250        * libchip/serial/ns16550.c: Turn on ns16550_process() for
251        BSP_FEATURE_IRQ_LEGACY case also.
252
2532008-11-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
254
255        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Removed high
256        level LibI2C interface.  Added generic block IO functions.
257
2582008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
259
260        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
261        optman/rtems/no-msg.c, optman/rtems/no-part.c,
262        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
263        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
264        optman/sapi/no-ext.c, optman/sapi/no-io.c:
265        Revert previous patch (cvs clash with Joel hacking cpukit).
266
2672008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
268
269        * aclocal/canonical-target-name.m4: Remove tic4x.
270
2712008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
272
273        * libchip/rtc/ds1375.c: Include <errno.h> instead of <sys/errno.h>.
274
2752008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
276
277        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
278        optman/rtems/no-msg.c, optman/rtems/no-part.c,
279        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
280        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
281        optman/sapi/no-ext.c, optman/sapi/no-io.c:
282        Fix prototypes.
283
2842008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
285
286        * libchip/serial/ns16550_p.h: Remove prototype with no implementation.
287
2882008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
289
290        * libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c,
291        libchip/shmdr/shm_driver.h: Cleanup and remove variables which
292        duplicated data.
293
2942008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
295
296        * optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert SAPI manager and
297        SuperCore Handler initialization routines to directly pull parameters
298        from configuration table.
299
3002008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
301
302        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
303        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
304        optman/rtems/no-part.c, optman/rtems/no-region.c,
305        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
306        optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager
307        initialization routines to directly pull parameters from
308        configuration table. Eliminate empty routines sportted.
309
3102008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
311
312        * libchip/serial/ns16550.c: Add CVS-Id. Fix #define mess.
313
3142008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
315
316        * libchip/network/i82586.c, libchip/network/smc91111config.h: Eliminate
317        all public use of TOD conversion routines.
318
3192008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
320
321        * libchip/network/smc91111config.h:
322        #include <stdint.h> instead of <rtems/stdint.h>.
323
3242008-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
325
326        * aclocal/prog-cc.m4: Use -r instead of -Wl,-r to build *.rels.
327        * aclocal/rtems-cpu-subdirs.m4: Remove obsolete cpus.
328
3292008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
330
331        * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
332
3332008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
334
335        * libchip/serial/ns16550.c: Transmit the character in the polled write
336        function within a critical section for printk() compatibility.
337
3382008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
339
340        * libchip/i2c/spi-sd-card.c: Update for status-checks.h changes.
341
3422008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
343
344        * aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
345
3462008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
347
348        * aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
349
3502008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
351
352        * aclocal/bsp-bootcard-options.m4: Fix quoting.
353
3542008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
355
356        * aclocal/bsp-bootcard-options.m4: New file.
357        * aclocal/bsp-bootcards-handles-ram-allocation.m4: Removed.
358
3592008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
360
361        * libchip/serial/ns16550.c: Enable interrupt code only for PowerPC or
362        BSPs that support this feature.
363
3642008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
365
366        * libchip/serial/ns16550.c: Fix typo.
367
3682008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
369
370        * libchip/serial/ns16550.c: Fix typo.
371
3722008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
373
374        * libchip/serial/ns16550.c: Add not supported on arm even though it is
375        not simple vectored.
376
3772008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
378
379        * libchip/serial/ns16550.c: Not currently supported on architectures
380        with simple vectored interrupt model.
381
3822008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
383
384        * aclocal/version.m4: Bump RTEMS_API to 4.10.
385        Bump _RTEMS_VERSION to 4.9.99.0.
386
3872008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
388
389        * libchip/rtc/icm7170.c, libchip/rtc/m48t08.c,
390        c/src/libchip/rtc/rtc.h:  Include required header files.  Some internal
391        functions have now static linkage type.  Added constant qualifier to
392        operations table and read-only function parameters.
393
394        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
395        c/src/libchip/serial/serial.h:  Include required header files.  Removed
396        support for old PowerPC exception handling.  Various fixes for
397        interrupt related routines.  Added support for BSPs with IRQ extension
398        API.
399
4002008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
401
402        * libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there
403        is no PCI bus based upon the BSP not having a base address defined.
404        This means this driver cannot be supported on that board.
405
4062008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
407
408        * libchip/network/dec21140.c, libchip/network/elnk.c,
409        libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
410
4112008-09-17      Miao Yan <yanmiaobest@gmail.com>
412
413        * optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
414        add simple device only filesystem (devfs), optionally completely drop
415        out filesystem, and to clean up disabling newlib reentrancy support.
416        This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t
417        now has a 15K code space.
418        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
419        Removed.
420
4212008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
422
423        * libchip/ide/ata.h: Convert to Unix file format.
424
4252008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
426
427        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
428        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
429        libchip/serial/serial.h, libchip/serial/serprobe.c,
430        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
431        Convert to "bool".
432        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
433        libchip/i2c/spi-memdrv.h: Convert to "bool".
434        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
435        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
436        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
437        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
438        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
439        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
440        Convert to "bool".
441        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
442        Convert to "bool".
443        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
444        Convert to "bool".
445
4462008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
447
448        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
449        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
450        memory driver to not use the clock ioctl to install a method to poll
451        for input. It now uses a Class API Timer which means we can eliminate
452        this special IOCTL from all clock drivers.
453        * libchip/shmdr/setckvec.c: Removed.
454
4552008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
456
457        * libchip/network/sonic.c: Do not declare a variable just to hold an
458        ignored return value.
459
4602008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
461
462        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
463
4642008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
465
466        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
467        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
468
4692008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
470
471        * libchip/display/disp_hcms29xx.c: Do not make these static. They
472        appear to be unused that way.
473
4742008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
475
476        * libchip/shmdr/shm_driver.h: Correct prototypes.
477
4782008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
479
480        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
481        variables and made methods static.
482
4832008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
484
485        * libchip/serial/ns16550.c: Fix warning.
486
4872008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
488
489        * aclocal/prog-cc.m4: Add -Wnested-externs.
490
4912008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
492
493        * libchip/network/dec21140.c: Add missing prototype.
494        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
495
4962008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
497
498        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
499        -Wstrict-prototypes to RTEMS_CFLAGS.
500
5012008-08-02      Chris Johns <chrisj@rtems.org>
502
503        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
504        rtems_blkdev_request count and start references. Use
505        RTEMS_BLKDEV_START_BLOCK.
506
5072008-07-29      Chris Johns <chrisj@rtems.org>
508
509        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
510
511        * libchip/ide/ata.c: Change to use a mutex rather than disable
512        pre-emption. Updated to the libblock changes.
513
514        * libchip/ide/ata_internal.h: Updated to the new chains API.
515
516        * libchip/ide/ide_controller.c: Updated to the libblock
517        changes. Added come debug tracing.
518
519        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
520        to the libblock changes.
521
5222008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
523
524        * configure.ac: Remove RPCGEN, RPCTOOLS.
525
5262008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
527
528        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
529        for output format specifiers.
530
5312008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
532
533        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
534        Fixed some data types
535
5362008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
537
538        * libchip/i2c/spi-sd-card.c: Added missing header file.
539        * libchip/Makefile.am: Added SD Card driver.
540
5412008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
542
543        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
544        make glyphs non-constant, added file headers
545
5462008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
547
548        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
549        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
550        * libchip/display/font_hcms29xx.h
551        Creation of SPI display driver
552
5532008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
554
555        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
556        via SPI.
557
5582008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
559
560        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
561        AC_PREREQ(2.62).
562
5632008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
564
565        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
566
5672008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
568
569        * libchip/Makefile.am: Move termios helper routines from libchip to
570        libcsupport. Add routine which makes it easy for a termios device
571        driver to inform termios of its default baud rate. This avoids
572        inconsistencies in later termios settings changes.
573        * libchip/serial/termios_baud2index.c,
574        libchip/serial/termios_baud2num.c: Removed.
575
5762008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
577
578        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
579
5802008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
581
582        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
583        not fail if there are none.
584
5852008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
586
587        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
588        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
589        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
590        * libchip/Makefile.am:
591        derived a generic spi memory driver from spi-flash-m25p40,
592        added descriptor for fram fm25l256
593
5942008-05-07      Till Straumann <strauman@slac.stanford.edu>
595
596        PR 649/bsps
597        * libchip/ide/ata.c: Give up if the interface does not become ready.
598
5992008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
600
601        Moved to cpukit.
602        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
603        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
604        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
605        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
606        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
607        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
608        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
609        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
610        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
611        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
612        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
613        nfsclient/src/xdr_mbuf.c: Removed.
614
6152008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
616
617        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
618
6192008-01-05      Chris Johns <chrisj@rtems.org>
620
621        * libchip/flash/am29lv160.c: Update the blank check error message
622        to say there is an error.
623       
6242007-12-22      Chris Johns <chrisj@rtems.org>
625
626        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
627        the hello message. Just one line but still a little too long.
628       
6292007-12-14      Chris Johns <chrisj@rtems.org>
630
631        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
632        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
633        * libchip/flash, libchip/flash/am29lv160.c,
634        libchip/flash/am29lv160.h: New.
635
6362007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
637
638        * libchip/network/if_fxp.c: Spacing.
639
6402007-11-20      Till Straumann <strauman@slac.stanford.edu>
641
642        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
643        Avoid using 'stdio' before the system is up and fully
644        initialized.
645
6462007-11-20      Till Straumann <strauman@slac.stanford.edu>
647
648        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
649        * libchip/Makefile.am, libchip/preinstall.am:
650        added new driver for Maxim DS1375 i2c RTC.
651
6522007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
653
654        * libchip/i2c/spi-flash-m25p40.c:
655        added addressing call in write function
656
6572007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
658
659        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
660        * libchip/Makefile.am:
661        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
662
6632007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
664
665        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
666
6672007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
668
669        * nfsclient/Makefile.am: Fix errors.
670
6712007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
672
673        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
674
6752007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
676
677        * aclocal/version.m4: Bump RTEMS_API to 4.9.
678        Bump RTEMS_VERSION to 4.8.99.0.
679
6802007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
681
682        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
683
6842007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
685
686        * configure.ac: Remove AC_PROG_AWK (Unused).
687
6882007-09-14      Daron Chabot <djc915@mail.usask.ca>
689
690        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
691        rtems_interrupt_vector, to permit passing arbitrary arguments to the
692        ISR. Clean up of variables to silence compiler warnings.
693
6942007-09-13      Daniel Hellstrom <daniel@gaisler.com>
695
696        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
697
6982007-09-12      Daniel Hellstrom <daniel@gaisler.com>
699
700        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
701          - Odd bit bug in some chips taken care of.
702          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
703            alignment but failing to do so must have made the driver writer to make
704            some incorrect assumptions about MBUFs.
705          - Fixed MBUF handling to handle mbuf chains better. The Data length of
706            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
707          - Made while loop responsible for copying data to fifo port copy 16 shorts
708            per loop instead of 1 short, increasing the copying process.
709
7102007-09-07      Daniel Hellstrom <daniel@gaisler.com>
711
712        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
713        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
714
7152007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
716
717        * configure.ac, wrapup/Makefile.am: Remove RDBG.
718        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
719        librdbg/Makefile.am, librdbg/preinstall.am,
720        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
721        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
722        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
723        librdbg/include/rdbg/powerpc/rdbg_f.h,
724        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
725        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
726        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
727        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
728        librdbg/src/servtsp.c, librdbg/src/servutil.c,
729        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
730        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
731        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
732        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
733        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
734        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
735        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
736        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
737        librdbg/src/powerpc/rdbg_f.c,
738        librdbg/src/powerpc/new_exception_processing/remdeb.h,
739        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
740        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
741        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
742
7432007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
744
745        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
746
7472007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
748
749        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
750          sizes.
751
7522007-07-27      Chris Johns <chrisj@rtems.org>
753
754        * wrapup/Makefile.am: Create archive from a file for hosts
755        with a limited command line size.
756
7572007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
758
759        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
760          sizes.
761
7622007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
763       
764        * configure.ac: Add nfsclient.
765        * nfsclient/Makefile.am: New.
766        * nfsclient/proto/Makefile, nfsclient/Makefile,
767          nfsclient/src/Makefile: Remove.
768        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
769        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
770
7712007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
772
773        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
774        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
775        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
776        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
777        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
778        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
779        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
780        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
781        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
782        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
783        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
784        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
785
7862007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
787
788        * libchip/serial/ns16550.c: removed timed out wait for transmitter
789        to become ready: This will not work for fast CPUs.
790
7912007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
792
793        * libchip/ide/ata.c: fixed warning
794
7952007-06-20      Ray Xu <rayx@gmail.com>
796
797        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
798        console, and libio. This shrinks the memory requirements but Joel has
799        not figured out how best to present this to application space.
800        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
801        New files.
802
8032007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
804
805        * optman/sapi/no-io.c: Split IO Manager into one function per file so
806        now we only need required initialization methods.
807
8082007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
809
810        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
811        parameter since it was used to configure a no longer used feature.
812        Device names are now part of the filesystem not in a table.
813
8142007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
815
816        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
817        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
818        optman/rtems/no-part.c, optman/rtems/no-region.c,
819        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
820        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
821        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
822        other optional managers so using them reduces application size
823        instead of increasing it.
824        * optman/rtems/no-barrier.c: New file.
825
8262007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
827
828        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
829        adjustments to pci-API changes.
830        * libchip/network/dec21140.c, libchip/network/elnk.c,
831        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
832        changes.
833
8342007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
835
836        * libchip/network/dec21140.c, libchip/network/if_dc.c,
837        libchip/network/if_fxp.c: Reflect changes to pci-API.
838
8392007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
840
841        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
842        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
843
8442007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
845
846        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
847          being used to compile "tools").
848
8492007-03-13      Joel Sherrill <joel@OARcorp.com>
850
851        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
852
8532007-03-12      Joel Sherrill <joel@OARcorp.com>
854
855        * libchip/network/cs8900.c, libchip/network/cs8900.h,
856        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
857        and/or fix mistake in copyright notice. Both of these mistakes appear
858        to be from code submitted after these changes were made previously.
859
8602007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
861
862        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
863
8642007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
865
866        * libchip/Makefile.am: Correct path to README.tulipclone.
867
8682007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
869
870        * libchip/ide/ata.c: Remove superfluous type casts.
871
8722007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
873
874        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
875        Use size_t for sizes.
876
8772007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
878
879        * libchip/ide/ata.c: in ata_request_done: moved call to free()
880        from preemption disabled region
881
8822007-01-16      Till Straumann <strauman@slac.stanford.edu>
883
884        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
885        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
886        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
887
8882006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
889
890        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
891          ioctl_command_t as ioctl argument.
892
8932006-12-13      Joel Sherrill <joel@OARcorp.com>
894
895        * librtems++/include/rtems++/rtemsEvent.h,
896        librtems++/include/rtems++/rtemsMessageQueue.h,
897        librtems++/include/rtems++/rtemsSemaphore.h,
898        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
899        librtems++/src/rtemsMessageQueue.cc,
900        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
901        rtems_unsigned32 to uint32_t.
902
9032006-12-13      Joel Sherrill <joel@OARcorp.com>
904
905        PR 1181/bsps
906        * optman/rtems/no-msg.c: Clean up dead code.
907
9082006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
909
910        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
911
9122006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
913
914        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
915        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
916        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
917
9182006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
919
920        * configure.ac: New BUG-REPORT address.
921
9222006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
923
924        * Makefile.am: Remove ampolish3.
925
9262006-11-17      Joel Sherrill <joel@OARcorp.com>
927
928        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
929        blank lines.
930
9312006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
932
933        * configure.ac: Remove RTEMS_AMPOLISH3.
934        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
935          Remove checks for AMPOLISH3.
936        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
937        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
938        * ampolish3: Remove.
939
9402006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
941
942        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
943        * aclocal/prog-cc.m4: Remove CFLAGS.
944        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
945        Compose CFLAGS. Append CFLAGS to ac_configure_args.
946
9472006-10-23      Joel Sherrill <joel@OARcorp.com>
948
949        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
950
9512006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
952
953        * automake/compile.am: Use hard-coded RTEMS_* flags.
954
9552006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
956
957        * aclocal/rtems-top.m4: Remove RTEMS_API.
958        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
959
9602006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
961
962        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
963
9642006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
965
966        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
967
9682006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
969
970        * aclocal/version.m4: Bump version to 4.7.99.0.
971
9722006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
973
974        * configure.ac: Require autoconf-2.60. Require automake-1.10.
975
9762006-09-11      Joel Sherrill <joel@OARcorp.com>
977
978        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
979
9802006-09-04      Joel Sherrill <joel@OARcorp.com>
981
982        * libchip/network/greth.c, libchip/network/open_eth.c,
983        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
984        introduced by warning removal.
985
9862006-09-01      Joel Sherrill <joel@OARcorp.com>
987
988        * libchip/network/greth.c, libchip/network/open_eth.c,
989        libchip/network/smc91111.c: Remove warnings and correct prototype
990        added earlier today.
991
9922006-09-01      Joel Sherrill <joel@OARcorp.com>
993
994        * libchip/network/cs8900.c, libchip/network/greth.c,
995        libchip/network/i82586.c, libchip/network/open_eth.c,
996        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
997        sized integers, and inttypes.h printf helpers.
998
9992006-08-09      Kolja Waschk <waschk@telos.de>
1000
1001        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
1002
10032006-07-12      Joel Sherrill <joel@OARcorp.com>
1004
1005        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
1006
10072006-07-11      Jerry Needell <jerry.needell@unh.edu>
1008
1009        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
1010        4.6 branch.  Original modifications by Gaisler Enterprises.
1011        * libchip/network/greth.c, libchip/network/greth.h: New files.
1012
10132006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1014
1015        * ide/ata.[ch]:
1016        (PR1118) fetch priority for ATA task from a variable,
1017        not a fixed configuration value.
1018       
10192006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
1020
1021        * Makefile.am: Add ampolish3.
1022
10232006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
1024
1025        * ampolish3: New.
1026        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
1027
10282006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
1029
1030        * aclocal/rtems-ampolish.m4: New.
1031        * configure.ac: Use RTEMS_AMPOLISH3.
1032
10332006-04-18  Joel Sherrill <joel@OARcorp.com>
1034
1035        * aclocal/version.m4: Updated to rtems-4.6.99.3.
1036
10372006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1038
1039        PR 853/filesystem
1040        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
1041        should be modified to support the new exception scheme and to use the
1042        handle parameter.
1043
10442006-02-a32     Eric Norum <norume@aps.anl.gov>
1045
1046        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
1047        "newer" PCI access calls.  Minor cleanups.  Comments.
1048
10492006-01-12      Eric Norum <norume@aps.anl.gov>
1050
1051        PR 861/networking
1052        PR 863/networking
1053        * libchip/network/smc91111.c: Fix illegal lvalue increments.
1054
10552006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
1056
1057        * wrapup/Makefile.am: Add preinstall.am.
1058        * libchip/Makefile.am: Build libchip/network/smc91111.
1059        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
1060        Eliminate cyg_int* crap.
1061
10622006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1063
1064        * librdbg/Makefile.am: Add preinstall.am.
1065        * aclocal/bsp-configure.m4: Add ampolish3.
1066        New header guards.
1067
10682006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1069
1070        * libchip/network/open_eth.c, libchip/network/open_eth.h:
1071        Merger from rtems-4-6-branch.
1072
10732006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1074
1075        * libchip/network/smc91111.c
1076        libchip/network/smc91111config.h
1077        libchip/network/smc91111exp.h
1078        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
1079        * libchip/Makefile.am: Reflect adding smc91111*.
1080
10812006-01-08      Joel Sherrill <joel@OARcorp.com>
1082
1083        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
1084        char *.
1085
10862006-01-08      Joel Sherrill <joel@OARcorp.com>
1087
1088        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
1089        warnings.
1090
10912005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
1092
1093        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
1094        Add RTEMS_RELLDFLAGS.
1095        * automake/compile.am: Remove RTEMS_USE_GCC.
1096        Remove RTEMS_RELLDFLAGS.
1097        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
1098
10992005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
1100
1101        * libchip/network/if_media.h, libchip/network/mii.h:
1102        Remove (Moved to cpukit).
1103        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
1104        and libchip/network/if_media.h.
1105        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
1106        if_media.h having moved.
1107
11082005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1109
1110        * automake/compile.am, automake/host.am, automake/local.am,
1111        automake/subdirs.am: Remove depend.
1112        * configure.ac: Explicitly pass --libdir and --includedir to
1113        testsuites.
1114
11152005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1116
1117        * configure.ac: Reflect changes to testsuites.
1118
11192005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1120
1121        * automake/compile.am: Remove GCCSPECS.
1122        * aclocal/prog-cc.m4: Add GCCSPECS.
1123        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
1124
11252005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1126
1127        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
1128        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
1129
11302005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1131
1132        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
1133        libcpu/byteorder.h for i386.
1134
11352005-11-02      Till Straumann <strauman@slac.stanford.edu>
1136
1137        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
1138        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
1139        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
1140        added a simple API/library for i2c devices and drivers for i2c
1141        2-byte eeproms and a ds1621 temperature sensor; API is documented
1142        in libi2c.h.
1143
11442005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1145
1146        * libnetworking/pppd/ipxcp.c,
1147        libnetworking/pppd/chat.c,
1148        libnetworking/pppd/patchlevel.h,
1149        libnetworking/pppd/upap.h,
1150        libnetworking/pppd/md5.h,
1151        libnetworking/pppd/pppd.8,
1152        libnetworking/pppd/README,
1153        libnetworking/pppd/preinstall.am,
1154        libnetworking/pppd/md4.h,
1155        libnetworking/pppd/magic.c,
1156        libnetworking/pppd/pppd.h,
1157        libnetworking/pppd/demand.c,
1158        libnetworking/pppd/rtemsmain.c,
1159        libnetworking/pppd/sys-rtems.c,
1160        libnetworking/pppd/ipcp.h,
1161        libnetworking/pppd/lcp.h,
1162        libnetworking/pppd/chap_ms.c,
1163        libnetworking/pppd/md4.c,
1164        libnetworking/pppd/rtemspppd.h,
1165        libnetworking/pppd/cbcp.h,
1166        libnetworking/pppd/auth.c,
1167        libnetworking/pppd/lcp.c,
1168        libnetworking/pppd/example/README,
1169        libnetworking/pppd/example/ppp.conf,
1170        libnetworking/pppd/example/system.h,
1171        libnetworking/pppd/example/netconfig.h,
1172        libnetworking/pppd/example/pppdapp.c,
1173        libnetworking/pppd/example/init.c,
1174        libnetworking/pppd/example/Makefile-user,
1175        libnetworking/pppd/example/pppd.options,
1176        libnetworking/pppd/rtemspppd.c,
1177        libnetworking/pppd/ipxcp.h,
1178        libnetworking/pppd/chap_ms.h,
1179        libnetworking/pppd/options.c,
1180        libnetworking/pppd/magic.h,
1181        libnetworking/pppd/chap.h,
1182        libnetworking/pppd/cbcp.c,
1183        libnetworking/pppd/upap.c,
1184        libnetworking/pppd/chap.c,
1185        libnetworking/pppd/Makefile.am,
1186        libnetworking/pppd/ccp.h,
1187        libnetworking/pppd/utils.c,
1188        libnetworking/pppd/rtemsdialer.h,
1189        libnetworking/pppd/fsm.h,
1190        libnetworking/pppd/pathnames.h,
1191        libnetworking/pppd/md5.c,
1192        libnetworking/pppd/fsm.c,
1193        libnetworking/pppd/ipcp.c,
1194        libnetworking/pppd/STATUS,
1195        libnetworking/pppd/ccp.c,
1196        libnetworking/Makefile.am: Remove (Moved to cpukit).
1197
11982005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1199
1200        * configure.ac: Remove libnetworking, libnetworking/pppd.
1201        * wrapup/Makefile.am: Remove libpppd.a.
1202
12032005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1204
1205        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
1206        rtemsdialer.h to $(includedir)/rtems.
1207
12082005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1209
1210        * libnetworking/rtems_telnetd/icmds.c,
1211        libnetworking/rtems_telnetd/Makefile.am,
1212        libnetworking/rtems_telnetd/preinstall.am,
1213        libnetworking/rtems_telnetd/pty.c,
1214        libnetworking/rtems_telnetd/pty.h,
1215        libnetworking/rtems_telnetd/README,
1216        libnetworking/rtems_telnetd/telnetd.c,
1217        libnetworking/rtems_telnetd/telnetd.h:
1218        Remove (Moved to cpukit).
1219
12202005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1221
1222        * configure.ac: Remove libnetworking/rtems_telnetd.
1223        * libnetworking/Makefile.am: Remove rtems_telnetd.
1224        * libnetworking/README: Remove (Obsolete).
1225        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
1226
12272005-10-20  Eric Norum <norume@aps.anl.gov>
1228
1229        * libchip/network/dec21140.c: Clean up PCI mapping.
1230
12312005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
1232
1233        * libnetworking/pppd/Makefile.am: Use preinstall.am.
1234        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
1235        librdbg/src/servrpc.c, librdbg/src/servtgt.c
1236        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
1237        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
1238        * configure.ac: Move optman to the end of BSP_SUBDIRS.
1239
12402005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1241
1242        * aclocal/bspopts.m4: Add missing m4 quotes.
1243
12442005-09-02  Joel Sherrill <joel@OARcorp.com>
1245
1246    * aclocal/version.m4: Updated to rtems-4.6.99.2.
1247
12482005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
1249
1250        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
1251        libchip/network/dec21140.c: Remove initialization of PCI bus.
1252
12532005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
1254
1255        * optman/Makefile.am: Add preinstall.am.
1256
12572005-07-18      Karel Gardas <kgardas@objectsecurity.com>
1258
1259        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
1260        UNTESTED to tested.
1261
12622005-06-17      Joel Sherrill <joel@OARcorp.com>
1263
1264        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
1265        it is not supported by the MPC5xx.
1266
12672005-06-17      Joel Sherrill <joel@OARcorp.com>
1268
1269        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
1270        interface. Also correct attempting to build on other than PowerPC and
1271        x86.
1272
12732005-06-16      Daron Chabot <daron@nucleus.usask.ca>
1274
1275        * libchip/Makefile.am: Add driver for Tulip clones.
1276        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
1277        libchip/network/if_dcreg.h: New files.
1278
12792005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1280
1281        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
1282        to enable rdbg.
1283        * configure.ac: Reflect changes above.
1284
12852005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
1286
1287        * configure.ac: Add ada/.
1288
12892005-05-20      Sergei Organov  <osv@topconrd.ru>
1290
1291        PR 750/networking
1292        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
1293        wait_input().
1294
12952005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
1296
1297        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
1298        rtems/irq.h.
1299
13002005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1301
1302        * libchip/Makefile.am: Include preinstall.am.
1303        * libchip/preinstall.am: New.
1304
13052005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1306
1307        * configure.ac: Add AMPOLISH3.
1308        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
1309        * libnetworking/rtems_telnetd/preinstall.am: New.
1310        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
1311
13122005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1313
1314        * configure.ac: Let enable_rpcgen default to "no".
1315
13162005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1317
1318        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
1319
13202005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1321
1322        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
1323        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
1324
13252005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1326
1327        * libchip/network/dec21140.c, libchip/network/elnk.c,
1328        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
1329
13302005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
1331
1332        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
1333        of code as a result of the implementation of a common PCI interface.
1334
13352005-05-04      Joel Sherrill <joel@OARcorp.com>
1336
1337        * libchip/network/open_eth.c: Remove prototype of set_vector.
1338
13392005-05-03      Joel Sherrill <joel@OARcorp.com>
1340
1341        * librdbg/src/ptrace.c: Remove warning.
1342
13432005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
1344
1345        * libchip/network/dec21140.c, libchip/network/elnk.c,
1346        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
1347        Modified parameter list to remove warnings.
1348
13492005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
1350
1351        * libchip/network/cs8900.c, libchip/network/i82586.c,
1352        libchip/network/open_eth.c, libchip/network/sonic.c,
1353        libchip/serial/mc68681.c: Modified types to remove
1354        warnings.  Added initialization to remove warnings.
1355
13562005-04-28      Joel Sherrill <joel@OARcorp.com>
1357
1358        * libchip/network/README.sonic: Rewritten to account for removal of
1359        dmv177.
1360
13612005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
1362
1363        PR 781/rtems_misc
1364        * libchip/serial/ns16550_p.h: Fix baud rate calculation
1365
13662005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
1367
1368        * libchip/serial/ns16550.c:
1369        Fixed warnings generated in various powerpc configurations
1370
13712005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
1372
1373        * libchip/serial/ns16550.c: Modified
1374        ISR to work with PPC new exception processing
1375
13762005-03-14      Joel Sherrill <joel@OARcorp.com>
1377
1378        * libchip/network/dec21140.c, libchip/network/elnk.c,
1379        libchip/network/if_fxp.c: Continue PCI API unification. All use
1380        pci_find_device(). Network drivers manufacture a signature since all
1381        calls have not been converted yet.
1382
13832005-03-04      Joel Sherrill <joel@OARcorp.com>
1384
1385        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
1386        initialize function part of the unified PCI API as pci_initialize().
1387
13882005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1389
1390        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
1391        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
1392
13932005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1394
1395        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
1396        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
1397
13982005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1399
1400        * aclocal/ppc.m4: Reflect changes to ppc exception processing
1401        building procedures.
1402
14032005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1404
1405        * aclocal/prog-cc.m4:
1406        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1407
14082005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1409
1410        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1411
14122005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1413
1414        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1415
14162005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1417
1418        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1419
14202005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1421
1422        * libnetworking/rtems_servers/ftp.c,
1423        libnetworking/rtems_servers/ftp.h,
1424        libnetworking/rtems_servers/Makefile.am:
1425        Remove (relocated to cpukit/ftpd).
1426        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1427        removed move libnetworking/rtems_servers.
1428
14292005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1430
1431        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1432
14332005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1434
1435        PR 755/rtems
1436        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1437        Remove local declarations of rtems_bsdnet_nameservers,
1438        rtems_bsdnet_nameservers_count.
1439
14402005-01-31      Sergei Organov <osv@topconrd.ru>
1441
1442        PR 751/pppd
1443        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1444        committed to fix PR736 breaks pppd. chat.c should have its own static
1445        ttyfd for pppd to work correctly. The symptom is that second
1446        invokation of chat (for connect script) fails due to pppd_ttyfd set
1447        to -1 by previous chat invokation (for init script). In addition,
1448        this patch fixes leaving of dangling pointer in the abort_stbring[]
1449        by chat_send().
1450
14512005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1452
1453        * configure.ac: Remove CFLAGS_DEBUG_V.
1454        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1455
14562005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1457
1458        * wrapup/Makefile.am: Remove rtems-ctor.o.
1459
14602005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1461
1462        * libchip/rtc/rtc.h: size_t RTC_Count.
1463
14642005-01-20      Joel Sherrill <joel@OARcorp.com>
1465
1466        PR 736/pppd
1467        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1468        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1469        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1470        should not be static and should have a name more specific to pppd.
1471
14722005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1473
1474        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1475        libnetworking/rtems_servers/Makefile.am,
1476        libnetworking/rtems_telnetd/Makefile.am,
1477        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1478        Eliminate CFLAGS_OPTIMIZE_V.
1479
14802005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1481
1482        * configure.ac: Pass CFLAGS to testsuites configure.
1483        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1484        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1485
14862005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1487
1488        * configure.ac: Pass CFLAGS to cpukit configure.
1489        * aclocal/rtems-flags.m4: Remove (Unused).
1490        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1491        * aclocal/env-rtemsbsp.m4:
1492        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1493        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1494        RTEMS_CFLAGS.
1495        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1496        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1497        Cleanup comments.
1498
14992005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1500
1501        * automake/compile.am: Remove build-variant support.
1502
15032005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1504
1505        * libnetworking/pppd/Makefile.am,
1506        libnetworking/rtems_servers/Makefile.am,
1507        libnetworking/rtems_telnetd/Makefile.am:
1508        Remove build-variant support.
1509
15102005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1511
1512        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1513        support/Makefile.am, wrapup/Makefile.am:
1514        Remove build-variant support.
1515
15162004-11-22      Joel Sherrill <joel@OARcorp.com>
1517
1518        * libchip/network/if_fxp.c: Add entry for another module ID code.
1519
15202004-11-22      Joel Sherrill <joel@OARcorp.com>
1521
1522        PR 693/misc
1523        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1524        in/outport routines.
1525
15262004-11-22      Joel Sherrill <joel@OARcorp.com>
1527
1528        PR 693/misc
1529        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1530        in/outport routines.
1531
15322004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1533
1534        * aclocal/enable-itron.m4: Remove (unused).
1535
15362004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1537
1538        * configure.ac: Misc. quoting cleanups.
1539        Enable ada-tests iff --enable-ada and --enable-tests.
1540
15412004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1542
1543        PR 703/filesystem
1544        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1545        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1546        libchip/ide/ide_controller.c:
1547        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1548        available for BSPS/device drivers.
1549        Extend the "modes_available" and "mode_active" parameters to
1550        uint16_t for UDMA support.
1551
15522004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1553
1554        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1555        not supported on PowerPC since it works on the MVME2100 BSP.
1556
15572004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1558
1559        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1560        Add dependency tracking for *.cfgs.
1561        * Makefile.am: Add dependency tracking for *.cfg.
1562
15632004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1564
1565        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1566        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1567
15682004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1569
1570        PR 707/make_build
1571        * configure.ac: Add --enable-rpcgen.
1572
15732004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1574
1575        PR 700/rtems_misc
1576        * libnetworking/rtems_webserver/asp.c,
1577        libnetworking/rtems_webserver/balloc.c,
1578        libnetworking/rtems_webserver/cgi.c,
1579        libnetworking/rtems_webserver/default.c,
1580        libnetworking/rtems_webserver/ej.h,
1581        libnetworking/rtems_webserver/ejIntrn.h,
1582        libnetworking/rtems_webserver/ejlex.c,
1583        libnetworking/rtems_webserver/ejparse.c,
1584        libnetworking/rtems_webserver/emfdb.c,
1585        libnetworking/rtems_webserver/emfdb.h,
1586        libnetworking/rtems_webserver/form.c,
1587        libnetworking/rtems_webserver/handler.c,
1588        libnetworking/rtems_webserver/h.c,
1589        libnetworking/rtems_webserver/license.txt,
1590        libnetworking/rtems_webserver/Makefile.am,
1591        libnetworking/rtems_webserver/md5c.c,
1592        libnetworking/rtems_webserver/md5.h,
1593        libnetworking/rtems_webserver/mime.c,
1594        libnetworking/rtems_webserver/misc.c,
1595        libnetworking/rtems_webserver/NOTES,
1596        libnetworking/rtems_webserver/ringq.c,
1597        libnetworking/rtems_webserver/rom.c,
1598        libnetworking/rtems_webserver/rtems_webserver.h,
1599        libnetworking/rtems_webserver/security.c,
1600        libnetworking/rtems_webserver/sock.c,
1601        libnetworking/rtems_webserver/socket.c,
1602        libnetworking/rtems_webserver/sockGen.c,
1603        libnetworking/rtems_webserver/sym.c,
1604        libnetworking/rtems_webserver/uemf.c,
1605        libnetworking/rtems_webserver/uemf.h,
1606        libnetworking/rtems_webserver/um.c,
1607        libnetworking/rtems_webserver/um.h,
1608        libnetworking/rtems_webserver/umui.c,
1609        libnetworking/rtems_webserver/url.c,
1610        libnetworking/rtems_webserver/value.c,
1611        libnetworking/rtems_webserver/wbase64.c,
1612        libnetworking/rtems_webserver/webcomp.c,
1613        libnetworking/rtems_webserver/webmain.c,
1614        libnetworking/rtems_webserver/webpage.c,
1615        libnetworking/rtems_webserver/webrom.c,
1616        libnetworking/rtems_webserver/webs.c,
1617        libnetworking/rtems_webserver/websda.c,
1618        libnetworking/rtems_webserver/websda.h,
1619        libnetworking/rtems_webserver/webs.h,
1620        libnetworking/rtems_webserver/websSSL.c,
1621        libnetworking/rtems_webserver/websSSL.h,
1622        libnetworking/rtems_webserver/websuemf.c,
1623        libnetworking/rtems_webserver/wsIntrn.h:
1624        Remove (Moved to cpukit/http).
1625
16262004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1627
1628        PR 700/rtems_misc
1629        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1630        Remove libnetworking/rtems_webserver.
1631
16322004-10-25      Eric Norum <norume@aps.anl.gov>
1633
1634        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1635
16362004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1637
1638        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1639
16402004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1641
1642        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1643        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1644
16452004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1646
1647        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1648
16492004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1650
1651        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1652        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1653
16542004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1655
1656        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1657        BITSPERBYTE.
1658
16592004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1660
1661        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1662        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1663
16642004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1665
1666        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1667
16682004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1669
1670        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1671        * aclocal/enable-bare.m4: Remove.
1672        * configure.ac: Remove BARE_CPU_MODEL.
1673
16742004-10-13      Eric Norum <norume@aps.anl.gov>
1675
1676        PR 688/bsps
1677        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1678        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1679        MC146818A (and several Dallas Semiconductor) TOD chips.
1680
16812004-10-13      Eric Norum <norume@aps.anl.gov>
1682
1683        PR 686/networking
1684        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1685        device code.
1686
16872004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1688
1689        * libchip/network/dec21140.c: include <rtems/pci.h>.
1690
16912004-09-29      Joel Sherrill <joel@OARcorp.com>
1692
1693        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1694        libnetworking/pppd/utils.c: i960 obsoleted and all references
1695        removed.
1696
16972004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1698
1699        PR 607/networking
1700        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1701        instead of fully specifying unused PCI features.
1702
17032004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1704
1705        * configure.ac: Require automake > 1.9.
1706
17072004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1708
1709        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1710
17112004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1712
1713        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1714        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1715
17162004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1717
1718        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1719        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1720
17212004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1722
1723        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1724
17252004-07-28  Joel Sherrill <joel@OARcorp.com>
1726
1727    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1728
17292004-07-25      Joel Sherrill <joel@OARcorp.com>
1730
1731        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1732
17332004-05-21  Till Strauman <strauman@slac.stanford.edu>
1734
1735        PR 625/networking
1736        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1737        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1738        an error rather than panic if no chip is detected (thus allowing
1739        for probing).
1740        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1741        instead of looping forever.  Avoid divide by zero (crashed my PC).
1742        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1743        they are UNTESTED.
1744
17452004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1746
1747        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1748
17492004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1750
1751        * libchip/network/dec21140.c, libchip/network/elnk.c:
1752        #include <errno.h>.
1753
17542004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1755
1756        * libchip/network/if_media.h: Update from FreeBSD.
1757        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1758        libchip/network/i82586.c: #include <errno.h>.
1759
17602004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1761
1762        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1763
17642004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1765
1766        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1767
17682004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1769
1770        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1771        automake).
1772
17732004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1774
1775        PR 599/pppd
1776        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1777
17782004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1779
1780        * optman/rtems/no-region.c: Reflect having changed
1781        rtems_region_get_segment_size.
1782
17832004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1784
1785        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1786        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1787        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1788        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1789        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1790        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1791        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1792
17932004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1794
1795        * libchip/ide/ata.c, libchip/network/dec21140.c,
1796        libchip/network/elnk.c, libchip/network/i82586.c,
1797        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1798        libchip/network/open_eth.c, libchip/network/sonic.c,
1799        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1800        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1801        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1802        libchip/shmdr/shm_driver.h: Cosmetics.
1803
18042004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1805
1806        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1807        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1808        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1809        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1810        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1811        fixed size types.
1812
18132004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1814
1815        * configure.ac: Explicitly pass --includedir and --libdir to
1816        cpukit/configure.
1817
18182004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1819
1820        * librdbg/Makefile.am: Fix rpcgen rules.
1821        * librdbg/src/i386/any/remdeb_xdr.c,
1822        librdbg/src/m68k/any/remdeb_xdr.c,
1823        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1824        Reflect changes to librdbg/Makefile.am.
1825
18262004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1827
1828        * configure.ac: Reflect changes testsuites/configure.ac and
1829        cpukit/configure.ac.
1830
18312004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1832
1833        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1834        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1835
18362004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1837
1838        * configure.ac: Reflect changes to testsuites's configuration.
1839
18402004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1841
1842        PR/589 rtems
1843        * libchip/network/pci.h: Remove (Moved to cpukit).
1844
18452004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1846
1847        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1848        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1849        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1850        libchip/network/dec21140.c, libchip/network/elnk.c,
1851        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1852        libchip/network/open_eth.h, libchip/network/sonic.c,
1853        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1854        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1855        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1856        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1857        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1858        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1859        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1860        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1861        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1862        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1863        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1864        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1865        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1866        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1867        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1868        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1869        fixed-size types.
1870
18712004-03-14      Chris Johns  <chrisj@rtems.org>
1872
1873        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1874        the BSP example code.
1875        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1876        support the DIMMPC. This is a pc386 target with IO port support. Minor
1877        formating clean up. Add documentation to the header file.
1878        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1879        cs8900.h header file.
1880
18812004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1882
1883        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1884        Cosmetics.
1885
18862004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1887
1888        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1889        There are no application level Makefiles in here.
1890
18912004-03-04      Joel Sherrill <joel@OARcorp.com>
1892
1893        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1894        they can be used in application level makefiles.
1895
18962004-03-05      Joel Sherrill <joel@OARcorp.com>
1897
1898        * libnetworking/rtems_webserver/ejparse.c,
1899        libnetworking/rtems_webserver/emfdb.c,
1900        libnetworking/rtems_webserver/sock.c,
1901        libnetworking/rtems_webserver/socket.c,
1902        libnetworking/rtems_webserver/sym.c,
1903        libnetworking/rtems_webserver/webs.c,
1904        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
19052004-03-05      Joel Sherrill <joel@OARcorp.com>
1906
1907        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1908        compiling this file only only those CPU families with supported
1909        exception models.
1910
19112004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1912
1913        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1914        testsuites (Was exposed with --enable-multilib, only).
1915        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1916         Add RTEMS_BSP_CONFIG_SUBDIR.
1917        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1918        testsuites's configure.
1919        * aclocal/rtems-top.m4: Remove ENDIF hack.
1920        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1921
19222004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1923
1924        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1925        wrapup/Makefile.am: Fix automake problems having been introduced
1926        in previous patch.
1927
19282004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1929
1930        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1931        Preinstall dirs.
1932        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1933        * aclocal/check-multiprocessing.m4: Cosmetics.
1934        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1935        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1936
19372004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1938
1939        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1940        librdbg/src/Makefile.am.
1941        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1942        * configure.ac: Reflect changes above.
1943        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1944        * wrapup/Makefile.am: Reflect changes above.
1945        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1946
19472004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1948
1949        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1950
19512004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1952
1953        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1954
19552004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1956
1957        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1958
19592004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1960
1961        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1962        librdbg/src/powerpc/Makefile.am: Remove.
1963        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1964        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1965        * configure.ac: Reflect changes above.
1966
19672004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1968
1969
19702004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1971
1972        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1973        STRIP.
1974
19752004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1976
1977        * librdbg/include/Makefile.am: Merge-in
1978        librdbg/include/rdbg/i386/Makefile.am,
1979        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1980        librdbg/include/rdbg/powerpc/Makefile.am.
1981        * librdbg/include/rdbg/i386/Makefile.am,
1982        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1983        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1984        * configure.ac: Reflect changes above.
1985
19862004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1987
1988        * configure.ac: Use AS_HELP_STRING(ada).
1989
19902004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1991
1992        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1993        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1994        Use AC_CONFIG_HEADERS.
1995        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1996        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1997
19982004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1999
2000        * Makefile.am: include local.am.
2001
20022004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2003
2004        * aclocal/version.m4: 4.6.99.0.
2005
20062004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2007
2008        * Makefile.am: Don't include host.am.
2009        * automake/compile.am: Further cleanups.
2010
20112004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2012
2013        * automake/lib.am: Remove (Unused).
2014
20152004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2016
2017        * wrapup/Makefile.am: Don't include lib.am.
2018        * automake/compile.am: Use automake compilation rules.
2019
20202004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2021
2022        * libnetworking/pppd/Makefile.am,
2023        libnetworking/rtems_servers/Makefile.am,
2024        libnetworking/rtems_telnetd/Makefile.am,
2025        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
2026        support/Makefile.am: Don't include lib.am.
2027
20282004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2029
2030        * libchip/Makefile.am: Don't include lib.am.
2031        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
2032        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
2033        unnecessary EXTRA_DISTs.
2034
20352004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2036
2037        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
2038        hack.
2039
20402004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2041
2042        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
2043        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
2044        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
2045        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
2046
20472004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2048
2049        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
2050        Add AM_CONDITIONAL(HAS_MP).
2051        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
2052        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
2053        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2054        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2055        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2056        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
2057        (Deprecated by autoconf 2.59).
2058
20592004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2060
2061        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2062        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2063
20642004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2065
2066        * ChangeLog: Merge-in libnetworking/ChangeLog.
2067        * libnetworking/ChangeLog: Remove.
2068        * ChangeLog: Merge-in librdbg/ChangeLog.
2069        * librdbg/ChangeLog: Remove.
2070        * ChangeLog: Merge-in libchip/ChangeLog.
2071        * libchip/ChangeLog: Remove.
2072        * ChangeLog: Merge-in optman/ChangeLog.
2073        * optman/ChangeLog: Remove.
2074
20752004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2076
2077        * configure.ac: Reflect changes to cpukit.
2078        * wrapup/Makefile.am: Reflect changes to librdbg.
2079        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
2080        * libchip/Makefile.am: Add PREINSTALL_DIRS.
2081        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
2082        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
2083        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
2084        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2085        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
2086        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
2087        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2088
20892004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2090
2091        * aclocal/rtems-top.m4: Remove check for version.m4.
2092        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
2093
20942004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2095
2096        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
2097        * wrapup/Makefile.am: Reflect changes to libchip/*.
2098        * support/Makefile.am: Use automake compilation rules.
2099        * wrapup/Makefile.am: Reflect changes to support/*.
2100        * configure.ac: Remove libnetworking/wrapup/Makefile.
2101        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
2102        libnetworking/*/lib*.a instead of libnetapps.a.
2103        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
2104        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
2105        * optman/Makefile.am: Use automake compilation rules.
2106        * libchip/Makefile.am: Fix typo in previous patch.
2107        * libchip/Makefile.am: Use automake compilation rules.
2108        * libnetworking/Makefile.am: Remove wrapup.
2109        * libnetworking/pppd/Makefile.am: Build libpppd. Use
2110        automake-compilation rules.
2111        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
2112        automake-compilation rules.
2113        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
2114        automake-compilation rules.
2115        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
2116        automake-compilation rules.
2117        * libnetworking/wrapup/Makefile.am: Remove (Unused).
2118
21192004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2120
2121        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2122        PRE/TMPINSTALL_FILES to CLEANFILES.
2123        * automake/lib.am: Remove TMPINSTALL_FILES.
2124        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2125        PRE/TMPINSTALL_FILES to CLEANFILES.
2126        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2127        PRE/TMPINSTALL_FILES to CLEANFILES.
2128        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
2129        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2130        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2131        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2132        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2133        * librdbg/src/i386/Makefile.am: Ditto.
2134        * librdbg/src/m68k/Makefile.am: Ditto.
2135        * librdbg/src/powerpc/Makefile.am: Ditto.
2136        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
2137        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2138        * libnetworking/rtems_servers/Makefile.am: Ditto.
2139        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2140        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2141
21422004-01-07      Joel Sherrill <joel@OARcorp.com>
2143
2144        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
2145        more completely covers the MIPS family.
2146
21472003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2148
2149        * wrapup/Makefile.am: Reflect changes to shmdr.
2150        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
2151
21522003-12-18      Joel Sherrill <joel@OARcorp.com>
2153
2154        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
2155        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
2156        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
2157        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
2158        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
2159        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
2160        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
2161
21622003-12-17      Joel Sherrill <joel@OARcorp.com>
2163
2164        * aclocal/version.m4: Updated to rtems-20031217-test.
2165
21662003-12-17     
2167
2168        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2169        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2170
21712003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2172
2173        * automake/compile.am: Remove LINK_LIBS (Unused).
2174        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
2175
21762003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2177
2178        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2179        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2180        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
2181        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
2182        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
2183
21842003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2185
2186        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
2187        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2188        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2189        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2190        * librdbg/src/i386/Makefile.am:
2191        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2192        * librdbg/src/m68k/Makefile.am:
2193        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2194        * librdbg/src/powerpc/Makefile.am:
2195        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2196
21972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2198
2199        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2200        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
2201        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
2202        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
2203        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
2204        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
2205        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2206        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2207        * optman/Makefile.am: Remove project_libdir.
2208        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
2209        PRE/TMPINSTALL_FILES.
2210        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
2211        PRE/TMPINSTALL_FILES.
2212        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
2213        PRE/TMPINSTALL_FILES.
2214        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2215        PRE/TMPINSTALL_FILES.
2216        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
2217        from PRE/TMPINSTALL_FILES.
2218        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
2219        PRE/TMPINSTALL_FILES.
2220        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2221        PRE/TMPINSTALL_FILES.
2222        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
2223        PRE/TMPINSTALL_FILES.
2224        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
2225        PRE/TMPINSTALL_FILES.
2226        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
2227        PRE/TMPINSTALL_FILES.
2228        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
2229        PRE/TMPINSTALL_FILES.
2230        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
2231        from PRE/TMPINSTALL_FILES.
2232
22332003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2234
2235        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
2236        * automake/lib.am: Remove project_libdir.
2237        * wrapup/Makefile.am: Reworked.
2238
22392003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2240
2241        * configure.ac: Reflect changes to librdbg.
2242        * optman/Makefile.am: Add tmpinstall dirstamp support.
2243        * libchip/Makefile.am: Fix variant-tmpinstall support.
2244        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
2245        * librdbg/src/powerpc/Makefile.am: Merge-in former
2246        new_exception_processing/Makefile.am.
2247        * librdbg/src/m68k/any/Makefile.am: Remove.
2248        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
2249        * librdbg/src/i386/any/Makefile.am: Remove.
2250        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
2251        * librdbg/src/Makefile.am: Cosmetics.
2252        * librdbg/include/Makefile.am: Cosmetics.
2253        * librdbg/Makefile.am: Cosmetics.
2254        * libnetworking/Makefile.am: Cosmetics.
2255        * libnetworking/pppd/Makefile.am: Cosmetics.
2256        * libnetworking/wrapup/Makefile.am: Cosmetics.
2257
22582003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2259
2260        * Makefile.am: Cosmetics.
2261        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
2262        support.
2263
22642003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2265
2266        * automake/compile.am: Remove $(ARCH):-rule.
2267
22682003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2269
2270        * configure.ac: Remove lib/libbsp/shared/Makefile,
2271        lib/libbsp/shmdr/Makefile.
2272
22732003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2274
2275        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
2276        libchip/serial/Makefile, libchip/rtc/Makefile.
2277        * support/Makefile.am: Remove all-local: $(ARCH).
2278        * wrapup/Makefile.am: Remove all-local: $(ARCH).
2279        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
2280        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
2281        * optman/Makefile.am: Remove all-local: $(ARCH).
2282        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2283        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
2284        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
2285        compilation dirstamp support.
2286        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
2287        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
2288        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
2289        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
2290        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
2291        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
2292        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2293        all-local: $(ARCH).
2294        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
2295        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
2296        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
2297        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
2298        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
2299
23002003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2301
2302        * aclocal/lead-dot.m4: New (from automake-1.7f).
2303        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
2304        AC_SUBST(dirstamp).
2305        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
2306        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2307        libchip/serial/Makefile.am: Ditto.
2308        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
2309        * librdbg/include/Makefile.am: Ditto.
2310        * librdbg/include/rdbg/Makefile.am: Ditto.
2311        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2312        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2313        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2314        * librdbg/src/Makefile.am: Ditto.
2315        * librdbg/src/i386/Makefile.am: Ditto.
2316        * librdbg/src/i386/any/Makefile.am: Ditto.
2317        * librdbg/src/m68k/Makefile.am: Ditto.
2318        * librdbg/src/m68k/any/Makefile.am: Ditto.
2319        * librdbg/src/powerpc/Makefile.am: Ditto.
2320        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2321        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
2322        preinstallation.
2323        * libnetworking/pppd/Makefile.am: Ditto.
2324        * libnetworking/rtems_servers/Makefile.am: Ditto.
2325        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2326        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2327        * libnetworking/wrapup/Makefile.am: Ditto.
2328
23292003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2330
2331        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
2332        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
2333        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
2334        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
2335        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2336        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2337        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2338        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
2339        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
2340        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
2341        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
2342        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
2343        underquoting to silence automake-1.8.
2344
23452003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2346
2347        * configure.ac: Reflect having moved tests to ../../testsuites.
2348
23492003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2350
2351        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
2352        * aclocal/canonical-host.m4: Remove.
2353        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
2354        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2355
23562003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2357
2358        * aclocal/check-cpu.m4: Remove.
2359        * configure.ac: Merge-in former aclocal/check-cpu.m4.
2360        * aclocal/canonical-target-name.m4: Add m4-quotes.
2361        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
2362        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
2363        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2364        * aclocal/check-networking.m4: Add m4-quotes. Require
2365        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2366        * aclocal/check-posix.m4: Add m4-quotes. Require
2367        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2368        * aclocal/check-rdbg.m4: Add m4-quotes. Require
2369        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2370        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
2371
23722003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2373
2374        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
2375        * aclocal/bsp-alias.m4: Remove.
2376
23772003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2378
2379        * configure.ac: Make presence of tests/ optional.
2380
23812003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2382
2383        * aclocal/path-perl.m4: Remove (Unused).
2384
23852003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2386
2387        * automake/force-preinstall.am: Remove.
2388
23892003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2390
2391        PR 499/rtems_misc
2392        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
2393        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
2394        Configuration (Odd was forced) - Correction of Stop Bit configuration
2395        (inversed) - Correction of ISR Handler to call
2396        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
2397        CTS Hardware flow control Configuration.
2398
23992003-09-04      Joel Sherrill <joel@OARcorp.com>
2400
2401        * lib/libcpu/shared/include/cache.h,
2402        lib/libcpu/shared/src/cache_aligned_malloc.c,
2403        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
2404        license changed.
2405        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2406        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2407        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2408        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2409        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2410        for license changed.
2411        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2412        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2413        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2414        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2415        libchip/network/cs8900.h, libchip/network/dec21140.c,
2416        libchip/network/elnk.c, libchip/network/open_eth.c,
2417        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2418        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2419        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2420        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2421        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2422        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2423        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2424        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2425        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2426        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2427        libchip/serial/serial.h, libchip/serial/z85c30.c,
2428        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2429        libchip/serial/z85c30_reg.c: URL for license changed.
2430
24312003-09-03      Jiri Gaisler <jiri@gaisler.com>
2432
2433        PR 477/networking
2434        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2435        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2436        libchip/network/open_eth.h: New files.
2437
24382003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2439
2440        * aclocal/rtems-top.m4: Add RTEMS_API.
2441        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2442
24432003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2444
2445        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2446        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2447        @RTEMS_BSP@.cfg.
2448
24492003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2450
2451        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2452
24532003-08-20      Joel Sherrill <joel@OARcorp.com>
2454
2455        * libchip/network/cs8900.c: Correct copyright statements.
2456
24572003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2458
2459        * aclocal/check-itron.m4: Remove.
2460        * aclocal/enable-inlines.m4: Remove.
2461        * Makefile.am: Reflect having moved aclocal/.
2462        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2463        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2464        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2465        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2466        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2467        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2468        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2469        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2470        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2471        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2472        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2473        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2474        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2475        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2476        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2477        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2478        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2479        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2480        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2481        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2482        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2483        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2484        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2485        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2486        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2487        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2488        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2489        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2490        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2491        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2492        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2493        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2494        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2495        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2496        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2497        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2498        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2499        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2500        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2501        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2502        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2503        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2504        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2505        * aclocal/target.m4: New (Copied from ../../aclocal).
2506        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2507        * aclocal/version.m4: New (Copied from ../../aclocal).
2508
25092003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2510
2511        * configure.ac: Remove stray comments.
2512        * automake/local.am, automake/host.am: Remove "debug".
2513
25142003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2515
2516        * Makefile.am: Reflect having moved automake/.
2517        * lib/Makefile.am: Reflect having moved automake/.
2518        * support/Makefile.am: Reflect having moved automake/.
2519        * wrapup/Makefile.am: Reflect having moved automake/.
2520        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2521        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2522        from ../../automake).
2523        * optman/Makefile.am: Reflect having moved automake/.
2524        * libchip/Makefile.am: Reflect having moved automake/.
2525        * libchip/ide/Makefile.am: Reflect having moved automake/.
2526        * libchip/network/Makefile.am: Reflect having moved automake/.
2527        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2528        * libchip/serial/Makefile.am: Reflect having moved automake/.
2529        * librdbg/Makefile.am: Reflect having moved automake/.
2530        * librdbg/include/Makefile.am: Reflect having moved automake/.
2531        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2532        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2533        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2534        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2535        automake/.
2536        * librdbg/src/Makefile.am: Reflect having moved automake/.
2537        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2538        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2539        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2540        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2541        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2542        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2543        having moved automake/.
2544        * libnetworking/Makefile.am: Reflect having moved automake/.
2545        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2546        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2547        automake/.
2548        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2549        automake/.
2550        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2551        automake/.
2552        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2553
25542003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2555
2556        * Makefile.am: Add bsp.pc.in.
2557        * bsp.pc.in: New (pkgconfig support).
2558
25592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2560
2561        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2562
25632003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2564
2565        * lib/Makefile.am: New (Required by 'make dist').
2566        * lib/ChangeLog: Remove.
2567        * lib/.cvsignore: Cleanup.
2568        * configure.ac: Reflect having added lib/Makefile.am.
2569        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2570        lib/libbsp/configure.ac.
2571        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2572        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2573
25742003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2575
2576        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2577        * configure.ac: Merge-in librdbg/configure.ac.
2578        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2579        librdbg/configure.ac.
2580        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2581        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2582        LIBCHIP. Conditionally build include-dirs.
2583        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2584        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2585        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2586        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2587        librdbg/include/rdbg/m68k/Makefile.am,
2588        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2589        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2590        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2591        librdbg/src/powerpc/Makefile.am, librdbg/
2592        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2593        configure.ac into ../configure.ac.
2594        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2595        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2596        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2597        libnetworking/rtems_telnetd/Makefile.am,
2598        libnetworking/rtems_webserver/Makefile.am,
2599        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2600        into ../configure.ac.
2601
26022003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2603
2604        PR 427/rtems
2605        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2606        * librdbg/src/servtsp.c: Ditto.
2607
26082003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2609
2610        PR 429/bsps
2611        PR 432/bsps
2612        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2613        packets are queued onto an elnk board, the ISR will deadlock the device
2614        with a tx complete interrupt.  Lighter tx loads are not affected as they
2615        end up submitting single packets to the device.
2616
26172003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2618
2619        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2620        optman/configure.ac.
2621        * optman/configure.ac: Remove (Merged into ../configure.ac).
2622        * optman/Makefile.am: Reflect having merged configure.ac into
2623        ../configure.ac.
2624        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2625        * libchip/Makefile.am, libchip/ide/Makefile.am,
2626        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2627        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2628        ../configure.ac.
2629
26302003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2631
2632        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2633
26342003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2635
2636        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2637        on i386.
2638
26392003-06-13      Joel Sherrill <joel@OARcorp.com>
2640
2641        * libnetworking/pppd/chat.c: Removed warnings.
2642
26432003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2644
2645        * libchip/network/README.3com: New file missed in previous commit.
2646        PR 405/bsps
2647        PR 393/networking
2648        * libchip/network/dec21140.c: Fix leak also known as PR393.
2649        * libchip/network/elnk.c, libchip/network/if_media.h,
2650        libchip/network/mii.h: New files.
2651        * libchip/network/Makefile.am: Reflect new files.
2652
26532003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2654
2655        * configure.ac: Remove support for profile-variant.
2656
26572003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2658
2659        PR 397/pppd
2660        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2661        * libnetworking/pppd/magic.c: Remove *rand48.
2662        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2663
26642003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2665
2666        * wrapup/Makefile.am: Add libide.a.
2667
26682003-04-15      Joel Sherrill <joel@OARcorp.com>
2669
2670        PR 387/rtems_misc
2671        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2672        routines.
2673        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2674
26752003-04-11      Joel Sherrill <joel@OARcorp.com>
2676
2677        * libnetworking/rtems_webserver/cgi.c,
2678        libnetworking/rtems_webserver/sockGen.c,
2679        libnetworking/rtems_webserver/umui.c,
2680        libnetworking/rtems_webserver/websSSL.c,
2681        libnetworking/rtems_webserver/websSSL.h,
2682        libnetworking/rtems_webserver/websda.c,
2683        libnetworking/rtems_webserver/websda.h: New files. Not included in
2684        previous commit.
2685
26862003-04-10      Joel Sherrill <joel@OARcorp.com>
2687
2688        PR 371/pppd
2689        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2690        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2691        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2692        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2693        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2694        still global symbols in rtemspppd.h which might need to be changed or
2695        converted into member of a structure which is dereferenced with a
2696        pointer that is managed as a per task variable. But this patch should
2697        avoid many conflicts.
2698
26992003-03-27      Joel Sherrill <joel@OARcorp.com>
2700
2701        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2702        not allowed in the cpukit source code since it must be buildable
2703        independent of any BSP. These files were moved to libchip/ide.
2704        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2705        files.
2706
27072003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2708
2709        PR 368/filesystems
2710        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2711        improvements which now work on pc386 and mbx8xx.
2712        * libchip/ide/ide_controller.c: New file.
2713
27142003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2715
2716        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2717
27182003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2719
2720        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2721        * configure.ac: Add support/.
2722        * support/.cvsignore: New.
2723        * support/Makefile.am: New.
2724        * support/version.c: New.
2725        * wrapup/Makefile.am: Add support/libsupport.a.
2726        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2727        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2728        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2729        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2730
27312003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2732
2733        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2734
27352003-02-20      Till Straumann <strauman@slac.stanford.edu>
2736
2737        PR 354/networking
2738        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2739        chip against a table of supported chips. The untested ones are still
2740        commented out, however.
2741
27422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2743
2744        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2745        * configure.ac: AC_PREREQ(2.57).
2746        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2747        * optman/configure.ac: AC_PREREQ(2.57).
2748        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2749        * libchip/configure.ac: AC_PREREQ(2.57).
2750        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2751        * librdbg/configure.ac: AC_PREREQ(2.57).
2752        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2753        * libnetworking/configure.ac: AC_PREREQ(2.57).
2754
27552003-02-06      Joel Sherrill <joel@OARcorp.com>
2756
2757        * libnetworking/pppd/chat.c: Convert routines with common names to
2758        static. This included get_char(), put_char(), and character() among
2759        others.
2760
27612003-02-03      Joel Sherrill <joel@OARcorp.com>
2762
2763        PR 338/filesystem
2764        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2765        rtems_io_lookup_name() (API change).  Unused function removed.
2766
27672003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2768
2769        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2770        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2771        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2772        Eliminate *_O_FILES.
2773        * libnetworking/rtems_servers/Makefile.am,
2774        libnetworking/rtems_webserver/Makefile.am,
2775        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2776
27772002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2778
2779        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2780        Let all-local: depend on $(LIB).
2781        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2782        * optman/Makefile.am: Apply install-data-local to install *.rels.
2783
27842002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2785
2786        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2787        %.c rules.
2788        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2789        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2790        * libchip/rtc/Makefile.am: Ditto.
2791        * libchip/serial/Makefile.am: Ditto.
2792
27932002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2794
2795        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2796        LIBC_DEFINES.
2797        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2798        LIBC_DEFINES.
2799        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2800        LIBC_DEFINES.
2801
28022002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2803
2804        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2805
28062002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2807
2808        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2809        cache-checking.
2810        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2811
28122002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2813
2814        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2815        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2816        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2817        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2818        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2819
28202002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2821
2822        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2823        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2824        Remove.
2825        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2826
28272002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2828
2829        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2830        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2831
28322002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2833
2834        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2835        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2836
28372002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2838
2839        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2840        * optman/rel.am: New.
2841
28422002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2843
2844        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2845        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2846        braino in comment on "exec". Extend --enable-ada handling.
2847
28482002-11-04      Joel Sherrill <joel@OARcorp.com>
2849
2850        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2851        tasks and rolling multiple loops into 1.
2852        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2853        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2854        Removed warnings.
2855
28562002-10-31      Joel Sherrill <joel@OARcorp.com>
2857
2858        * libchip/network/dec21140.c: Removed warnings.
2859        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2860        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2861        librdbg/src/m68k/any/remdeb_xdr.c,
2862        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2863        warnings.
2864        * libnetworking/rtems_webserver/socket.c,
2865        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2866
28672002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2868
2869        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2870        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2871        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2872        above.
2873
28742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2875
2876        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2877        * wrapup/.cvsignore: Remove autom4te.cache.
2878        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2879        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2880        autom4te.cache.
2881        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2882        autom4te.cache.
2883        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2884        autom4te.cache.
2885
28862002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2887
2888        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2889
28902002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2891
2892        * optman/.cvsignore: Add autom4te.cache.
2893
28942002-09-14      Joel Sherrill <joel@OARcorp.com>
2895
2896        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2897
28982002-09-07      Joel Sherrill <joel@OARcorp.com>
2899
2900        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2901        include files to resolve warnings.
2902
29032002-09-07      Chris Johns <ccj@acm.org>
2904
2905        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2906        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2907        which corrects the problem  where the cs8900.c file was actually the BSP
2908        glue.  Joel did some hacking so this file will compile.  Previously it
2909        required providing a target.h file to compile.
2910        * libchip/network/cs8900.c.bsp: New file.
2911
29122002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2913
2914        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2915
29162002-08-31      Joel Sherrill <joel@OARcorp.com>
2917
2918        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2919        eliminate warning.
2920
29212002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2922
2923        * configure.ac: Add ada-tests.
2924
29252002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2926
2927        * Makefile.am: Add preinstall-stamp.
2928
29292002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2930
2931        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2932        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2933        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2934        gcc31 happy.
2935        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2936        cp.
2937
29382002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2939
2940        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2941        make/bsp.mak.
2942        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2943        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2944
29452002-08-12      Joel Sherrill <joel@OARcorp.com>
2946
2947        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2948        avoid error.
2949
29502002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2951
2952        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2953        * configure.ac: Add BSP_SUBDIRS.
2954        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2955        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2956        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2957        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2958        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2959        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2960        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2961        RTEMS_CHECK_BSP_CACHE.
2962        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2963        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2964        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2965        .$(OBJEXT) instead of .o.
2966        * libnetworking/pppd/Makefile.am,
2967        libnetworking/rtems_servers/Makefile.am,
2968        libnetworking/rtems_telnetd/Makefile.am,
2969        libnetworking/rtems_webserver/Makefile.am,
2970        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2971
29722002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2973
2974        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2975        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2976        ../libchip/serial/$(ARCH)/libserialio.a.
2977        * libchip/serial/Makefile.am: Don't tmp-install lib.
2978        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2979
29802002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2981
2982        * Makefile.am: Add rtems_makedir.
2983        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2984        * Makefile.am: Add wrapup-SUBDIR.
2985        * wrapup/ChangeLog: Remove.
2986        * wrapup/configure.ac: Remove.
2987        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2988        (Make the bare BSP happy).
2989        * configure.ac: Ditto.
2990        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2991        Create make/custom/default.cfg.
2992        * configure.ac: Add creation of make/custom/*.cfg. Create
2993        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2994
29952002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2996
2997        * Makefile.am: Clean $(PROJECT_RELEASE).
2998
29992002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3000
3001        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
3002        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
3003        prototype mismatches.
3004
30052002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3006
3007        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
3008        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
3009
30102002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3011
3012        * acinclude.m4: Add test "$multilib" != "yes".
3013        * config-ml.in: Remove.
3014        * acinclude.m4: Cleanups.
3015        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
3016        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
3017        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
3018        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
3019        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
3020
30212002-07-16      Eric Norum <eric.norum@usask.ca>
3022
3023        * New driver for the Intel EtherExpressPro (82559ER) chip.
3024        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
3025        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
3026        * libchip/network/Makefile.am: Modified to reflect above.
3027
30282002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3029
3030        * acinclude.m4: New.
3031        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
3032        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
3033        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
3034
30352002-07-01      Joel Sherrill <joel@OARcorp.com>
3036
3037        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
3038        _Objects_Information_table now that it is a two dimensional array based
3039        upon API and class.
3040        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
3041        of strnlen().
3042
30432002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3044
3045        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
3046        preinstall libnetapps.a.
3047
30482002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3049
3050        * configure.ac: Remove librpc.
3051
30522002-06-25      Joel Sherrill <joel@OARcorp.com>
3053
3054        * Per PR233, moved librpc to exec.
3055        * configure.ac, wrapup/Makefile.am: Modified.
3056        * librpc, librpc/ChangeLog: Removed.
3057
30582002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3059
3060        * optman/Makefile.am: Remove multilib support.
3061        * optman/configure.ac: Ditto.
3062        * optman/sapi/Makefile.am: Ditto.
3063
30642002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3065
3066        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
3067        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
3068
30692002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3070
3071        Move networking libraries to c/src/exec/libnetworking
3072        * libnetworking/configure.ac, libnetworking/Makefile.am,
3073        libnetworking/wrapup/Makefile.am: Reflect Moval.
3074
30752002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3076
3077        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
3078        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
3079        <rtems/bspIo.h>.
3080
30812002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3082
3083        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
3084        * libnetworking/rtems/mkrootfs.h: Ditto.
3085        * libnetworking/rtems/Makefile.am: Reflect changes above.
3086
30872002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3088
3089        * configure.ac: Remove lib.
3090
30912002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
3092
3093        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
3094        that exception stack frames on M68K members with VBR always are 6 byte
3095        long. The incorrect assumption resulted in some gdb commands like "next"
3096        to fail on the 68360.
3097
30982002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3099
3100        * config-ml.in: Take out arm and sh variants RTEMS does not support.
3101        PR 220
3102        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3103        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
3104        CVS.
3105        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
3106        libnetworking/sys/filio.h: Remove.
3107        * libnetworking/sys/Makefile.am: Reflect changes above.
3108
31092002-05-07      Chris Johns <ccj@acm.org>
3110
3111        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
3112        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
3113        requires it to be stripped.
3114
31152002-05-01      Eric Norum <eric.norum@usask.ca>
3116
3117        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
3118        assembly  to satisfy gcc 3.1 and newer.
3119
31202002-04-26      Eric Norum <eric.norum@usask.ca>
3121
3122        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
3123        agressive optimization in gcc 3.1 does not reorder things.
3124
31252002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3126
3127        * libchip/network/dec21140.c: Reflect changes to powerpc's
3128        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
3129        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
3130        <rtems/score/cpu.h>.
3131        * librdbg/src/powerpc/rdbg_f.c: Ditto.
3132        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
3133
31342002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3135
3136        * optman/configure.ac: Remove ENABLE_GCC28.
3137
31382002-04-11      Chris Johns <ccj@acm.org>
3139
3140        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
3141        driver control block field to the ifconfig network driver structure.
3142        This field is needed by the i82586 driver which was ported from NetBSD
3143        as it had better hardware abstraction.
3144        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
3145        PR59, added the drv_ctrl driver control block field to the ifconfig
3146        network driver structure. This field is needed by the i82586 driver
3147        which was ported from NetBSD as it had better hardware abstraction.
3148
31492002-04-10      Mike Siers <mikes@poliac.com>
3150
3151        * libnetworking/rtems_webserver/NOTES,
3152        libnetworking/rtems_webserver/asp.c,
3153        libnetworking/rtems_webserver/balloc.c,
3154        libnetworking/rtems_webserver/default.c,
3155        libnetworking/rtems_webserver/ej.h,
3156        libnetworking/rtems_webserver/ejIntrn.h,
3157        libnetworking/rtems_webserver/ejlex.c,
3158        libnetworking/rtems_webserver/ejparse.c,
3159        libnetworking/rtems_webserver/emfdb.c,
3160        libnetworking/rtems_webserver/emfdb.h,
3161        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
3162        libnetworking/rtems_webserver/handler.c,
3163        libnetworking/rtems_webserver/license.txt,
3164        libnetworking/rtems_webserver/md5.h,
3165        libnetworking/rtems_webserver/md5c.c,
3166        libnetworking/rtems_webserver/mime.c,
3167        libnetworking/rtems_webserver/misc.c,
3168        libnetworking/rtems_webserver/ringq.c,
3169        libnetworking/rtems_webserver/rom.c,
3170        libnetworking/rtems_webserver/security.c,
3171        libnetworking/rtems_webserver/sock.c,
3172        libnetworking/rtems_webserver/sym.c,
3173        libnetworking/rtems_webserver/uemf.c,
3174        libnetworking/rtems_webserver/uemf.h,
3175        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
3176        libnetworking/rtems_webserver/url.c,
3177        libnetworking/rtems_webserver/value.c,
3178        libnetworking/rtems_webserver/wbase64.c,
3179        libnetworking/rtems_webserver/webcomp.c,
3180        libnetworking/rtems_webserver/webpage.c,
3181        libnetworking/rtems_webserver/webrom.c,
3182        libnetworking/rtems_webserver/webs.c,
3183        libnetworking/rtems_webserver/webs.h,
3184        libnetworking/rtems_webserver/websuemf.c,
3185        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
3186        2.1.4.
3187
31882002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3189
3190        * libchip/network/i82586.c: Include <string.h>.
3191        * libchip/network/sonic.c: Ditto.
3192
31932002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3194
3195        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
3196
31972002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3198
3199        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
3200
32012002-03-27      Thomas.Doerfler@imd-systems.de
3202
3203        PR 144
3204        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
3205        memory address 0 when called for the first time. This is done when
3206        trying to clear the variable "dhcp_hostname".
3207
32082002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3209
3210        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3211        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3212        * Makefile.am: Remove AUTOMAKE_OPTIONS.
3213        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3214        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3215        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3216        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
3217        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
3218        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3219        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3220        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
3221        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
3222        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3223        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
3224        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3225        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3226        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3227        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3228        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3229        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3230        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
3231        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3232        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3233        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3234        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3235        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3236        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
3237        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3238        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
3239        AUTOMAKE_OPTIONS.
3240        * libnetworking/configure.ac:
3241        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
3242        foreign 1.6]).
3243        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
3244        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
3245        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
3246        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
3247        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3248        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
3249        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
3250        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
3251        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
3252        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3253        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3254        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
3255        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3256        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
3257        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
3258        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
3259        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
3260
32612002-03-27      Ilya Alexeev <ilya@continuum.ru>
3262
3263        PR 162
3264        * libnetworking/net/if_ppp.c ppp_txdaemon(),
3265        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
3266        used in a device write routines.  Now ppp_softc structure have own
3267        character for writing to device (sc_outchar).  I think that converting
3268        local variables to static is not a right solution, because problems will
3269        occur in the case of two or more ppp instances.
3270        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
3271        must be u_long, otherwise in the case of the big output packet endless
3272        loop may occur.
3273
32742002-03-21      Ilya Alexeev <ilya@continuum.ru>
3275
3276        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
3277        preparations for multiple PPPD connections.
3278
32792002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3280
3281        PR 149
3282        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
3283        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
3284        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
3285        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3286
32872002-02-28      Victor V. Vengerov <vvv@oktet.ru>
3288
3289        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
3290        * configure.ac: Modified to reflect addition.
3291
32922002-02-27      Ilya Alexeev <ilya@continuum.ru>
3293
3294        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
3295        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3296        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
3297        capabilities as well as eliminate some warnings.
3298
32992002-02-27      Eric Norum <eric.norum@usask.ca>
3300
3301        * libnetworking/net/radix.c: Properly handle fetching the default route
3302        when there is no route.  This was a bug in the original FreeBSD code and
3303        this fix is from an updated version of their code.
3304
33052002-02-16      Eric Norum <eric.norum@usask.ca>
3306
3307        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
3308        checking.
3309
33102002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3311
3312        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
3313        dodefaultroute.
3314
33152002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3316
3317        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
3318        include <rtems/seterr.h>.
3319
33202002-02-01      Mike Siers <mikes@poliac.com>
3321
3322        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
3323        avoid bringing the link down too fast. NOTE: Mike reports successfully
3324        running at 56K baud on a direct link.
3325
33262002-02-01      Eric Valette <valette@crf.canon.fr>
3327
3328        * librdbg/So many patches have been posted recently on the mailing list
3329        and  because we were unable to find correct solution to compile on
3330        various  linux distros (due to rpcgen incompatibilities), librdbg/and
3331        because the coding  style of rdbg was rather inconsistant among various
3332        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
3333        global coding style (using indent + manual edits), 2) incorporate/review
3334        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
3335        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
3336        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
3337        after rdbg initialization is done, NB : the paches is huge but it is
3338        mainly due to coding styke chnages.  Only few lines of codes have been
3339        really changed and they do not impact  rdbg functionnality (AFAIKT).
3340        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
3341        librdbg/include/rdbg/m68k/rdbg_f.h,
3342        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
3343        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
3344        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
3345        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
3346        librdbg/src/servtsp.c, librdbg/src/servutil.c,
3347        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
3348        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
3349        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
3350        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
3351        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
3352        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
3353        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
3354        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3355        librdbg/src/powerpc/new_exception_processing/remdeb.h,
3356        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
3357        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
3358
33592002-01-31      Mike Siers <mikes@poliac.com>
3360
3361        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
3362        * Nice Update of PPPD support which eliminates the requiremetn that
3363        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
3364        and reports that it seems to be more stable and handle larger packets
3365        better.  This patch replaces the termios tasks with more general pppd
3366        network driver tasks.  The functions pppinput() and pppstart() get
3367        called from the interrupt service routine.
3368        * libnetworking/Makefile.am, libnetworking/configure.ac,
3369        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
3370        libnetworking/net/ethernet.h, libnetworking/net/if.c,
3371        libnetworking/net/if.h, libnetworking/net/if_arp.h,
3372        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
3373        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
3374        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
3375        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
3376        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
3377        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
3378        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
3379        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
3380        libnetworking/net/route.c, libnetworking/net/route.h,
3381        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
3382        libnetworking/pppd/README, libnetworking/pppd/STATUS,
3383        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
3384        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3385        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3386        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3387        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3388        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3389        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3390        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3391        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3392        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3393        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3394        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
3395        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3396        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3397        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
3398        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
3399        libnetworking/pppd/example/README,
3400        libnetworking/pppd/example/netconfig.h,
3401        libnetworking/wrapup/Makefile.am: Modified.
3402        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
3403        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
3404        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
3405        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3406        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3407        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3408        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3409        libnetworking/modem/pppcompress.c: Subdirectory removed.
3410
34112002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3412
3413        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3414        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3415
34162002-01-18      Till Straumann <strauman@slac.stanford.edu>
3417
3418        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3419        issues: - exception handler needs to enable MSR_FP if the interrupted
3420        thread is FP enabled. - printk message for MSR fixed and added
3421        stacktrace. NOTE: this requires the stacktrace patch to
3422        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3423        however).
3424
34252002-01-06      Joel Sherrill <joel@OARcorp.com>
3426
3427        * optman/.cvsignore: Added aclocal.m4 and configure.
3428        * optman/.cvsignore: New file.
3429
34302002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3431
3432        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3433
34342002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3435
3436        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3437        * optman/ChangeLog: New.
3438        * optman/configure.ac: New.
3439        * optman/Makefile.am: New.
3440        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3441        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3442
34432001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3444
3445        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3446
34472001-12-18      Eric Norum <eric.norum@usask.ca>
3448
3449        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3450        `directories' (path names with a / at the end) while disallowing open()
3451        operations on TFTP `directories'.
3452
34532001-12-07      Eric Norum <eric.norum@usask.ca>
3454
3455        * libnetworking/lib/tftpDriver.c: Restore write capability.
3456
34572001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3458
3459        * libchip/network/sonic.h: Fix typo.
3460        * libnetworking/arpa/Makefile.am: Remove stray lines.
3461
34622001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3463
3464        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3465
34662001-10-18      Eric Norum <eric.norum@usask.ca>
3467
3468        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3469        chdir() and open() operations within the TFTP file system.
3470
34712001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3472
3473        * librdbg/configure.ac: Fix latent bug exposed by removal of
3474        config.cache's which prevented powerpc targets librdbg from building.
3475
34762001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3477
3478        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3479        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3480        autoconf-2.52 happy.
3481
34822001-10-12      Mike Siers <mikes@poliac.com>
3483
3484        * libnetworking/Update to stable working state.  Congratulations Mike!
3485        :).
3486        * libnetworking/modem_example: Directory removed.
3487        * libnetworking/modem_example/16550.h,
3488        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3489        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3490        libnetworking/modem_example/ppp.h,
3491        libnetworking/modem_example/pppcompress.c: Files removed.
3492        * libnetworking/pppd/example/pppd.options: New file.
3493        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3494        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3495        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3496        libnetworking/pppd/rtemsmain.c: Updated.
3497
34982001-10-12      Joel Sherrill <joel@OARcorp.com>
3499
3500        * libchip/serial/z85c30.c: Fixed typo.
3501
35022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3503
3504        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3505        * configure.in: Remove.
3506        * configure.ac: New file, generated from configure.in by autoupdate.
3507        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3508        * libchip/configure.in: Remove.
3509        * libchip/configure.ac: New file, generated from configure.in by
3510        autoupdate.
3511        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3512        * librdbg/configure.in: Remove.
3513        * librdbg/configure.ac: New file, generated from configure.in by
3514        autoupdate.
3515        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3516        * libnetworking/configure.in: Remove.
3517        * libnetworking/configure.ac: New file, generated from configure.in by
3518        autoupdate.
3519
35202001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3521
3522        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3523        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3524        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3525
35262001-09-27      Joel Sherrill <joel@OARcorp.com>
3527
3528        * libchip/ChangeLog: Fixed typo in date.
3529
35302001-09-27      Eric Norum <eric.norum@usask.ca>
3531
3532        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3533        TFTP  filesystem.
3534
35352001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3536
3537        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3538        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3539        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3540        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3541        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3542        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3543        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3544        'PREINSTALL_FILES ='.
3545        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3546        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3547        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3548        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3549        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3550        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3551        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3552        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3553        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3554        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3555        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3556        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3557
35582001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3559
3560        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3561        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3562        * librdbg/src/m68k/any/Makefile.am: Ditto.
3563        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3564        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3565        happy.
3566
35672001-09-21      Joel Sherrill <joel@OARcorp.com>
3568
3569        * libchip/network/Makefile.am: Fixed typo on file name.
3570        * libchip/network/i82586.c: Commented out line 318 which is referencing
3571        a member of a structure that is not currently there.  This needs to be
3572        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3573        to C style.
3574
35752001-09-19      Eric Norum <eric.norum@usask.ca>
3576
3577        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3578
35792001-09-19      Chris Johns <ccj@acm.org>
3580
3581        * libchip/network/README.i82586, libchip/network/i82586.c,
3582        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3583        Network driver for Intel i82586.
3584        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3585        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3586        "root" filesystem with information obtained via the DHCP response.
3587
35882001-09-14      Eric Norum <eric.norum@usask.ca>
3589
3590        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3591        make gcc 3.x happy.
3592
35932001-08-16      Mike Siers <mikes@poliac.com>
3594
3595        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3596        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3597        These support callback functionality that has not even been compiled
3598        under RTEMS yet.
3599        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3600        example application.  Mike's notes on the modifications: - renamed
3601        error() function because of namespace problems - removed calls to the
3602        exit() funciton - removed extra files from the pppd source directory -
3603        defined pppd task constant values in rtemspppd.h - modifyied example
3604        code to get actual tick per second value - placed the pppd 2.3.11 man
3605        page file (pppd.8) into the pppd directory.
3606        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3607        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3608        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3609        libnetworking/pppd/rtems-ppp.c: Deleted.
3610        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3611        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3612        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3613        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3614        libnetworking/pppd/example/init.c,
3615        libnetworking/pppd/example/netconfig.h,
3616        libnetworking/pppd/example/ppp.conf,
3617        libnetworking/pppd/example/pppdapp.c,
3618        libnetworking/pppd/example/system.h: New files.
3619        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3620        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3621        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3622        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3623        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3624        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3625        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3626        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3627        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3628        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3629        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3630        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3631        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3632        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3633        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3634
36352001-08-16      Joel Sherrill <joel@OARcorp.com>
3636
3637        * libnetworking/pppd/example/Makefile: Removed.
3638        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3639        to avoid bootstrap -c clobbering it.
3640        * libnetworking/rtems_telnetd/.cvsignore: New file.
3641
36422001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3643
3644        * libnetworking/Makefile.am, libnetworking/configure.in,
3645        libnetworking/rtems_servers/Makefile.am,
3646        libnetworking/rtems_servers/telnetd.c,
3647        libnetworking/rtems_servers/telnetd.h,
3648        libnetworking/rtems_telnetd/Makefile.am,
3649        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3650        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3651        libnetworking/rtems_telnetd/telnetd.c,
3652        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3653        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3654        effect when ftpd change. - the tcp/ip stats have been implemented into
3655        icmds.c and started when telnetd daemon is started.
3656        * libnetworking/rtems_servers/telnetd.c,
3657        libnetworking/rtems_servers/telnetd.h: Removed.
3658        * libnetworking/rtems_telnetd: New directory.
3659        * libnetworking/rtems_telnetd/Makefile.am,
3660        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3661        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3662        libnetworking/rtems_telnetd/telnetd.c,
3663        libnetworking/rtems_telnetd/telnetd.h: New files.
3664
36652001-06-14      Joel Sherrill <joel@OARcorp.com>
3666
3667        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3668        Moved from libmisc/shell so the network stack to address network
3669        depenendency.
3670        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3671
36722001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3673
3674        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3675
36762001-05-15      Joel Sherrill <joel@OARcorp.com>
3677
3678        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3679        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3680        accidentally deleted the incorrectly empty versions.
3681
36822001-05-14      Till Straumann <strauman@slac.stanford.edu>
3683
3684        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3685        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3686        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3687        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3688        to know the values) - the affected BSP (shared/motorola) headers have
3689        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3690        driver (libchip/network/dec21140.c) has been fixed to use
3691        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3692        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3693        who is using this driver. - the DEC driver also has been fixed to use
3694        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3695        delay_in_bus_cycles().
3696
36972001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3698
3699        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3700
37012001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3702
3703        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3704
37052001-04-24      Eric Norum <eric.norum@usask.ca>
3706
3707        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3708        NTP synchronization a little more robust -- no NTP daemon yet, but at
3709        least it trys a little harder when the primary NTP server is down.
3710
37112001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3712
3713        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3714        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3715        libnetworking/pppd/modem_example/modem.c,
3716        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3717        other strings into English.
3718        * libnetworking/pppd/STATUS: updated to reflect the changes.
3719
37202001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3721
3722        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3723        again.
3724
37252001-04-20      Eric Valette <valette@crf.canon.fr>
3726
3727        * mcp750 directory renamed new_exception processing as it supports many
3728        more CPU models.
3729        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3730        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3731        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3732        formerly in mcp750 plus modifications.
3733        * librdbg/src/powerpc/mcp750/.cvsignore,
3734        librdbg/src/powerpc/mcp750/Makefile.am,
3735        librdbg/src/powerpc/mcp750/remdeb.h,
3736        librdbg/src/powerpc/mcp750/remdeb_f.x,
3737        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3738        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3739        new_exception_processing.
3740        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3741        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3742        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3743        part of this effort to add support for the MPC8xx.
3744
37452001-04-19      Joel Sherrill <joel@OARcorp.com>
3746
3747        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3748        internal include files.
3749
37502001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3751
3752        PR 158
3753        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3754        rcmd() library call by commenting out the parts that deal with signals.
3755        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3756        stdio. The 'server-side' parts of this file which deal with
3757        authentication are disabled since they are not needed.
3758
37592001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3760
3761        * libnetworking/include/.cvsignore: Remove dangling file.
3762
37632001-03-14      Joel Sherrill <joel@OARcorp.com>
3764
3765        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3766        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3767        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3768        libchip style serial drivers can be written in libcpu or libbsp.
3769
37702001-03-01      Joel Sherrill <joel@OARcorp.com>
3771
3772        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3773        libchip/network/sonic.c, libchip/network/sonic.h,
3774        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3775        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3776        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3777        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3778        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3779        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3780        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3781        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3782
37832001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3784
3785        * librdbg/include/rdbg/Makefile.am,
3786        librdbg/include/rdbg/i386/Makefile.am,
3787        librdbg/include/rdbg/m68k/Makefile.am,
3788        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3789        style on include files.
3790
37912001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3792
3793        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3794        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3795        replace ${..} with $(..).
3796        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3797        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3798        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3799        libnetworking/rtems/Makefile.am, libnetworking/
3800        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3801        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3802        include_*HEADERS instead of H_FILES.
3803        * libnetworking/include/Makefile.am: Remove.
3804        * libnetworking/Makefile.am: Add handling of *.h files.
3805        * libnetworking/configure.in: Remove include/Makefile.
3806
38072001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3808
3809        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3810
38112001-01-31      Sergei Organov <osv@javad.ru>
3812
3813        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3814        current dir and root dir removed in favor of new libio support for
3815        task-local current and root directories. - Bug in `close_data_socket()'
3816        introduced by previous change fixed. - `command_pasv()' changed to set
3817        timeout on socket we are listening on and code fixed to don't close
3818        socket twice on error. - `serr()' changed to clear `errno'. -
3819        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3820        changed to clear `errno' before processing session. -
3821        `close_data_socket()' fixed to close both active and passive sockets -
3822        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3823        empty string  in `exec_command()'.
3824
38252001-01-25      Eric Norum <eric.norum@usask.ca>
3826
3827        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3828        improves throughput on systems which are dropping packets.   Only the
3829        first timeout is reduced.  This keeps the number of extra packets down
3830        on networks that are very busy and dropping lots of packets.
3831
38322001-01-24      Sergei Organov <osv@javad.ru>
3833
3834        * libnetworking/rtems_servers/ftpd.c,
3835        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3836        - Timeouts on sockets implemented. 'idle' field added to configuration.
3837        No timeout by default to keep backward compatibility. Note: SITE IDLE
3838        command not implemented yet. - Basic global access control implemented.
3839        'access' field added to configuration. No access limitations by default
3840        to keep backward compatibility. - Anchor data socket for active mode
3841        (using self IP and port 20.) - Fixed default data port support (still
3842        not tested). - Don't allow IP address different from originating host in
3843        PORT command to improve security. - Fixed bug in MDTM command. - Check
3844        for correctness of parsing of argument in command_port(). - Fixed
3845        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3846        a directory. - Command parsing a little bit improved: command names are
3847        now converted to upper-case to be more compatible with RFC (command
3848        names are not case-sensitive.) - Reformat comments so that they have
3849        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3850        previous changes - True ASCII mode implemented (doesn't work for hooks
3851        and /dev/null) - Passive mode implemented, PASV command added. - Default
3852        port for data connection could be used (untested, can't find ftp client
3853        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3854        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3855
38562001-01-18      Joel Sherrill <joel@OARcorp.com>
3857
3858        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3859        macro using variable arguments.
3860        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3861        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3862        since I updated the main RTEMS development machine to RedHat 7.2 and
3863        apparently got a new version of rpcgen.
3864
38652001-01-12      Sergei Organov <osv@javad.ru>
3866
3867        * libnetworking/rtems_servers/ftpd.c,
3868        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3869        - use pool of pre-created threads to handle sessions instead of
3870        creating/deleting threads on the fly - LIST output is now similar to
3871        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3872        happy with it. - LIST NAME now works (both for files and directories) -
3873        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3874        clients happy  - keep track of CWD for every session separately -
3875        ability to specify root directory name for FTPD in configuration table.
3876        FTPD will then create illusion for FTP clients that this is actually
3877        root directory. - ignore options sent in commands, thus LIST -al FILE
3878        works and doesn't try to list "-al" directory. - buffers are allocated
3879        on stack instead of heap where possible to eliminate malloc/free calls
3880        (avoid possible heap fragmentation troubles). - drop using of task
3881        notepad to pass parameters - use function arguments instead - use
3882        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3883        in socket() instead of AF_INET.
3884
38852001-01-02      Joel Sherrill <joel@OARcorp.com>
3886
3887        * libnetworking/CHANGELOG: Removed.
3888        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3889
38902000-12-14      Eric Norum <eric.norum@usask.ca>
3891
3892        * libnetworking/lib/tftpDriver.c: Added write capability.
3893
38942000-12-08      Joel Sherrill <joel@OARcorp.com>
3895
3896        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3897        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3898        numerous variable declarations conditional on PPP_COMPRESS and
3899        PPP_FILTER.  Commented out variables that were not used because the code
3900        using them was commented out. Removed totally unused variables.
3901        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3902        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3903
39042000-11-30      Joel Sherrill <joel@OARcorp.com>
3905
3906        * libnetworking/modem/ppp_tty.c: Changed to include
3907        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3908        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3909        * libnetworking/Makefile.am: Modified to reflect above.
3910
39112000-11-27      Joel Sherrill <joel@OARcorp.com>
3912
3913        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3914
39152000-11-25      Eric Norum <eric.norum@usask.ca>
3916
3917        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3918        core.
3919
39202000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3921
3922        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3923        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3924        subdir.
3925        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3926        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3927        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3928        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3929        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3930        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3931        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3932        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3933        ppp_tty.c and the real pppd main is in pppmain.c.
3934
39352000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3936
3937        * libchip/network/sonic.c: Added ipalign() routine to align the received
3938        packet so that the ip header is on a 32-bit boundary. Necessary for
3939        cpu's that do not allow unaligned loads and stores and when the 32-bit
3940        DMA mode is used.
3941
39422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3943
3944        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3945        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3946        ACLOCAL_AMFLAGS.
3947        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3948        ACLOCAL_AMFLAGS.
3949        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3950        ACLOCAL_AMFLAGS.
3951
39522000-11-03      Chris Johns <ccj@acm.org>
3953
3954        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3955        libchip/network/cs8900.h: New files.
3956
39572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3958
3959        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3960        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3961        $(RTEMS_TOPdir)/aclocal.
3962        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3963        $(RTEMS_TOPdir)/aclocal.
3964        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3965        $(RTEMS_TOPdir)/aclocal.
3966
39672000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3968
3969        * configure.in: Switch to GNU-canonicalization.
3970        * Makefile.am: Reflect changes to configure.in.
3971        * acinclude.m4: Remove.
3972
39732000-10-30      Joel Sherrill <joel@OARcorp.com>
3974
3975        * POSIX include files merged into newlib.  This resulted in some
3976        definitions moving to other files and thus some secondary effects in
3977        RTEMS source code.
3978        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3979        in sync with newlib's <machine/types.h>.
3980        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3981        definition of struct itimerval in <sys/time.h>.
3982
39832000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3984
3985        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3986        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3987        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3988        * ChangeLog: Fix typos.
3989        * configure.in: add tests to the GNU canonicalized subdirectories.
3990
39912000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3992
3993        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3994        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3995        the lib directory before configuring lib/.
3996
39972000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3998
3999        * configure.in, Makefile.am: add exec to the GNU canonicalized
4000        subdirectories.
4001        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
4002        * configure.in: add libnetworking, librpc and librdb to the GNU
4003        canonicalized subdirectories.
4004        * configure.in: add libmisc and libchip to the GNU canonicalized
4005        subdirectories.
4006        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4007        Switch to GNU canonicalization.
4008        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4009        Switch to GNU canonicalization.
4010        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4011        Switch to GNU canonicalization.
4012
40132000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4014
4015        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
4016        canonicalization to libfs/. The approach is currently a bit of a hack as
4017        GNU canonicalization does not support the per-BSP build some of the
4018        other directories require.  As more of the tree is converted, this will
4019        become less  of an issue.
4020
40212000-10-20      Joel Sherrill <joel@OARcorp.com>
4022
4023        * libchip/network/dec21140.c: Corrected attach to include "int attach"
4024        parameter.
4025
40262000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
4027
4028        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
4029        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
4030        * librdbg/configure.in: Add m68k support.
4031        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
4032        subdirectory.
4033        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
4034        failure.
4035        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
4036        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
4037        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
4038        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
4039        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
4040        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
4041        librdbg/src/m68k/.cvsignore: New files.
4042        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
4043        function pointers.
4044        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
4045        _after_ pointer has been checked against NULL.
4046
40472000-10-18      Joel Sherrill <joel@OARcorp.com>
4048
4049        * wrapup/Makefile.am: Added libfs.
4050
40512000-10-18      Chris Johns <ccj@acm.org>
4052
4053        * libfs created.
4054        * configure.in: Added libfs subdirectory.
4055        * libnetworking/pppd/ipxcp.c: Fixed a typo.
4056
40572000-09-28      Joel Sherrill <joel@OARcorp.com>
4058
4059        * libnetworking/rtems_webserver/Makefile.am,
4060        libnetworking/rtems_webserver/base64.c,
4061        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
4062        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
4063
40642000-09-22      Joel Sherrill <joel@OARcorp.com>
4065
4066        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
4067        libnetworking/rtems/rtems_bsdnet_internal.h,
4068        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
4069        have included rtems.h.  It is now including precisely the  least amount
4070        of low level, yet portable .h files to get the basic RTEMS types
4071        defined.  This rippled into other  files since rtems_bsdnet_internal.h
4072        used machine/types.h to include rtems.h.
4073
40742000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4075
4076        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
4077
40782000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4079
4080        * libnetworking/ChangeLog: Cleanup.
4081
40822000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4083
4084        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
4085        * libchip/ChangeLog: Fix formating.
4086
40872000-09-05      Joel Sherrill <joel@OARcorp.com>
4088
4089        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
4090        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
4091        confusion and to work with the converted flags.
4092
40932000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4094
4095        * wrapup/Makefile.am: Include compile.am.
4096        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
4097        libchip/serial/Makefile.am: Include compile.am.
4098        * librdbg/src/i386/any/Makefile.am,
4099        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
4100        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
4101        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
4102        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
4103        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
4104        libnetworking/rtems_servers/Makefile.am,
4105        libnetworking/rtems_webserver/Makefile.am,
4106        libnetworking/wrapup/Makefile.am: Include compile.am.
4107
41082000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
4109
4110        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
4111        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
4112
41132000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4114
4115        * libnetworking/netinet/tcp_input.c: Spelling corrections.
4116
41172000-08-31      Joel Sherrill <joel@OARcorp.com>
4118
4119        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
4120        Antti P Miettinen <antti.p.miettinen@nokia.com>.
4121        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
4122        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
4123        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
4124        * libnetworking/wbase64.c: Removed.
4125        * libnetworking/Makefile.am, libnetworking/asp.c,
4126        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
4127        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
4128        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
4129        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
4130        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
4131        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
4132        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
4133        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
4134        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
4135        Modified.
4136
41372000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4138
4139        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
4140
41412000-08-30      Joel Sherrill <joel@OARcorp.com>
4142
4143        * libnetworking/rtems_webserver/license.txt: New file.
4144
41452000-08-10      Joel Sherrill <joel@OARcorp.com>
4146
4147        * ChangeLog: New file.
4148        * libchip/ChangeLog: New file.
4149        * librdbg/ChangeLog: New file.
4150        * libnetworking/ChangeLog: New file.
4151
Note: See TracBrowser for help on using the repository browser.