source: rtems/c/src/ChangeLog @ 1d11028

4.104.115
Last change on this file since 1d11028 was 39b8611, checked in by Joel Sherrill <joel.sherrill@…>, on 03/11/10 at 19:17:39

2010-03-11 Joel Sherrill <joel.sherrill@…>

  • libchip/ide/ide_controller.c: Fix warnings for uninitialized variable.
  • Property mode set to 100644
File size: 156.9 KB
Line 
12010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * libchip/ide/ide_controller.c: Fix warnings for uninitialized
4        variable.
5
62010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * libchip/network/i82586.c: Fix warnings for ctype methods.
9
102010-02-19      Chris Johns <chrisj@rtems.org>
11
12        * libchip/ide/ide_controller.c: Create the devices as block
13        devices.
14
152010-01-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
16
17        * libchip/ide/ata_internal.h, libchip/ide/ata.c
18        libchip/i2c/spi-sd-card.c: Update for block device API change.
19
202010-01-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
21
22        * libchip/display/disp_hcms29xx.c,
23        libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c,
24        libchip/display/font_hcms29xx.h: various fixes
25
262009-12-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
27
28        PR 1474
29        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Update for block
30        device API change.
31
322009-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * libchip/network/greth.c: Eliminate unused type
35        rtems_clock_time_value.
36
372009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * libchip/network/dec21140.c: Warning elimination
40        (dec21140_softc->base now is an uint32_t).
41
422009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        PR 1483/cpukit
45        * libchip/network/dec21140.c, libchip/network/elnk.c,
46        libchip/network/if_dc.c: Move #include <rtems/pci.h> into #if
47        *_SUPPORTED-guarded code sections.
48
492009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * libchip/network/dec21140.c, libchip/network/elnk.c,
52        libchip/network/if_dc.c: Ensure PCI drivers are built on all
53        supported configurations. PowerPC conditionals were not current and
54        code was not being built on supported BSPs.
55
562009-11-23      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * libchip/network/smc91111.c: Formatting.
59
602009-11-12      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * libchip/ide/ata.c (rtems_ata_initialize): Avoid implicit cast to uint16_t.
63        * libchip/ide/ata.c (ata_non_data_request): Change arg from int to
64        uint32_t (16bit ints are too small).
65
662009-11-06      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * libchip/network/elnk.c: Use PRI*32 to print u_int32_t's.
69        * libchip/network/if_dc.c: Fix type mismatch.
70
712009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * aclocal/bsp-linkcmds.m4: New.
74
752009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * configure.ac: Rework CFLAGS setup.
78        * aclocal/prog-cc.m4: Remove RTEMS_CFLAGS.
79        * automake/compile.am: Remove RTEMS_CFLAGS.
80
812009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * libchip/ide/ata.h: Move extern "C".
84
852009-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c:
88        Use hex-constants to avoid implicit int-casts.
89        * libchip/i2c/spi-memdrv.c:
90        Use hex-constants to avoid implicit int-casts.
91        Use rtems_off64_t offsets to avoid loosing precision.
92
932009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
94
95        * libchip/serial/ns16550.c: Update for interrupt handler type change.
96
972009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * aclocal/bsp-alias.m4: New.
100        * configure.ac: Apply RTEMS_BSP_ALIAS for RTEMS_BSP_FAMILY.
101
1022009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB.
105
1062009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        * configure.ac: Remove AM_CONDITIONAL MULTILIB.
109        * Makefile.am: Remove BARE_CPU_MODEL.
110
1112009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * configure.ac: Remove cfg_dir.
114
1152009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * configure.ac: Remove -std=c99 -fasm.
118        Remove AM_CONDITIONAL LIBCHIP.
119        * libchip/Makefile.am, wrapup/Makefile.am:
120        Remove AM_CONDITIONAL LIBCHIP.
121
1222009-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * configure.ac: Pick up make/custom/*.
125        * aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
126
1272009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
128
129        * wrapup/Makefile.am: Remove AM_CONDITIONAL HAS_LIBBSP.
130        * configure.ac: Remove AM_CONDITIONAL HAS_LIBBSP.
131
1322009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * configure.ac: Remove special case lib/libbsp/bare (Abandoned).
135
1362009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * Makefile.am: Remove RTEMS_HOST (unused).
139        * configure.ac: Remove RTEMS_HOST (unused).
140        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
141
1422009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for
145        *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
146
1472009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * aclocal/canonical-target-name.m4, aclocal/check-networking.m4,
150        aclocal/check-posix.m4, aclocal/enable-posix.m4,
151        aclocal/rtems-cpu-subdirs.m4: Remove posix/unix.
152
1532009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * configure.ac: Rework make/custom/* handling.
156        * aclocal/check-custom-bsp.m4: Change *.cfg handling.
157        * Makefile.am: Remove make/custom/default.cfg-rule.
158
1592009-10-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
160
161        * libchip/serial/ns16550.c: Enable interrupts during open to avoid
162        NULL pointer access in interrupt handler.
163
1642009-10-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
165
166        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Update for block
167        device API change.
168
1692009-10-08      Chris Johns <chrisj@rtems.org>
170
171        * libchip/ide/ata.c, c/src/libchip/ide/ata_internal.h: Remove the
172        multiblock support from the ATA driver. Multiblock at the disk
173        level should not be a global policy as a disk may have more than
174        one partition with different block sizes. An IDE driver could
175        decide to use the feature with DMA but this a driver specific
176        design choice. Fixed bugs relating to variable block sizes and
177        large block transfer.
178        * c/src/libchip/ide/ide_controller.c,
179        c/src/libchip/ide/ide_ctrl_cfg.h, c/src/libchip/ide/ide_ctrl_io.h:
180        Changed the block size to 32bits so blocks of 64K or bigger can be
181        transfered in a single driver call.
182
1832009-10-05      Joel Sherrill <joel.sherrill@oarcorp.com>
184
185        * libchip/ide/ata.c: Revert previous change. Not all ARM BSPs use a
186        shared irq.h yet and this breaks a significant number of them.
187
1882009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        * libchip/ide/ata.c: Use simple vectored CPU macro to select interrupt
191        model.
192
1932009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * libchip/serial/z85c30.c, libchip/serial/ns16550.c,
196        libchip/serial/mc68681.c: Reflect termios_baud_to_number having been
197        renamed to rtems_termios_baud_to_number.
198
1992009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
200
201        * libchip/serial/sersupp.h: Remove termios_baud_to_index,
202        termios_baud_to_number (duplicate prototypes).
203        Add C++-guards.
204        Include rtems/termiostypes.h.
205
2062009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
207
208        * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
209
2102009-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
211
212        * aclocal/check-networking.m4: Disable TCP/IP on targets without enough
213        physical address to support BSD TCP/IP stack.
214
2152009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
216
217        * libchip/network/elnk.c: Convert calls to legacy routine
218        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
219
2202009-08-03      Roger Dahlkvist <ruppe@kth.se>
221
222        * libchip/shmdr/shm_driver.h: nios2 was not accounted for.
223
2242009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
225
226        * libchip/ide/ata.c: Remove warning.
227
2282009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
229
230        * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to
231        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
232        now use the same macros.
233        * aclocal/bsp-bspcleanup-options.m4: New file.
234
2352009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
236
237        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h: Removed
238        obsolete defines and declarations.  Set initial baud during device
239        open.  Fixed interrupt mode.
240
2412009-06-12      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the
244        GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to
245        EINVAL and ENOTTY as appropriate.
246
2472009-05-30      Chris Johns <chrisj@rtems.org>
248
249        * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave
250        devices on an IDE bus and cleaned up the initialisation register
251        call.
252
2532009-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
254
255        * libchip/network/i82586.c: Fix warning in manner suggested by
256        Arnout Vandecappelle <arnout@mind.be> in
257        http://www.rtems.org/pipermail/rtems-users/2009-May/005460.html.
258
2592009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
260
261        * libchip/network/if_dc.c: Fixed warnings.
262
2632009-05-03      Joel Sherrill <joel.sherrill@oarcorp.com>
264
265        * libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat
266        as needed.
267
2682009-04-29      Chris Johns <chrisj@rtems.org>
269
270        * libchip/ide/ata.c: Remove a detection test that fails in qemu.
271
272        * libchip/ide/ide_controller.c: Change the status detection and
273        add a message if the transfer fails. There is currently no error
274        handle at the IDE drvier level.
275
2762009-03-12      Daniel Hellstrom <daniel@gaisler.com>
277
278        PR 1392/bsps
279        * libchip/i2c/spi-memdrv.c: SPI Memory driver. Fix but where writes
280        over multiple pages results in extra data being written.
281
2822009-02-27      Gene Smith <gene.smith@siemens.com>
283
284        PR 1356
285        * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC
286        cards.
287
2882009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
289
290        * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is
291        enabled on x86.
292
2932009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
294
295        * aclocal/bspopts.m4: Quoting cosmetics.
296
2972009-01-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
298
299        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
300        RTEMS_BLKDEV_CAPABILITIES ioctl which caused invalid multiple block
301        writes.  Fixed integer type in device structure.
302
3032009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
304
305        * libchip/serial/ns16550.c: Turn on ns16550_process() for
306        BSP_FEATURE_IRQ_LEGACY case also.
307
3082008-11-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
309
310        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Removed high
311        level LibI2C interface.  Added generic block IO functions.
312
3132008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
314
315        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
316        optman/rtems/no-msg.c, optman/rtems/no-part.c,
317        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
318        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
319        optman/sapi/no-ext.c, optman/sapi/no-io.c:
320        Revert previous patch (cvs clash with Joel hacking cpukit).
321
3222008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
323
324        * aclocal/canonical-target-name.m4: Remove tic4x.
325
3262008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
327
328        * libchip/rtc/ds1375.c: Include <errno.h> instead of <sys/errno.h>.
329
3302008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
331
332        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
333        optman/rtems/no-msg.c, optman/rtems/no-part.c,
334        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
335        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
336        optman/sapi/no-ext.c, optman/sapi/no-io.c:
337        Fix prototypes.
338
3392008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
340
341        * libchip/serial/ns16550_p.h: Remove prototype with no implementation.
342
3432008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
344
345        * libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c,
346        libchip/shmdr/shm_driver.h: Cleanup and remove variables which
347        duplicated data.
348
3492008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
350
351        * optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert SAPI manager and
352        SuperCore Handler initialization routines to directly pull parameters
353        from configuration table.
354
3552008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
356
357        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
358        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
359        optman/rtems/no-part.c, optman/rtems/no-region.c,
360        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
361        optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager
362        initialization routines to directly pull parameters from
363        configuration table. Eliminate empty routines sportted.
364
3652008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
366
367        * libchip/serial/ns16550.c: Add CVS-Id. Fix #define mess.
368
3692008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
370
371        * libchip/network/i82586.c, libchip/network/smc91111config.h: Eliminate
372        all public use of TOD conversion routines.
373
3742008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
375
376        * libchip/network/smc91111config.h:
377        #include <stdint.h> instead of <rtems/stdint.h>.
378
3792008-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
380
381        * aclocal/prog-cc.m4: Use -r instead of -Wl,-r to build *.rels.
382        * aclocal/rtems-cpu-subdirs.m4: Remove obsolete cpus.
383
3842008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
385
386        * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
387
3882008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
389
390        * libchip/serial/ns16550.c: Transmit the character in the polled write
391        function within a critical section for printk() compatibility.
392
3932008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
394
395        * libchip/i2c/spi-sd-card.c: Update for status-checks.h changes.
396
3972008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
398
399        * aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
400
4012008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
402
403        * aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
404
4052008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
406
407        * aclocal/bsp-bootcard-options.m4: Fix quoting.
408
4092008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
410
411        * aclocal/bsp-bootcard-options.m4: New file.
412        * aclocal/bsp-bootcards-handles-ram-allocation.m4: Removed.
413
4142008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
415
416        * libchip/serial/ns16550.c: Enable interrupt code only for PowerPC or
417        BSPs that support this feature.
418
4192008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
420
421        * libchip/serial/ns16550.c: Fix typo.
422
4232008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
424
425        * libchip/serial/ns16550.c: Fix typo.
426
4272008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
428
429        * libchip/serial/ns16550.c: Add not supported on arm even though it is
430        not simple vectored.
431
4322008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
433
434        * libchip/serial/ns16550.c: Not currently supported on architectures
435        with simple vectored interrupt model.
436
4372008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
438
439        * aclocal/version.m4: Bump RTEMS_API to 4.10.
440        Bump _RTEMS_VERSION to 4.9.99.0.
441
4422008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
443
444        * libchip/rtc/icm7170.c, libchip/rtc/m48t08.c,
445        c/src/libchip/rtc/rtc.h:  Include required header files.  Some internal
446        functions have now static linkage type.  Added constant qualifier to
447        operations table and read-only function parameters.
448
449        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
450        c/src/libchip/serial/serial.h:  Include required header files.  Removed
451        support for old PowerPC exception handling.  Various fixes for
452        interrupt related routines.  Added support for BSPs with IRQ extension
453        API.
454
4552008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
456
457        * libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there
458        is no PCI bus based upon the BSP not having a base address defined.
459        This means this driver cannot be supported on that board.
460
4612008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
462
463        * libchip/network/dec21140.c, libchip/network/elnk.c,
464        libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
465
4662008-09-17      Miao Yan <yanmiaobest@gmail.com>
467
468        * optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
469        add simple device only filesystem (devfs), optionally completely drop
470        out filesystem, and to clean up disabling newlib reentrancy support.
471        This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t
472        now has a 15K code space.
473        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
474        Removed.
475
4762008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
477
478        * libchip/ide/ata.h: Convert to Unix file format.
479
4802008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
481
482        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
483        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
484        libchip/serial/serial.h, libchip/serial/serprobe.c,
485        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
486        Convert to "bool".
487        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
488        libchip/i2c/spi-memdrv.h: Convert to "bool".
489        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
490        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
491        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
492        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
493        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
494        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
495        Convert to "bool".
496        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
497        Convert to "bool".
498        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
499        Convert to "bool".
500
5012008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
502
503        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
504        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
505        memory driver to not use the clock ioctl to install a method to poll
506        for input. It now uses a Class API Timer which means we can eliminate
507        this special IOCTL from all clock drivers.
508        * libchip/shmdr/setckvec.c: Removed.
509
5102008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
511
512        * libchip/network/sonic.c: Do not declare a variable just to hold an
513        ignored return value.
514
5152008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
516
517        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
518
5192008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
520
521        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
522        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
523
5242008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
525
526        * libchip/display/disp_hcms29xx.c: Do not make these static. They
527        appear to be unused that way.
528
5292008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
530
531        * libchip/shmdr/shm_driver.h: Correct prototypes.
532
5332008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
534
535        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
536        variables and made methods static.
537
5382008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
539
540        * libchip/serial/ns16550.c: Fix warning.
541
5422008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
543
544        * aclocal/prog-cc.m4: Add -Wnested-externs.
545
5462008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
547
548        * libchip/network/dec21140.c: Add missing prototype.
549        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
550
5512008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
552
553        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
554        -Wstrict-prototypes to RTEMS_CFLAGS.
555
5562008-08-02      Chris Johns <chrisj@rtems.org>
557
558        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
559        rtems_blkdev_request count and start references. Use
560        RTEMS_BLKDEV_START_BLOCK.
561
5622008-07-29      Chris Johns <chrisj@rtems.org>
563
564        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
565
566        * libchip/ide/ata.c: Change to use a mutex rather than disable
567        pre-emption. Updated to the libblock changes.
568
569        * libchip/ide/ata_internal.h: Updated to the new chains API.
570
571        * libchip/ide/ide_controller.c: Updated to the libblock
572        changes. Added come debug tracing.
573
574        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
575        to the libblock changes.
576
5772008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
578
579        * configure.ac: Remove RPCGEN, RPCTOOLS.
580
5812008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
582
583        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
584        for output format specifiers.
585
5862008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
587
588        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
589        Fixed some data types
590
5912008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
592
593        * libchip/i2c/spi-sd-card.c: Added missing header file.
594        * libchip/Makefile.am: Added SD Card driver.
595
5962008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
597
598        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
599        make glyphs non-constant, added file headers
600
6012008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
602
603        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
604        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
605        * libchip/display/font_hcms29xx.h
606        Creation of SPI display driver
607
6082008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
609
610        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
611        via SPI.
612
6132008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
614
615        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
616        AC_PREREQ(2.62).
617
6182008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
619
620        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
621
6222008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
623
624        * libchip/Makefile.am: Move termios helper routines from libchip to
625        libcsupport. Add routine which makes it easy for a termios device
626        driver to inform termios of its default baud rate. This avoids
627        inconsistencies in later termios settings changes.
628        * libchip/serial/termios_baud2index.c,
629        libchip/serial/termios_baud2num.c: Removed.
630
6312008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
632
633        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
634
6352008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
636
637        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
638        not fail if there are none.
639
6402008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
641
642        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
643        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
644        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
645        * libchip/Makefile.am:
646        derived a generic spi memory driver from spi-flash-m25p40,
647        added descriptor for fram fm25l256
648
6492008-05-07      Till Straumann <strauman@slac.stanford.edu>
650
651        PR 649/bsps
652        * libchip/ide/ata.c: Give up if the interface does not become ready.
653
6542008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
655
656        Moved to cpukit.
657        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
658        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
659        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
660        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
661        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
662        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
663        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
664        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
665        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
666        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
667        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
668        nfsclient/src/xdr_mbuf.c: Removed.
669
6702008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
671
672        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
673
6742008-01-05      Chris Johns <chrisj@rtems.org>
675
676        * libchip/flash/am29lv160.c: Update the blank check error message
677        to say there is an error.
678       
6792007-12-22      Chris Johns <chrisj@rtems.org>
680
681        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
682        the hello message. Just one line but still a little too long.
683       
6842007-12-14      Chris Johns <chrisj@rtems.org>
685
686        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
687        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
688        * libchip/flash, libchip/flash/am29lv160.c,
689        libchip/flash/am29lv160.h: New.
690
6912007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
692
693        * libchip/network/if_fxp.c: Spacing.
694
6952007-11-20      Till Straumann <strauman@slac.stanford.edu>
696
697        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
698        Avoid using 'stdio' before the system is up and fully
699        initialized.
700
7012007-11-20      Till Straumann <strauman@slac.stanford.edu>
702
703        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
704        * libchip/Makefile.am, libchip/preinstall.am:
705        added new driver for Maxim DS1375 i2c RTC.
706
7072007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
708
709        * libchip/i2c/spi-flash-m25p40.c:
710        added addressing call in write function
711
7122007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
713
714        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
715        * libchip/Makefile.am:
716        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
717
7182007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
719
720        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
721
7222007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
723
724        * nfsclient/Makefile.am: Fix errors.
725
7262007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
727
728        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
729
7302007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
731
732        * aclocal/version.m4: Bump RTEMS_API to 4.9.
733        Bump RTEMS_VERSION to 4.8.99.0.
734
7352007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
736
737        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
738
7392007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
740
741        * configure.ac: Remove AC_PROG_AWK (Unused).
742
7432007-09-14      Daron Chabot <djc915@mail.usask.ca>
744
745        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
746        rtems_interrupt_vector, to permit passing arbitrary arguments to the
747        ISR. Clean up of variables to silence compiler warnings.
748
7492007-09-13      Daniel Hellstrom <daniel@gaisler.com>
750
751        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
752
7532007-09-12      Daniel Hellstrom <daniel@gaisler.com>
754
755        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
756          - Odd bit bug in some chips taken care of.
757          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
758            alignment but failing to do so must have made the driver writer to make
759            some incorrect assumptions about MBUFs.
760          - Fixed MBUF handling to handle mbuf chains better. The Data length of
761            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
762          - Made while loop responsible for copying data to fifo port copy 16 shorts
763            per loop instead of 1 short, increasing the copying process.
764
7652007-09-07      Daniel Hellstrom <daniel@gaisler.com>
766
767        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
768        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
769
7702007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
771
772        * configure.ac, wrapup/Makefile.am: Remove RDBG.
773        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
774        librdbg/Makefile.am, librdbg/preinstall.am,
775        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
776        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
777        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
778        librdbg/include/rdbg/powerpc/rdbg_f.h,
779        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
780        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
781        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
782        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
783        librdbg/src/servtsp.c, librdbg/src/servutil.c,
784        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
785        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
786        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
787        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
788        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
789        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
790        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
791        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
792        librdbg/src/powerpc/rdbg_f.c,
793        librdbg/src/powerpc/new_exception_processing/remdeb.h,
794        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
795        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
796        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
797
7982007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
799
800        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
801
8022007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
803
804        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
805          sizes.
806
8072007-07-27      Chris Johns <chrisj@rtems.org>
808
809        * wrapup/Makefile.am: Create archive from a file for hosts
810        with a limited command line size.
811
8122007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
813
814        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
815          sizes.
816
8172007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
818       
819        * configure.ac: Add nfsclient.
820        * nfsclient/Makefile.am: New.
821        * nfsclient/proto/Makefile, nfsclient/Makefile,
822          nfsclient/src/Makefile: Remove.
823        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
824        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
825
8262007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
827
828        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
829        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
830        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
831        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
832        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
833        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
834        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
835        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
836        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
837        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
838        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
839        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
840
8412007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
842
843        * libchip/serial/ns16550.c: removed timed out wait for transmitter
844        to become ready: This will not work for fast CPUs.
845
8462007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
847
848        * libchip/ide/ata.c: fixed warning
849
8502007-06-20      Ray Xu <rayx@gmail.com>
851
852        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
853        console, and libio. This shrinks the memory requirements but Joel has
854        not figured out how best to present this to application space.
855        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
856        New files.
857
8582007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
859
860        * optman/sapi/no-io.c: Split IO Manager into one function per file so
861        now we only need required initialization methods.
862
8632007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
864
865        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
866        parameter since it was used to configure a no longer used feature.
867        Device names are now part of the filesystem not in a table.
868
8692007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
870
871        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
872        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
873        optman/rtems/no-part.c, optman/rtems/no-region.c,
874        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
875        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
876        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
877        other optional managers so using them reduces application size
878        instead of increasing it.
879        * optman/rtems/no-barrier.c: New file.
880
8812007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
882
883        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
884        adjustments to pci-API changes.
885        * libchip/network/dec21140.c, libchip/network/elnk.c,
886        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
887        changes.
888
8892007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
890
891        * libchip/network/dec21140.c, libchip/network/if_dc.c,
892        libchip/network/if_fxp.c: Reflect changes to pci-API.
893
8942007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
895
896        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
897        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
898
8992007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
900
901        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
902          being used to compile "tools").
903
9042007-03-13      Joel Sherrill <joel@OARcorp.com>
905
906        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
907
9082007-03-12      Joel Sherrill <joel@OARcorp.com>
909
910        * libchip/network/cs8900.c, libchip/network/cs8900.h,
911        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
912        and/or fix mistake in copyright notice. Both of these mistakes appear
913        to be from code submitted after these changes were made previously.
914
9152007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
916
917        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
918
9192007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
920
921        * libchip/Makefile.am: Correct path to README.tulipclone.
922
9232007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
924
925        * libchip/ide/ata.c: Remove superfluous type casts.
926
9272007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
928
929        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
930        Use size_t for sizes.
931
9322007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
933
934        * libchip/ide/ata.c: in ata_request_done: moved call to free()
935        from preemption disabled region
936
9372007-01-16      Till Straumann <strauman@slac.stanford.edu>
938
939        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
940        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
941        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
942
9432006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
944
945        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
946          ioctl_command_t as ioctl argument.
947
9482006-12-13      Joel Sherrill <joel@OARcorp.com>
949
950        * librtems++/include/rtems++/rtemsEvent.h,
951        librtems++/include/rtems++/rtemsMessageQueue.h,
952        librtems++/include/rtems++/rtemsSemaphore.h,
953        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
954        librtems++/src/rtemsMessageQueue.cc,
955        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
956        rtems_unsigned32 to uint32_t.
957
9582006-12-13      Joel Sherrill <joel@OARcorp.com>
959
960        PR 1181/bsps
961        * optman/rtems/no-msg.c: Clean up dead code.
962
9632006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
964
965        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
966
9672006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
968
969        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
970        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
971        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
972
9732006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
974
975        * configure.ac: New BUG-REPORT address.
976
9772006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
978
979        * Makefile.am: Remove ampolish3.
980
9812006-11-17      Joel Sherrill <joel@OARcorp.com>
982
983        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
984        blank lines.
985
9862006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
987
988        * configure.ac: Remove RTEMS_AMPOLISH3.
989        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
990          Remove checks for AMPOLISH3.
991        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
992        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
993        * ampolish3: Remove.
994
9952006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
996
997        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
998        * aclocal/prog-cc.m4: Remove CFLAGS.
999        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
1000        Compose CFLAGS. Append CFLAGS to ac_configure_args.
1001
10022006-10-23      Joel Sherrill <joel@OARcorp.com>
1003
1004        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
1005
10062006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
1007
1008        * automake/compile.am: Use hard-coded RTEMS_* flags.
1009
10102006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
1011
1012        * aclocal/rtems-top.m4: Remove RTEMS_API.
1013        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
1014
10152006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1016
1017        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
1018
10192006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1020
1021        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
1022
10232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1024
1025        * aclocal/version.m4: Bump version to 4.7.99.0.
1026
10272006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1028
1029        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1030
10312006-09-11      Joel Sherrill <joel@OARcorp.com>
1032
1033        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
1034
10352006-09-04      Joel Sherrill <joel@OARcorp.com>
1036
1037        * libchip/network/greth.c, libchip/network/open_eth.c,
1038        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
1039        introduced by warning removal.
1040
10412006-09-01      Joel Sherrill <joel@OARcorp.com>
1042
1043        * libchip/network/greth.c, libchip/network/open_eth.c,
1044        libchip/network/smc91111.c: Remove warnings and correct prototype
1045        added earlier today.
1046
10472006-09-01      Joel Sherrill <joel@OARcorp.com>
1048
1049        * libchip/network/cs8900.c, libchip/network/greth.c,
1050        libchip/network/i82586.c, libchip/network/open_eth.c,
1051        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
1052        sized integers, and inttypes.h printf helpers.
1053
10542006-08-09      Kolja Waschk <waschk@telos.de>
1055
1056        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
1057
10582006-07-12      Joel Sherrill <joel@OARcorp.com>
1059
1060        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
1061
10622006-07-11      Jerry Needell <jerry.needell@unh.edu>
1063
1064        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
1065        4.6 branch.  Original modifications by Gaisler Enterprises.
1066        * libchip/network/greth.c, libchip/network/greth.h: New files.
1067
10682006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1069
1070        * ide/ata.[ch]:
1071        (PR1118) fetch priority for ATA task from a variable,
1072        not a fixed configuration value.
1073       
10742006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
1075
1076        * Makefile.am: Add ampolish3.
1077
10782006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
1079
1080        * ampolish3: New.
1081        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
1082
10832006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
1084
1085        * aclocal/rtems-ampolish.m4: New.
1086        * configure.ac: Use RTEMS_AMPOLISH3.
1087
10882006-04-18  Joel Sherrill <joel@OARcorp.com>
1089
1090        * aclocal/version.m4: Updated to rtems-4.6.99.3.
1091
10922006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
1093
1094        PR 853/filesystem
1095        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
1096        should be modified to support the new exception scheme and to use the
1097        handle parameter.
1098
10992006-02-a32     Eric Norum <norume@aps.anl.gov>
1100
1101        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
1102        "newer" PCI access calls.  Minor cleanups.  Comments.
1103
11042006-01-12      Eric Norum <norume@aps.anl.gov>
1105
1106        PR 861/networking
1107        PR 863/networking
1108        * libchip/network/smc91111.c: Fix illegal lvalue increments.
1109
11102006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
1111
1112        * wrapup/Makefile.am: Add preinstall.am.
1113        * libchip/Makefile.am: Build libchip/network/smc91111.
1114        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
1115        Eliminate cyg_int* crap.
1116
11172006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1118
1119        * librdbg/Makefile.am: Add preinstall.am.
1120        * aclocal/bsp-configure.m4: Add ampolish3.
1121        New header guards.
1122
11232006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1124
1125        * libchip/network/open_eth.c, libchip/network/open_eth.h:
1126        Merger from rtems-4-6-branch.
1127
11282006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1129
1130        * libchip/network/smc91111.c
1131        libchip/network/smc91111config.h
1132        libchip/network/smc91111exp.h
1133        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
1134        * libchip/Makefile.am: Reflect adding smc91111*.
1135
11362006-01-08      Joel Sherrill <joel@OARcorp.com>
1137
1138        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
1139        char *.
1140
11412006-01-08      Joel Sherrill <joel@OARcorp.com>
1142
1143        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
1144        warnings.
1145
11462005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
1147
1148        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
1149        Add RTEMS_RELLDFLAGS.
1150        * automake/compile.am: Remove RTEMS_USE_GCC.
1151        Remove RTEMS_RELLDFLAGS.
1152        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
1153
11542005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
1155
1156        * libchip/network/if_media.h, libchip/network/mii.h:
1157        Remove (Moved to cpukit).
1158        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
1159        and libchip/network/if_media.h.
1160        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
1161        if_media.h having moved.
1162
11632005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1164
1165        * automake/compile.am, automake/host.am, automake/local.am,
1166        automake/subdirs.am: Remove depend.
1167        * configure.ac: Explicitly pass --libdir and --includedir to
1168        testsuites.
1169
11702005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1171
1172        * configure.ac: Reflect changes to testsuites.
1173
11742005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1175
1176        * automake/compile.am: Remove GCCSPECS.
1177        * aclocal/prog-cc.m4: Add GCCSPECS.
1178        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
1179
11802005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1181
1182        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
1183        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
1184
11852005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1186
1187        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
1188        libcpu/byteorder.h for i386.
1189
11902005-11-02      Till Straumann <strauman@slac.stanford.edu>
1191
1192        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
1193        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
1194        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
1195        added a simple API/library for i2c devices and drivers for i2c
1196        2-byte eeproms and a ds1621 temperature sensor; API is documented
1197        in libi2c.h.
1198
11992005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1200
1201        * libnetworking/pppd/ipxcp.c,
1202        libnetworking/pppd/chat.c,
1203        libnetworking/pppd/patchlevel.h,
1204        libnetworking/pppd/upap.h,
1205        libnetworking/pppd/md5.h,
1206        libnetworking/pppd/pppd.8,
1207        libnetworking/pppd/README,
1208        libnetworking/pppd/preinstall.am,
1209        libnetworking/pppd/md4.h,
1210        libnetworking/pppd/magic.c,
1211        libnetworking/pppd/pppd.h,
1212        libnetworking/pppd/demand.c,
1213        libnetworking/pppd/rtemsmain.c,
1214        libnetworking/pppd/sys-rtems.c,
1215        libnetworking/pppd/ipcp.h,
1216        libnetworking/pppd/lcp.h,
1217        libnetworking/pppd/chap_ms.c,
1218        libnetworking/pppd/md4.c,
1219        libnetworking/pppd/rtemspppd.h,
1220        libnetworking/pppd/cbcp.h,
1221        libnetworking/pppd/auth.c,
1222        libnetworking/pppd/lcp.c,
1223        libnetworking/pppd/example/README,
1224        libnetworking/pppd/example/ppp.conf,
1225        libnetworking/pppd/example/system.h,
1226        libnetworking/pppd/example/netconfig.h,
1227        libnetworking/pppd/example/pppdapp.c,
1228        libnetworking/pppd/example/init.c,
1229        libnetworking/pppd/example/Makefile-user,
1230        libnetworking/pppd/example/pppd.options,
1231        libnetworking/pppd/rtemspppd.c,
1232        libnetworking/pppd/ipxcp.h,
1233        libnetworking/pppd/chap_ms.h,
1234        libnetworking/pppd/options.c,
1235        libnetworking/pppd/magic.h,
1236        libnetworking/pppd/chap.h,
1237        libnetworking/pppd/cbcp.c,
1238        libnetworking/pppd/upap.c,
1239        libnetworking/pppd/chap.c,
1240        libnetworking/pppd/Makefile.am,
1241        libnetworking/pppd/ccp.h,
1242        libnetworking/pppd/utils.c,
1243        libnetworking/pppd/rtemsdialer.h,
1244        libnetworking/pppd/fsm.h,
1245        libnetworking/pppd/pathnames.h,
1246        libnetworking/pppd/md5.c,
1247        libnetworking/pppd/fsm.c,
1248        libnetworking/pppd/ipcp.c,
1249        libnetworking/pppd/STATUS,
1250        libnetworking/pppd/ccp.c,
1251        libnetworking/Makefile.am: Remove (Moved to cpukit).
1252
12532005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1254
1255        * configure.ac: Remove libnetworking, libnetworking/pppd.
1256        * wrapup/Makefile.am: Remove libpppd.a.
1257
12582005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1259
1260        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
1261        rtemsdialer.h to $(includedir)/rtems.
1262
12632005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1264
1265        * libnetworking/rtems_telnetd/icmds.c,
1266        libnetworking/rtems_telnetd/Makefile.am,
1267        libnetworking/rtems_telnetd/preinstall.am,
1268        libnetworking/rtems_telnetd/pty.c,
1269        libnetworking/rtems_telnetd/pty.h,
1270        libnetworking/rtems_telnetd/README,
1271        libnetworking/rtems_telnetd/telnetd.c,
1272        libnetworking/rtems_telnetd/telnetd.h:
1273        Remove (Moved to cpukit).
1274
12752005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1276
1277        * configure.ac: Remove libnetworking/rtems_telnetd.
1278        * libnetworking/Makefile.am: Remove rtems_telnetd.
1279        * libnetworking/README: Remove (Obsolete).
1280        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
1281
12822005-10-20  Eric Norum <norume@aps.anl.gov>
1283
1284        * libchip/network/dec21140.c: Clean up PCI mapping.
1285
12862005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
1287
1288        * libnetworking/pppd/Makefile.am: Use preinstall.am.
1289        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
1290        librdbg/src/servrpc.c, librdbg/src/servtgt.c
1291        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
1292        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
1293        * configure.ac: Move optman to the end of BSP_SUBDIRS.
1294
12952005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1296
1297        * aclocal/bspopts.m4: Add missing m4 quotes.
1298
12992005-09-02  Joel Sherrill <joel@OARcorp.com>
1300
1301    * aclocal/version.m4: Updated to rtems-4.6.99.2.
1302
13032005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
1304
1305        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
1306        libchip/network/dec21140.c: Remove initialization of PCI bus.
1307
13082005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
1309
1310        * optman/Makefile.am: Add preinstall.am.
1311
13122005-07-18      Karel Gardas <kgardas@objectsecurity.com>
1313
1314        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
1315        UNTESTED to tested.
1316
13172005-06-17      Joel Sherrill <joel@OARcorp.com>
1318
1319        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
1320        it is not supported by the MPC5xx.
1321
13222005-06-17      Joel Sherrill <joel@OARcorp.com>
1323
1324        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
1325        interface. Also correct attempting to build on other than PowerPC and
1326        x86.
1327
13282005-06-16      Daron Chabot <daron@nucleus.usask.ca>
1329
1330        * libchip/Makefile.am: Add driver for Tulip clones.
1331        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
1332        libchip/network/if_dcreg.h: New files.
1333
13342005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1335
1336        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
1337        to enable rdbg.
1338        * configure.ac: Reflect changes above.
1339
13402005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
1341
1342        * configure.ac: Add ada/.
1343
13442005-05-20      Sergei Organov  <osv@topconrd.ru>
1345
1346        PR 750/networking
1347        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
1348        wait_input().
1349
13502005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
1351
1352        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
1353        rtems/irq.h.
1354
13552005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1356
1357        * libchip/Makefile.am: Include preinstall.am.
1358        * libchip/preinstall.am: New.
1359
13602005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1361
1362        * configure.ac: Add AMPOLISH3.
1363        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
1364        * libnetworking/rtems_telnetd/preinstall.am: New.
1365        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
1366
13672005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1368
1369        * configure.ac: Let enable_rpcgen default to "no".
1370
13712005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1372
1373        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
1374
13752005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1376
1377        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
1378        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
1379
13802005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1381
1382        * libchip/network/dec21140.c, libchip/network/elnk.c,
1383        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
1384
13852005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
1386
1387        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
1388        of code as a result of the implementation of a common PCI interface.
1389
13902005-05-04      Joel Sherrill <joel@OARcorp.com>
1391
1392        * libchip/network/open_eth.c: Remove prototype of set_vector.
1393
13942005-05-03      Joel Sherrill <joel@OARcorp.com>
1395
1396        * librdbg/src/ptrace.c: Remove warning.
1397
13982005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
1399
1400        * libchip/network/dec21140.c, libchip/network/elnk.c,
1401        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
1402        Modified parameter list to remove warnings.
1403
14042005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
1405
1406        * libchip/network/cs8900.c, libchip/network/i82586.c,
1407        libchip/network/open_eth.c, libchip/network/sonic.c,
1408        libchip/serial/mc68681.c: Modified types to remove
1409        warnings.  Added initialization to remove warnings.
1410
14112005-04-28      Joel Sherrill <joel@OARcorp.com>
1412
1413        * libchip/network/README.sonic: Rewritten to account for removal of
1414        dmv177.
1415
14162005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
1417
1418        PR 781/rtems_misc
1419        * libchip/serial/ns16550_p.h: Fix baud rate calculation
1420
14212005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
1422
1423        * libchip/serial/ns16550.c:
1424        Fixed warnings generated in various powerpc configurations
1425
14262005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
1427
1428        * libchip/serial/ns16550.c: Modified
1429        ISR to work with PPC new exception processing
1430
14312005-03-14      Joel Sherrill <joel@OARcorp.com>
1432
1433        * libchip/network/dec21140.c, libchip/network/elnk.c,
1434        libchip/network/if_fxp.c: Continue PCI API unification. All use
1435        pci_find_device(). Network drivers manufacture a signature since all
1436        calls have not been converted yet.
1437
14382005-03-04      Joel Sherrill <joel@OARcorp.com>
1439
1440        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
1441        initialize function part of the unified PCI API as pci_initialize().
1442
14432005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1444
1445        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
1446        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
1447
14482005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1449
1450        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
1451        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
1452
14532005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1454
1455        * aclocal/ppc.m4: Reflect changes to ppc exception processing
1456        building procedures.
1457
14582005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1459
1460        * aclocal/prog-cc.m4:
1461        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1462
14632005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1464
1465        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1466
14672005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1468
1469        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1470
14712005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1472
1473        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1474
14752005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1476
1477        * libnetworking/rtems_servers/ftp.c,
1478        libnetworking/rtems_servers/ftp.h,
1479        libnetworking/rtems_servers/Makefile.am:
1480        Remove (relocated to cpukit/ftpd).
1481        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1482        removed move libnetworking/rtems_servers.
1483
14842005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1485
1486        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1487
14882005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1489
1490        PR 755/rtems
1491        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1492        Remove local declarations of rtems_bsdnet_nameservers,
1493        rtems_bsdnet_nameservers_count.
1494
14952005-01-31      Sergei Organov <osv@topconrd.ru>
1496
1497        PR 751/pppd
1498        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1499        committed to fix PR736 breaks pppd. chat.c should have its own static
1500        ttyfd for pppd to work correctly. The symptom is that second
1501        invokation of chat (for connect script) fails due to pppd_ttyfd set
1502        to -1 by previous chat invokation (for init script). In addition,
1503        this patch fixes leaving of dangling pointer in the abort_stbring[]
1504        by chat_send().
1505
15062005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1507
1508        * configure.ac: Remove CFLAGS_DEBUG_V.
1509        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1510
15112005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1512
1513        * wrapup/Makefile.am: Remove rtems-ctor.o.
1514
15152005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1516
1517        * libchip/rtc/rtc.h: size_t RTC_Count.
1518
15192005-01-20      Joel Sherrill <joel@OARcorp.com>
1520
1521        PR 736/pppd
1522        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1523        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1524        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1525        should not be static and should have a name more specific to pppd.
1526
15272005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1528
1529        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1530        libnetworking/rtems_servers/Makefile.am,
1531        libnetworking/rtems_telnetd/Makefile.am,
1532        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1533        Eliminate CFLAGS_OPTIMIZE_V.
1534
15352005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1536
1537        * configure.ac: Pass CFLAGS to testsuites configure.
1538        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1539        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1540
15412005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1542
1543        * configure.ac: Pass CFLAGS to cpukit configure.
1544        * aclocal/rtems-flags.m4: Remove (Unused).
1545        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1546        * aclocal/env-rtemsbsp.m4:
1547        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1548        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1549        RTEMS_CFLAGS.
1550        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1551        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1552        Cleanup comments.
1553
15542005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1555
1556        * automake/compile.am: Remove build-variant support.
1557
15582005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1559
1560        * libnetworking/pppd/Makefile.am,
1561        libnetworking/rtems_servers/Makefile.am,
1562        libnetworking/rtems_telnetd/Makefile.am:
1563        Remove build-variant support.
1564
15652005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1566
1567        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1568        support/Makefile.am, wrapup/Makefile.am:
1569        Remove build-variant support.
1570
15712004-11-22      Joel Sherrill <joel@OARcorp.com>
1572
1573        * libchip/network/if_fxp.c: Add entry for another module ID code.
1574
15752004-11-22      Joel Sherrill <joel@OARcorp.com>
1576
1577        PR 693/misc
1578        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1579        in/outport routines.
1580
15812004-11-22      Joel Sherrill <joel@OARcorp.com>
1582
1583        PR 693/misc
1584        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1585        in/outport routines.
1586
15872004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1588
1589        * aclocal/enable-itron.m4: Remove (unused).
1590
15912004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1592
1593        * configure.ac: Misc. quoting cleanups.
1594        Enable ada-tests iff --enable-ada and --enable-tests.
1595
15962004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1597
1598        PR 703/filesystem
1599        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1600        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1601        libchip/ide/ide_controller.c:
1602        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1603        available for BSPS/device drivers.
1604        Extend the "modes_available" and "mode_active" parameters to
1605        uint16_t for UDMA support.
1606
16072004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1608
1609        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1610        not supported on PowerPC since it works on the MVME2100 BSP.
1611
16122004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1613
1614        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1615        Add dependency tracking for *.cfgs.
1616        * Makefile.am: Add dependency tracking for *.cfg.
1617
16182004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1619
1620        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1621        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1622
16232004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1624
1625        PR 707/make_build
1626        * configure.ac: Add --enable-rpcgen.
1627
16282004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1629
1630        PR 700/rtems_misc
1631        * libnetworking/rtems_webserver/asp.c,
1632        libnetworking/rtems_webserver/balloc.c,
1633        libnetworking/rtems_webserver/cgi.c,
1634        libnetworking/rtems_webserver/default.c,
1635        libnetworking/rtems_webserver/ej.h,
1636        libnetworking/rtems_webserver/ejIntrn.h,
1637        libnetworking/rtems_webserver/ejlex.c,
1638        libnetworking/rtems_webserver/ejparse.c,
1639        libnetworking/rtems_webserver/emfdb.c,
1640        libnetworking/rtems_webserver/emfdb.h,
1641        libnetworking/rtems_webserver/form.c,
1642        libnetworking/rtems_webserver/handler.c,
1643        libnetworking/rtems_webserver/h.c,
1644        libnetworking/rtems_webserver/license.txt,
1645        libnetworking/rtems_webserver/Makefile.am,
1646        libnetworking/rtems_webserver/md5c.c,
1647        libnetworking/rtems_webserver/md5.h,
1648        libnetworking/rtems_webserver/mime.c,
1649        libnetworking/rtems_webserver/misc.c,
1650        libnetworking/rtems_webserver/NOTES,
1651        libnetworking/rtems_webserver/ringq.c,
1652        libnetworking/rtems_webserver/rom.c,
1653        libnetworking/rtems_webserver/rtems_webserver.h,
1654        libnetworking/rtems_webserver/security.c,
1655        libnetworking/rtems_webserver/sock.c,
1656        libnetworking/rtems_webserver/socket.c,
1657        libnetworking/rtems_webserver/sockGen.c,
1658        libnetworking/rtems_webserver/sym.c,
1659        libnetworking/rtems_webserver/uemf.c,
1660        libnetworking/rtems_webserver/uemf.h,
1661        libnetworking/rtems_webserver/um.c,
1662        libnetworking/rtems_webserver/um.h,
1663        libnetworking/rtems_webserver/umui.c,
1664        libnetworking/rtems_webserver/url.c,
1665        libnetworking/rtems_webserver/value.c,
1666        libnetworking/rtems_webserver/wbase64.c,
1667        libnetworking/rtems_webserver/webcomp.c,
1668        libnetworking/rtems_webserver/webmain.c,
1669        libnetworking/rtems_webserver/webpage.c,
1670        libnetworking/rtems_webserver/webrom.c,
1671        libnetworking/rtems_webserver/webs.c,
1672        libnetworking/rtems_webserver/websda.c,
1673        libnetworking/rtems_webserver/websda.h,
1674        libnetworking/rtems_webserver/webs.h,
1675        libnetworking/rtems_webserver/websSSL.c,
1676        libnetworking/rtems_webserver/websSSL.h,
1677        libnetworking/rtems_webserver/websuemf.c,
1678        libnetworking/rtems_webserver/wsIntrn.h:
1679        Remove (Moved to cpukit/http).
1680
16812004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1682
1683        PR 700/rtems_misc
1684        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1685        Remove libnetworking/rtems_webserver.
1686
16872004-10-25      Eric Norum <norume@aps.anl.gov>
1688
1689        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1690
16912004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1692
1693        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1694
16952004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1696
1697        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1698        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1699
17002004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1701
1702        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1703
17042004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1705
1706        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1707        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1708
17092004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1710
1711        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1712        BITSPERBYTE.
1713
17142004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1715
1716        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1717        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1718
17192004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1720
1721        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1722
17232004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1724
1725        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1726        * aclocal/enable-bare.m4: Remove.
1727        * configure.ac: Remove BARE_CPU_MODEL.
1728
17292004-10-13      Eric Norum <norume@aps.anl.gov>
1730
1731        PR 688/bsps
1732        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1733        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1734        MC146818A (and several Dallas Semiconductor) TOD chips.
1735
17362004-10-13      Eric Norum <norume@aps.anl.gov>
1737
1738        PR 686/networking
1739        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1740        device code.
1741
17422004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1743
1744        * libchip/network/dec21140.c: include <rtems/pci.h>.
1745
17462004-09-29      Joel Sherrill <joel@OARcorp.com>
1747
1748        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1749        libnetworking/pppd/utils.c: i960 obsoleted and all references
1750        removed.
1751
17522004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1753
1754        PR 607/networking
1755        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1756        instead of fully specifying unused PCI features.
1757
17582004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1759
1760        * configure.ac: Require automake > 1.9.
1761
17622004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1763
1764        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1765
17662004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1767
1768        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1769        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1770
17712004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1772
1773        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1774        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1775
17762004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1777
1778        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1779
17802004-07-28  Joel Sherrill <joel@OARcorp.com>
1781
1782    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1783
17842004-07-25      Joel Sherrill <joel@OARcorp.com>
1785
1786        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1787
17882004-05-21  Till Strauman <strauman@slac.stanford.edu>
1789
1790        PR 625/networking
1791        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1792        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1793        an error rather than panic if no chip is detected (thus allowing
1794        for probing).
1795        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1796        instead of looping forever.  Avoid divide by zero (crashed my PC).
1797        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1798        they are UNTESTED.
1799
18002004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1801
1802        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1803
18042004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1805
1806        * libchip/network/dec21140.c, libchip/network/elnk.c:
1807        #include <errno.h>.
1808
18092004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1810
1811        * libchip/network/if_media.h: Update from FreeBSD.
1812        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1813        libchip/network/i82586.c: #include <errno.h>.
1814
18152004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1816
1817        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1818
18192004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1820
1821        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1822
18232004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1824
1825        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1826        automake).
1827
18282004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1829
1830        PR 599/pppd
1831        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1832
18332004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1834
1835        * optman/rtems/no-region.c: Reflect having changed
1836        rtems_region_get_segment_size.
1837
18382004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1839
1840        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1841        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1842        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1843        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1844        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1845        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1846        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1847
18482004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1849
1850        * libchip/ide/ata.c, libchip/network/dec21140.c,
1851        libchip/network/elnk.c, libchip/network/i82586.c,
1852        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1853        libchip/network/open_eth.c, libchip/network/sonic.c,
1854        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1855        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1856        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1857        libchip/shmdr/shm_driver.h: Cosmetics.
1858
18592004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1860
1861        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1862        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1863        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1864        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1865        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1866        fixed size types.
1867
18682004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1869
1870        * configure.ac: Explicitly pass --includedir and --libdir to
1871        cpukit/configure.
1872
18732004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1874
1875        * librdbg/Makefile.am: Fix rpcgen rules.
1876        * librdbg/src/i386/any/remdeb_xdr.c,
1877        librdbg/src/m68k/any/remdeb_xdr.c,
1878        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1879        Reflect changes to librdbg/Makefile.am.
1880
18812004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1882
1883        * configure.ac: Reflect changes testsuites/configure.ac and
1884        cpukit/configure.ac.
1885
18862004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1887
1888        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1889        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1890
18912004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1892
1893        * configure.ac: Reflect changes to testsuites's configuration.
1894
18952004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1896
1897        PR/589 rtems
1898        * libchip/network/pci.h: Remove (Moved to cpukit).
1899
19002004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1901
1902        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1903        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1904        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1905        libchip/network/dec21140.c, libchip/network/elnk.c,
1906        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1907        libchip/network/open_eth.h, libchip/network/sonic.c,
1908        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1909        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1910        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1911        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1912        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1913        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1914        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1915        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1916        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1917        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1918        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1919        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1920        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1921        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1922        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1923        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1924        fixed-size types.
1925
19262004-03-14      Chris Johns  <chrisj@rtems.org>
1927
1928        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1929        the BSP example code.
1930        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1931        support the DIMMPC. This is a pc386 target with IO port support. Minor
1932        formating clean up. Add documentation to the header file.
1933        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1934        cs8900.h header file.
1935
19362004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1937
1938        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1939        Cosmetics.
1940
19412004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1942
1943        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1944        There are no application level Makefiles in here.
1945
19462004-03-04      Joel Sherrill <joel@OARcorp.com>
1947
1948        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1949        they can be used in application level makefiles.
1950
19512004-03-05      Joel Sherrill <joel@OARcorp.com>
1952
1953        * libnetworking/rtems_webserver/ejparse.c,
1954        libnetworking/rtems_webserver/emfdb.c,
1955        libnetworking/rtems_webserver/sock.c,
1956        libnetworking/rtems_webserver/socket.c,
1957        libnetworking/rtems_webserver/sym.c,
1958        libnetworking/rtems_webserver/webs.c,
1959        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
19602004-03-05      Joel Sherrill <joel@OARcorp.com>
1961
1962        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1963        compiling this file only only those CPU families with supported
1964        exception models.
1965
19662004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1967
1968        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1969        testsuites (Was exposed with --enable-multilib, only).
1970        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1971         Add RTEMS_BSP_CONFIG_SUBDIR.
1972        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1973        testsuites's configure.
1974        * aclocal/rtems-top.m4: Remove ENDIF hack.
1975        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1976
19772004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1978
1979        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1980        wrapup/Makefile.am: Fix automake problems having been introduced
1981        in previous patch.
1982
19832004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1984
1985        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1986        Preinstall dirs.
1987        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1988        * aclocal/check-multiprocessing.m4: Cosmetics.
1989        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1990        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1991
19922004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1993
1994        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1995        librdbg/src/Makefile.am.
1996        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1997        * configure.ac: Reflect changes above.
1998        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1999        * wrapup/Makefile.am: Reflect changes above.
2000        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
2001
20022004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2003
2004        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
2005
20062004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2007
2008        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
2009
20102004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2011
2012        * wrapup/Makefile.am: Reflect new location of librdbg.a.
2013
20142004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2015
2016        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
2017        librdbg/src/powerpc/Makefile.am: Remove.
2018        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
2019        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
2020        * configure.ac: Reflect changes above.
2021
20222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2023
2024
20252004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2026
2027        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
2028        STRIP.
2029
20302004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2031
2032        * librdbg/include/Makefile.am: Merge-in
2033        librdbg/include/rdbg/i386/Makefile.am,
2034        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
2035        librdbg/include/rdbg/powerpc/Makefile.am.
2036        * librdbg/include/rdbg/i386/Makefile.am,
2037        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
2038        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
2039        * configure.ac: Reflect changes above.
2040
20412004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2042
2043        * configure.ac: Use AS_HELP_STRING(ada).
2044
20452004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2046
2047        * aclocal/bspopts.m4: Use AS_HELP_STRING.
2048        * aclocal/bsp-configure.m4: Require autoconf-2.59.
2049        Use AC_CONFIG_HEADERS.
2050        * aclocal/check-custom-bsp.m4: Add bspkit-support.
2051        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
2052
20532004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2054
2055        * Makefile.am: include local.am.
2056
20572004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2058
2059        * aclocal/version.m4: 4.6.99.0.
2060
20612004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2062
2063        * Makefile.am: Don't include host.am.
2064        * automake/compile.am: Further cleanups.
2065
20662004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2067
2068        * automake/lib.am: Remove (Unused).
2069
20702004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2071
2072        * wrapup/Makefile.am: Don't include lib.am.
2073        * automake/compile.am: Use automake compilation rules.
2074
20752004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2076
2077        * libnetworking/pppd/Makefile.am,
2078        libnetworking/rtems_servers/Makefile.am,
2079        libnetworking/rtems_telnetd/Makefile.am,
2080        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
2081        support/Makefile.am: Don't include lib.am.
2082
20832004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2084
2085        * libchip/Makefile.am: Don't include lib.am.
2086        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
2087        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
2088        unnecessary EXTRA_DISTs.
2089
20902004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2091
2092        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
2093        hack.
2094
20952004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2096
2097        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
2098        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
2099        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
2100        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
2101
21022004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2103
2104        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
2105        Add AM_CONDITIONAL(HAS_MP).
2106        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
2107        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
2108        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2109        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2110        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2111        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
2112        (Deprecated by autoconf 2.59).
2113
21142004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2115
2116        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2117        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2118
21192004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2120
2121        * ChangeLog: Merge-in libnetworking/ChangeLog.
2122        * libnetworking/ChangeLog: Remove.
2123        * ChangeLog: Merge-in librdbg/ChangeLog.
2124        * librdbg/ChangeLog: Remove.
2125        * ChangeLog: Merge-in libchip/ChangeLog.
2126        * libchip/ChangeLog: Remove.
2127        * ChangeLog: Merge-in optman/ChangeLog.
2128        * optman/ChangeLog: Remove.
2129
21302004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2131
2132        * configure.ac: Reflect changes to cpukit.
2133        * wrapup/Makefile.am: Reflect changes to librdbg.
2134        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
2135        * libchip/Makefile.am: Add PREINSTALL_DIRS.
2136        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
2137        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
2138        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
2139        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2140        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
2141        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
2142        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2143
21442004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2145
2146        * aclocal/rtems-top.m4: Remove check for version.m4.
2147        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
2148
21492004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2150
2151        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
2152        * wrapup/Makefile.am: Reflect changes to libchip/*.
2153        * support/Makefile.am: Use automake compilation rules.
2154        * wrapup/Makefile.am: Reflect changes to support/*.
2155        * configure.ac: Remove libnetworking/wrapup/Makefile.
2156        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
2157        libnetworking/*/lib*.a instead of libnetapps.a.
2158        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
2159        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
2160        * optman/Makefile.am: Use automake compilation rules.
2161        * libchip/Makefile.am: Fix typo in previous patch.
2162        * libchip/Makefile.am: Use automake compilation rules.
2163        * libnetworking/Makefile.am: Remove wrapup.
2164        * libnetworking/pppd/Makefile.am: Build libpppd. Use
2165        automake-compilation rules.
2166        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
2167        automake-compilation rules.
2168        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
2169        automake-compilation rules.
2170        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
2171        automake-compilation rules.
2172        * libnetworking/wrapup/Makefile.am: Remove (Unused).
2173
21742004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2175
2176        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2177        PRE/TMPINSTALL_FILES to CLEANFILES.
2178        * automake/lib.am: Remove TMPINSTALL_FILES.
2179        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2180        PRE/TMPINSTALL_FILES to CLEANFILES.
2181        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2182        PRE/TMPINSTALL_FILES to CLEANFILES.
2183        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
2184        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2185        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2186        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2187        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2188        * librdbg/src/i386/Makefile.am: Ditto.
2189        * librdbg/src/m68k/Makefile.am: Ditto.
2190        * librdbg/src/powerpc/Makefile.am: Ditto.
2191        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
2192        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2193        * libnetworking/rtems_servers/Makefile.am: Ditto.
2194        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2195        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2196
21972004-01-07      Joel Sherrill <joel@OARcorp.com>
2198
2199        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
2200        more completely covers the MIPS family.
2201
22022003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2203
2204        * wrapup/Makefile.am: Reflect changes to shmdr.
2205        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
2206
22072003-12-18      Joel Sherrill <joel@OARcorp.com>
2208
2209        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
2210        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
2211        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
2212        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
2213        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
2214        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
2215        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
2216
22172003-12-17      Joel Sherrill <joel@OARcorp.com>
2218
2219        * aclocal/version.m4: Updated to rtems-20031217-test.
2220
22212003-12-17     
2222
2223        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2224        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2225
22262003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2227
2228        * automake/compile.am: Remove LINK_LIBS (Unused).
2229        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
2230
22312003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2232
2233        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2234        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2235        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
2236        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
2237        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
2238
22392003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2240
2241        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
2242        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2243        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2244        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2245        * librdbg/src/i386/Makefile.am:
2246        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2247        * librdbg/src/m68k/Makefile.am:
2248        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2249        * librdbg/src/powerpc/Makefile.am:
2250        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2251
22522003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2253
2254        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2255        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
2256        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
2257        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
2258        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
2259        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
2260        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2261        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2262        * optman/Makefile.am: Remove project_libdir.
2263        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
2264        PRE/TMPINSTALL_FILES.
2265        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
2266        PRE/TMPINSTALL_FILES.
2267        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
2268        PRE/TMPINSTALL_FILES.
2269        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2270        PRE/TMPINSTALL_FILES.
2271        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
2272        from PRE/TMPINSTALL_FILES.
2273        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
2274        PRE/TMPINSTALL_FILES.
2275        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2276        PRE/TMPINSTALL_FILES.
2277        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
2278        PRE/TMPINSTALL_FILES.
2279        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
2280        PRE/TMPINSTALL_FILES.
2281        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
2282        PRE/TMPINSTALL_FILES.
2283        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
2284        PRE/TMPINSTALL_FILES.
2285        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
2286        from PRE/TMPINSTALL_FILES.
2287
22882003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2289
2290        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
2291        * automake/lib.am: Remove project_libdir.
2292        * wrapup/Makefile.am: Reworked.
2293
22942003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2295
2296        * configure.ac: Reflect changes to librdbg.
2297        * optman/Makefile.am: Add tmpinstall dirstamp support.
2298        * libchip/Makefile.am: Fix variant-tmpinstall support.
2299        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
2300        * librdbg/src/powerpc/Makefile.am: Merge-in former
2301        new_exception_processing/Makefile.am.
2302        * librdbg/src/m68k/any/Makefile.am: Remove.
2303        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
2304        * librdbg/src/i386/any/Makefile.am: Remove.
2305        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
2306        * librdbg/src/Makefile.am: Cosmetics.
2307        * librdbg/include/Makefile.am: Cosmetics.
2308        * librdbg/Makefile.am: Cosmetics.
2309        * libnetworking/Makefile.am: Cosmetics.
2310        * libnetworking/pppd/Makefile.am: Cosmetics.
2311        * libnetworking/wrapup/Makefile.am: Cosmetics.
2312
23132003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2314
2315        * Makefile.am: Cosmetics.
2316        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
2317        support.
2318
23192003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2320
2321        * automake/compile.am: Remove $(ARCH):-rule.
2322
23232003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2324
2325        * configure.ac: Remove lib/libbsp/shared/Makefile,
2326        lib/libbsp/shmdr/Makefile.
2327
23282003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2329
2330        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
2331        libchip/serial/Makefile, libchip/rtc/Makefile.
2332        * support/Makefile.am: Remove all-local: $(ARCH).
2333        * wrapup/Makefile.am: Remove all-local: $(ARCH).
2334        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
2335        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
2336        * optman/Makefile.am: Remove all-local: $(ARCH).
2337        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2338        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
2339        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
2340        compilation dirstamp support.
2341        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
2342        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
2343        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
2344        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
2345        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
2346        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
2347        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2348        all-local: $(ARCH).
2349        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
2350        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
2351        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
2352        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
2353        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
2354
23552003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2356
2357        * aclocal/lead-dot.m4: New (from automake-1.7f).
2358        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
2359        AC_SUBST(dirstamp).
2360        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
2361        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2362        libchip/serial/Makefile.am: Ditto.
2363        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
2364        * librdbg/include/Makefile.am: Ditto.
2365        * librdbg/include/rdbg/Makefile.am: Ditto.
2366        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2367        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2368        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2369        * librdbg/src/Makefile.am: Ditto.
2370        * librdbg/src/i386/Makefile.am: Ditto.
2371        * librdbg/src/i386/any/Makefile.am: Ditto.
2372        * librdbg/src/m68k/Makefile.am: Ditto.
2373        * librdbg/src/m68k/any/Makefile.am: Ditto.
2374        * librdbg/src/powerpc/Makefile.am: Ditto.
2375        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2376        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
2377        preinstallation.
2378        * libnetworking/pppd/Makefile.am: Ditto.
2379        * libnetworking/rtems_servers/Makefile.am: Ditto.
2380        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2381        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2382        * libnetworking/wrapup/Makefile.am: Ditto.
2383
23842003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2385
2386        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
2387        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
2388        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
2389        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
2390        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2391        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2392        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2393        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
2394        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
2395        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
2396        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
2397        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
2398        underquoting to silence automake-1.8.
2399
24002003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2401
2402        * configure.ac: Reflect having moved tests to ../../testsuites.
2403
24042003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2405
2406        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
2407        * aclocal/canonical-host.m4: Remove.
2408        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
2409        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2410
24112003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2412
2413        * aclocal/check-cpu.m4: Remove.
2414        * configure.ac: Merge-in former aclocal/check-cpu.m4.
2415        * aclocal/canonical-target-name.m4: Add m4-quotes.
2416        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
2417        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
2418        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2419        * aclocal/check-networking.m4: Add m4-quotes. Require
2420        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2421        * aclocal/check-posix.m4: Add m4-quotes. Require
2422        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2423        * aclocal/check-rdbg.m4: Add m4-quotes. Require
2424        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2425        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
2426
24272003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2428
2429        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
2430        * aclocal/bsp-alias.m4: Remove.
2431
24322003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2433
2434        * configure.ac: Make presence of tests/ optional.
2435
24362003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2437
2438        * aclocal/path-perl.m4: Remove (Unused).
2439
24402003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2441
2442        * automake/force-preinstall.am: Remove.
2443
24442003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2445
2446        PR 499/rtems_misc
2447        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
2448        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
2449        Configuration (Odd was forced) - Correction of Stop Bit configuration
2450        (inversed) - Correction of ISR Handler to call
2451        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
2452        CTS Hardware flow control Configuration.
2453
24542003-09-04      Joel Sherrill <joel@OARcorp.com>
2455
2456        * lib/libcpu/shared/include/cache.h,
2457        lib/libcpu/shared/src/cache_aligned_malloc.c,
2458        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
2459        license changed.
2460        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2461        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2462        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2463        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2464        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2465        for license changed.
2466        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2467        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2468        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2469        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2470        libchip/network/cs8900.h, libchip/network/dec21140.c,
2471        libchip/network/elnk.c, libchip/network/open_eth.c,
2472        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2473        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2474        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2475        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2476        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2477        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2478        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2479        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2480        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2481        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2482        libchip/serial/serial.h, libchip/serial/z85c30.c,
2483        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2484        libchip/serial/z85c30_reg.c: URL for license changed.
2485
24862003-09-03      Jiri Gaisler <jiri@gaisler.com>
2487
2488        PR 477/networking
2489        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2490        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2491        libchip/network/open_eth.h: New files.
2492
24932003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2494
2495        * aclocal/rtems-top.m4: Add RTEMS_API.
2496        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2497
24982003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2499
2500        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2501        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2502        @RTEMS_BSP@.cfg.
2503
25042003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2505
2506        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2507
25082003-08-20      Joel Sherrill <joel@OARcorp.com>
2509
2510        * libchip/network/cs8900.c: Correct copyright statements.
2511
25122003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2513
2514        * aclocal/check-itron.m4: Remove.
2515        * aclocal/enable-inlines.m4: Remove.
2516        * Makefile.am: Reflect having moved aclocal/.
2517        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2518        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2519        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2520        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2521        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2522        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2523        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2524        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2525        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2526        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2527        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2528        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2529        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2530        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2531        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2532        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2533        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2534        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2535        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2536        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2537        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2538        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2539        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2540        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2541        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2542        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2543        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2544        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2545        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2546        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2547        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2548        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2549        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2550        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2551        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2552        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2553        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2554        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2555        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2556        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2557        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2558        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2559        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2560        * aclocal/target.m4: New (Copied from ../../aclocal).
2561        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2562        * aclocal/version.m4: New (Copied from ../../aclocal).
2563
25642003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2565
2566        * configure.ac: Remove stray comments.
2567        * automake/local.am, automake/host.am: Remove "debug".
2568
25692003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2570
2571        * Makefile.am: Reflect having moved automake/.
2572        * lib/Makefile.am: Reflect having moved automake/.
2573        * support/Makefile.am: Reflect having moved automake/.
2574        * wrapup/Makefile.am: Reflect having moved automake/.
2575        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2576        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2577        from ../../automake).
2578        * optman/Makefile.am: Reflect having moved automake/.
2579        * libchip/Makefile.am: Reflect having moved automake/.
2580        * libchip/ide/Makefile.am: Reflect having moved automake/.
2581        * libchip/network/Makefile.am: Reflect having moved automake/.
2582        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2583        * libchip/serial/Makefile.am: Reflect having moved automake/.
2584        * librdbg/Makefile.am: Reflect having moved automake/.
2585        * librdbg/include/Makefile.am: Reflect having moved automake/.
2586        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2587        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2588        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2589        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2590        automake/.
2591        * librdbg/src/Makefile.am: Reflect having moved automake/.
2592        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2593        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2594        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2595        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2596        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2597        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2598        having moved automake/.
2599        * libnetworking/Makefile.am: Reflect having moved automake/.
2600        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2601        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2602        automake/.
2603        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2604        automake/.
2605        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2606        automake/.
2607        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2608
26092003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2610
2611        * Makefile.am: Add bsp.pc.in.
2612        * bsp.pc.in: New (pkgconfig support).
2613
26142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2615
2616        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2617
26182003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2619
2620        * lib/Makefile.am: New (Required by 'make dist').
2621        * lib/ChangeLog: Remove.
2622        * lib/.cvsignore: Cleanup.
2623        * configure.ac: Reflect having added lib/Makefile.am.
2624        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2625        lib/libbsp/configure.ac.
2626        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2627        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2628
26292003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2630
2631        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2632        * configure.ac: Merge-in librdbg/configure.ac.
2633        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2634        librdbg/configure.ac.
2635        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2636        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2637        LIBCHIP. Conditionally build include-dirs.
2638        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2639        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2640        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2641        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2642        librdbg/include/rdbg/m68k/Makefile.am,
2643        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2644        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2645        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2646        librdbg/src/powerpc/Makefile.am, librdbg/
2647        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2648        configure.ac into ../configure.ac.
2649        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2650        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2651        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2652        libnetworking/rtems_telnetd/Makefile.am,
2653        libnetworking/rtems_webserver/Makefile.am,
2654        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2655        into ../configure.ac.
2656
26572003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2658
2659        PR 427/rtems
2660        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2661        * librdbg/src/servtsp.c: Ditto.
2662
26632003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2664
2665        PR 429/bsps
2666        PR 432/bsps
2667        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2668        packets are queued onto an elnk board, the ISR will deadlock the device
2669        with a tx complete interrupt.  Lighter tx loads are not affected as they
2670        end up submitting single packets to the device.
2671
26722003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2673
2674        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2675        optman/configure.ac.
2676        * optman/configure.ac: Remove (Merged into ../configure.ac).
2677        * optman/Makefile.am: Reflect having merged configure.ac into
2678        ../configure.ac.
2679        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2680        * libchip/Makefile.am, libchip/ide/Makefile.am,
2681        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2682        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2683        ../configure.ac.
2684
26852003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2686
2687        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2688
26892003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2690
2691        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2692        on i386.
2693
26942003-06-13      Joel Sherrill <joel@OARcorp.com>
2695
2696        * libnetworking/pppd/chat.c: Removed warnings.
2697
26982003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2699
2700        * libchip/network/README.3com: New file missed in previous commit.
2701        PR 405/bsps
2702        PR 393/networking
2703        * libchip/network/dec21140.c: Fix leak also known as PR393.
2704        * libchip/network/elnk.c, libchip/network/if_media.h,
2705        libchip/network/mii.h: New files.
2706        * libchip/network/Makefile.am: Reflect new files.
2707
27082003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2709
2710        * configure.ac: Remove support for profile-variant.
2711
27122003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2713
2714        PR 397/pppd
2715        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2716        * libnetworking/pppd/magic.c: Remove *rand48.
2717        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2718
27192003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2720
2721        * wrapup/Makefile.am: Add libide.a.
2722
27232003-04-15      Joel Sherrill <joel@OARcorp.com>
2724
2725        PR 387/rtems_misc
2726        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2727        routines.
2728        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2729
27302003-04-11      Joel Sherrill <joel@OARcorp.com>
2731
2732        * libnetworking/rtems_webserver/cgi.c,
2733        libnetworking/rtems_webserver/sockGen.c,
2734        libnetworking/rtems_webserver/umui.c,
2735        libnetworking/rtems_webserver/websSSL.c,
2736        libnetworking/rtems_webserver/websSSL.h,
2737        libnetworking/rtems_webserver/websda.c,
2738        libnetworking/rtems_webserver/websda.h: New files. Not included in
2739        previous commit.
2740
27412003-04-10      Joel Sherrill <joel@OARcorp.com>
2742
2743        PR 371/pppd
2744        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2745        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2746        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2747        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2748        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2749        still global symbols in rtemspppd.h which might need to be changed or
2750        converted into member of a structure which is dereferenced with a
2751        pointer that is managed as a per task variable. But this patch should
2752        avoid many conflicts.
2753
27542003-03-27      Joel Sherrill <joel@OARcorp.com>
2755
2756        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2757        not allowed in the cpukit source code since it must be buildable
2758        independent of any BSP. These files were moved to libchip/ide.
2759        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2760        files.
2761
27622003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2763
2764        PR 368/filesystems
2765        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2766        improvements which now work on pc386 and mbx8xx.
2767        * libchip/ide/ide_controller.c: New file.
2768
27692003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2770
2771        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2772
27732003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2774
2775        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2776        * configure.ac: Add support/.
2777        * support/.cvsignore: New.
2778        * support/Makefile.am: New.
2779        * support/version.c: New.
2780        * wrapup/Makefile.am: Add support/libsupport.a.
2781        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2782        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2783        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2784        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2785
27862003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2787
2788        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2789
27902003-02-20      Till Straumann <strauman@slac.stanford.edu>
2791
2792        PR 354/networking
2793        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2794        chip against a table of supported chips. The untested ones are still
2795        commented out, however.
2796
27972003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2798
2799        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2800        * configure.ac: AC_PREREQ(2.57).
2801        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2802        * optman/configure.ac: AC_PREREQ(2.57).
2803        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2804        * libchip/configure.ac: AC_PREREQ(2.57).
2805        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2806        * librdbg/configure.ac: AC_PREREQ(2.57).
2807        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2808        * libnetworking/configure.ac: AC_PREREQ(2.57).
2809
28102003-02-06      Joel Sherrill <joel@OARcorp.com>
2811
2812        * libnetworking/pppd/chat.c: Convert routines with common names to
2813        static. This included get_char(), put_char(), and character() among
2814        others.
2815
28162003-02-03      Joel Sherrill <joel@OARcorp.com>
2817
2818        PR 338/filesystem
2819        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2820        rtems_io_lookup_name() (API change).  Unused function removed.
2821
28222003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2823
2824        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2825        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2826        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2827        Eliminate *_O_FILES.
2828        * libnetworking/rtems_servers/Makefile.am,
2829        libnetworking/rtems_webserver/Makefile.am,
2830        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2831
28322002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2833
2834        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2835        Let all-local: depend on $(LIB).
2836        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2837        * optman/Makefile.am: Apply install-data-local to install *.rels.
2838
28392002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2840
2841        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2842        %.c rules.
2843        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2844        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2845        * libchip/rtc/Makefile.am: Ditto.
2846        * libchip/serial/Makefile.am: Ditto.
2847
28482002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2849
2850        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2851        LIBC_DEFINES.
2852        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2853        LIBC_DEFINES.
2854        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2855        LIBC_DEFINES.
2856
28572002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2858
2859        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2860
28612002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2862
2863        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2864        cache-checking.
2865        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2866
28672002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2868
2869        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2870        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2871        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2872        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2873        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2874
28752002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2876
2877        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2878        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2879        Remove.
2880        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2881
28822002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2883
2884        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2885        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2886
28872002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2888
2889        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2890        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2891
28922002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2893
2894        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2895        * optman/rel.am: New.
2896
28972002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2898
2899        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2900        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2901        braino in comment on "exec". Extend --enable-ada handling.
2902
29032002-11-04      Joel Sherrill <joel@OARcorp.com>
2904
2905        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2906        tasks and rolling multiple loops into 1.
2907        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2908        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2909        Removed warnings.
2910
29112002-10-31      Joel Sherrill <joel@OARcorp.com>
2912
2913        * libchip/network/dec21140.c: Removed warnings.
2914        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2915        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2916        librdbg/src/m68k/any/remdeb_xdr.c,
2917        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2918        warnings.
2919        * libnetworking/rtems_webserver/socket.c,
2920        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2921
29222002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2923
2924        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2925        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2926        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2927        above.
2928
29292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2930
2931        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2932        * wrapup/.cvsignore: Remove autom4te.cache.
2933        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2934        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2935        autom4te.cache.
2936        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2937        autom4te.cache.
2938        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2939        autom4te.cache.
2940
29412002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2942
2943        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2944
29452002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2946
2947        * optman/.cvsignore: Add autom4te.cache.
2948
29492002-09-14      Joel Sherrill <joel@OARcorp.com>
2950
2951        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2952
29532002-09-07      Joel Sherrill <joel@OARcorp.com>
2954
2955        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2956        include files to resolve warnings.
2957
29582002-09-07      Chris Johns <ccj@acm.org>
2959
2960        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2961        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2962        which corrects the problem  where the cs8900.c file was actually the BSP
2963        glue.  Joel did some hacking so this file will compile.  Previously it
2964        required providing a target.h file to compile.
2965        * libchip/network/cs8900.c.bsp: New file.
2966
29672002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2968
2969        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2970
29712002-08-31      Joel Sherrill <joel@OARcorp.com>
2972
2973        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2974        eliminate warning.
2975
29762002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2977
2978        * configure.ac: Add ada-tests.
2979
29802002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2981
2982        * Makefile.am: Add preinstall-stamp.
2983
29842002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2985
2986        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2987        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2988        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2989        gcc31 happy.
2990        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2991        cp.
2992
29932002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2994
2995        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2996        make/bsp.mak.
2997        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2998        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2999
30002002-08-12      Joel Sherrill <joel@OARcorp.com>
3001
3002        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
3003        avoid error.
3004
30052002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3006
3007        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
3008        * configure.ac: Add BSP_SUBDIRS.
3009        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
3010        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
3011        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
3012        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
3013        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
3014        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
3015        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
3016        RTEMS_CHECK_BSP_CACHE.
3017        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
3018        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
3019        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3020        .$(OBJEXT) instead of .o.
3021        * libnetworking/pppd/Makefile.am,
3022        libnetworking/rtems_servers/Makefile.am,
3023        libnetworking/rtems_telnetd/Makefile.am,
3024        libnetworking/rtems_webserver/Makefile.am,
3025        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
3026
30272002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3028
3029        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
3030        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
3031        ../libchip/serial/$(ARCH)/libserialio.a.
3032        * libchip/serial/Makefile.am: Don't tmp-install lib.
3033        * libchip/rtc/Makefile.am: Don't tmp-install lib.
3034
30352002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3036
3037        * Makefile.am: Add rtems_makedir.
3038        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
3039        * Makefile.am: Add wrapup-SUBDIR.
3040        * wrapup/ChangeLog: Remove.
3041        * wrapup/configure.ac: Remove.
3042        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
3043        (Make the bare BSP happy).
3044        * configure.ac: Ditto.
3045        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
3046        Create make/custom/default.cfg.
3047        * configure.ac: Add creation of make/custom/*.cfg. Create
3048        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
3049
30502002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3051
3052        * Makefile.am: Clean $(PROJECT_RELEASE).
3053
30542002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3055
3056        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
3057        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
3058        prototype mismatches.
3059
30602002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3061
3062        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
3063        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
3064
30652002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3066
3067        * acinclude.m4: Add test "$multilib" != "yes".
3068        * config-ml.in: Remove.
3069        * acinclude.m4: Cleanups.
3070        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
3071        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
3072        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
3073        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
3074        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
3075
30762002-07-16      Eric Norum <eric.norum@usask.ca>
3077
3078        * New driver for the Intel EtherExpressPro (82559ER) chip.
3079        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
3080        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
3081        * libchip/network/Makefile.am: Modified to reflect above.
3082
30832002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3084
3085        * acinclude.m4: New.
3086        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
3087        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
3088        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
3089
30902002-07-01      Joel Sherrill <joel@OARcorp.com>
3091
3092        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
3093        _Objects_Information_table now that it is a two dimensional array based
3094        upon API and class.
3095        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
3096        of strnlen().
3097
30982002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3099
3100        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
3101        preinstall libnetapps.a.
3102
31032002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3104
3105        * configure.ac: Remove librpc.
3106
31072002-06-25      Joel Sherrill <joel@OARcorp.com>
3108
3109        * Per PR233, moved librpc to exec.
3110        * configure.ac, wrapup/Makefile.am: Modified.
3111        * librpc, librpc/ChangeLog: Removed.
3112
31132002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3114
3115        * optman/Makefile.am: Remove multilib support.
3116        * optman/configure.ac: Ditto.
3117        * optman/sapi/Makefile.am: Ditto.
3118
31192002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3120
3121        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
3122        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
3123
31242002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3125
3126        Move networking libraries to c/src/exec/libnetworking
3127        * libnetworking/configure.ac, libnetworking/Makefile.am,
3128        libnetworking/wrapup/Makefile.am: Reflect Moval.
3129
31302002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3131
3132        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
3133        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
3134        <rtems/bspIo.h>.
3135
31362002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3137
3138        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
3139        * libnetworking/rtems/mkrootfs.h: Ditto.
3140        * libnetworking/rtems/Makefile.am: Reflect changes above.
3141
31422002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3143
3144        * configure.ac: Remove lib.
3145
31462002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
3147
3148        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
3149        that exception stack frames on M68K members with VBR always are 6 byte
3150        long. The incorrect assumption resulted in some gdb commands like "next"
3151        to fail on the 68360.
3152
31532002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3154
3155        * config-ml.in: Take out arm and sh variants RTEMS does not support.
3156        PR 220
3157        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3158        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
3159        CVS.
3160        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
3161        libnetworking/sys/filio.h: Remove.
3162        * libnetworking/sys/Makefile.am: Reflect changes above.
3163
31642002-05-07      Chris Johns <ccj@acm.org>
3165
3166        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
3167        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
3168        requires it to be stripped.
3169
31702002-05-01      Eric Norum <eric.norum@usask.ca>
3171
3172        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
3173        assembly  to satisfy gcc 3.1 and newer.
3174
31752002-04-26      Eric Norum <eric.norum@usask.ca>
3176
3177        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
3178        agressive optimization in gcc 3.1 does not reorder things.
3179
31802002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3181
3182        * libchip/network/dec21140.c: Reflect changes to powerpc's
3183        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
3184        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
3185        <rtems/score/cpu.h>.
3186        * librdbg/src/powerpc/rdbg_f.c: Ditto.
3187        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
3188
31892002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3190
3191        * optman/configure.ac: Remove ENABLE_GCC28.
3192
31932002-04-11      Chris Johns <ccj@acm.org>
3194
3195        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
3196        driver control block field to the ifconfig network driver structure.
3197        This field is needed by the i82586 driver which was ported from NetBSD
3198        as it had better hardware abstraction.
3199        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
3200        PR59, added the drv_ctrl driver control block field to the ifconfig
3201        network driver structure. This field is needed by the i82586 driver
3202        which was ported from NetBSD as it had better hardware abstraction.
3203
32042002-04-10      Mike Siers <mikes@poliac.com>
3205
3206        * libnetworking/rtems_webserver/NOTES,
3207        libnetworking/rtems_webserver/asp.c,
3208        libnetworking/rtems_webserver/balloc.c,
3209        libnetworking/rtems_webserver/default.c,
3210        libnetworking/rtems_webserver/ej.h,
3211        libnetworking/rtems_webserver/ejIntrn.h,
3212        libnetworking/rtems_webserver/ejlex.c,
3213        libnetworking/rtems_webserver/ejparse.c,
3214        libnetworking/rtems_webserver/emfdb.c,
3215        libnetworking/rtems_webserver/emfdb.h,
3216        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
3217        libnetworking/rtems_webserver/handler.c,
3218        libnetworking/rtems_webserver/license.txt,
3219        libnetworking/rtems_webserver/md5.h,
3220        libnetworking/rtems_webserver/md5c.c,
3221        libnetworking/rtems_webserver/mime.c,
3222        libnetworking/rtems_webserver/misc.c,
3223        libnetworking/rtems_webserver/ringq.c,
3224        libnetworking/rtems_webserver/rom.c,
3225        libnetworking/rtems_webserver/security.c,
3226        libnetworking/rtems_webserver/sock.c,
3227        libnetworking/rtems_webserver/sym.c,
3228        libnetworking/rtems_webserver/uemf.c,
3229        libnetworking/rtems_webserver/uemf.h,
3230        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
3231        libnetworking/rtems_webserver/url.c,
3232        libnetworking/rtems_webserver/value.c,
3233        libnetworking/rtems_webserver/wbase64.c,
3234        libnetworking/rtems_webserver/webcomp.c,
3235        libnetworking/rtems_webserver/webpage.c,
3236        libnetworking/rtems_webserver/webrom.c,
3237        libnetworking/rtems_webserver/webs.c,
3238        libnetworking/rtems_webserver/webs.h,
3239        libnetworking/rtems_webserver/websuemf.c,
3240        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
3241        2.1.4.
3242
32432002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3244
3245        * libchip/network/i82586.c: Include <string.h>.
3246        * libchip/network/sonic.c: Ditto.
3247
32482002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3249
3250        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
3251
32522002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3253
3254        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
3255
32562002-03-27      Thomas.Doerfler@imd-systems.de
3257
3258        PR 144
3259        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
3260        memory address 0 when called for the first time. This is done when
3261        trying to clear the variable "dhcp_hostname".
3262
32632002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3264
3265        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3266        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3267        * Makefile.am: Remove AUTOMAKE_OPTIONS.
3268        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3269        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3270        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3271        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
3272        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
3273        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3274        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3275        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
3276        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
3277        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3278        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
3279        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3280        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3281        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3282        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3283        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3284        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3285        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
3286        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3287        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3288        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3289        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3290        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3291        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
3292        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3293        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
3294        AUTOMAKE_OPTIONS.
3295        * libnetworking/configure.ac:
3296        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
3297        foreign 1.6]).
3298        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
3299        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
3300        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
3301        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
3302        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3303        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
3304        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
3305        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
3306        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
3307        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3308        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3309        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
3310        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3311        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
3312        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
3313        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
3314        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
3315
33162002-03-27      Ilya Alexeev <ilya@continuum.ru>
3317
3318        PR 162
3319        * libnetworking/net/if_ppp.c ppp_txdaemon(),
3320        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
3321        used in a device write routines.  Now ppp_softc structure have own
3322        character for writing to device (sc_outchar).  I think that converting
3323        local variables to static is not a right solution, because problems will
3324        occur in the case of two or more ppp instances.
3325        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
3326        must be u_long, otherwise in the case of the big output packet endless
3327        loop may occur.
3328
33292002-03-21      Ilya Alexeev <ilya@continuum.ru>
3330
3331        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
3332        preparations for multiple PPPD connections.
3333
33342002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3335
3336        PR 149
3337        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
3338        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
3339        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
3340        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3341
33422002-02-28      Victor V. Vengerov <vvv@oktet.ru>
3343
3344        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
3345        * configure.ac: Modified to reflect addition.
3346
33472002-02-27      Ilya Alexeev <ilya@continuum.ru>
3348
3349        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
3350        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3351        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
3352        capabilities as well as eliminate some warnings.
3353
33542002-02-27      Eric Norum <eric.norum@usask.ca>
3355
3356        * libnetworking/net/radix.c: Properly handle fetching the default route
3357        when there is no route.  This was a bug in the original FreeBSD code and
3358        this fix is from an updated version of their code.
3359
33602002-02-16      Eric Norum <eric.norum@usask.ca>
3361
3362        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
3363        checking.
3364
33652002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3366
3367        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
3368        dodefaultroute.
3369
33702002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3371
3372        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
3373        include <rtems/seterr.h>.
3374
33752002-02-01      Mike Siers <mikes@poliac.com>
3376
3377        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
3378        avoid bringing the link down too fast. NOTE: Mike reports successfully
3379        running at 56K baud on a direct link.
3380
33812002-02-01      Eric Valette <valette@crf.canon.fr>
3382
3383        * librdbg/So many patches have been posted recently on the mailing list
3384        and  because we were unable to find correct solution to compile on
3385        various  linux distros (due to rpcgen incompatibilities), librdbg/and
3386        because the coding  style of rdbg was rather inconsistant among various
3387        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
3388        global coding style (using indent + manual edits), 2) incorporate/review
3389        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
3390        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
3391        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
3392        after rdbg initialization is done, NB : the paches is huge but it is
3393        mainly due to coding styke chnages.  Only few lines of codes have been
3394        really changed and they do not impact  rdbg functionnality (AFAIKT).
3395        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
3396        librdbg/include/rdbg/m68k/rdbg_f.h,
3397        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
3398        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
3399        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
3400        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
3401        librdbg/src/servtsp.c, librdbg/src/servutil.c,
3402        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
3403        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
3404        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
3405        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
3406        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
3407        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
3408        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
3409        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3410        librdbg/src/powerpc/new_exception_processing/remdeb.h,
3411        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
3412        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
3413
34142002-01-31      Mike Siers <mikes@poliac.com>
3415
3416        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
3417        * Nice Update of PPPD support which eliminates the requiremetn that
3418        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
3419        and reports that it seems to be more stable and handle larger packets
3420        better.  This patch replaces the termios tasks with more general pppd
3421        network driver tasks.  The functions pppinput() and pppstart() get
3422        called from the interrupt service routine.
3423        * libnetworking/Makefile.am, libnetworking/configure.ac,
3424        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
3425        libnetworking/net/ethernet.h, libnetworking/net/if.c,
3426        libnetworking/net/if.h, libnetworking/net/if_arp.h,
3427        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
3428        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
3429        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
3430        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
3431        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
3432        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
3433        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
3434        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
3435        libnetworking/net/route.c, libnetworking/net/route.h,
3436        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
3437        libnetworking/pppd/README, libnetworking/pppd/STATUS,
3438        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
3439        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3440        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3441        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3442        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3443        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3444        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3445        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3446        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3447        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3448        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3449        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
3450        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3451        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3452        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
3453        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
3454        libnetworking/pppd/example/README,
3455        libnetworking/pppd/example/netconfig.h,
3456        libnetworking/wrapup/Makefile.am: Modified.
3457        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
3458        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
3459        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
3460        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3461        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3462        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3463        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3464        libnetworking/modem/pppcompress.c: Subdirectory removed.
3465
34662002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3467
3468        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3469        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3470
34712002-01-18      Till Straumann <strauman@slac.stanford.edu>
3472
3473        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3474        issues: - exception handler needs to enable MSR_FP if the interrupted
3475        thread is FP enabled. - printk message for MSR fixed and added
3476        stacktrace. NOTE: this requires the stacktrace patch to
3477        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3478        however).
3479
34802002-01-06      Joel Sherrill <joel@OARcorp.com>
3481
3482        * optman/.cvsignore: Added aclocal.m4 and configure.
3483        * optman/.cvsignore: New file.
3484
34852002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3486
3487        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3488
34892002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3490
3491        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3492        * optman/ChangeLog: New.
3493        * optman/configure.ac: New.
3494        * optman/Makefile.am: New.
3495        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3496        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3497
34982001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3499
3500        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3501
35022001-12-18      Eric Norum <eric.norum@usask.ca>
3503
3504        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3505        `directories' (path names with a / at the end) while disallowing open()
3506        operations on TFTP `directories'.
3507
35082001-12-07      Eric Norum <eric.norum@usask.ca>
3509
3510        * libnetworking/lib/tftpDriver.c: Restore write capability.
3511
35122001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3513
3514        * libchip/network/sonic.h: Fix typo.
3515        * libnetworking/arpa/Makefile.am: Remove stray lines.
3516
35172001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3518
3519        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3520
35212001-10-18      Eric Norum <eric.norum@usask.ca>
3522
3523        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3524        chdir() and open() operations within the TFTP file system.
3525
35262001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3527
3528        * librdbg/configure.ac: Fix latent bug exposed by removal of
3529        config.cache's which prevented powerpc targets librdbg from building.
3530
35312001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3532
3533        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3534        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3535        autoconf-2.52 happy.
3536
35372001-10-12      Mike Siers <mikes@poliac.com>
3538
3539        * libnetworking/Update to stable working state.  Congratulations Mike!
3540        :).
3541        * libnetworking/modem_example: Directory removed.
3542        * libnetworking/modem_example/16550.h,
3543        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3544        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3545        libnetworking/modem_example/ppp.h,
3546        libnetworking/modem_example/pppcompress.c: Files removed.
3547        * libnetworking/pppd/example/pppd.options: New file.
3548        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3549        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3550        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3551        libnetworking/pppd/rtemsmain.c: Updated.
3552
35532001-10-12      Joel Sherrill <joel@OARcorp.com>
3554
3555        * libchip/serial/z85c30.c: Fixed typo.
3556
35572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3558
3559        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3560        * configure.in: Remove.
3561        * configure.ac: New file, generated from configure.in by autoupdate.
3562        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3563        * libchip/configure.in: Remove.
3564        * libchip/configure.ac: New file, generated from configure.in by
3565        autoupdate.
3566        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3567        * librdbg/configure.in: Remove.
3568        * librdbg/configure.ac: New file, generated from configure.in by
3569        autoupdate.
3570        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3571        * libnetworking/configure.in: Remove.
3572        * libnetworking/configure.ac: New file, generated from configure.in by
3573        autoupdate.
3574
35752001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3576
3577        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3578        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3579        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3580
35812001-09-27      Joel Sherrill <joel@OARcorp.com>
3582
3583        * libchip/ChangeLog: Fixed typo in date.
3584
35852001-09-27      Eric Norum <eric.norum@usask.ca>
3586
3587        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3588        TFTP  filesystem.
3589
35902001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3591
3592        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3593        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3594        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3595        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3596        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3597        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3598        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3599        'PREINSTALL_FILES ='.
3600        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3601        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3602        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3603        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3604        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3605        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3606        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3607        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3608        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3609        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3610        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3611        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3612
36132001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3614
3615        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3616        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3617        * librdbg/src/m68k/any/Makefile.am: Ditto.
3618        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3619        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3620        happy.
3621
36222001-09-21      Joel Sherrill <joel@OARcorp.com>
3623
3624        * libchip/network/Makefile.am: Fixed typo on file name.
3625        * libchip/network/i82586.c: Commented out line 318 which is referencing
3626        a member of a structure that is not currently there.  This needs to be
3627        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3628        to C style.
3629
36302001-09-19      Eric Norum <eric.norum@usask.ca>
3631
3632        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3633
36342001-09-19      Chris Johns <ccj@acm.org>
3635
3636        * libchip/network/README.i82586, libchip/network/i82586.c,
3637        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3638        Network driver for Intel i82586.
3639        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3640        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3641        "root" filesystem with information obtained via the DHCP response.
3642
36432001-09-14      Eric Norum <eric.norum@usask.ca>
3644
3645        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3646        make gcc 3.x happy.
3647
36482001-08-16      Mike Siers <mikes@poliac.com>
3649
3650        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3651        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3652        These support callback functionality that has not even been compiled
3653        under RTEMS yet.
3654        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3655        example application.  Mike's notes on the modifications: - renamed
3656        error() function because of namespace problems - removed calls to the
3657        exit() funciton - removed extra files from the pppd source directory -
3658        defined pppd task constant values in rtemspppd.h - modifyied example
3659        code to get actual tick per second value - placed the pppd 2.3.11 man
3660        page file (pppd.8) into the pppd directory.
3661        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3662        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3663        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3664        libnetworking/pppd/rtems-ppp.c: Deleted.
3665        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3666        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3667        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3668        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3669        libnetworking/pppd/example/init.c,
3670        libnetworking/pppd/example/netconfig.h,
3671        libnetworking/pppd/example/ppp.conf,
3672        libnetworking/pppd/example/pppdapp.c,
3673        libnetworking/pppd/example/system.h: New files.
3674        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3675        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3676        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3677        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3678        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3679        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3680        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3681        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3682        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3683        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3684        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3685        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3686        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3687        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3688        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3689
36902001-08-16      Joel Sherrill <joel@OARcorp.com>
3691
3692        * libnetworking/pppd/example/Makefile: Removed.
3693        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3694        to avoid bootstrap -c clobbering it.
3695        * libnetworking/rtems_telnetd/.cvsignore: New file.
3696
36972001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3698
3699        * libnetworking/Makefile.am, libnetworking/configure.in,
3700        libnetworking/rtems_servers/Makefile.am,
3701        libnetworking/rtems_servers/telnetd.c,
3702        libnetworking/rtems_servers/telnetd.h,
3703        libnetworking/rtems_telnetd/Makefile.am,
3704        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3705        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3706        libnetworking/rtems_telnetd/telnetd.c,
3707        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3708        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3709        effect when ftpd change. - the tcp/ip stats have been implemented into
3710        icmds.c and started when telnetd daemon is started.
3711        * libnetworking/rtems_servers/telnetd.c,
3712        libnetworking/rtems_servers/telnetd.h: Removed.
3713        * libnetworking/rtems_telnetd: New directory.
3714        * libnetworking/rtems_telnetd/Makefile.am,
3715        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3716        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3717        libnetworking/rtems_telnetd/telnetd.c,
3718        libnetworking/rtems_telnetd/telnetd.h: New files.
3719
37202001-06-14      Joel Sherrill <joel@OARcorp.com>
3721
3722        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3723        Moved from libmisc/shell so the network stack to address network
3724        depenendency.
3725        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3726
37272001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3728
3729        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3730
37312001-05-15      Joel Sherrill <joel@OARcorp.com>
3732
3733        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3734        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3735        accidentally deleted the incorrectly empty versions.
3736
37372001-05-14      Till Straumann <strauman@slac.stanford.edu>
3738
3739        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3740        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3741        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3742        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3743        to know the values) - the affected BSP (shared/motorola) headers have
3744        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3745        driver (libchip/network/dec21140.c) has been fixed to use
3746        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3747        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3748        who is using this driver. - the DEC driver also has been fixed to use
3749        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3750        delay_in_bus_cycles().
3751
37522001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3753
3754        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3755
37562001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3757
3758        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3759
37602001-04-24      Eric Norum <eric.norum@usask.ca>
3761
3762        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3763        NTP synchronization a little more robust -- no NTP daemon yet, but at
3764        least it trys a little harder when the primary NTP server is down.
3765
37662001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3767
3768        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3769        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3770        libnetworking/pppd/modem_example/modem.c,
3771        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3772        other strings into English.
3773        * libnetworking/pppd/STATUS: updated to reflect the changes.
3774
37752001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3776
3777        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3778        again.
3779
37802001-04-20      Eric Valette <valette@crf.canon.fr>
3781
3782        * mcp750 directory renamed new_exception processing as it supports many
3783        more CPU models.
3784        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3785        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3786        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3787        formerly in mcp750 plus modifications.
3788        * librdbg/src/powerpc/mcp750/.cvsignore,
3789        librdbg/src/powerpc/mcp750/Makefile.am,
3790        librdbg/src/powerpc/mcp750/remdeb.h,
3791        librdbg/src/powerpc/mcp750/remdeb_f.x,
3792        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3793        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3794        new_exception_processing.
3795        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3796        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3797        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3798        part of this effort to add support for the MPC8xx.
3799
38002001-04-19      Joel Sherrill <joel@OARcorp.com>
3801
3802        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3803        internal include files.
3804
38052001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3806
3807        PR 158
3808        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3809        rcmd() library call by commenting out the parts that deal with signals.
3810        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3811        stdio. The 'server-side' parts of this file which deal with
3812        authentication are disabled since they are not needed.
3813
38142001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3815
3816        * libnetworking/include/.cvsignore: Remove dangling file.
3817
38182001-03-14      Joel Sherrill <joel@OARcorp.com>
3819
3820        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3821        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3822        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3823        libchip style serial drivers can be written in libcpu or libbsp.
3824
38252001-03-01      Joel Sherrill <joel@OARcorp.com>
3826
3827        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3828        libchip/network/sonic.c, libchip/network/sonic.h,
3829        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3830        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3831        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3832        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3833        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3834        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3835        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3836        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3837
38382001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3839
3840        * librdbg/include/rdbg/Makefile.am,
3841        librdbg/include/rdbg/i386/Makefile.am,
3842        librdbg/include/rdbg/m68k/Makefile.am,
3843        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3844        style on include files.
3845
38462001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3847
3848        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3849        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3850        replace ${..} with $(..).
3851        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3852        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3853        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3854        libnetworking/rtems/Makefile.am, libnetworking/
3855        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3856        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3857        include_*HEADERS instead of H_FILES.
3858        * libnetworking/include/Makefile.am: Remove.
3859        * libnetworking/Makefile.am: Add handling of *.h files.
3860        * libnetworking/configure.in: Remove include/Makefile.
3861
38622001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3863
3864        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3865
38662001-01-31      Sergei Organov <osv@javad.ru>
3867
3868        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3869        current dir and root dir removed in favor of new libio support for
3870        task-local current and root directories. - Bug in `close_data_socket()'
3871        introduced by previous change fixed. - `command_pasv()' changed to set
3872        timeout on socket we are listening on and code fixed to don't close
3873        socket twice on error. - `serr()' changed to clear `errno'. -
3874        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3875        changed to clear `errno' before processing session. -
3876        `close_data_socket()' fixed to close both active and passive sockets -
3877        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3878        empty string  in `exec_command()'.
3879
38802001-01-25      Eric Norum <eric.norum@usask.ca>
3881
3882        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3883        improves throughput on systems which are dropping packets.   Only the
3884        first timeout is reduced.  This keeps the number of extra packets down
3885        on networks that are very busy and dropping lots of packets.
3886
38872001-01-24      Sergei Organov <osv@javad.ru>
3888
3889        * libnetworking/rtems_servers/ftpd.c,
3890        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3891        - Timeouts on sockets implemented. 'idle' field added to configuration.
3892        No timeout by default to keep backward compatibility. Note: SITE IDLE
3893        command not implemented yet. - Basic global access control implemented.
3894        'access' field added to configuration. No access limitations by default
3895        to keep backward compatibility. - Anchor data socket for active mode
3896        (using self IP and port 20.) - Fixed default data port support (still
3897        not tested). - Don't allow IP address different from originating host in
3898        PORT command to improve security. - Fixed bug in MDTM command. - Check
3899        for correctness of parsing of argument in command_port(). - Fixed
3900        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3901        a directory. - Command parsing a little bit improved: command names are
3902        now converted to upper-case to be more compatible with RFC (command
3903        names are not case-sensitive.) - Reformat comments so that they have
3904        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3905        previous changes - True ASCII mode implemented (doesn't work for hooks
3906        and /dev/null) - Passive mode implemented, PASV command added. - Default
3907        port for data connection could be used (untested, can't find ftp client
3908        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3909        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3910
39112001-01-18      Joel Sherrill <joel@OARcorp.com>
3912
3913        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3914        macro using variable arguments.
3915        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3916        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3917        since I updated the main RTEMS development machine to RedHat 7.2 and
3918        apparently got a new version of rpcgen.
3919
39202001-01-12      Sergei Organov <osv@javad.ru>
3921
3922        * libnetworking/rtems_servers/ftpd.c,
3923        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3924        - use pool of pre-created threads to handle sessions instead of
3925        creating/deleting threads on the fly - LIST output is now similar to
3926        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3927        happy with it. - LIST NAME now works (both for files and directories) -
3928        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3929        clients happy  - keep track of CWD for every session separately -
3930        ability to specify root directory name for FTPD in configuration table.
3931        FTPD will then create illusion for FTP clients that this is actually
3932        root directory. - ignore options sent in commands, thus LIST -al FILE
3933        works and doesn't try to list "-al" directory. - buffers are allocated
3934        on stack instead of heap where possible to eliminate malloc/free calls
3935        (avoid possible heap fragmentation troubles). - drop using of task
3936        notepad to pass parameters - use function arguments instead - use
3937        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3938        in socket() instead of AF_INET.
3939
39402001-01-02      Joel Sherrill <joel@OARcorp.com>
3941
3942        * libnetworking/CHANGELOG: Removed.
3943        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3944
39452000-12-14      Eric Norum <eric.norum@usask.ca>
3946
3947        * libnetworking/lib/tftpDriver.c: Added write capability.
3948
39492000-12-08      Joel Sherrill <joel@OARcorp.com>
3950
3951        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3952        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3953        numerous variable declarations conditional on PPP_COMPRESS and
3954        PPP_FILTER.  Commented out variables that were not used because the code
3955        using them was commented out. Removed totally unused variables.
3956        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3957        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3958
39592000-11-30      Joel Sherrill <joel@OARcorp.com>
3960
3961        * libnetworking/modem/ppp_tty.c: Changed to include
3962        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3963        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3964        * libnetworking/Makefile.am: Modified to reflect above.
3965
39662000-11-27      Joel Sherrill <joel@OARcorp.com>
3967
3968        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3969
39702000-11-25      Eric Norum <eric.norum@usask.ca>
3971
3972        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3973        core.
3974
39752000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3976
3977        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3978        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3979        subdir.
3980        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3981        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3982        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3983        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3984        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3985        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3986        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3987        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3988        ppp_tty.c and the real pppd main is in pppmain.c.
3989
39902000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3991
3992        * libchip/network/sonic.c: Added ipalign() routine to align the received
3993        packet so that the ip header is on a 32-bit boundary. Necessary for
3994        cpu's that do not allow unaligned loads and stores and when the 32-bit
3995        DMA mode is used.
3996
39972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3998
3999        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
4000        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
4001        ACLOCAL_AMFLAGS.
4002        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
4003        ACLOCAL_AMFLAGS.
4004        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
4005        ACLOCAL_AMFLAGS.
4006
40072000-11-03      Chris Johns <ccj@acm.org>
4008
4009        * libchip/network/README.cs8900, libchip/network/cs8900.c,
4010        libchip/network/cs8900.h: New files.
4011
40122000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4013
4014        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
4015        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
4016        $(RTEMS_TOPdir)/aclocal.
4017        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
4018        $(RTEMS_TOPdir)/aclocal.
4019        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
4020        $(RTEMS_TOPdir)/aclocal.
4021
40222000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4023
4024        * configure.in: Switch to GNU-canonicalization.
4025        * Makefile.am: Reflect changes to configure.in.
4026        * acinclude.m4: Remove.
4027
40282000-10-30      Joel Sherrill <joel@OARcorp.com>
4029
4030        * POSIX include files merged into newlib.  This resulted in some
4031        definitions moving to other files and thus some secondary effects in
4032        RTEMS source code.
4033        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
4034        in sync with newlib's <machine/types.h>.
4035        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
4036        definition of struct itimerval in <sys/time.h>.
4037
40382000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4039
4040        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
4041        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
4042        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
4043        * ChangeLog: Fix typos.
4044        * configure.in: add tests to the GNU canonicalized subdirectories.
4045
40462000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4047
4048        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
4049        * configure.in: add lib to the GNU canonicalized subdirectories,  make
4050        the lib directory before configuring lib/.
4051
40522000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4053
4054        * configure.in, Makefile.am: add exec to the GNU canonicalized
4055        subdirectories.
4056        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
4057        * configure.in: add libnetworking, librpc and librdb to the GNU
4058        canonicalized subdirectories.
4059        * configure.in: add libmisc and libchip to the GNU canonicalized
4060        subdirectories.
4061        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4062        Switch to GNU canonicalization.
4063        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4064        Switch to GNU canonicalization.
4065        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
4066        Switch to GNU canonicalization.
4067
40682000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4069
4070        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
4071        canonicalization to libfs/. The approach is currently a bit of a hack as
4072        GNU canonicalization does not support the per-BSP build some of the
4073        other directories require.  As more of the tree is converted, this will
4074        become less  of an issue.
4075
40762000-10-20      Joel Sherrill <joel@OARcorp.com>
4077
4078        * libchip/network/dec21140.c: Corrected attach to include "int attach"
4079        parameter.
4080
40812000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
4082
4083        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
4084        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
4085        * librdbg/configure.in: Add m68k support.
4086        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
4087        subdirectory.
4088        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
4089        failure.
4090        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
4091        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
4092        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
4093        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
4094        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
4095        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
4096        librdbg/src/m68k/.cvsignore: New files.
4097        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
4098        function pointers.
4099        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
4100        _after_ pointer has been checked against NULL.
4101
41022000-10-18      Joel Sherrill <joel@OARcorp.com>
4103
4104        * wrapup/Makefile.am: Added libfs.
4105
41062000-10-18      Chris Johns <ccj@acm.org>
4107
4108        * libfs created.
4109        * configure.in: Added libfs subdirectory.
4110        * libnetworking/pppd/ipxcp.c: Fixed a typo.
4111
41122000-09-28      Joel Sherrill <joel@OARcorp.com>
4113
4114        * libnetworking/rtems_webserver/Makefile.am,
4115        libnetworking/rtems_webserver/base64.c,
4116        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
4117        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
4118
41192000-09-22      Joel Sherrill <joel@OARcorp.com>
4120
4121        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
4122        libnetworking/rtems/rtems_bsdnet_internal.h,
4123        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
4124        have included rtems.h.  It is now including precisely the  least amount
4125        of low level, yet portable .h files to get the basic RTEMS types
4126        defined.  This rippled into other  files since rtems_bsdnet_internal.h
4127        used machine/types.h to include rtems.h.
4128
41292000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4130
4131        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
4132
41332000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4134
4135        * libnetworking/ChangeLog: Cleanup.
4136
41372000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4138
4139        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
4140        * libchip/ChangeLog: Fix formating.
4141
41422000-09-05      Joel Sherrill <joel@OARcorp.com>
4143
4144        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
4145        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
4146        confusion and to work with the converted flags.
4147
41482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4149
4150        * wrapup/Makefile.am: Include compile.am.
4151        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
4152        libchip/serial/Makefile.am: Include compile.am.
4153        * librdbg/src/i386/any/Makefile.am,
4154        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
4155        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
4156        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
4157        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
4158        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
4159        libnetworking/rtems_servers/Makefile.am,
4160        libnetworking/rtems_webserver/Makefile.am,
4161        libnetworking/wrapup/Makefile.am: Include compile.am.
4162
41632000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
4164
4165        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
4166        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
4167
41682000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4169
4170        * libnetworking/netinet/tcp_input.c: Spelling corrections.
4171
41722000-08-31      Joel Sherrill <joel@OARcorp.com>
4173
4174        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
4175        Antti P Miettinen <antti.p.miettinen@nokia.com>.
4176        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
4177        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
4178        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
4179        * libnetworking/wbase64.c: Removed.
4180        * libnetworking/Makefile.am, libnetworking/asp.c,
4181        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
4182        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
4183        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
4184        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
4185        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
4186        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
4187        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
4188        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
4189        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
4190        Modified.
4191
41922000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4193
4194        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
4195
41962000-08-30      Joel Sherrill <joel@OARcorp.com>
4197
4198        * libnetworking/rtems_webserver/license.txt: New file.
4199
42002000-08-10      Joel Sherrill <joel@OARcorp.com>
4201
4202        * ChangeLog: New file.
4203        * libchip/ChangeLog: New file.
4204        * librdbg/ChangeLog: New file.
4205        * libnetworking/ChangeLog: New file.
4206
Note: See TracBrowser for help on using the repository browser.