source: rtems/c/src/ChangeLog @ 346f6c77

4.104.115
Last change on this file since 346f6c77 was 67bb173, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 10:10:45

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

  • aclocal/bsp-alias.m4: New.
  • configure.ac: Apply RTEMS_BSP_ALIAS for RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 154.0 KB
Line 
12009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * aclocal/bsp-alias.m4: New.
4        * configure.ac: Apply RTEMS_BSP_ALIAS for RTEMS_BSP_FAMILY.
5
62009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB.
9
102009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Remove AM_CONDITIONAL MULTILIB.
13        * Makefile.am: Remove BARE_CPU_MODEL.
14
152009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * configure.ac: Remove cfg_dir.
18
192009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * configure.ac: Remove -std=c99 -fasm.
22        Remove AM_CONDITIONAL LIBCHIP.
23        * libchip/Makefile.am, wrapup/Makefile.am:
24        Remove AM_CONDITIONAL LIBCHIP.
25
262009-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * configure.ac: Pick up make/custom/*.
29        * aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
30
312009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * wrapup/Makefile.am: Remove AM_CONDITIONAL HAS_LIBBSP.
34        * configure.ac: Remove AM_CONDITIONAL HAS_LIBBSP.
35
362009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Remove special case lib/libbsp/bare (Abandoned).
39
402009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * Makefile.am: Remove RTEMS_HOST (unused).
43        * configure.ac: Remove RTEMS_HOST (unused).
44        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
45
462009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for
49        *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
50
512009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * aclocal/canonical-target-name.m4, aclocal/check-networking.m4,
54        aclocal/check-posix.m4, aclocal/enable-posix.m4,
55        aclocal/rtems-cpu-subdirs.m4: Remove posix/unix.
56
572009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * configure.ac: Rework make/custom/* handling.
60        * aclocal/check-custom-bsp.m4: Change *.cfg handling.
61        * Makefile.am: Remove make/custom/default.cfg-rule.
62
632009-10-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
64
65        * libchip/serial/ns16550.c: Enable interrupts during open to avoid
66        NULL pointer access in interrupt handler.
67
682009-10-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
69
70        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Update for block
71        device API change.
72
732009-10-08      Chris Johns <chrisj@rtems.org>
74
75        * libchip/ide/ata.c, c/src/libchip/ide/ata_internal.h: Remove the
76        multiblock support from the ATA driver. Multiblock at the disk
77        level should not be a global policy as a disk may have more than
78        one partition with different block sizes. An IDE driver could
79        decide to use the feature with DMA but this a driver specific
80        design choice. Fixed bugs relating to variable block sizes and
81        large block transfer.
82        * c/src/libchip/ide/ide_controller.c,
83        c/src/libchip/ide/ide_ctrl_cfg.h, c/src/libchip/ide/ide_ctrl_io.h:
84        Changed the block size to 32bits so blocks of 64K or bigger can be
85        transfered in a single driver call.
86
872009-10-05      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * libchip/ide/ata.c: Revert previous change. Not all ARM BSPs use a
90        shared irq.h yet and this breaks a significant number of them.
91
922009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * libchip/ide/ata.c: Use simple vectored CPU macro to select interrupt
95        model.
96
972009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * libchip/serial/z85c30.c, libchip/serial/ns16550.c,
100        libchip/serial/mc68681.c: Reflect termios_baud_to_number having been
101        renamed to rtems_termios_baud_to_number.
102
1032009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * libchip/serial/sersupp.h: Remove termios_baud_to_index,
106        termios_baud_to_number (duplicate prototypes).
107        Add C++-guards.
108        Include rtems/termiostypes.h.
109
1102009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
113
1142009-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * aclocal/check-networking.m4: Disable TCP/IP on targets without enough
117        physical address to support BSD TCP/IP stack.
118
1192009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * libchip/network/elnk.c: Convert calls to legacy routine
122        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
123
1242009-08-03      Roger Dahlkvist <ruppe@kth.se>
125
126        * libchip/shmdr/shm_driver.h: nios2 was not accounted for.
127
1282009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * libchip/ide/ata.c: Remove warning.
131
1322009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to
135        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
136        now use the same macros.
137        * aclocal/bsp-bspcleanup-options.m4: New file.
138
1392009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
140
141        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h: Removed
142        obsolete defines and declarations.  Set initial baud during device
143        open.  Fixed interrupt mode.
144
1452009-06-12      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the
148        GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to
149        EINVAL and ENOTTY as appropriate.
150
1512009-05-30      Chris Johns <chrisj@rtems.org>
152
153        * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave
154        devices on an IDE bus and cleaned up the initialisation register
155        call.
156
1572009-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
158
159        * libchip/network/i82586.c: Fix warning in manner suggested by
160        Arnout Vandecappelle <arnout@mind.be> in
161        http://www.rtems.org/pipermail/rtems-users/2009-May/005460.html.
162
1632009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
164
165        * libchip/network/if_dc.c: Fixed warnings.
166
1672009-05-03      Joel Sherrill <joel.sherrill@oarcorp.com>
168
169        * libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat
170        as needed.
171
1722009-04-29      Chris Johns <chrisj@rtems.org>
173
174        * libchip/ide/ata.c: Remove a detection test that fails in qemu.
175
176        * libchip/ide/ide_controller.c: Change the status detection and
177        add a message if the transfer fails. There is currently no error
178        handle at the IDE drvier level.
179
1802009-03-12      Daniel Hellstrom <daniel@gaisler.com>
181
182        PR 1392/bsps
183        * libchip/i2c/spi-memdrv.c: SPI Memory driver. Fix but where writes
184        over multiple pages results in extra data being written.
185
1862009-02-27      Gene Smith <gene.smith@siemens.com>
187
188        PR 1356
189        * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC
190        cards.
191
1922009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
193
194        * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is
195        enabled on x86.
196
1972009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
198
199        * aclocal/bspopts.m4: Quoting cosmetics.
200
2012009-01-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
202
203        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
204        RTEMS_BLKDEV_CAPABILITIES ioctl which caused invalid multiple block
205        writes.  Fixed integer type in device structure.
206
2072009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
208
209        * libchip/serial/ns16550.c: Turn on ns16550_process() for
210        BSP_FEATURE_IRQ_LEGACY case also.
211
2122008-11-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
213
214        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Removed high
215        level LibI2C interface.  Added generic block IO functions.
216
2172008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
218
219        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
220        optman/rtems/no-msg.c, optman/rtems/no-part.c,
221        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
222        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
223        optman/sapi/no-ext.c, optman/sapi/no-io.c:
224        Revert previous patch (cvs clash with Joel hacking cpukit).
225
2262008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
227
228        * aclocal/canonical-target-name.m4: Remove tic4x.
229
2302008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
231
232        * libchip/rtc/ds1375.c: Include <errno.h> instead of <sys/errno.h>.
233
2342008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
235
236        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
237        optman/rtems/no-msg.c, optman/rtems/no-part.c,
238        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
239        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
240        optman/sapi/no-ext.c, optman/sapi/no-io.c:
241        Fix prototypes.
242
2432008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
244
245        * libchip/serial/ns16550_p.h: Remove prototype with no implementation.
246
2472008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
248
249        * libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c,
250        libchip/shmdr/shm_driver.h: Cleanup and remove variables which
251        duplicated data.
252
2532008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
254
255        * optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert SAPI manager and
256        SuperCore Handler initialization routines to directly pull parameters
257        from configuration table.
258
2592008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
260
261        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
262        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
263        optman/rtems/no-part.c, optman/rtems/no-region.c,
264        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
265        optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager
266        initialization routines to directly pull parameters from
267        configuration table. Eliminate empty routines sportted.
268
2692008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
270
271        * libchip/serial/ns16550.c: Add CVS-Id. Fix #define mess.
272
2732008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
274
275        * libchip/network/i82586.c, libchip/network/smc91111config.h: Eliminate
276        all public use of TOD conversion routines.
277
2782008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
279
280        * libchip/network/smc91111config.h:
281        #include <stdint.h> instead of <rtems/stdint.h>.
282
2832008-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
284
285        * aclocal/prog-cc.m4: Use -r instead of -Wl,-r to build *.rels.
286        * aclocal/rtems-cpu-subdirs.m4: Remove obsolete cpus.
287
2882008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
289
290        * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
291
2922008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
293
294        * libchip/serial/ns16550.c: Transmit the character in the polled write
295        function within a critical section for printk() compatibility.
296
2972008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
298
299        * libchip/i2c/spi-sd-card.c: Update for status-checks.h changes.
300
3012008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
302
303        * aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
304
3052008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
306
307        * aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
308
3092008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
310
311        * aclocal/bsp-bootcard-options.m4: Fix quoting.
312
3132008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
314
315        * aclocal/bsp-bootcard-options.m4: New file.
316        * aclocal/bsp-bootcards-handles-ram-allocation.m4: Removed.
317
3182008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
319
320        * libchip/serial/ns16550.c: Enable interrupt code only for PowerPC or
321        BSPs that support this feature.
322
3232008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
324
325        * libchip/serial/ns16550.c: Fix typo.
326
3272008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
328
329        * libchip/serial/ns16550.c: Fix typo.
330
3312008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
332
333        * libchip/serial/ns16550.c: Add not supported on arm even though it is
334        not simple vectored.
335
3362008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
337
338        * libchip/serial/ns16550.c: Not currently supported on architectures
339        with simple vectored interrupt model.
340
3412008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
342
343        * aclocal/version.m4: Bump RTEMS_API to 4.10.
344        Bump _RTEMS_VERSION to 4.9.99.0.
345
3462008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
347
348        * libchip/rtc/icm7170.c, libchip/rtc/m48t08.c,
349        c/src/libchip/rtc/rtc.h:  Include required header files.  Some internal
350        functions have now static linkage type.  Added constant qualifier to
351        operations table and read-only function parameters.
352
353        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
354        c/src/libchip/serial/serial.h:  Include required header files.  Removed
355        support for old PowerPC exception handling.  Various fixes for
356        interrupt related routines.  Added support for BSPs with IRQ extension
357        API.
358
3592008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
360
361        * libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there
362        is no PCI bus based upon the BSP not having a base address defined.
363        This means this driver cannot be supported on that board.
364
3652008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
366
367        * libchip/network/dec21140.c, libchip/network/elnk.c,
368        libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
369
3702008-09-17      Miao Yan <yanmiaobest@gmail.com>
371
372        * optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
373        add simple device only filesystem (devfs), optionally completely drop
374        out filesystem, and to clean up disabling newlib reentrancy support.
375        This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t
376        now has a 15K code space.
377        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
378        Removed.
379
3802008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
381
382        * libchip/ide/ata.h: Convert to Unix file format.
383
3842008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
385
386        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
387        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
388        libchip/serial/serial.h, libchip/serial/serprobe.c,
389        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
390        Convert to "bool".
391        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
392        libchip/i2c/spi-memdrv.h: Convert to "bool".
393        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
394        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
395        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
396        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
397        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
398        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
399        Convert to "bool".
400        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
401        Convert to "bool".
402        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
403        Convert to "bool".
404
4052008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
406
407        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
408        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
409        memory driver to not use the clock ioctl to install a method to poll
410        for input. It now uses a Class API Timer which means we can eliminate
411        this special IOCTL from all clock drivers.
412        * libchip/shmdr/setckvec.c: Removed.
413
4142008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
415
416        * libchip/network/sonic.c: Do not declare a variable just to hold an
417        ignored return value.
418
4192008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
420
421        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
422
4232008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
424
425        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
426        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
427
4282008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
429
430        * libchip/display/disp_hcms29xx.c: Do not make these static. They
431        appear to be unused that way.
432
4332008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
434
435        * libchip/shmdr/shm_driver.h: Correct prototypes.
436
4372008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
438
439        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
440        variables and made methods static.
441
4422008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
443
444        * libchip/serial/ns16550.c: Fix warning.
445
4462008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
447
448        * aclocal/prog-cc.m4: Add -Wnested-externs.
449
4502008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
451
452        * libchip/network/dec21140.c: Add missing prototype.
453        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
454
4552008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
456
457        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
458        -Wstrict-prototypes to RTEMS_CFLAGS.
459
4602008-08-02      Chris Johns <chrisj@rtems.org>
461
462        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
463        rtems_blkdev_request count and start references. Use
464        RTEMS_BLKDEV_START_BLOCK.
465
4662008-07-29      Chris Johns <chrisj@rtems.org>
467
468        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
469
470        * libchip/ide/ata.c: Change to use a mutex rather than disable
471        pre-emption. Updated to the libblock changes.
472
473        * libchip/ide/ata_internal.h: Updated to the new chains API.
474
475        * libchip/ide/ide_controller.c: Updated to the libblock
476        changes. Added come debug tracing.
477
478        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
479        to the libblock changes.
480
4812008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
482
483        * configure.ac: Remove RPCGEN, RPCTOOLS.
484
4852008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
486
487        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
488        for output format specifiers.
489
4902008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
491
492        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
493        Fixed some data types
494
4952008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
496
497        * libchip/i2c/spi-sd-card.c: Added missing header file.
498        * libchip/Makefile.am: Added SD Card driver.
499
5002008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
501
502        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
503        make glyphs non-constant, added file headers
504
5052008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
506
507        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
508        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
509        * libchip/display/font_hcms29xx.h
510        Creation of SPI display driver
511
5122008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
513
514        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
515        via SPI.
516
5172008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
518
519        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
520        AC_PREREQ(2.62).
521
5222008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
523
524        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
525
5262008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
527
528        * libchip/Makefile.am: Move termios helper routines from libchip to
529        libcsupport. Add routine which makes it easy for a termios device
530        driver to inform termios of its default baud rate. This avoids
531        inconsistencies in later termios settings changes.
532        * libchip/serial/termios_baud2index.c,
533        libchip/serial/termios_baud2num.c: Removed.
534
5352008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
536
537        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
538
5392008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
540
541        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
542        not fail if there are none.
543
5442008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
545
546        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
547        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
548        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
549        * libchip/Makefile.am:
550        derived a generic spi memory driver from spi-flash-m25p40,
551        added descriptor for fram fm25l256
552
5532008-05-07      Till Straumann <strauman@slac.stanford.edu>
554
555        PR 649/bsps
556        * libchip/ide/ata.c: Give up if the interface does not become ready.
557
5582008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
559
560        Moved to cpukit.
561        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
562        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
563        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
564        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
565        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
566        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
567        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
568        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
569        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
570        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
571        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
572        nfsclient/src/xdr_mbuf.c: Removed.
573
5742008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
575
576        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
577
5782008-01-05      Chris Johns <chrisj@rtems.org>
579
580        * libchip/flash/am29lv160.c: Update the blank check error message
581        to say there is an error.
582       
5832007-12-22      Chris Johns <chrisj@rtems.org>
584
585        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
586        the hello message. Just one line but still a little too long.
587       
5882007-12-14      Chris Johns <chrisj@rtems.org>
589
590        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
591        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
592        * libchip/flash, libchip/flash/am29lv160.c,
593        libchip/flash/am29lv160.h: New.
594
5952007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
596
597        * libchip/network/if_fxp.c: Spacing.
598
5992007-11-20      Till Straumann <strauman@slac.stanford.edu>
600
601        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
602        Avoid using 'stdio' before the system is up and fully
603        initialized.
604
6052007-11-20      Till Straumann <strauman@slac.stanford.edu>
606
607        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
608        * libchip/Makefile.am, libchip/preinstall.am:
609        added new driver for Maxim DS1375 i2c RTC.
610
6112007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
612
613        * libchip/i2c/spi-flash-m25p40.c:
614        added addressing call in write function
615
6162007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
617
618        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
619        * libchip/Makefile.am:
620        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
621
6222007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
623
624        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
625
6262007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
627
628        * nfsclient/Makefile.am: Fix errors.
629
6302007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
631
632        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
633
6342007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
635
636        * aclocal/version.m4: Bump RTEMS_API to 4.9.
637        Bump RTEMS_VERSION to 4.8.99.0.
638
6392007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
640
641        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
642
6432007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
644
645        * configure.ac: Remove AC_PROG_AWK (Unused).
646
6472007-09-14      Daron Chabot <djc915@mail.usask.ca>
648
649        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
650        rtems_interrupt_vector, to permit passing arbitrary arguments to the
651        ISR. Clean up of variables to silence compiler warnings.
652
6532007-09-13      Daniel Hellstrom <daniel@gaisler.com>
654
655        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
656
6572007-09-12      Daniel Hellstrom <daniel@gaisler.com>
658
659        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
660          - Odd bit bug in some chips taken care of.
661          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
662            alignment but failing to do so must have made the driver writer to make
663            some incorrect assumptions about MBUFs.
664          - Fixed MBUF handling to handle mbuf chains better. The Data length of
665            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
666          - Made while loop responsible for copying data to fifo port copy 16 shorts
667            per loop instead of 1 short, increasing the copying process.
668
6692007-09-07      Daniel Hellstrom <daniel@gaisler.com>
670
671        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
672        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
673
6742007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
675
676        * configure.ac, wrapup/Makefile.am: Remove RDBG.
677        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
678        librdbg/Makefile.am, librdbg/preinstall.am,
679        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
680        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
681        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
682        librdbg/include/rdbg/powerpc/rdbg_f.h,
683        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
684        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
685        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
686        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
687        librdbg/src/servtsp.c, librdbg/src/servutil.c,
688        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
689        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
690        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
691        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
692        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
693        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
694        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
695        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
696        librdbg/src/powerpc/rdbg_f.c,
697        librdbg/src/powerpc/new_exception_processing/remdeb.h,
698        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
699        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
700        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
701
7022007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
703
704        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
705
7062007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
707
708        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
709          sizes.
710
7112007-07-27      Chris Johns <chrisj@rtems.org>
712
713        * wrapup/Makefile.am: Create archive from a file for hosts
714        with a limited command line size.
715
7162007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
717
718        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
719          sizes.
720
7212007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
722       
723        * configure.ac: Add nfsclient.
724        * nfsclient/Makefile.am: New.
725        * nfsclient/proto/Makefile, nfsclient/Makefile,
726          nfsclient/src/Makefile: Remove.
727        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
728        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
729
7302007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
731
732        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
733        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
734        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
735        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
736        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
737        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
738        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
739        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
740        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
741        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
742        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
743        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
744
7452007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
746
747        * libchip/serial/ns16550.c: removed timed out wait for transmitter
748        to become ready: This will not work for fast CPUs.
749
7502007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
751
752        * libchip/ide/ata.c: fixed warning
753
7542007-06-20      Ray Xu <rayx@gmail.com>
755
756        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
757        console, and libio. This shrinks the memory requirements but Joel has
758        not figured out how best to present this to application space.
759        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
760        New files.
761
7622007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
763
764        * optman/sapi/no-io.c: Split IO Manager into one function per file so
765        now we only need required initialization methods.
766
7672007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
768
769        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
770        parameter since it was used to configure a no longer used feature.
771        Device names are now part of the filesystem not in a table.
772
7732007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
774
775        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
776        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
777        optman/rtems/no-part.c, optman/rtems/no-region.c,
778        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
779        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
780        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
781        other optional managers so using them reduces application size
782        instead of increasing it.
783        * optman/rtems/no-barrier.c: New file.
784
7852007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
786
787        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
788        adjustments to pci-API changes.
789        * libchip/network/dec21140.c, libchip/network/elnk.c,
790        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
791        changes.
792
7932007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
794
795        * libchip/network/dec21140.c, libchip/network/if_dc.c,
796        libchip/network/if_fxp.c: Reflect changes to pci-API.
797
7982007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
799
800        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
801        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
802
8032007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
804
805        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
806          being used to compile "tools").
807
8082007-03-13      Joel Sherrill <joel@OARcorp.com>
809
810        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
811
8122007-03-12      Joel Sherrill <joel@OARcorp.com>
813
814        * libchip/network/cs8900.c, libchip/network/cs8900.h,
815        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
816        and/or fix mistake in copyright notice. Both of these mistakes appear
817        to be from code submitted after these changes were made previously.
818
8192007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
820
821        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
822
8232007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
824
825        * libchip/Makefile.am: Correct path to README.tulipclone.
826
8272007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
828
829        * libchip/ide/ata.c: Remove superfluous type casts.
830
8312007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
832
833        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
834        Use size_t for sizes.
835
8362007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
837
838        * libchip/ide/ata.c: in ata_request_done: moved call to free()
839        from preemption disabled region
840
8412007-01-16      Till Straumann <strauman@slac.stanford.edu>
842
843        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
844        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
845        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
846
8472006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
848
849        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
850          ioctl_command_t as ioctl argument.
851
8522006-12-13      Joel Sherrill <joel@OARcorp.com>
853
854        * librtems++/include/rtems++/rtemsEvent.h,
855        librtems++/include/rtems++/rtemsMessageQueue.h,
856        librtems++/include/rtems++/rtemsSemaphore.h,
857        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
858        librtems++/src/rtemsMessageQueue.cc,
859        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
860        rtems_unsigned32 to uint32_t.
861
8622006-12-13      Joel Sherrill <joel@OARcorp.com>
863
864        PR 1181/bsps
865        * optman/rtems/no-msg.c: Clean up dead code.
866
8672006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
868
869        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
870
8712006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
872
873        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
874        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
875        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
876
8772006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
878
879        * configure.ac: New BUG-REPORT address.
880
8812006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
882
883        * Makefile.am: Remove ampolish3.
884
8852006-11-17      Joel Sherrill <joel@OARcorp.com>
886
887        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
888        blank lines.
889
8902006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
891
892        * configure.ac: Remove RTEMS_AMPOLISH3.
893        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
894          Remove checks for AMPOLISH3.
895        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
896        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
897        * ampolish3: Remove.
898
8992006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
900
901        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
902        * aclocal/prog-cc.m4: Remove CFLAGS.
903        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
904        Compose CFLAGS. Append CFLAGS to ac_configure_args.
905
9062006-10-23      Joel Sherrill <joel@OARcorp.com>
907
908        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
909
9102006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
911
912        * automake/compile.am: Use hard-coded RTEMS_* flags.
913
9142006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
915
916        * aclocal/rtems-top.m4: Remove RTEMS_API.
917        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
918
9192006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
920
921        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
922
9232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
924
925        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
926
9272006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
928
929        * aclocal/version.m4: Bump version to 4.7.99.0.
930
9312006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
932
933        * configure.ac: Require autoconf-2.60. Require automake-1.10.
934
9352006-09-11      Joel Sherrill <joel@OARcorp.com>
936
937        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
938
9392006-09-04      Joel Sherrill <joel@OARcorp.com>
940
941        * libchip/network/greth.c, libchip/network/open_eth.c,
942        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
943        introduced by warning removal.
944
9452006-09-01      Joel Sherrill <joel@OARcorp.com>
946
947        * libchip/network/greth.c, libchip/network/open_eth.c,
948        libchip/network/smc91111.c: Remove warnings and correct prototype
949        added earlier today.
950
9512006-09-01      Joel Sherrill <joel@OARcorp.com>
952
953        * libchip/network/cs8900.c, libchip/network/greth.c,
954        libchip/network/i82586.c, libchip/network/open_eth.c,
955        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
956        sized integers, and inttypes.h printf helpers.
957
9582006-08-09      Kolja Waschk <waschk@telos.de>
959
960        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
961
9622006-07-12      Joel Sherrill <joel@OARcorp.com>
963
964        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
965
9662006-07-11      Jerry Needell <jerry.needell@unh.edu>
967
968        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
969        4.6 branch.  Original modifications by Gaisler Enterprises.
970        * libchip/network/greth.c, libchip/network/greth.h: New files.
971
9722006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
973
974        * ide/ata.[ch]:
975        (PR1118) fetch priority for ATA task from a variable,
976        not a fixed configuration value.
977       
9782006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
979
980        * Makefile.am: Add ampolish3.
981
9822006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
983
984        * ampolish3: New.
985        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
986
9872006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
988
989        * aclocal/rtems-ampolish.m4: New.
990        * configure.ac: Use RTEMS_AMPOLISH3.
991
9922006-04-18  Joel Sherrill <joel@OARcorp.com>
993
994        * aclocal/version.m4: Updated to rtems-4.6.99.3.
995
9962006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
997
998        PR 853/filesystem
999        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
1000        should be modified to support the new exception scheme and to use the
1001        handle parameter.
1002
10032006-02-a32     Eric Norum <norume@aps.anl.gov>
1004
1005        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
1006        "newer" PCI access calls.  Minor cleanups.  Comments.
1007
10082006-01-12      Eric Norum <norume@aps.anl.gov>
1009
1010        PR 861/networking
1011        PR 863/networking
1012        * libchip/network/smc91111.c: Fix illegal lvalue increments.
1013
10142006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
1015
1016        * wrapup/Makefile.am: Add preinstall.am.
1017        * libchip/Makefile.am: Build libchip/network/smc91111.
1018        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
1019        Eliminate cyg_int* crap.
1020
10212006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1022
1023        * librdbg/Makefile.am: Add preinstall.am.
1024        * aclocal/bsp-configure.m4: Add ampolish3.
1025        New header guards.
1026
10272006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1028
1029        * libchip/network/open_eth.c, libchip/network/open_eth.h:
1030        Merger from rtems-4-6-branch.
1031
10322006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1033
1034        * libchip/network/smc91111.c
1035        libchip/network/smc91111config.h
1036        libchip/network/smc91111exp.h
1037        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
1038        * libchip/Makefile.am: Reflect adding smc91111*.
1039
10402006-01-08      Joel Sherrill <joel@OARcorp.com>
1041
1042        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
1043        char *.
1044
10452006-01-08      Joel Sherrill <joel@OARcorp.com>
1046
1047        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
1048        warnings.
1049
10502005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
1051
1052        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
1053        Add RTEMS_RELLDFLAGS.
1054        * automake/compile.am: Remove RTEMS_USE_GCC.
1055        Remove RTEMS_RELLDFLAGS.
1056        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
1057
10582005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
1059
1060        * libchip/network/if_media.h, libchip/network/mii.h:
1061        Remove (Moved to cpukit).
1062        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
1063        and libchip/network/if_media.h.
1064        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
1065        if_media.h having moved.
1066
10672005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1068
1069        * automake/compile.am, automake/host.am, automake/local.am,
1070        automake/subdirs.am: Remove depend.
1071        * configure.ac: Explicitly pass --libdir and --includedir to
1072        testsuites.
1073
10742005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1075
1076        * configure.ac: Reflect changes to testsuites.
1077
10782005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1079
1080        * automake/compile.am: Remove GCCSPECS.
1081        * aclocal/prog-cc.m4: Add GCCSPECS.
1082        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
1083
10842005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1085
1086        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
1087        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
1088
10892005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1090
1091        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
1092        libcpu/byteorder.h for i386.
1093
10942005-11-02      Till Straumann <strauman@slac.stanford.edu>
1095
1096        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
1097        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
1098        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
1099        added a simple API/library for i2c devices and drivers for i2c
1100        2-byte eeproms and a ds1621 temperature sensor; API is documented
1101        in libi2c.h.
1102
11032005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1104
1105        * libnetworking/pppd/ipxcp.c,
1106        libnetworking/pppd/chat.c,
1107        libnetworking/pppd/patchlevel.h,
1108        libnetworking/pppd/upap.h,
1109        libnetworking/pppd/md5.h,
1110        libnetworking/pppd/pppd.8,
1111        libnetworking/pppd/README,
1112        libnetworking/pppd/preinstall.am,
1113        libnetworking/pppd/md4.h,
1114        libnetworking/pppd/magic.c,
1115        libnetworking/pppd/pppd.h,
1116        libnetworking/pppd/demand.c,
1117        libnetworking/pppd/rtemsmain.c,
1118        libnetworking/pppd/sys-rtems.c,
1119        libnetworking/pppd/ipcp.h,
1120        libnetworking/pppd/lcp.h,
1121        libnetworking/pppd/chap_ms.c,
1122        libnetworking/pppd/md4.c,
1123        libnetworking/pppd/rtemspppd.h,
1124        libnetworking/pppd/cbcp.h,
1125        libnetworking/pppd/auth.c,
1126        libnetworking/pppd/lcp.c,
1127        libnetworking/pppd/example/README,
1128        libnetworking/pppd/example/ppp.conf,
1129        libnetworking/pppd/example/system.h,
1130        libnetworking/pppd/example/netconfig.h,
1131        libnetworking/pppd/example/pppdapp.c,
1132        libnetworking/pppd/example/init.c,
1133        libnetworking/pppd/example/Makefile-user,
1134        libnetworking/pppd/example/pppd.options,
1135        libnetworking/pppd/rtemspppd.c,
1136        libnetworking/pppd/ipxcp.h,
1137        libnetworking/pppd/chap_ms.h,
1138        libnetworking/pppd/options.c,
1139        libnetworking/pppd/magic.h,
1140        libnetworking/pppd/chap.h,
1141        libnetworking/pppd/cbcp.c,
1142        libnetworking/pppd/upap.c,
1143        libnetworking/pppd/chap.c,
1144        libnetworking/pppd/Makefile.am,
1145        libnetworking/pppd/ccp.h,
1146        libnetworking/pppd/utils.c,
1147        libnetworking/pppd/rtemsdialer.h,
1148        libnetworking/pppd/fsm.h,
1149        libnetworking/pppd/pathnames.h,
1150        libnetworking/pppd/md5.c,
1151        libnetworking/pppd/fsm.c,
1152        libnetworking/pppd/ipcp.c,
1153        libnetworking/pppd/STATUS,
1154        libnetworking/pppd/ccp.c,
1155        libnetworking/Makefile.am: Remove (Moved to cpukit).
1156
11572005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1158
1159        * configure.ac: Remove libnetworking, libnetworking/pppd.
1160        * wrapup/Makefile.am: Remove libpppd.a.
1161
11622005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1163
1164        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
1165        rtemsdialer.h to $(includedir)/rtems.
1166
11672005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1168
1169        * libnetworking/rtems_telnetd/icmds.c,
1170        libnetworking/rtems_telnetd/Makefile.am,
1171        libnetworking/rtems_telnetd/preinstall.am,
1172        libnetworking/rtems_telnetd/pty.c,
1173        libnetworking/rtems_telnetd/pty.h,
1174        libnetworking/rtems_telnetd/README,
1175        libnetworking/rtems_telnetd/telnetd.c,
1176        libnetworking/rtems_telnetd/telnetd.h:
1177        Remove (Moved to cpukit).
1178
11792005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1180
1181        * configure.ac: Remove libnetworking/rtems_telnetd.
1182        * libnetworking/Makefile.am: Remove rtems_telnetd.
1183        * libnetworking/README: Remove (Obsolete).
1184        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
1185
11862005-10-20  Eric Norum <norume@aps.anl.gov>
1187
1188        * libchip/network/dec21140.c: Clean up PCI mapping.
1189
11902005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
1191
1192        * libnetworking/pppd/Makefile.am: Use preinstall.am.
1193        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
1194        librdbg/src/servrpc.c, librdbg/src/servtgt.c
1195        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
1196        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
1197        * configure.ac: Move optman to the end of BSP_SUBDIRS.
1198
11992005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1200
1201        * aclocal/bspopts.m4: Add missing m4 quotes.
1202
12032005-09-02  Joel Sherrill <joel@OARcorp.com>
1204
1205    * aclocal/version.m4: Updated to rtems-4.6.99.2.
1206
12072005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
1208
1209        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
1210        libchip/network/dec21140.c: Remove initialization of PCI bus.
1211
12122005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
1213
1214        * optman/Makefile.am: Add preinstall.am.
1215
12162005-07-18      Karel Gardas <kgardas@objectsecurity.com>
1217
1218        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
1219        UNTESTED to tested.
1220
12212005-06-17      Joel Sherrill <joel@OARcorp.com>
1222
1223        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
1224        it is not supported by the MPC5xx.
1225
12262005-06-17      Joel Sherrill <joel@OARcorp.com>
1227
1228        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
1229        interface. Also correct attempting to build on other than PowerPC and
1230        x86.
1231
12322005-06-16      Daron Chabot <daron@nucleus.usask.ca>
1233
1234        * libchip/Makefile.am: Add driver for Tulip clones.
1235        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
1236        libchip/network/if_dcreg.h: New files.
1237
12382005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1239
1240        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
1241        to enable rdbg.
1242        * configure.ac: Reflect changes above.
1243
12442005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
1245
1246        * configure.ac: Add ada/.
1247
12482005-05-20      Sergei Organov  <osv@topconrd.ru>
1249
1250        PR 750/networking
1251        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
1252        wait_input().
1253
12542005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
1255
1256        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
1257        rtems/irq.h.
1258
12592005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1260
1261        * libchip/Makefile.am: Include preinstall.am.
1262        * libchip/preinstall.am: New.
1263
12642005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1265
1266        * configure.ac: Add AMPOLISH3.
1267        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
1268        * libnetworking/rtems_telnetd/preinstall.am: New.
1269        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
1270
12712005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1272
1273        * configure.ac: Let enable_rpcgen default to "no".
1274
12752005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1276
1277        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
1278
12792005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1280
1281        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
1282        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
1283
12842005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1285
1286        * libchip/network/dec21140.c, libchip/network/elnk.c,
1287        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
1288
12892005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
1290
1291        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
1292        of code as a result of the implementation of a common PCI interface.
1293
12942005-05-04      Joel Sherrill <joel@OARcorp.com>
1295
1296        * libchip/network/open_eth.c: Remove prototype of set_vector.
1297
12982005-05-03      Joel Sherrill <joel@OARcorp.com>
1299
1300        * librdbg/src/ptrace.c: Remove warning.
1301
13022005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
1303
1304        * libchip/network/dec21140.c, libchip/network/elnk.c,
1305        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
1306        Modified parameter list to remove warnings.
1307
13082005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
1309
1310        * libchip/network/cs8900.c, libchip/network/i82586.c,
1311        libchip/network/open_eth.c, libchip/network/sonic.c,
1312        libchip/serial/mc68681.c: Modified types to remove
1313        warnings.  Added initialization to remove warnings.
1314
13152005-04-28      Joel Sherrill <joel@OARcorp.com>
1316
1317        * libchip/network/README.sonic: Rewritten to account for removal of
1318        dmv177.
1319
13202005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
1321
1322        PR 781/rtems_misc
1323        * libchip/serial/ns16550_p.h: Fix baud rate calculation
1324
13252005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
1326
1327        * libchip/serial/ns16550.c:
1328        Fixed warnings generated in various powerpc configurations
1329
13302005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
1331
1332        * libchip/serial/ns16550.c: Modified
1333        ISR to work with PPC new exception processing
1334
13352005-03-14      Joel Sherrill <joel@OARcorp.com>
1336
1337        * libchip/network/dec21140.c, libchip/network/elnk.c,
1338        libchip/network/if_fxp.c: Continue PCI API unification. All use
1339        pci_find_device(). Network drivers manufacture a signature since all
1340        calls have not been converted yet.
1341
13422005-03-04      Joel Sherrill <joel@OARcorp.com>
1343
1344        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
1345        initialize function part of the unified PCI API as pci_initialize().
1346
13472005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1348
1349        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
1350        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
1351
13522005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1353
1354        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
1355        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
1356
13572005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1358
1359        * aclocal/ppc.m4: Reflect changes to ppc exception processing
1360        building procedures.
1361
13622005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1363
1364        * aclocal/prog-cc.m4:
1365        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1366
13672005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1368
1369        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1370
13712005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1372
1373        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1374
13752005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1376
1377        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1378
13792005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1380
1381        * libnetworking/rtems_servers/ftp.c,
1382        libnetworking/rtems_servers/ftp.h,
1383        libnetworking/rtems_servers/Makefile.am:
1384        Remove (relocated to cpukit/ftpd).
1385        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1386        removed move libnetworking/rtems_servers.
1387
13882005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1389
1390        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1391
13922005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1393
1394        PR 755/rtems
1395        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1396        Remove local declarations of rtems_bsdnet_nameservers,
1397        rtems_bsdnet_nameservers_count.
1398
13992005-01-31      Sergei Organov <osv@topconrd.ru>
1400
1401        PR 751/pppd
1402        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1403        committed to fix PR736 breaks pppd. chat.c should have its own static
1404        ttyfd for pppd to work correctly. The symptom is that second
1405        invokation of chat (for connect script) fails due to pppd_ttyfd set
1406        to -1 by previous chat invokation (for init script). In addition,
1407        this patch fixes leaving of dangling pointer in the abort_stbring[]
1408        by chat_send().
1409
14102005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1411
1412        * configure.ac: Remove CFLAGS_DEBUG_V.
1413        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1414
14152005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1416
1417        * wrapup/Makefile.am: Remove rtems-ctor.o.
1418
14192005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1420
1421        * libchip/rtc/rtc.h: size_t RTC_Count.
1422
14232005-01-20      Joel Sherrill <joel@OARcorp.com>
1424
1425        PR 736/pppd
1426        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1427        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1428        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1429        should not be static and should have a name more specific to pppd.
1430
14312005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1432
1433        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1434        libnetworking/rtems_servers/Makefile.am,
1435        libnetworking/rtems_telnetd/Makefile.am,
1436        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1437        Eliminate CFLAGS_OPTIMIZE_V.
1438
14392005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1440
1441        * configure.ac: Pass CFLAGS to testsuites configure.
1442        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1443        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1444
14452005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1446
1447        * configure.ac: Pass CFLAGS to cpukit configure.
1448        * aclocal/rtems-flags.m4: Remove (Unused).
1449        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1450        * aclocal/env-rtemsbsp.m4:
1451        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1452        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1453        RTEMS_CFLAGS.
1454        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1455        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1456        Cleanup comments.
1457
14582005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1459
1460        * automake/compile.am: Remove build-variant support.
1461
14622005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1463
1464        * libnetworking/pppd/Makefile.am,
1465        libnetworking/rtems_servers/Makefile.am,
1466        libnetworking/rtems_telnetd/Makefile.am:
1467        Remove build-variant support.
1468
14692005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1470
1471        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1472        support/Makefile.am, wrapup/Makefile.am:
1473        Remove build-variant support.
1474
14752004-11-22      Joel Sherrill <joel@OARcorp.com>
1476
1477        * libchip/network/if_fxp.c: Add entry for another module ID code.
1478
14792004-11-22      Joel Sherrill <joel@OARcorp.com>
1480
1481        PR 693/misc
1482        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1483        in/outport routines.
1484
14852004-11-22      Joel Sherrill <joel@OARcorp.com>
1486
1487        PR 693/misc
1488        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1489        in/outport routines.
1490
14912004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1492
1493        * aclocal/enable-itron.m4: Remove (unused).
1494
14952004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1496
1497        * configure.ac: Misc. quoting cleanups.
1498        Enable ada-tests iff --enable-ada and --enable-tests.
1499
15002004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1501
1502        PR 703/filesystem
1503        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1504        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1505        libchip/ide/ide_controller.c:
1506        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1507        available for BSPS/device drivers.
1508        Extend the "modes_available" and "mode_active" parameters to
1509        uint16_t for UDMA support.
1510
15112004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1512
1513        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1514        not supported on PowerPC since it works on the MVME2100 BSP.
1515
15162004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1517
1518        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1519        Add dependency tracking for *.cfgs.
1520        * Makefile.am: Add dependency tracking for *.cfg.
1521
15222004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1523
1524        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1525        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1526
15272004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1528
1529        PR 707/make_build
1530        * configure.ac: Add --enable-rpcgen.
1531
15322004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1533
1534        PR 700/rtems_misc
1535        * libnetworking/rtems_webserver/asp.c,
1536        libnetworking/rtems_webserver/balloc.c,
1537        libnetworking/rtems_webserver/cgi.c,
1538        libnetworking/rtems_webserver/default.c,
1539        libnetworking/rtems_webserver/ej.h,
1540        libnetworking/rtems_webserver/ejIntrn.h,
1541        libnetworking/rtems_webserver/ejlex.c,
1542        libnetworking/rtems_webserver/ejparse.c,
1543        libnetworking/rtems_webserver/emfdb.c,
1544        libnetworking/rtems_webserver/emfdb.h,
1545        libnetworking/rtems_webserver/form.c,
1546        libnetworking/rtems_webserver/handler.c,
1547        libnetworking/rtems_webserver/h.c,
1548        libnetworking/rtems_webserver/license.txt,
1549        libnetworking/rtems_webserver/Makefile.am,
1550        libnetworking/rtems_webserver/md5c.c,
1551        libnetworking/rtems_webserver/md5.h,
1552        libnetworking/rtems_webserver/mime.c,
1553        libnetworking/rtems_webserver/misc.c,
1554        libnetworking/rtems_webserver/NOTES,
1555        libnetworking/rtems_webserver/ringq.c,
1556        libnetworking/rtems_webserver/rom.c,
1557        libnetworking/rtems_webserver/rtems_webserver.h,
1558        libnetworking/rtems_webserver/security.c,
1559        libnetworking/rtems_webserver/sock.c,
1560        libnetworking/rtems_webserver/socket.c,
1561        libnetworking/rtems_webserver/sockGen.c,
1562        libnetworking/rtems_webserver/sym.c,
1563        libnetworking/rtems_webserver/uemf.c,
1564        libnetworking/rtems_webserver/uemf.h,
1565        libnetworking/rtems_webserver/um.c,
1566        libnetworking/rtems_webserver/um.h,
1567        libnetworking/rtems_webserver/umui.c,
1568        libnetworking/rtems_webserver/url.c,
1569        libnetworking/rtems_webserver/value.c,
1570        libnetworking/rtems_webserver/wbase64.c,
1571        libnetworking/rtems_webserver/webcomp.c,
1572        libnetworking/rtems_webserver/webmain.c,
1573        libnetworking/rtems_webserver/webpage.c,
1574        libnetworking/rtems_webserver/webrom.c,
1575        libnetworking/rtems_webserver/webs.c,
1576        libnetworking/rtems_webserver/websda.c,
1577        libnetworking/rtems_webserver/websda.h,
1578        libnetworking/rtems_webserver/webs.h,
1579        libnetworking/rtems_webserver/websSSL.c,
1580        libnetworking/rtems_webserver/websSSL.h,
1581        libnetworking/rtems_webserver/websuemf.c,
1582        libnetworking/rtems_webserver/wsIntrn.h:
1583        Remove (Moved to cpukit/http).
1584
15852004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1586
1587        PR 700/rtems_misc
1588        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1589        Remove libnetworking/rtems_webserver.
1590
15912004-10-25      Eric Norum <norume@aps.anl.gov>
1592
1593        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1594
15952004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1596
1597        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1598
15992004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1600
1601        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1602        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1603
16042004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1605
1606        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1607
16082004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1609
1610        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1611        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1612
16132004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1614
1615        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1616        BITSPERBYTE.
1617
16182004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1619
1620        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1621        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1622
16232004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1624
1625        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1626
16272004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1628
1629        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1630        * aclocal/enable-bare.m4: Remove.
1631        * configure.ac: Remove BARE_CPU_MODEL.
1632
16332004-10-13      Eric Norum <norume@aps.anl.gov>
1634
1635        PR 688/bsps
1636        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1637        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1638        MC146818A (and several Dallas Semiconductor) TOD chips.
1639
16402004-10-13      Eric Norum <norume@aps.anl.gov>
1641
1642        PR 686/networking
1643        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1644        device code.
1645
16462004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1647
1648        * libchip/network/dec21140.c: include <rtems/pci.h>.
1649
16502004-09-29      Joel Sherrill <joel@OARcorp.com>
1651
1652        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1653        libnetworking/pppd/utils.c: i960 obsoleted and all references
1654        removed.
1655
16562004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1657
1658        PR 607/networking
1659        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1660        instead of fully specifying unused PCI features.
1661
16622004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1663
1664        * configure.ac: Require automake > 1.9.
1665
16662004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1667
1668        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1669
16702004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1671
1672        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1673        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1674
16752004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1676
1677        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1678        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1679
16802004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1681
1682        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1683
16842004-07-28  Joel Sherrill <joel@OARcorp.com>
1685
1686    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1687
16882004-07-25      Joel Sherrill <joel@OARcorp.com>
1689
1690        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1691
16922004-05-21  Till Strauman <strauman@slac.stanford.edu>
1693
1694        PR 625/networking
1695        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1696        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1697        an error rather than panic if no chip is detected (thus allowing
1698        for probing).
1699        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1700        instead of looping forever.  Avoid divide by zero (crashed my PC).
1701        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1702        they are UNTESTED.
1703
17042004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1705
1706        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1707
17082004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1709
1710        * libchip/network/dec21140.c, libchip/network/elnk.c:
1711        #include <errno.h>.
1712
17132004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1714
1715        * libchip/network/if_media.h: Update from FreeBSD.
1716        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1717        libchip/network/i82586.c: #include <errno.h>.
1718
17192004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1720
1721        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1722
17232004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1724
1725        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1726
17272004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1728
1729        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1730        automake).
1731
17322004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1733
1734        PR 599/pppd
1735        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1736
17372004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1738
1739        * optman/rtems/no-region.c: Reflect having changed
1740        rtems_region_get_segment_size.
1741
17422004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1743
1744        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1745        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1746        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1747        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1748        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1749        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1750        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1751
17522004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1753
1754        * libchip/ide/ata.c, libchip/network/dec21140.c,
1755        libchip/network/elnk.c, libchip/network/i82586.c,
1756        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1757        libchip/network/open_eth.c, libchip/network/sonic.c,
1758        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1759        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1760        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1761        libchip/shmdr/shm_driver.h: Cosmetics.
1762
17632004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1764
1765        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1766        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1767        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1768        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1769        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1770        fixed size types.
1771
17722004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1773
1774        * configure.ac: Explicitly pass --includedir and --libdir to
1775        cpukit/configure.
1776
17772004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1778
1779        * librdbg/Makefile.am: Fix rpcgen rules.
1780        * librdbg/src/i386/any/remdeb_xdr.c,
1781        librdbg/src/m68k/any/remdeb_xdr.c,
1782        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1783        Reflect changes to librdbg/Makefile.am.
1784
17852004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1786
1787        * configure.ac: Reflect changes testsuites/configure.ac and
1788        cpukit/configure.ac.
1789
17902004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1791
1792        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1793        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1794
17952004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1796
1797        * configure.ac: Reflect changes to testsuites's configuration.
1798
17992004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1800
1801        PR/589 rtems
1802        * libchip/network/pci.h: Remove (Moved to cpukit).
1803
18042004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1805
1806        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1807        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1808        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1809        libchip/network/dec21140.c, libchip/network/elnk.c,
1810        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1811        libchip/network/open_eth.h, libchip/network/sonic.c,
1812        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1813        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1814        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1815        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1816        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1817        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1818        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1819        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1820        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1821        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1822        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1823        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1824        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1825        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1826        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1827        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1828        fixed-size types.
1829
18302004-03-14      Chris Johns  <chrisj@rtems.org>
1831
1832        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1833        the BSP example code.
1834        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1835        support the DIMMPC. This is a pc386 target with IO port support. Minor
1836        formating clean up. Add documentation to the header file.
1837        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1838        cs8900.h header file.
1839
18402004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1841
1842        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1843        Cosmetics.
1844
18452004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1846
1847        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1848        There are no application level Makefiles in here.
1849
18502004-03-04      Joel Sherrill <joel@OARcorp.com>
1851
1852        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1853        they can be used in application level makefiles.
1854
18552004-03-05      Joel Sherrill <joel@OARcorp.com>
1856
1857        * libnetworking/rtems_webserver/ejparse.c,
1858        libnetworking/rtems_webserver/emfdb.c,
1859        libnetworking/rtems_webserver/sock.c,
1860        libnetworking/rtems_webserver/socket.c,
1861        libnetworking/rtems_webserver/sym.c,
1862        libnetworking/rtems_webserver/webs.c,
1863        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
18642004-03-05      Joel Sherrill <joel@OARcorp.com>
1865
1866        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1867        compiling this file only only those CPU families with supported
1868        exception models.
1869
18702004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1871
1872        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1873        testsuites (Was exposed with --enable-multilib, only).
1874        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1875         Add RTEMS_BSP_CONFIG_SUBDIR.
1876        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1877        testsuites's configure.
1878        * aclocal/rtems-top.m4: Remove ENDIF hack.
1879        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1880
18812004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1882
1883        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1884        wrapup/Makefile.am: Fix automake problems having been introduced
1885        in previous patch.
1886
18872004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1888
1889        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1890        Preinstall dirs.
1891        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1892        * aclocal/check-multiprocessing.m4: Cosmetics.
1893        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1894        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1895
18962004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1897
1898        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1899        librdbg/src/Makefile.am.
1900        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1901        * configure.ac: Reflect changes above.
1902        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1903        * wrapup/Makefile.am: Reflect changes above.
1904        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1905
19062004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1907
1908        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1909
19102004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1911
1912        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1913
19142004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1915
1916        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1917
19182004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1919
1920        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1921        librdbg/src/powerpc/Makefile.am: Remove.
1922        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1923        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1924        * configure.ac: Reflect changes above.
1925
19262004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1927
1928
19292004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1930
1931        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1932        STRIP.
1933
19342004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1935
1936        * librdbg/include/Makefile.am: Merge-in
1937        librdbg/include/rdbg/i386/Makefile.am,
1938        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1939        librdbg/include/rdbg/powerpc/Makefile.am.
1940        * librdbg/include/rdbg/i386/Makefile.am,
1941        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1942        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1943        * configure.ac: Reflect changes above.
1944
19452004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1946
1947        * configure.ac: Use AS_HELP_STRING(ada).
1948
19492004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1950
1951        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1952        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1953        Use AC_CONFIG_HEADERS.
1954        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1955        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1956
19572004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1958
1959        * Makefile.am: include local.am.
1960
19612004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1962
1963        * aclocal/version.m4: 4.6.99.0.
1964
19652004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1966
1967        * Makefile.am: Don't include host.am.
1968        * automake/compile.am: Further cleanups.
1969
19702004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1971
1972        * automake/lib.am: Remove (Unused).
1973
19742004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1975
1976        * wrapup/Makefile.am: Don't include lib.am.
1977        * automake/compile.am: Use automake compilation rules.
1978
19792004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1980
1981        * libnetworking/pppd/Makefile.am,
1982        libnetworking/rtems_servers/Makefile.am,
1983        libnetworking/rtems_telnetd/Makefile.am,
1984        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1985        support/Makefile.am: Don't include lib.am.
1986
19872004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1988
1989        * libchip/Makefile.am: Don't include lib.am.
1990        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1991        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1992        unnecessary EXTRA_DISTs.
1993
19942004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1995
1996        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1997        hack.
1998
19992004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2000
2001        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
2002        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
2003        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
2004        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
2005
20062004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2007
2008        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
2009        Add AM_CONDITIONAL(HAS_MP).
2010        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
2011        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
2012        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2013        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2014        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2015        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
2016        (Deprecated by autoconf 2.59).
2017
20182004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2019
2020        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2021        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2022
20232004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2024
2025        * ChangeLog: Merge-in libnetworking/ChangeLog.
2026        * libnetworking/ChangeLog: Remove.
2027        * ChangeLog: Merge-in librdbg/ChangeLog.
2028        * librdbg/ChangeLog: Remove.
2029        * ChangeLog: Merge-in libchip/ChangeLog.
2030        * libchip/ChangeLog: Remove.
2031        * ChangeLog: Merge-in optman/ChangeLog.
2032        * optman/ChangeLog: Remove.
2033
20342004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2035
2036        * configure.ac: Reflect changes to cpukit.
2037        * wrapup/Makefile.am: Reflect changes to librdbg.
2038        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
2039        * libchip/Makefile.am: Add PREINSTALL_DIRS.
2040        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
2041        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
2042        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
2043        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2044        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
2045        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
2046        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2047
20482004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2049
2050        * aclocal/rtems-top.m4: Remove check for version.m4.
2051        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
2052
20532004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2054
2055        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
2056        * wrapup/Makefile.am: Reflect changes to libchip/*.
2057        * support/Makefile.am: Use automake compilation rules.
2058        * wrapup/Makefile.am: Reflect changes to support/*.
2059        * configure.ac: Remove libnetworking/wrapup/Makefile.
2060        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
2061        libnetworking/*/lib*.a instead of libnetapps.a.
2062        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
2063        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
2064        * optman/Makefile.am: Use automake compilation rules.
2065        * libchip/Makefile.am: Fix typo in previous patch.
2066        * libchip/Makefile.am: Use automake compilation rules.
2067        * libnetworking/Makefile.am: Remove wrapup.
2068        * libnetworking/pppd/Makefile.am: Build libpppd. Use
2069        automake-compilation rules.
2070        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
2071        automake-compilation rules.
2072        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
2073        automake-compilation rules.
2074        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
2075        automake-compilation rules.
2076        * libnetworking/wrapup/Makefile.am: Remove (Unused).
2077
20782004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2079
2080        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2081        PRE/TMPINSTALL_FILES to CLEANFILES.
2082        * automake/lib.am: Remove TMPINSTALL_FILES.
2083        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2084        PRE/TMPINSTALL_FILES to CLEANFILES.
2085        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2086        PRE/TMPINSTALL_FILES to CLEANFILES.
2087        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
2088        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2089        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2090        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2091        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2092        * librdbg/src/i386/Makefile.am: Ditto.
2093        * librdbg/src/m68k/Makefile.am: Ditto.
2094        * librdbg/src/powerpc/Makefile.am: Ditto.
2095        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
2096        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2097        * libnetworking/rtems_servers/Makefile.am: Ditto.
2098        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2099        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2100
21012004-01-07      Joel Sherrill <joel@OARcorp.com>
2102
2103        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
2104        more completely covers the MIPS family.
2105
21062003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2107
2108        * wrapup/Makefile.am: Reflect changes to shmdr.
2109        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
2110
21112003-12-18      Joel Sherrill <joel@OARcorp.com>
2112
2113        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
2114        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
2115        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
2116        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
2117        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
2118        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
2119        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
2120
21212003-12-17      Joel Sherrill <joel@OARcorp.com>
2122
2123        * aclocal/version.m4: Updated to rtems-20031217-test.
2124
21252003-12-17     
2126
2127        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2128        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2129
21302003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2131
2132        * automake/compile.am: Remove LINK_LIBS (Unused).
2133        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
2134
21352003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2136
2137        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2138        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2139        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
2140        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
2141        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
2142
21432003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2144
2145        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
2146        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2147        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2148        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2149        * librdbg/src/i386/Makefile.am:
2150        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2151        * librdbg/src/m68k/Makefile.am:
2152        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2153        * librdbg/src/powerpc/Makefile.am:
2154        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2155
21562003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2157
2158        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2159        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
2160        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
2161        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
2162        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
2163        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
2164        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2165        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2166        * optman/Makefile.am: Remove project_libdir.
2167        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
2168        PRE/TMPINSTALL_FILES.
2169        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
2170        PRE/TMPINSTALL_FILES.
2171        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
2172        PRE/TMPINSTALL_FILES.
2173        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2174        PRE/TMPINSTALL_FILES.
2175        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
2176        from PRE/TMPINSTALL_FILES.
2177        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
2178        PRE/TMPINSTALL_FILES.
2179        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2180        PRE/TMPINSTALL_FILES.
2181        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
2182        PRE/TMPINSTALL_FILES.
2183        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
2184        PRE/TMPINSTALL_FILES.
2185        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
2186        PRE/TMPINSTALL_FILES.
2187        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
2188        PRE/TMPINSTALL_FILES.
2189        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
2190        from PRE/TMPINSTALL_FILES.
2191
21922003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2193
2194        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
2195        * automake/lib.am: Remove project_libdir.
2196        * wrapup/Makefile.am: Reworked.
2197
21982003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2199
2200        * configure.ac: Reflect changes to librdbg.
2201        * optman/Makefile.am: Add tmpinstall dirstamp support.
2202        * libchip/Makefile.am: Fix variant-tmpinstall support.
2203        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
2204        * librdbg/src/powerpc/Makefile.am: Merge-in former
2205        new_exception_processing/Makefile.am.
2206        * librdbg/src/m68k/any/Makefile.am: Remove.
2207        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
2208        * librdbg/src/i386/any/Makefile.am: Remove.
2209        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
2210        * librdbg/src/Makefile.am: Cosmetics.
2211        * librdbg/include/Makefile.am: Cosmetics.
2212        * librdbg/Makefile.am: Cosmetics.
2213        * libnetworking/Makefile.am: Cosmetics.
2214        * libnetworking/pppd/Makefile.am: Cosmetics.
2215        * libnetworking/wrapup/Makefile.am: Cosmetics.
2216
22172003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2218
2219        * Makefile.am: Cosmetics.
2220        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
2221        support.
2222
22232003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2224
2225        * automake/compile.am: Remove $(ARCH):-rule.
2226
22272003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2228
2229        * configure.ac: Remove lib/libbsp/shared/Makefile,
2230        lib/libbsp/shmdr/Makefile.
2231
22322003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2233
2234        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
2235        libchip/serial/Makefile, libchip/rtc/Makefile.
2236        * support/Makefile.am: Remove all-local: $(ARCH).
2237        * wrapup/Makefile.am: Remove all-local: $(ARCH).
2238        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
2239        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
2240        * optman/Makefile.am: Remove all-local: $(ARCH).
2241        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2242        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
2243        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
2244        compilation dirstamp support.
2245        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
2246        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
2247        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
2248        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
2249        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
2250        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
2251        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2252        all-local: $(ARCH).
2253        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
2254        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
2255        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
2256        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
2257        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
2258
22592003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2260
2261        * aclocal/lead-dot.m4: New (from automake-1.7f).
2262        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
2263        AC_SUBST(dirstamp).
2264        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
2265        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2266        libchip/serial/Makefile.am: Ditto.
2267        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
2268        * librdbg/include/Makefile.am: Ditto.
2269        * librdbg/include/rdbg/Makefile.am: Ditto.
2270        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2271        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2272        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2273        * librdbg/src/Makefile.am: Ditto.
2274        * librdbg/src/i386/Makefile.am: Ditto.
2275        * librdbg/src/i386/any/Makefile.am: Ditto.
2276        * librdbg/src/m68k/Makefile.am: Ditto.
2277        * librdbg/src/m68k/any/Makefile.am: Ditto.
2278        * librdbg/src/powerpc/Makefile.am: Ditto.
2279        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2280        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
2281        preinstallation.
2282        * libnetworking/pppd/Makefile.am: Ditto.
2283        * libnetworking/rtems_servers/Makefile.am: Ditto.
2284        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2285        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2286        * libnetworking/wrapup/Makefile.am: Ditto.
2287
22882003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2289
2290        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
2291        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
2292        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
2293        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
2294        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2295        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2296        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2297        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
2298        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
2299        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
2300        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
2301        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
2302        underquoting to silence automake-1.8.
2303
23042003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2305
2306        * configure.ac: Reflect having moved tests to ../../testsuites.
2307
23082003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2309
2310        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
2311        * aclocal/canonical-host.m4: Remove.
2312        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
2313        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2314
23152003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2316
2317        * aclocal/check-cpu.m4: Remove.
2318        * configure.ac: Merge-in former aclocal/check-cpu.m4.
2319        * aclocal/canonical-target-name.m4: Add m4-quotes.
2320        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
2321        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
2322        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2323        * aclocal/check-networking.m4: Add m4-quotes. Require
2324        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2325        * aclocal/check-posix.m4: Add m4-quotes. Require
2326        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2327        * aclocal/check-rdbg.m4: Add m4-quotes. Require
2328        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2329        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
2330
23312003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2332
2333        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
2334        * aclocal/bsp-alias.m4: Remove.
2335
23362003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2337
2338        * configure.ac: Make presence of tests/ optional.
2339
23402003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2341
2342        * aclocal/path-perl.m4: Remove (Unused).
2343
23442003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2345
2346        * automake/force-preinstall.am: Remove.
2347
23482003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2349
2350        PR 499/rtems_misc
2351        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
2352        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
2353        Configuration (Odd was forced) - Correction of Stop Bit configuration
2354        (inversed) - Correction of ISR Handler to call
2355        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
2356        CTS Hardware flow control Configuration.
2357
23582003-09-04      Joel Sherrill <joel@OARcorp.com>
2359
2360        * lib/libcpu/shared/include/cache.h,
2361        lib/libcpu/shared/src/cache_aligned_malloc.c,
2362        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
2363        license changed.
2364        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2365        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2366        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2367        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2368        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2369        for license changed.
2370        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2371        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2372        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2373        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2374        libchip/network/cs8900.h, libchip/network/dec21140.c,
2375        libchip/network/elnk.c, libchip/network/open_eth.c,
2376        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2377        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2378        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2379        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2380        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2381        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2382        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2383        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2384        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2385        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2386        libchip/serial/serial.h, libchip/serial/z85c30.c,
2387        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2388        libchip/serial/z85c30_reg.c: URL for license changed.
2389
23902003-09-03      Jiri Gaisler <jiri@gaisler.com>
2391
2392        PR 477/networking
2393        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2394        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2395        libchip/network/open_eth.h: New files.
2396
23972003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2398
2399        * aclocal/rtems-top.m4: Add RTEMS_API.
2400        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2401
24022003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2403
2404        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2405        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2406        @RTEMS_BSP@.cfg.
2407
24082003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2409
2410        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2411
24122003-08-20      Joel Sherrill <joel@OARcorp.com>
2413
2414        * libchip/network/cs8900.c: Correct copyright statements.
2415
24162003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2417
2418        * aclocal/check-itron.m4: Remove.
2419        * aclocal/enable-inlines.m4: Remove.
2420        * Makefile.am: Reflect having moved aclocal/.
2421        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2422        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2423        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2424        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2425        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2426        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2427        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2428        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2429        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2430        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2431        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2432        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2433        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2434        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2435        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2436        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2437        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2438        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2439        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2440        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2441        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2442        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2443        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2444        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2445        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2446        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2447        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2448        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2449        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2450        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2451        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2452        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2453        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2454        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2455        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2456        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2457        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2458        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2459        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2460        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2461        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2462        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2463        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2464        * aclocal/target.m4: New (Copied from ../../aclocal).
2465        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2466        * aclocal/version.m4: New (Copied from ../../aclocal).
2467
24682003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2469
2470        * configure.ac: Remove stray comments.
2471        * automake/local.am, automake/host.am: Remove "debug".
2472
24732003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2474
2475        * Makefile.am: Reflect having moved automake/.
2476        * lib/Makefile.am: Reflect having moved automake/.
2477        * support/Makefile.am: Reflect having moved automake/.
2478        * wrapup/Makefile.am: Reflect having moved automake/.
2479        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2480        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2481        from ../../automake).
2482        * optman/Makefile.am: Reflect having moved automake/.
2483        * libchip/Makefile.am: Reflect having moved automake/.
2484        * libchip/ide/Makefile.am: Reflect having moved automake/.
2485        * libchip/network/Makefile.am: Reflect having moved automake/.
2486        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2487        * libchip/serial/Makefile.am: Reflect having moved automake/.
2488        * librdbg/Makefile.am: Reflect having moved automake/.
2489        * librdbg/include/Makefile.am: Reflect having moved automake/.
2490        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2491        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2492        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2493        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2494        automake/.
2495        * librdbg/src/Makefile.am: Reflect having moved automake/.
2496        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2497        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2498        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2499        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2500        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2501        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2502        having moved automake/.
2503        * libnetworking/Makefile.am: Reflect having moved automake/.
2504        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2505        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2506        automake/.
2507        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2508        automake/.
2509        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2510        automake/.
2511        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2512
25132003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2514
2515        * Makefile.am: Add bsp.pc.in.
2516        * bsp.pc.in: New (pkgconfig support).
2517
25182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2519
2520        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2521
25222003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2523
2524        * lib/Makefile.am: New (Required by 'make dist').
2525        * lib/ChangeLog: Remove.
2526        * lib/.cvsignore: Cleanup.
2527        * configure.ac: Reflect having added lib/Makefile.am.
2528        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2529        lib/libbsp/configure.ac.
2530        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2531        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2532
25332003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2534
2535        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2536        * configure.ac: Merge-in librdbg/configure.ac.
2537        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2538        librdbg/configure.ac.
2539        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2540        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2541        LIBCHIP. Conditionally build include-dirs.
2542        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2543        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2544        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2545        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2546        librdbg/include/rdbg/m68k/Makefile.am,
2547        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2548        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2549        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2550        librdbg/src/powerpc/Makefile.am, librdbg/
2551        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2552        configure.ac into ../configure.ac.
2553        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2554        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2555        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2556        libnetworking/rtems_telnetd/Makefile.am,
2557        libnetworking/rtems_webserver/Makefile.am,
2558        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2559        into ../configure.ac.
2560
25612003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2562
2563        PR 427/rtems
2564        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2565        * librdbg/src/servtsp.c: Ditto.
2566
25672003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2568
2569        PR 429/bsps
2570        PR 432/bsps
2571        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2572        packets are queued onto an elnk board, the ISR will deadlock the device
2573        with a tx complete interrupt.  Lighter tx loads are not affected as they
2574        end up submitting single packets to the device.
2575
25762003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2577
2578        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2579        optman/configure.ac.
2580        * optman/configure.ac: Remove (Merged into ../configure.ac).
2581        * optman/Makefile.am: Reflect having merged configure.ac into
2582        ../configure.ac.
2583        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2584        * libchip/Makefile.am, libchip/ide/Makefile.am,
2585        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2586        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2587        ../configure.ac.
2588
25892003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2590
2591        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2592
25932003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2594
2595        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2596        on i386.
2597
25982003-06-13      Joel Sherrill <joel@OARcorp.com>
2599
2600        * libnetworking/pppd/chat.c: Removed warnings.
2601
26022003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2603
2604        * libchip/network/README.3com: New file missed in previous commit.
2605        PR 405/bsps
2606        PR 393/networking
2607        * libchip/network/dec21140.c: Fix leak also known as PR393.
2608        * libchip/network/elnk.c, libchip/network/if_media.h,
2609        libchip/network/mii.h: New files.
2610        * libchip/network/Makefile.am: Reflect new files.
2611
26122003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2613
2614        * configure.ac: Remove support for profile-variant.
2615
26162003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2617
2618        PR 397/pppd
2619        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2620        * libnetworking/pppd/magic.c: Remove *rand48.
2621        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2622
26232003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2624
2625        * wrapup/Makefile.am: Add libide.a.
2626
26272003-04-15      Joel Sherrill <joel@OARcorp.com>
2628
2629        PR 387/rtems_misc
2630        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2631        routines.
2632        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2633
26342003-04-11      Joel Sherrill <joel@OARcorp.com>
2635
2636        * libnetworking/rtems_webserver/cgi.c,
2637        libnetworking/rtems_webserver/sockGen.c,
2638        libnetworking/rtems_webserver/umui.c,
2639        libnetworking/rtems_webserver/websSSL.c,
2640        libnetworking/rtems_webserver/websSSL.h,
2641        libnetworking/rtems_webserver/websda.c,
2642        libnetworking/rtems_webserver/websda.h: New files. Not included in
2643        previous commit.
2644
26452003-04-10      Joel Sherrill <joel@OARcorp.com>
2646
2647        PR 371/pppd
2648        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2649        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2650        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2651        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2652        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2653        still global symbols in rtemspppd.h which might need to be changed or
2654        converted into member of a structure which is dereferenced with a
2655        pointer that is managed as a per task variable. But this patch should
2656        avoid many conflicts.
2657
26582003-03-27      Joel Sherrill <joel@OARcorp.com>
2659
2660        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2661        not allowed in the cpukit source code since it must be buildable
2662        independent of any BSP. These files were moved to libchip/ide.
2663        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2664        files.
2665
26662003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2667
2668        PR 368/filesystems
2669        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2670        improvements which now work on pc386 and mbx8xx.
2671        * libchip/ide/ide_controller.c: New file.
2672
26732003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2674
2675        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2676
26772003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2678
2679        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2680        * configure.ac: Add support/.
2681        * support/.cvsignore: New.
2682        * support/Makefile.am: New.
2683        * support/version.c: New.
2684        * wrapup/Makefile.am: Add support/libsupport.a.
2685        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2686        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2687        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2688        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2689
26902003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2691
2692        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2693
26942003-02-20      Till Straumann <strauman@slac.stanford.edu>
2695
2696        PR 354/networking
2697        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2698        chip against a table of supported chips. The untested ones are still
2699        commented out, however.
2700
27012003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2702
2703        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2704        * configure.ac: AC_PREREQ(2.57).
2705        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2706        * optman/configure.ac: AC_PREREQ(2.57).
2707        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2708        * libchip/configure.ac: AC_PREREQ(2.57).
2709        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2710        * librdbg/configure.ac: AC_PREREQ(2.57).
2711        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2712        * libnetworking/configure.ac: AC_PREREQ(2.57).
2713
27142003-02-06      Joel Sherrill <joel@OARcorp.com>
2715
2716        * libnetworking/pppd/chat.c: Convert routines with common names to
2717        static. This included get_char(), put_char(), and character() among
2718        others.
2719
27202003-02-03      Joel Sherrill <joel@OARcorp.com>
2721
2722        PR 338/filesystem
2723        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2724        rtems_io_lookup_name() (API change).  Unused function removed.
2725
27262003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2727
2728        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2729        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2730        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2731        Eliminate *_O_FILES.
2732        * libnetworking/rtems_servers/Makefile.am,
2733        libnetworking/rtems_webserver/Makefile.am,
2734        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2735
27362002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2737
2738        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2739        Let all-local: depend on $(LIB).
2740        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2741        * optman/Makefile.am: Apply install-data-local to install *.rels.
2742
27432002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2744
2745        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2746        %.c rules.
2747        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2748        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2749        * libchip/rtc/Makefile.am: Ditto.
2750        * libchip/serial/Makefile.am: Ditto.
2751
27522002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2753
2754        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2755        LIBC_DEFINES.
2756        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2757        LIBC_DEFINES.
2758        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2759        LIBC_DEFINES.
2760
27612002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2762
2763        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2764
27652002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2766
2767        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2768        cache-checking.
2769        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2770
27712002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2772
2773        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2774        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2775        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2776        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2777        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2778
27792002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2780
2781        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2782        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2783        Remove.
2784        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2785
27862002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2787
2788        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2789        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2790
27912002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2792
2793        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2794        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2795
27962002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2797
2798        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2799        * optman/rel.am: New.
2800
28012002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2802
2803        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2804        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2805        braino in comment on "exec". Extend --enable-ada handling.
2806
28072002-11-04      Joel Sherrill <joel@OARcorp.com>
2808
2809        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2810        tasks and rolling multiple loops into 1.
2811        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2812        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2813        Removed warnings.
2814
28152002-10-31      Joel Sherrill <joel@OARcorp.com>
2816
2817        * libchip/network/dec21140.c: Removed warnings.
2818        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2819        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2820        librdbg/src/m68k/any/remdeb_xdr.c,
2821        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2822        warnings.
2823        * libnetworking/rtems_webserver/socket.c,
2824        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2825
28262002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2827
2828        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2829        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2830        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2831        above.
2832
28332002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2834
2835        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2836        * wrapup/.cvsignore: Remove autom4te.cache.
2837        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2838        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2839        autom4te.cache.
2840        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2841        autom4te.cache.
2842        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2843        autom4te.cache.
2844
28452002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2846
2847        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2848
28492002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2850
2851        * optman/.cvsignore: Add autom4te.cache.
2852
28532002-09-14      Joel Sherrill <joel@OARcorp.com>
2854
2855        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2856
28572002-09-07      Joel Sherrill <joel@OARcorp.com>
2858
2859        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2860        include files to resolve warnings.
2861
28622002-09-07      Chris Johns <ccj@acm.org>
2863
2864        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2865        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2866        which corrects the problem  where the cs8900.c file was actually the BSP
2867        glue.  Joel did some hacking so this file will compile.  Previously it
2868        required providing a target.h file to compile.
2869        * libchip/network/cs8900.c.bsp: New file.
2870
28712002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2872
2873        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2874
28752002-08-31      Joel Sherrill <joel@OARcorp.com>
2876
2877        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2878        eliminate warning.
2879
28802002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2881
2882        * configure.ac: Add ada-tests.
2883
28842002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2885
2886        * Makefile.am: Add preinstall-stamp.
2887
28882002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2889
2890        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2891        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2892        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2893        gcc31 happy.
2894        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2895        cp.
2896
28972002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2898
2899        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2900        make/bsp.mak.
2901        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2902        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2903
29042002-08-12      Joel Sherrill <joel@OARcorp.com>
2905
2906        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2907        avoid error.
2908
29092002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2910
2911        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2912        * configure.ac: Add BSP_SUBDIRS.
2913        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2914        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2915        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2916        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2917        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2918        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2919        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2920        RTEMS_CHECK_BSP_CACHE.
2921        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2922        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2923        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2924        .$(OBJEXT) instead of .o.
2925        * libnetworking/pppd/Makefile.am,
2926        libnetworking/rtems_servers/Makefile.am,
2927        libnetworking/rtems_telnetd/Makefile.am,
2928        libnetworking/rtems_webserver/Makefile.am,
2929        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2930
29312002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2932
2933        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2934        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2935        ../libchip/serial/$(ARCH)/libserialio.a.
2936        * libchip/serial/Makefile.am: Don't tmp-install lib.
2937        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2938
29392002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2940
2941        * Makefile.am: Add rtems_makedir.
2942        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2943        * Makefile.am: Add wrapup-SUBDIR.
2944        * wrapup/ChangeLog: Remove.
2945        * wrapup/configure.ac: Remove.
2946        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2947        (Make the bare BSP happy).
2948        * configure.ac: Ditto.
2949        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2950        Create make/custom/default.cfg.
2951        * configure.ac: Add creation of make/custom/*.cfg. Create
2952        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2953
29542002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2955
2956        * Makefile.am: Clean $(PROJECT_RELEASE).
2957
29582002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2959
2960        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2961        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2962        prototype mismatches.
2963
29642002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2965
2966        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2967        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2968
29692002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2970
2971        * acinclude.m4: Add test "$multilib" != "yes".
2972        * config-ml.in: Remove.
2973        * acinclude.m4: Cleanups.
2974        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2975        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2976        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2977        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2978        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2979
29802002-07-16      Eric Norum <eric.norum@usask.ca>
2981
2982        * New driver for the Intel EtherExpressPro (82559ER) chip.
2983        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2984        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2985        * libchip/network/Makefile.am: Modified to reflect above.
2986
29872002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2988
2989        * acinclude.m4: New.
2990        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2991        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2992        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2993
29942002-07-01      Joel Sherrill <joel@OARcorp.com>
2995
2996        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2997        _Objects_Information_table now that it is a two dimensional array based
2998        upon API and class.
2999        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
3000        of strnlen().
3001
30022002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3003
3004        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
3005        preinstall libnetapps.a.
3006
30072002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3008
3009        * configure.ac: Remove librpc.
3010
30112002-06-25      Joel Sherrill <joel@OARcorp.com>
3012
3013        * Per PR233, moved librpc to exec.
3014        * configure.ac, wrapup/Makefile.am: Modified.
3015        * librpc, librpc/ChangeLog: Removed.
3016
30172002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3018
3019        * optman/Makefile.am: Remove multilib support.
3020        * optman/configure.ac: Ditto.
3021        * optman/sapi/Makefile.am: Ditto.
3022
30232002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3024
3025        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
3026        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
3027
30282002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3029
3030        Move networking libraries to c/src/exec/libnetworking
3031        * libnetworking/configure.ac, libnetworking/Makefile.am,
3032        libnetworking/wrapup/Makefile.am: Reflect Moval.
3033
30342002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3035
3036        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
3037        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
3038        <rtems/bspIo.h>.
3039
30402002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3041
3042        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
3043        * libnetworking/rtems/mkrootfs.h: Ditto.
3044        * libnetworking/rtems/Makefile.am: Reflect changes above.
3045
30462002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3047
3048        * configure.ac: Remove lib.
3049
30502002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
3051
3052        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
3053        that exception stack frames on M68K members with VBR always are 6 byte
3054        long. The incorrect assumption resulted in some gdb commands like "next"
3055        to fail on the 68360.
3056
30572002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3058
3059        * config-ml.in: Take out arm and sh variants RTEMS does not support.
3060        PR 220
3061        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3062        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
3063        CVS.
3064        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
3065        libnetworking/sys/filio.h: Remove.
3066        * libnetworking/sys/Makefile.am: Reflect changes above.
3067
30682002-05-07      Chris Johns <ccj@acm.org>
3069
3070        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
3071        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
3072        requires it to be stripped.
3073
30742002-05-01      Eric Norum <eric.norum@usask.ca>
3075
3076        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
3077        assembly  to satisfy gcc 3.1 and newer.
3078
30792002-04-26      Eric Norum <eric.norum@usask.ca>
3080
3081        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
3082        agressive optimization in gcc 3.1 does not reorder things.
3083
30842002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3085
3086        * libchip/network/dec21140.c: Reflect changes to powerpc's
3087        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
3088        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
3089        <rtems/score/cpu.h>.
3090        * librdbg/src/powerpc/rdbg_f.c: Ditto.
3091        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
3092
30932002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3094
3095        * optman/configure.ac: Remove ENABLE_GCC28.
3096
30972002-04-11      Chris Johns <ccj@acm.org>
3098
3099        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
3100        driver control block field to the ifconfig network driver structure.
3101        This field is needed by the i82586 driver which was ported from NetBSD
3102        as it had better hardware abstraction.
3103        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
3104        PR59, added the drv_ctrl driver control block field to the ifconfig
3105        network driver structure. This field is needed by the i82586 driver
3106        which was ported from NetBSD as it had better hardware abstraction.
3107
31082002-04-10      Mike Siers <mikes@poliac.com>
3109
3110        * libnetworking/rtems_webserver/NOTES,
3111        libnetworking/rtems_webserver/asp.c,
3112        libnetworking/rtems_webserver/balloc.c,
3113        libnetworking/rtems_webserver/default.c,
3114        libnetworking/rtems_webserver/ej.h,
3115        libnetworking/rtems_webserver/ejIntrn.h,
3116        libnetworking/rtems_webserver/ejlex.c,
3117        libnetworking/rtems_webserver/ejparse.c,
3118        libnetworking/rtems_webserver/emfdb.c,
3119        libnetworking/rtems_webserver/emfdb.h,
3120        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
3121        libnetworking/rtems_webserver/handler.c,
3122        libnetworking/rtems_webserver/license.txt,
3123        libnetworking/rtems_webserver/md5.h,
3124        libnetworking/rtems_webserver/md5c.c,
3125        libnetworking/rtems_webserver/mime.c,
3126        libnetworking/rtems_webserver/misc.c,
3127        libnetworking/rtems_webserver/ringq.c,
3128        libnetworking/rtems_webserver/rom.c,
3129        libnetworking/rtems_webserver/security.c,
3130        libnetworking/rtems_webserver/sock.c,
3131        libnetworking/rtems_webserver/sym.c,
3132        libnetworking/rtems_webserver/uemf.c,
3133        libnetworking/rtems_webserver/uemf.h,
3134        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
3135        libnetworking/rtems_webserver/url.c,
3136        libnetworking/rtems_webserver/value.c,
3137        libnetworking/rtems_webserver/wbase64.c,
3138        libnetworking/rtems_webserver/webcomp.c,
3139        libnetworking/rtems_webserver/webpage.c,
3140        libnetworking/rtems_webserver/webrom.c,
3141        libnetworking/rtems_webserver/webs.c,
3142        libnetworking/rtems_webserver/webs.h,
3143        libnetworking/rtems_webserver/websuemf.c,
3144        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
3145        2.1.4.
3146
31472002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3148
3149        * libchip/network/i82586.c: Include <string.h>.
3150        * libchip/network/sonic.c: Ditto.
3151
31522002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3153
3154        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
3155
31562002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3157
3158        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
3159
31602002-03-27      Thomas.Doerfler@imd-systems.de
3161
3162        PR 144
3163        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
3164        memory address 0 when called for the first time. This is done when
3165        trying to clear the variable "dhcp_hostname".
3166
31672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3168
3169        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3170        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3171        * Makefile.am: Remove AUTOMAKE_OPTIONS.
3172        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3173        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3174        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3175        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
3176        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
3177        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3178        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3179        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
3180        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
3181        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3182        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
3183        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3184        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3185        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3186        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3187        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3188        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3189        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
3190        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3191        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3192        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3193        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3194        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3195        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
3196        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3197        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
3198        AUTOMAKE_OPTIONS.
3199        * libnetworking/configure.ac:
3200        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
3201        foreign 1.6]).
3202        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
3203        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
3204        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
3205        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
3206        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3207        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
3208        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
3209        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
3210        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
3211        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3212        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3213        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
3214        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3215        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
3216        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
3217        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
3218        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
3219
32202002-03-27      Ilya Alexeev <ilya@continuum.ru>
3221
3222        PR 162
3223        * libnetworking/net/if_ppp.c ppp_txdaemon(),
3224        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
3225        used in a device write routines.  Now ppp_softc structure have own
3226        character for writing to device (sc_outchar).  I think that converting
3227        local variables to static is not a right solution, because problems will
3228        occur in the case of two or more ppp instances.
3229        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
3230        must be u_long, otherwise in the case of the big output packet endless
3231        loop may occur.
3232
32332002-03-21      Ilya Alexeev <ilya@continuum.ru>
3234
3235        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
3236        preparations for multiple PPPD connections.
3237
32382002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3239
3240        PR 149
3241        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
3242        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
3243        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
3244        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3245
32462002-02-28      Victor V. Vengerov <vvv@oktet.ru>
3247
3248        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
3249        * configure.ac: Modified to reflect addition.
3250
32512002-02-27      Ilya Alexeev <ilya@continuum.ru>
3252
3253        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
3254        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3255        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
3256        capabilities as well as eliminate some warnings.
3257
32582002-02-27      Eric Norum <eric.norum@usask.ca>
3259
3260        * libnetworking/net/radix.c: Properly handle fetching the default route
3261        when there is no route.  This was a bug in the original FreeBSD code and
3262        this fix is from an updated version of their code.
3263
32642002-02-16      Eric Norum <eric.norum@usask.ca>
3265
3266        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
3267        checking.
3268
32692002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3270
3271        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
3272        dodefaultroute.
3273
32742002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3275
3276        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
3277        include <rtems/seterr.h>.
3278
32792002-02-01      Mike Siers <mikes@poliac.com>
3280
3281        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
3282        avoid bringing the link down too fast. NOTE: Mike reports successfully
3283        running at 56K baud on a direct link.
3284
32852002-02-01      Eric Valette <valette@crf.canon.fr>
3286
3287        * librdbg/So many patches have been posted recently on the mailing list
3288        and  because we were unable to find correct solution to compile on
3289        various  linux distros (due to rpcgen incompatibilities), librdbg/and
3290        because the coding  style of rdbg was rather inconsistant among various
3291        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
3292        global coding style (using indent + manual edits), 2) incorporate/review
3293        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
3294        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
3295        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
3296        after rdbg initialization is done, NB : the paches is huge but it is
3297        mainly due to coding styke chnages.  Only few lines of codes have been
3298        really changed and they do not impact  rdbg functionnality (AFAIKT).
3299        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
3300        librdbg/include/rdbg/m68k/rdbg_f.h,
3301        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
3302        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
3303        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
3304        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
3305        librdbg/src/servtsp.c, librdbg/src/servutil.c,
3306        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
3307        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
3308        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
3309        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
3310        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
3311        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
3312        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
3313        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3314        librdbg/src/powerpc/new_exception_processing/remdeb.h,
3315        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
3316        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
3317
33182002-01-31      Mike Siers <mikes@poliac.com>
3319
3320        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
3321        * Nice Update of PPPD support which eliminates the requiremetn that
3322        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
3323        and reports that it seems to be more stable and handle larger packets
3324        better.  This patch replaces the termios tasks with more general pppd
3325        network driver tasks.  The functions pppinput() and pppstart() get
3326        called from the interrupt service routine.
3327        * libnetworking/Makefile.am, libnetworking/configure.ac,
3328        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
3329        libnetworking/net/ethernet.h, libnetworking/net/if.c,
3330        libnetworking/net/if.h, libnetworking/net/if_arp.h,
3331        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
3332        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
3333        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
3334        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
3335        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
3336        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
3337        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
3338        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
3339        libnetworking/net/route.c, libnetworking/net/route.h,
3340        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
3341        libnetworking/pppd/README, libnetworking/pppd/STATUS,
3342        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
3343        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3344        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3345        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3346        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3347        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3348        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3349        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3350        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3351        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3352        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3353        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
3354        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3355        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3356        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
3357        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
3358        libnetworking/pppd/example/README,
3359        libnetworking/pppd/example/netconfig.h,
3360        libnetworking/wrapup/Makefile.am: Modified.
3361        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
3362        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
3363        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
3364        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3365        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3366        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3367        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3368        libnetworking/modem/pppcompress.c: Subdirectory removed.
3369
33702002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3371
3372        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3373        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3374
33752002-01-18      Till Straumann <strauman@slac.stanford.edu>
3376
3377        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3378        issues: - exception handler needs to enable MSR_FP if the interrupted
3379        thread is FP enabled. - printk message for MSR fixed and added
3380        stacktrace. NOTE: this requires the stacktrace patch to
3381        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3382        however).
3383
33842002-01-06      Joel Sherrill <joel@OARcorp.com>
3385
3386        * optman/.cvsignore: Added aclocal.m4 and configure.
3387        * optman/.cvsignore: New file.
3388
33892002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3390
3391        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3392
33932002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3394
3395        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3396        * optman/ChangeLog: New.
3397        * optman/configure.ac: New.
3398        * optman/Makefile.am: New.
3399        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3400        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3401
34022001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3403
3404        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3405
34062001-12-18      Eric Norum <eric.norum@usask.ca>
3407
3408        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3409        `directories' (path names with a / at the end) while disallowing open()
3410        operations on TFTP `directories'.
3411
34122001-12-07      Eric Norum <eric.norum@usask.ca>
3413
3414        * libnetworking/lib/tftpDriver.c: Restore write capability.
3415
34162001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3417
3418        * libchip/network/sonic.h: Fix typo.
3419        * libnetworking/arpa/Makefile.am: Remove stray lines.
3420
34212001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3422
3423        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3424
34252001-10-18      Eric Norum <eric.norum@usask.ca>
3426
3427        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3428        chdir() and open() operations within the TFTP file system.
3429
34302001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3431
3432        * librdbg/configure.ac: Fix latent bug exposed by removal of
3433        config.cache's which prevented powerpc targets librdbg from building.
3434
34352001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3436
3437        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3438        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3439        autoconf-2.52 happy.
3440
34412001-10-12      Mike Siers <mikes@poliac.com>
3442
3443        * libnetworking/Update to stable working state.  Congratulations Mike!
3444        :).
3445        * libnetworking/modem_example: Directory removed.
3446        * libnetworking/modem_example/16550.h,
3447        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3448        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3449        libnetworking/modem_example/ppp.h,
3450        libnetworking/modem_example/pppcompress.c: Files removed.
3451        * libnetworking/pppd/example/pppd.options: New file.
3452        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3453        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3454        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3455        libnetworking/pppd/rtemsmain.c: Updated.
3456
34572001-10-12      Joel Sherrill <joel@OARcorp.com>
3458
3459        * libchip/serial/z85c30.c: Fixed typo.
3460
34612001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3462
3463        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3464        * configure.in: Remove.
3465        * configure.ac: New file, generated from configure.in by autoupdate.
3466        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3467        * libchip/configure.in: Remove.
3468        * libchip/configure.ac: New file, generated from configure.in by
3469        autoupdate.
3470        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3471        * librdbg/configure.in: Remove.
3472        * librdbg/configure.ac: New file, generated from configure.in by
3473        autoupdate.
3474        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3475        * libnetworking/configure.in: Remove.
3476        * libnetworking/configure.ac: New file, generated from configure.in by
3477        autoupdate.
3478
34792001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3480
3481        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3482        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3483        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3484
34852001-09-27      Joel Sherrill <joel@OARcorp.com>
3486
3487        * libchip/ChangeLog: Fixed typo in date.
3488
34892001-09-27      Eric Norum <eric.norum@usask.ca>
3490
3491        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3492        TFTP  filesystem.
3493
34942001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3495
3496        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3497        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3498        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3499        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3500        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3501        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3502        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3503        'PREINSTALL_FILES ='.
3504        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3505        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3506        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3507        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3508        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3509        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3510        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3511        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3512        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3513        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3514        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3515        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3516
35172001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3518
3519        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3520        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3521        * librdbg/src/m68k/any/Makefile.am: Ditto.
3522        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3523        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3524        happy.
3525
35262001-09-21      Joel Sherrill <joel@OARcorp.com>
3527
3528        * libchip/network/Makefile.am: Fixed typo on file name.
3529        * libchip/network/i82586.c: Commented out line 318 which is referencing
3530        a member of a structure that is not currently there.  This needs to be
3531        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3532        to C style.
3533
35342001-09-19      Eric Norum <eric.norum@usask.ca>
3535
3536        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3537
35382001-09-19      Chris Johns <ccj@acm.org>
3539
3540        * libchip/network/README.i82586, libchip/network/i82586.c,
3541        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3542        Network driver for Intel i82586.
3543        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3544        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3545        "root" filesystem with information obtained via the DHCP response.
3546
35472001-09-14      Eric Norum <eric.norum@usask.ca>
3548
3549        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3550        make gcc 3.x happy.
3551
35522001-08-16      Mike Siers <mikes@poliac.com>
3553
3554        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3555        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3556        These support callback functionality that has not even been compiled
3557        under RTEMS yet.
3558        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3559        example application.  Mike's notes on the modifications: - renamed
3560        error() function because of namespace problems - removed calls to the
3561        exit() funciton - removed extra files from the pppd source directory -
3562        defined pppd task constant values in rtemspppd.h - modifyied example
3563        code to get actual tick per second value - placed the pppd 2.3.11 man
3564        page file (pppd.8) into the pppd directory.
3565        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3566        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3567        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3568        libnetworking/pppd/rtems-ppp.c: Deleted.
3569        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3570        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3571        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3572        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3573        libnetworking/pppd/example/init.c,
3574        libnetworking/pppd/example/netconfig.h,
3575        libnetworking/pppd/example/ppp.conf,
3576        libnetworking/pppd/example/pppdapp.c,
3577        libnetworking/pppd/example/system.h: New files.
3578        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3579        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3580        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3581        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3582        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3583        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3584        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3585        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3586        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3587        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3588        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3589        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3590        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3591        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3592        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3593
35942001-08-16      Joel Sherrill <joel@OARcorp.com>
3595
3596        * libnetworking/pppd/example/Makefile: Removed.
3597        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3598        to avoid bootstrap -c clobbering it.
3599        * libnetworking/rtems_telnetd/.cvsignore: New file.
3600
36012001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3602
3603        * libnetworking/Makefile.am, libnetworking/configure.in,
3604        libnetworking/rtems_servers/Makefile.am,
3605        libnetworking/rtems_servers/telnetd.c,
3606        libnetworking/rtems_servers/telnetd.h,
3607        libnetworking/rtems_telnetd/Makefile.am,
3608        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3609        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3610        libnetworking/rtems_telnetd/telnetd.c,
3611        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3612        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3613        effect when ftpd change. - the tcp/ip stats have been implemented into
3614        icmds.c and started when telnetd daemon is started.
3615        * libnetworking/rtems_servers/telnetd.c,
3616        libnetworking/rtems_servers/telnetd.h: Removed.
3617        * libnetworking/rtems_telnetd: New directory.
3618        * libnetworking/rtems_telnetd/Makefile.am,
3619        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3620        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3621        libnetworking/rtems_telnetd/telnetd.c,
3622        libnetworking/rtems_telnetd/telnetd.h: New files.
3623
36242001-06-14      Joel Sherrill <joel@OARcorp.com>
3625
3626        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3627        Moved from libmisc/shell so the network stack to address network
3628        depenendency.
3629        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3630
36312001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3632
3633        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3634
36352001-05-15      Joel Sherrill <joel@OARcorp.com>
3636
3637        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3638        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3639        accidentally deleted the incorrectly empty versions.
3640
36412001-05-14      Till Straumann <strauman@slac.stanford.edu>
3642
3643        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3644        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3645        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3646        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3647        to know the values) - the affected BSP (shared/motorola) headers have
3648        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3649        driver (libchip/network/dec21140.c) has been fixed to use
3650        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3651        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3652        who is using this driver. - the DEC driver also has been fixed to use
3653        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3654        delay_in_bus_cycles().
3655
36562001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3657
3658        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3659
36602001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3661
3662        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3663
36642001-04-24      Eric Norum <eric.norum@usask.ca>
3665
3666        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3667        NTP synchronization a little more robust -- no NTP daemon yet, but at
3668        least it trys a little harder when the primary NTP server is down.
3669
36702001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3671
3672        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3673        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3674        libnetworking/pppd/modem_example/modem.c,
3675        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3676        other strings into English.
3677        * libnetworking/pppd/STATUS: updated to reflect the changes.
3678
36792001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3680
3681        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3682        again.
3683
36842001-04-20      Eric Valette <valette@crf.canon.fr>
3685
3686        * mcp750 directory renamed new_exception processing as it supports many
3687        more CPU models.
3688        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3689        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3690        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3691        formerly in mcp750 plus modifications.
3692        * librdbg/src/powerpc/mcp750/.cvsignore,
3693        librdbg/src/powerpc/mcp750/Makefile.am,
3694        librdbg/src/powerpc/mcp750/remdeb.h,
3695        librdbg/src/powerpc/mcp750/remdeb_f.x,
3696        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3697        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3698        new_exception_processing.
3699        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3700        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3701        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3702        part of this effort to add support for the MPC8xx.
3703
37042001-04-19      Joel Sherrill <joel@OARcorp.com>
3705
3706        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3707        internal include files.
3708
37092001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3710
3711        PR 158
3712        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3713        rcmd() library call by commenting out the parts that deal with signals.
3714        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3715        stdio. The 'server-side' parts of this file which deal with
3716        authentication are disabled since they are not needed.
3717
37182001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3719
3720        * libnetworking/include/.cvsignore: Remove dangling file.
3721
37222001-03-14      Joel Sherrill <joel@OARcorp.com>
3723
3724        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3725        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3726        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3727        libchip style serial drivers can be written in libcpu or libbsp.
3728
37292001-03-01      Joel Sherrill <joel@OARcorp.com>
3730
3731        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3732        libchip/network/sonic.c, libchip/network/sonic.h,
3733        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3734        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3735        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3736        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3737        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3738        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3739        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3740        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3741
37422001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3743
3744        * librdbg/include/rdbg/Makefile.am,
3745        librdbg/include/rdbg/i386/Makefile.am,
3746        librdbg/include/rdbg/m68k/Makefile.am,
3747        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3748        style on include files.
3749
37502001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3751
3752        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3753        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3754        replace ${..} with $(..).
3755        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3756        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3757        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3758        libnetworking/rtems/Makefile.am, libnetworking/
3759        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3760        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3761        include_*HEADERS instead of H_FILES.
3762        * libnetworking/include/Makefile.am: Remove.
3763        * libnetworking/Makefile.am: Add handling of *.h files.
3764        * libnetworking/configure.in: Remove include/Makefile.
3765
37662001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3767
3768        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3769
37702001-01-31      Sergei Organov <osv@javad.ru>
3771
3772        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3773        current dir and root dir removed in favor of new libio support for
3774        task-local current and root directories. - Bug in `close_data_socket()'
3775        introduced by previous change fixed. - `command_pasv()' changed to set
3776        timeout on socket we are listening on and code fixed to don't close
3777        socket twice on error. - `serr()' changed to clear `errno'. -
3778        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3779        changed to clear `errno' before processing session. -
3780        `close_data_socket()' fixed to close both active and passive sockets -
3781        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3782        empty string  in `exec_command()'.
3783
37842001-01-25      Eric Norum <eric.norum@usask.ca>
3785
3786        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3787        improves throughput on systems which are dropping packets.   Only the
3788        first timeout is reduced.  This keeps the number of extra packets down
3789        on networks that are very busy and dropping lots of packets.
3790
37912001-01-24      Sergei Organov <osv@javad.ru>
3792
3793        * libnetworking/rtems_servers/ftpd.c,
3794        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3795        - Timeouts on sockets implemented. 'idle' field added to configuration.
3796        No timeout by default to keep backward compatibility. Note: SITE IDLE
3797        command not implemented yet. - Basic global access control implemented.
3798        'access' field added to configuration. No access limitations by default
3799        to keep backward compatibility. - Anchor data socket for active mode
3800        (using self IP and port 20.) - Fixed default data port support (still
3801        not tested). - Don't allow IP address different from originating host in
3802        PORT command to improve security. - Fixed bug in MDTM command. - Check
3803        for correctness of parsing of argument in command_port(). - Fixed
3804        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3805        a directory. - Command parsing a little bit improved: command names are
3806        now converted to upper-case to be more compatible with RFC (command
3807        names are not case-sensitive.) - Reformat comments so that they have
3808        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3809        previous changes - True ASCII mode implemented (doesn't work for hooks
3810        and /dev/null) - Passive mode implemented, PASV command added. - Default
3811        port for data connection could be used (untested, can't find ftp client
3812        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3813        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3814
38152001-01-18      Joel Sherrill <joel@OARcorp.com>
3816
3817        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3818        macro using variable arguments.
3819        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3820        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3821        since I updated the main RTEMS development machine to RedHat 7.2 and
3822        apparently got a new version of rpcgen.
3823
38242001-01-12      Sergei Organov <osv@javad.ru>
3825
3826        * libnetworking/rtems_servers/ftpd.c,
3827        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3828        - use pool of pre-created threads to handle sessions instead of
3829        creating/deleting threads on the fly - LIST output is now similar to
3830        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3831        happy with it. - LIST NAME now works (both for files and directories) -
3832        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3833        clients happy  - keep track of CWD for every session separately -
3834        ability to specify root directory name for FTPD in configuration table.
3835        FTPD will then create illusion for FTP clients that this is actually
3836        root directory. - ignore options sent in commands, thus LIST -al FILE
3837        works and doesn't try to list "-al" directory. - buffers are allocated
3838        on stack instead of heap where possible to eliminate malloc/free calls
3839        (avoid possible heap fragmentation troubles). - drop using of task
3840        notepad to pass parameters - use function arguments instead - use
3841        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3842        in socket() instead of AF_INET.
3843
38442001-01-02      Joel Sherrill <joel@OARcorp.com>
3845
3846        * libnetworking/CHANGELOG: Removed.
3847        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3848
38492000-12-14      Eric Norum <eric.norum@usask.ca>
3850
3851        * libnetworking/lib/tftpDriver.c: Added write capability.
3852
38532000-12-08      Joel Sherrill <joel@OARcorp.com>
3854
3855        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3856        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3857        numerous variable declarations conditional on PPP_COMPRESS and
3858        PPP_FILTER.  Commented out variables that were not used because the code
3859        using them was commented out. Removed totally unused variables.
3860        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3861        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3862
38632000-11-30      Joel Sherrill <joel@OARcorp.com>
3864
3865        * libnetworking/modem/ppp_tty.c: Changed to include
3866        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3867        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3868        * libnetworking/Makefile.am: Modified to reflect above.
3869
38702000-11-27      Joel Sherrill <joel@OARcorp.com>
3871
3872        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3873
38742000-11-25      Eric Norum <eric.norum@usask.ca>
3875
3876        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3877        core.
3878
38792000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3880
3881        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3882        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3883        subdir.
3884        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3885        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3886        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3887        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3888        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3889        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3890        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3891        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3892        ppp_tty.c and the real pppd main is in pppmain.c.
3893
38942000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3895
3896        * libchip/network/sonic.c: Added ipalign() routine to align the received
3897        packet so that the ip header is on a 32-bit boundary. Necessary for
3898        cpu's that do not allow unaligned loads and stores and when the 32-bit
3899        DMA mode is used.
3900
39012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3902
3903        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3904        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3905        ACLOCAL_AMFLAGS.
3906        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3907        ACLOCAL_AMFLAGS.
3908        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3909        ACLOCAL_AMFLAGS.
3910
39112000-11-03      Chris Johns <ccj@acm.org>
3912
3913        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3914        libchip/network/cs8900.h: New files.
3915
39162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3917
3918        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3919        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3920        $(RTEMS_TOPdir)/aclocal.
3921        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3922        $(RTEMS_TOPdir)/aclocal.
3923        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3924        $(RTEMS_TOPdir)/aclocal.
3925
39262000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3927
3928        * configure.in: Switch to GNU-canonicalization.
3929        * Makefile.am: Reflect changes to configure.in.
3930        * acinclude.m4: Remove.
3931
39322000-10-30      Joel Sherrill <joel@OARcorp.com>
3933
3934        * POSIX include files merged into newlib.  This resulted in some
3935        definitions moving to other files and thus some secondary effects in
3936        RTEMS source code.
3937        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3938        in sync with newlib's <machine/types.h>.
3939        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3940        definition of struct itimerval in <sys/time.h>.
3941
39422000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3943
3944        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3945        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3946        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3947        * ChangeLog: Fix typos.
3948        * configure.in: add tests to the GNU canonicalized subdirectories.
3949
39502000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3951
3952        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3953        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3954        the lib directory before configuring lib/.
3955
39562000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3957
3958        * configure.in, Makefile.am: add exec to the GNU canonicalized
3959        subdirectories.
3960        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3961        * configure.in: add libnetworking, librpc and librdb to the GNU
3962        canonicalized subdirectories.
3963        * configure.in: add libmisc and libchip to the GNU canonicalized
3964        subdirectories.
3965        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3966        Switch to GNU canonicalization.
3967        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3968        Switch to GNU canonicalization.
3969        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3970        Switch to GNU canonicalization.
3971
39722000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3973
3974        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3975        canonicalization to libfs/. The approach is currently a bit of a hack as
3976        GNU canonicalization does not support the per-BSP build some of the
3977        other directories require.  As more of the tree is converted, this will
3978        become less  of an issue.
3979
39802000-10-20      Joel Sherrill <joel@OARcorp.com>
3981
3982        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3983        parameter.
3984
39852000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3986
3987        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3988        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3989        * librdbg/configure.in: Add m68k support.
3990        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3991        subdirectory.
3992        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3993        failure.
3994        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3995        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3996        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3997        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3998        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3999        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
4000        librdbg/src/m68k/.cvsignore: New files.
4001        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
4002        function pointers.
4003        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
4004        _after_ pointer has been checked against NULL.
4005
40062000-10-18      Joel Sherrill <joel@OARcorp.com>
4007
4008        * wrapup/Makefile.am: Added libfs.
4009
40102000-10-18      Chris Johns <ccj@acm.org>
4011
4012        * libfs created.
4013        * configure.in: Added libfs subdirectory.
4014        * libnetworking/pppd/ipxcp.c: Fixed a typo.
4015
40162000-09-28      Joel Sherrill <joel@OARcorp.com>
4017
4018        * libnetworking/rtems_webserver/Makefile.am,
4019        libnetworking/rtems_webserver/base64.c,
4020        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
4021        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
4022
40232000-09-22      Joel Sherrill <joel@OARcorp.com>
4024
4025        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
4026        libnetworking/rtems/rtems_bsdnet_internal.h,
4027        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
4028        have included rtems.h.  It is now including precisely the  least amount
4029        of low level, yet portable .h files to get the basic RTEMS types
4030        defined.  This rippled into other  files since rtems_bsdnet_internal.h
4031        used machine/types.h to include rtems.h.
4032
40332000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4034
4035        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
4036
40372000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4038
4039        * libnetworking/ChangeLog: Cleanup.
4040
40412000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4042
4043        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
4044        * libchip/ChangeLog: Fix formating.
4045
40462000-09-05      Joel Sherrill <joel@OARcorp.com>
4047
4048        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
4049        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
4050        confusion and to work with the converted flags.
4051
40522000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4053
4054        * wrapup/Makefile.am: Include compile.am.
4055        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
4056        libchip/serial/Makefile.am: Include compile.am.
4057        * librdbg/src/i386/any/Makefile.am,
4058        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
4059        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
4060        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
4061        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
4062        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
4063        libnetworking/rtems_servers/Makefile.am,
4064        libnetworking/rtems_webserver/Makefile.am,
4065        libnetworking/wrapup/Makefile.am: Include compile.am.
4066
40672000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
4068
4069        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
4070        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
4071
40722000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4073
4074        * libnetworking/netinet/tcp_input.c: Spelling corrections.
4075
40762000-08-31      Joel Sherrill <joel@OARcorp.com>
4077
4078        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
4079        Antti P Miettinen <antti.p.miettinen@nokia.com>.
4080        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
4081        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
4082        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
4083        * libnetworking/wbase64.c: Removed.
4084        * libnetworking/Makefile.am, libnetworking/asp.c,
4085        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
4086        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
4087        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
4088        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
4089        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
4090        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
4091        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
4092        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
4093        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
4094        Modified.
4095
40962000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4097
4098        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
4099
41002000-08-30      Joel Sherrill <joel@OARcorp.com>
4101
4102        * libnetworking/rtems_webserver/license.txt: New file.
4103
41042000-08-10      Joel Sherrill <joel@OARcorp.com>
4105
4106        * ChangeLog: New file.
4107        * libchip/ChangeLog: New file.
4108        * librdbg/ChangeLog: New file.
4109        * libnetworking/ChangeLog: New file.
4110
Note: See TracBrowser for help on using the repository browser.