source: rtems/c/src/ChangeLog @ 078f312

4.104.115
Last change on this file since 078f312 was 078f312, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 03:17:50

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

  • configure.ac: Remove cfg_dir.
  • Property mode set to 100644
File size: 153.6 KB
Line 
12009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove cfg_dir.
4
52009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Remove -std=c99 -fasm.
8        Remove AM_CONDITIONAL LIBCHIP.
9        * libchip/Makefile.am, wrapup/Makefile.am:
10        Remove AM_CONDITIONAL LIBCHIP.
11
122009-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
13
14        * configure.ac: Pick up make/custom/*.
15        * aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
16
172009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * wrapup/Makefile.am: Remove AM_CONDITIONAL HAS_LIBBSP.
20        * configure.ac: Remove AM_CONDITIONAL HAS_LIBBSP.
21
222009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * configure.ac: Remove special case lib/libbsp/bare (Abandoned).
25
262009-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Remove RTEMS_HOST (unused).
29        * configure.ac: Remove RTEMS_HOST (unused).
30        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
31
322009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for
35        *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
36
372009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * aclocal/canonical-target-name.m4, aclocal/check-networking.m4,
40        aclocal/check-posix.m4, aclocal/enable-posix.m4,
41        aclocal/rtems-cpu-subdirs.m4: Remove posix/unix.
42
432009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * configure.ac: Rework make/custom/* handling.
46        * aclocal/check-custom-bsp.m4: Change *.cfg handling.
47        * Makefile.am: Remove make/custom/default.cfg-rule.
48
492009-10-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
50
51        * libchip/serial/ns16550.c: Enable interrupts during open to avoid
52        NULL pointer access in interrupt handler.
53
542009-10-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
55
56        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Update for block
57        device API change.
58
592009-10-08      Chris Johns <chrisj@rtems.org>
60
61        * libchip/ide/ata.c, c/src/libchip/ide/ata_internal.h: Remove the
62        multiblock support from the ATA driver. Multiblock at the disk
63        level should not be a global policy as a disk may have more than
64        one partition with different block sizes. An IDE driver could
65        decide to use the feature with DMA but this a driver specific
66        design choice. Fixed bugs relating to variable block sizes and
67        large block transfer.
68        * c/src/libchip/ide/ide_controller.c,
69        c/src/libchip/ide/ide_ctrl_cfg.h, c/src/libchip/ide/ide_ctrl_io.h:
70        Changed the block size to 32bits so blocks of 64K or bigger can be
71        transfered in a single driver call.
72
732009-10-05      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * libchip/ide/ata.c: Revert previous change. Not all ARM BSPs use a
76        shared irq.h yet and this breaks a significant number of them.
77
782009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * libchip/ide/ata.c: Use simple vectored CPU macro to select interrupt
81        model.
82
832009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * libchip/serial/z85c30.c, libchip/serial/ns16550.c,
86        libchip/serial/mc68681.c: Reflect termios_baud_to_number having been
87        renamed to rtems_termios_baud_to_number.
88
892009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * libchip/serial/sersupp.h: Remove termios_baud_to_index,
92        termios_baud_to_number (duplicate prototypes).
93        Add C++-guards.
94        Include rtems/termiostypes.h.
95
962009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
99
1002009-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * aclocal/check-networking.m4: Disable TCP/IP on targets without enough
103        physical address to support BSD TCP/IP stack.
104
1052009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * libchip/network/elnk.c: Convert calls to legacy routine
108        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
109
1102009-08-03      Roger Dahlkvist <ruppe@kth.se>
111
112        * libchip/shmdr/shm_driver.h: nios2 was not accounted for.
113
1142009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * libchip/ide/ata.c: Remove warning.
117
1182009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to
121        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
122        now use the same macros.
123        * aclocal/bsp-bspcleanup-options.m4: New file.
124
1252009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
126
127        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h: Removed
128        obsolete defines and declarations.  Set initial baud during device
129        open.  Fixed interrupt mode.
130
1312009-06-12      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the
134        GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to
135        EINVAL and ENOTTY as appropriate.
136
1372009-05-30      Chris Johns <chrisj@rtems.org>
138
139        * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave
140        devices on an IDE bus and cleaned up the initialisation register
141        call.
142
1432009-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
144
145        * libchip/network/i82586.c: Fix warning in manner suggested by
146        Arnout Vandecappelle <arnout@mind.be> in
147        http://www.rtems.org/pipermail/rtems-users/2009-May/005460.html.
148
1492009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * libchip/network/if_dc.c: Fixed warnings.
152
1532009-05-03      Joel Sherrill <joel.sherrill@oarcorp.com>
154
155        * libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat
156        as needed.
157
1582009-04-29      Chris Johns <chrisj@rtems.org>
159
160        * libchip/ide/ata.c: Remove a detection test that fails in qemu.
161
162        * libchip/ide/ide_controller.c: Change the status detection and
163        add a message if the transfer fails. There is currently no error
164        handle at the IDE drvier level.
165
1662009-03-12      Daniel Hellstrom <daniel@gaisler.com>
167
168        PR 1392/bsps
169        * libchip/i2c/spi-memdrv.c: SPI Memory driver. Fix but where writes
170        over multiple pages results in extra data being written.
171
1722009-02-27      Gene Smith <gene.smith@siemens.com>
173
174        PR 1356
175        * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC
176        cards.
177
1782009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
179
180        * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is
181        enabled on x86.
182
1832009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
184
185        * aclocal/bspopts.m4: Quoting cosmetics.
186
1872009-01-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
188
189        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
190        RTEMS_BLKDEV_CAPABILITIES ioctl which caused invalid multiple block
191        writes.  Fixed integer type in device structure.
192
1932009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
194
195        * libchip/serial/ns16550.c: Turn on ns16550_process() for
196        BSP_FEATURE_IRQ_LEGACY case also.
197
1982008-11-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
199
200        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Removed high
201        level LibI2C interface.  Added generic block IO functions.
202
2032008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
206        optman/rtems/no-msg.c, optman/rtems/no-part.c,
207        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
208        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
209        optman/sapi/no-ext.c, optman/sapi/no-io.c:
210        Revert previous patch (cvs clash with Joel hacking cpukit).
211
2122008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
213
214        * aclocal/canonical-target-name.m4: Remove tic4x.
215
2162008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
217
218        * libchip/rtc/ds1375.c: Include <errno.h> instead of <sys/errno.h>.
219
2202008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
221
222        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
223        optman/rtems/no-msg.c, optman/rtems/no-part.c,
224        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
225        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
226        optman/sapi/no-ext.c, optman/sapi/no-io.c:
227        Fix prototypes.
228
2292008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
230
231        * libchip/serial/ns16550_p.h: Remove prototype with no implementation.
232
2332008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
234
235        * libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c,
236        libchip/shmdr/shm_driver.h: Cleanup and remove variables which
237        duplicated data.
238
2392008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
240
241        * optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert SAPI manager and
242        SuperCore Handler initialization routines to directly pull parameters
243        from configuration table.
244
2452008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
246
247        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
248        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
249        optman/rtems/no-part.c, optman/rtems/no-region.c,
250        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
251        optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager
252        initialization routines to directly pull parameters from
253        configuration table. Eliminate empty routines sportted.
254
2552008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
256
257        * libchip/serial/ns16550.c: Add CVS-Id. Fix #define mess.
258
2592008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
260
261        * libchip/network/i82586.c, libchip/network/smc91111config.h: Eliminate
262        all public use of TOD conversion routines.
263
2642008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
265
266        * libchip/network/smc91111config.h:
267        #include <stdint.h> instead of <rtems/stdint.h>.
268
2692008-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
270
271        * aclocal/prog-cc.m4: Use -r instead of -Wl,-r to build *.rels.
272        * aclocal/rtems-cpu-subdirs.m4: Remove obsolete cpus.
273
2742008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
275
276        * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
277
2782008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
279
280        * libchip/serial/ns16550.c: Transmit the character in the polled write
281        function within a critical section for printk() compatibility.
282
2832008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
284
285        * libchip/i2c/spi-sd-card.c: Update for status-checks.h changes.
286
2872008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
288
289        * aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
290
2912008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
292
293        * aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
294
2952008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
296
297        * aclocal/bsp-bootcard-options.m4: Fix quoting.
298
2992008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
300
301        * aclocal/bsp-bootcard-options.m4: New file.
302        * aclocal/bsp-bootcards-handles-ram-allocation.m4: Removed.
303
3042008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
305
306        * libchip/serial/ns16550.c: Enable interrupt code only for PowerPC or
307        BSPs that support this feature.
308
3092008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
310
311        * libchip/serial/ns16550.c: Fix typo.
312
3132008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
314
315        * libchip/serial/ns16550.c: Fix typo.
316
3172008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
318
319        * libchip/serial/ns16550.c: Add not supported on arm even though it is
320        not simple vectored.
321
3222008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
323
324        * libchip/serial/ns16550.c: Not currently supported on architectures
325        with simple vectored interrupt model.
326
3272008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
328
329        * aclocal/version.m4: Bump RTEMS_API to 4.10.
330        Bump _RTEMS_VERSION to 4.9.99.0.
331
3322008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
333
334        * libchip/rtc/icm7170.c, libchip/rtc/m48t08.c,
335        c/src/libchip/rtc/rtc.h:  Include required header files.  Some internal
336        functions have now static linkage type.  Added constant qualifier to
337        operations table and read-only function parameters.
338
339        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
340        c/src/libchip/serial/serial.h:  Include required header files.  Removed
341        support for old PowerPC exception handling.  Various fixes for
342        interrupt related routines.  Added support for BSPs with IRQ extension
343        API.
344
3452008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
346
347        * libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there
348        is no PCI bus based upon the BSP not having a base address defined.
349        This means this driver cannot be supported on that board.
350
3512008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
352
353        * libchip/network/dec21140.c, libchip/network/elnk.c,
354        libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
355
3562008-09-17      Miao Yan <yanmiaobest@gmail.com>
357
358        * optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
359        add simple device only filesystem (devfs), optionally completely drop
360        out filesystem, and to clean up disabling newlib reentrancy support.
361        This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t
362        now has a 15K code space.
363        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
364        Removed.
365
3662008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
367
368        * libchip/ide/ata.h: Convert to Unix file format.
369
3702008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
371
372        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
373        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
374        libchip/serial/serial.h, libchip/serial/serprobe.c,
375        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
376        Convert to "bool".
377        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
378        libchip/i2c/spi-memdrv.h: Convert to "bool".
379        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
380        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
381        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
382        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
383        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
384        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
385        Convert to "bool".
386        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
387        Convert to "bool".
388        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
389        Convert to "bool".
390
3912008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
392
393        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
394        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
395        memory driver to not use the clock ioctl to install a method to poll
396        for input. It now uses a Class API Timer which means we can eliminate
397        this special IOCTL from all clock drivers.
398        * libchip/shmdr/setckvec.c: Removed.
399
4002008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
401
402        * libchip/network/sonic.c: Do not declare a variable just to hold an
403        ignored return value.
404
4052008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
406
407        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
408
4092008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
410
411        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
412        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
413
4142008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
415
416        * libchip/display/disp_hcms29xx.c: Do not make these static. They
417        appear to be unused that way.
418
4192008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
420
421        * libchip/shmdr/shm_driver.h: Correct prototypes.
422
4232008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
424
425        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
426        variables and made methods static.
427
4282008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
429
430        * libchip/serial/ns16550.c: Fix warning.
431
4322008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
433
434        * aclocal/prog-cc.m4: Add -Wnested-externs.
435
4362008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
437
438        * libchip/network/dec21140.c: Add missing prototype.
439        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
440
4412008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
442
443        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
444        -Wstrict-prototypes to RTEMS_CFLAGS.
445
4462008-08-02      Chris Johns <chrisj@rtems.org>
447
448        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
449        rtems_blkdev_request count and start references. Use
450        RTEMS_BLKDEV_START_BLOCK.
451
4522008-07-29      Chris Johns <chrisj@rtems.org>
453
454        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
455
456        * libchip/ide/ata.c: Change to use a mutex rather than disable
457        pre-emption. Updated to the libblock changes.
458
459        * libchip/ide/ata_internal.h: Updated to the new chains API.
460
461        * libchip/ide/ide_controller.c: Updated to the libblock
462        changes. Added come debug tracing.
463
464        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
465        to the libblock changes.
466
4672008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
468
469        * configure.ac: Remove RPCGEN, RPCTOOLS.
470
4712008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
472
473        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
474        for output format specifiers.
475
4762008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
477
478        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
479        Fixed some data types
480
4812008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
482
483        * libchip/i2c/spi-sd-card.c: Added missing header file.
484        * libchip/Makefile.am: Added SD Card driver.
485
4862008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
487
488        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
489        make glyphs non-constant, added file headers
490
4912008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
492
493        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
494        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
495        * libchip/display/font_hcms29xx.h
496        Creation of SPI display driver
497
4982008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
499
500        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
501        via SPI.
502
5032008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
504
505        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
506        AC_PREREQ(2.62).
507
5082008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
509
510        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
511
5122008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
513
514        * libchip/Makefile.am: Move termios helper routines from libchip to
515        libcsupport. Add routine which makes it easy for a termios device
516        driver to inform termios of its default baud rate. This avoids
517        inconsistencies in later termios settings changes.
518        * libchip/serial/termios_baud2index.c,
519        libchip/serial/termios_baud2num.c: Removed.
520
5212008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
522
523        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
524
5252008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
526
527        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
528        not fail if there are none.
529
5302008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
531
532        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
533        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
534        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
535        * libchip/Makefile.am:
536        derived a generic spi memory driver from spi-flash-m25p40,
537        added descriptor for fram fm25l256
538
5392008-05-07      Till Straumann <strauman@slac.stanford.edu>
540
541        PR 649/bsps
542        * libchip/ide/ata.c: Give up if the interface does not become ready.
543
5442008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
545
546        Moved to cpukit.
547        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
548        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
549        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
550        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
551        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
552        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
553        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
554        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
555        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
556        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
557        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
558        nfsclient/src/xdr_mbuf.c: Removed.
559
5602008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
561
562        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
563
5642008-01-05      Chris Johns <chrisj@rtems.org>
565
566        * libchip/flash/am29lv160.c: Update the blank check error message
567        to say there is an error.
568       
5692007-12-22      Chris Johns <chrisj@rtems.org>
570
571        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
572        the hello message. Just one line but still a little too long.
573       
5742007-12-14      Chris Johns <chrisj@rtems.org>
575
576        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
577        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
578        * libchip/flash, libchip/flash/am29lv160.c,
579        libchip/flash/am29lv160.h: New.
580
5812007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
582
583        * libchip/network/if_fxp.c: Spacing.
584
5852007-11-20      Till Straumann <strauman@slac.stanford.edu>
586
587        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
588        Avoid using 'stdio' before the system is up and fully
589        initialized.
590
5912007-11-20      Till Straumann <strauman@slac.stanford.edu>
592
593        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
594        * libchip/Makefile.am, libchip/preinstall.am:
595        added new driver for Maxim DS1375 i2c RTC.
596
5972007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
598
599        * libchip/i2c/spi-flash-m25p40.c:
600        added addressing call in write function
601
6022007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
603
604        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
605        * libchip/Makefile.am:
606        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
607
6082007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
609
610        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
611
6122007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
613
614        * nfsclient/Makefile.am: Fix errors.
615
6162007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
617
618        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
619
6202007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
621
622        * aclocal/version.m4: Bump RTEMS_API to 4.9.
623        Bump RTEMS_VERSION to 4.8.99.0.
624
6252007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
626
627        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
628
6292007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
630
631        * configure.ac: Remove AC_PROG_AWK (Unused).
632
6332007-09-14      Daron Chabot <djc915@mail.usask.ca>
634
635        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
636        rtems_interrupt_vector, to permit passing arbitrary arguments to the
637        ISR. Clean up of variables to silence compiler warnings.
638
6392007-09-13      Daniel Hellstrom <daniel@gaisler.com>
640
641        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
642
6432007-09-12      Daniel Hellstrom <daniel@gaisler.com>
644
645        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
646          - Odd bit bug in some chips taken care of.
647          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
648            alignment but failing to do so must have made the driver writer to make
649            some incorrect assumptions about MBUFs.
650          - Fixed MBUF handling to handle mbuf chains better. The Data length of
651            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
652          - Made while loop responsible for copying data to fifo port copy 16 shorts
653            per loop instead of 1 short, increasing the copying process.
654
6552007-09-07      Daniel Hellstrom <daniel@gaisler.com>
656
657        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
658        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
659
6602007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
661
662        * configure.ac, wrapup/Makefile.am: Remove RDBG.
663        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
664        librdbg/Makefile.am, librdbg/preinstall.am,
665        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
666        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
667        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
668        librdbg/include/rdbg/powerpc/rdbg_f.h,
669        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
670        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
671        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
672        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
673        librdbg/src/servtsp.c, librdbg/src/servutil.c,
674        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
675        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
676        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
677        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
678        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
679        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
680        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
681        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
682        librdbg/src/powerpc/rdbg_f.c,
683        librdbg/src/powerpc/new_exception_processing/remdeb.h,
684        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
685        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
686        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
687
6882007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
689
690        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
691
6922007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
693
694        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
695          sizes.
696
6972007-07-27      Chris Johns <chrisj@rtems.org>
698
699        * wrapup/Makefile.am: Create archive from a file for hosts
700        with a limited command line size.
701
7022007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
703
704        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
705          sizes.
706
7072007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
708       
709        * configure.ac: Add nfsclient.
710        * nfsclient/Makefile.am: New.
711        * nfsclient/proto/Makefile, nfsclient/Makefile,
712          nfsclient/src/Makefile: Remove.
713        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
714        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
715
7162007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
717
718        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
719        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
720        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
721        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
722        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
723        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
724        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
725        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
726        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
727        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
728        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
729        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
730
7312007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
732
733        * libchip/serial/ns16550.c: removed timed out wait for transmitter
734        to become ready: This will not work for fast CPUs.
735
7362007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
737
738        * libchip/ide/ata.c: fixed warning
739
7402007-06-20      Ray Xu <rayx@gmail.com>
741
742        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
743        console, and libio. This shrinks the memory requirements but Joel has
744        not figured out how best to present this to application space.
745        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
746        New files.
747
7482007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
749
750        * optman/sapi/no-io.c: Split IO Manager into one function per file so
751        now we only need required initialization methods.
752
7532007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
754
755        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
756        parameter since it was used to configure a no longer used feature.
757        Device names are now part of the filesystem not in a table.
758
7592007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
760
761        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
762        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
763        optman/rtems/no-part.c, optman/rtems/no-region.c,
764        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
765        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
766        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
767        other optional managers so using them reduces application size
768        instead of increasing it.
769        * optman/rtems/no-barrier.c: New file.
770
7712007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
772
773        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
774        adjustments to pci-API changes.
775        * libchip/network/dec21140.c, libchip/network/elnk.c,
776        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
777        changes.
778
7792007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
780
781        * libchip/network/dec21140.c, libchip/network/if_dc.c,
782        libchip/network/if_fxp.c: Reflect changes to pci-API.
783
7842007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
785
786        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
787        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
788
7892007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
790
791        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
792          being used to compile "tools").
793
7942007-03-13      Joel Sherrill <joel@OARcorp.com>
795
796        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
797
7982007-03-12      Joel Sherrill <joel@OARcorp.com>
799
800        * libchip/network/cs8900.c, libchip/network/cs8900.h,
801        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
802        and/or fix mistake in copyright notice. Both of these mistakes appear
803        to be from code submitted after these changes were made previously.
804
8052007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
806
807        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
808
8092007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
810
811        * libchip/Makefile.am: Correct path to README.tulipclone.
812
8132007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
814
815        * libchip/ide/ata.c: Remove superfluous type casts.
816
8172007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
818
819        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
820        Use size_t for sizes.
821
8222007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
823
824        * libchip/ide/ata.c: in ata_request_done: moved call to free()
825        from preemption disabled region
826
8272007-01-16      Till Straumann <strauman@slac.stanford.edu>
828
829        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
830        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
831        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
832
8332006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
834
835        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
836          ioctl_command_t as ioctl argument.
837
8382006-12-13      Joel Sherrill <joel@OARcorp.com>
839
840        * librtems++/include/rtems++/rtemsEvent.h,
841        librtems++/include/rtems++/rtemsMessageQueue.h,
842        librtems++/include/rtems++/rtemsSemaphore.h,
843        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
844        librtems++/src/rtemsMessageQueue.cc,
845        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
846        rtems_unsigned32 to uint32_t.
847
8482006-12-13      Joel Sherrill <joel@OARcorp.com>
849
850        PR 1181/bsps
851        * optman/rtems/no-msg.c: Clean up dead code.
852
8532006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
854
855        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
856
8572006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
858
859        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
860        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
861        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
862
8632006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
864
865        * configure.ac: New BUG-REPORT address.
866
8672006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
868
869        * Makefile.am: Remove ampolish3.
870
8712006-11-17      Joel Sherrill <joel@OARcorp.com>
872
873        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
874        blank lines.
875
8762006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
877
878        * configure.ac: Remove RTEMS_AMPOLISH3.
879        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
880          Remove checks for AMPOLISH3.
881        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
882        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
883        * ampolish3: Remove.
884
8852006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
886
887        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
888        * aclocal/prog-cc.m4: Remove CFLAGS.
889        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
890        Compose CFLAGS. Append CFLAGS to ac_configure_args.
891
8922006-10-23      Joel Sherrill <joel@OARcorp.com>
893
894        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
895
8962006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
897
898        * automake/compile.am: Use hard-coded RTEMS_* flags.
899
9002006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
901
902        * aclocal/rtems-top.m4: Remove RTEMS_API.
903        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
904
9052006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
906
907        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
908
9092006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
910
911        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
912
9132006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
914
915        * aclocal/version.m4: Bump version to 4.7.99.0.
916
9172006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
918
919        * configure.ac: Require autoconf-2.60. Require automake-1.10.
920
9212006-09-11      Joel Sherrill <joel@OARcorp.com>
922
923        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
924
9252006-09-04      Joel Sherrill <joel@OARcorp.com>
926
927        * libchip/network/greth.c, libchip/network/open_eth.c,
928        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
929        introduced by warning removal.
930
9312006-09-01      Joel Sherrill <joel@OARcorp.com>
932
933        * libchip/network/greth.c, libchip/network/open_eth.c,
934        libchip/network/smc91111.c: Remove warnings and correct prototype
935        added earlier today.
936
9372006-09-01      Joel Sherrill <joel@OARcorp.com>
938
939        * libchip/network/cs8900.c, libchip/network/greth.c,
940        libchip/network/i82586.c, libchip/network/open_eth.c,
941        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
942        sized integers, and inttypes.h printf helpers.
943
9442006-08-09      Kolja Waschk <waschk@telos.de>
945
946        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
947
9482006-07-12      Joel Sherrill <joel@OARcorp.com>
949
950        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
951
9522006-07-11      Jerry Needell <jerry.needell@unh.edu>
953
954        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
955        4.6 branch.  Original modifications by Gaisler Enterprises.
956        * libchip/network/greth.c, libchip/network/greth.h: New files.
957
9582006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
959
960        * ide/ata.[ch]:
961        (PR1118) fetch priority for ATA task from a variable,
962        not a fixed configuration value.
963       
9642006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
965
966        * Makefile.am: Add ampolish3.
967
9682006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
969
970        * ampolish3: New.
971        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
972
9732006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
974
975        * aclocal/rtems-ampolish.m4: New.
976        * configure.ac: Use RTEMS_AMPOLISH3.
977
9782006-04-18  Joel Sherrill <joel@OARcorp.com>
979
980        * aclocal/version.m4: Updated to rtems-4.6.99.3.
981
9822006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
983
984        PR 853/filesystem
985        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
986        should be modified to support the new exception scheme and to use the
987        handle parameter.
988
9892006-02-a32     Eric Norum <norume@aps.anl.gov>
990
991        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
992        "newer" PCI access calls.  Minor cleanups.  Comments.
993
9942006-01-12      Eric Norum <norume@aps.anl.gov>
995
996        PR 861/networking
997        PR 863/networking
998        * libchip/network/smc91111.c: Fix illegal lvalue increments.
999
10002006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
1001
1002        * wrapup/Makefile.am: Add preinstall.am.
1003        * libchip/Makefile.am: Build libchip/network/smc91111.
1004        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
1005        Eliminate cyg_int* crap.
1006
10072006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1008
1009        * librdbg/Makefile.am: Add preinstall.am.
1010        * aclocal/bsp-configure.m4: Add ampolish3.
1011        New header guards.
1012
10132006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1014
1015        * libchip/network/open_eth.c, libchip/network/open_eth.h:
1016        Merger from rtems-4-6-branch.
1017
10182006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1019
1020        * libchip/network/smc91111.c
1021        libchip/network/smc91111config.h
1022        libchip/network/smc91111exp.h
1023        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
1024        * libchip/Makefile.am: Reflect adding smc91111*.
1025
10262006-01-08      Joel Sherrill <joel@OARcorp.com>
1027
1028        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
1029        char *.
1030
10312006-01-08      Joel Sherrill <joel@OARcorp.com>
1032
1033        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
1034        warnings.
1035
10362005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
1037
1038        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
1039        Add RTEMS_RELLDFLAGS.
1040        * automake/compile.am: Remove RTEMS_USE_GCC.
1041        Remove RTEMS_RELLDFLAGS.
1042        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
1043
10442005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
1045
1046        * libchip/network/if_media.h, libchip/network/mii.h:
1047        Remove (Moved to cpukit).
1048        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
1049        and libchip/network/if_media.h.
1050        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
1051        if_media.h having moved.
1052
10532005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1054
1055        * automake/compile.am, automake/host.am, automake/local.am,
1056        automake/subdirs.am: Remove depend.
1057        * configure.ac: Explicitly pass --libdir and --includedir to
1058        testsuites.
1059
10602005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1061
1062        * configure.ac: Reflect changes to testsuites.
1063
10642005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1065
1066        * automake/compile.am: Remove GCCSPECS.
1067        * aclocal/prog-cc.m4: Add GCCSPECS.
1068        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
1069
10702005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1071
1072        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
1073        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
1074
10752005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1076
1077        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
1078        libcpu/byteorder.h for i386.
1079
10802005-11-02      Till Straumann <strauman@slac.stanford.edu>
1081
1082        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
1083        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
1084        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
1085        added a simple API/library for i2c devices and drivers for i2c
1086        2-byte eeproms and a ds1621 temperature sensor; API is documented
1087        in libi2c.h.
1088
10892005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1090
1091        * libnetworking/pppd/ipxcp.c,
1092        libnetworking/pppd/chat.c,
1093        libnetworking/pppd/patchlevel.h,
1094        libnetworking/pppd/upap.h,
1095        libnetworking/pppd/md5.h,
1096        libnetworking/pppd/pppd.8,
1097        libnetworking/pppd/README,
1098        libnetworking/pppd/preinstall.am,
1099        libnetworking/pppd/md4.h,
1100        libnetworking/pppd/magic.c,
1101        libnetworking/pppd/pppd.h,
1102        libnetworking/pppd/demand.c,
1103        libnetworking/pppd/rtemsmain.c,
1104        libnetworking/pppd/sys-rtems.c,
1105        libnetworking/pppd/ipcp.h,
1106        libnetworking/pppd/lcp.h,
1107        libnetworking/pppd/chap_ms.c,
1108        libnetworking/pppd/md4.c,
1109        libnetworking/pppd/rtemspppd.h,
1110        libnetworking/pppd/cbcp.h,
1111        libnetworking/pppd/auth.c,
1112        libnetworking/pppd/lcp.c,
1113        libnetworking/pppd/example/README,
1114        libnetworking/pppd/example/ppp.conf,
1115        libnetworking/pppd/example/system.h,
1116        libnetworking/pppd/example/netconfig.h,
1117        libnetworking/pppd/example/pppdapp.c,
1118        libnetworking/pppd/example/init.c,
1119        libnetworking/pppd/example/Makefile-user,
1120        libnetworking/pppd/example/pppd.options,
1121        libnetworking/pppd/rtemspppd.c,
1122        libnetworking/pppd/ipxcp.h,
1123        libnetworking/pppd/chap_ms.h,
1124        libnetworking/pppd/options.c,
1125        libnetworking/pppd/magic.h,
1126        libnetworking/pppd/chap.h,
1127        libnetworking/pppd/cbcp.c,
1128        libnetworking/pppd/upap.c,
1129        libnetworking/pppd/chap.c,
1130        libnetworking/pppd/Makefile.am,
1131        libnetworking/pppd/ccp.h,
1132        libnetworking/pppd/utils.c,
1133        libnetworking/pppd/rtemsdialer.h,
1134        libnetworking/pppd/fsm.h,
1135        libnetworking/pppd/pathnames.h,
1136        libnetworking/pppd/md5.c,
1137        libnetworking/pppd/fsm.c,
1138        libnetworking/pppd/ipcp.c,
1139        libnetworking/pppd/STATUS,
1140        libnetworking/pppd/ccp.c,
1141        libnetworking/Makefile.am: Remove (Moved to cpukit).
1142
11432005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1144
1145        * configure.ac: Remove libnetworking, libnetworking/pppd.
1146        * wrapup/Makefile.am: Remove libpppd.a.
1147
11482005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1149
1150        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
1151        rtemsdialer.h to $(includedir)/rtems.
1152
11532005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1154
1155        * libnetworking/rtems_telnetd/icmds.c,
1156        libnetworking/rtems_telnetd/Makefile.am,
1157        libnetworking/rtems_telnetd/preinstall.am,
1158        libnetworking/rtems_telnetd/pty.c,
1159        libnetworking/rtems_telnetd/pty.h,
1160        libnetworking/rtems_telnetd/README,
1161        libnetworking/rtems_telnetd/telnetd.c,
1162        libnetworking/rtems_telnetd/telnetd.h:
1163        Remove (Moved to cpukit).
1164
11652005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1166
1167        * configure.ac: Remove libnetworking/rtems_telnetd.
1168        * libnetworking/Makefile.am: Remove rtems_telnetd.
1169        * libnetworking/README: Remove (Obsolete).
1170        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
1171
11722005-10-20  Eric Norum <norume@aps.anl.gov>
1173
1174        * libchip/network/dec21140.c: Clean up PCI mapping.
1175
11762005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
1177
1178        * libnetworking/pppd/Makefile.am: Use preinstall.am.
1179        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
1180        librdbg/src/servrpc.c, librdbg/src/servtgt.c
1181        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
1182        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
1183        * configure.ac: Move optman to the end of BSP_SUBDIRS.
1184
11852005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1186
1187        * aclocal/bspopts.m4: Add missing m4 quotes.
1188
11892005-09-02  Joel Sherrill <joel@OARcorp.com>
1190
1191    * aclocal/version.m4: Updated to rtems-4.6.99.2.
1192
11932005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
1194
1195        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
1196        libchip/network/dec21140.c: Remove initialization of PCI bus.
1197
11982005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
1199
1200        * optman/Makefile.am: Add preinstall.am.
1201
12022005-07-18      Karel Gardas <kgardas@objectsecurity.com>
1203
1204        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
1205        UNTESTED to tested.
1206
12072005-06-17      Joel Sherrill <joel@OARcorp.com>
1208
1209        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
1210        it is not supported by the MPC5xx.
1211
12122005-06-17      Joel Sherrill <joel@OARcorp.com>
1213
1214        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
1215        interface. Also correct attempting to build on other than PowerPC and
1216        x86.
1217
12182005-06-16      Daron Chabot <daron@nucleus.usask.ca>
1219
1220        * libchip/Makefile.am: Add driver for Tulip clones.
1221        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
1222        libchip/network/if_dcreg.h: New files.
1223
12242005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1225
1226        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
1227        to enable rdbg.
1228        * configure.ac: Reflect changes above.
1229
12302005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
1231
1232        * configure.ac: Add ada/.
1233
12342005-05-20      Sergei Organov  <osv@topconrd.ru>
1235
1236        PR 750/networking
1237        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
1238        wait_input().
1239
12402005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
1241
1242        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
1243        rtems/irq.h.
1244
12452005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1246
1247        * libchip/Makefile.am: Include preinstall.am.
1248        * libchip/preinstall.am: New.
1249
12502005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1251
1252        * configure.ac: Add AMPOLISH3.
1253        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
1254        * libnetworking/rtems_telnetd/preinstall.am: New.
1255        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
1256
12572005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1258
1259        * configure.ac: Let enable_rpcgen default to "no".
1260
12612005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1262
1263        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
1264
12652005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1266
1267        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
1268        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
1269
12702005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1271
1272        * libchip/network/dec21140.c, libchip/network/elnk.c,
1273        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
1274
12752005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
1276
1277        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
1278        of code as a result of the implementation of a common PCI interface.
1279
12802005-05-04      Joel Sherrill <joel@OARcorp.com>
1281
1282        * libchip/network/open_eth.c: Remove prototype of set_vector.
1283
12842005-05-03      Joel Sherrill <joel@OARcorp.com>
1285
1286        * librdbg/src/ptrace.c: Remove warning.
1287
12882005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
1289
1290        * libchip/network/dec21140.c, libchip/network/elnk.c,
1291        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
1292        Modified parameter list to remove warnings.
1293
12942005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
1295
1296        * libchip/network/cs8900.c, libchip/network/i82586.c,
1297        libchip/network/open_eth.c, libchip/network/sonic.c,
1298        libchip/serial/mc68681.c: Modified types to remove
1299        warnings.  Added initialization to remove warnings.
1300
13012005-04-28      Joel Sherrill <joel@OARcorp.com>
1302
1303        * libchip/network/README.sonic: Rewritten to account for removal of
1304        dmv177.
1305
13062005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
1307
1308        PR 781/rtems_misc
1309        * libchip/serial/ns16550_p.h: Fix baud rate calculation
1310
13112005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
1312
1313        * libchip/serial/ns16550.c:
1314        Fixed warnings generated in various powerpc configurations
1315
13162005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
1317
1318        * libchip/serial/ns16550.c: Modified
1319        ISR to work with PPC new exception processing
1320
13212005-03-14      Joel Sherrill <joel@OARcorp.com>
1322
1323        * libchip/network/dec21140.c, libchip/network/elnk.c,
1324        libchip/network/if_fxp.c: Continue PCI API unification. All use
1325        pci_find_device(). Network drivers manufacture a signature since all
1326        calls have not been converted yet.
1327
13282005-03-04      Joel Sherrill <joel@OARcorp.com>
1329
1330        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
1331        initialize function part of the unified PCI API as pci_initialize().
1332
13332005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1334
1335        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
1336        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
1337
13382005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1339
1340        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
1341        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
1342
13432005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1344
1345        * aclocal/ppc.m4: Reflect changes to ppc exception processing
1346        building procedures.
1347
13482005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1349
1350        * aclocal/prog-cc.m4:
1351        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1352
13532005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1354
1355        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1356
13572005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1358
1359        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1360
13612005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1362
1363        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1364
13652005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1366
1367        * libnetworking/rtems_servers/ftp.c,
1368        libnetworking/rtems_servers/ftp.h,
1369        libnetworking/rtems_servers/Makefile.am:
1370        Remove (relocated to cpukit/ftpd).
1371        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1372        removed move libnetworking/rtems_servers.
1373
13742005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1375
1376        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1377
13782005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1379
1380        PR 755/rtems
1381        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1382        Remove local declarations of rtems_bsdnet_nameservers,
1383        rtems_bsdnet_nameservers_count.
1384
13852005-01-31      Sergei Organov <osv@topconrd.ru>
1386
1387        PR 751/pppd
1388        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1389        committed to fix PR736 breaks pppd. chat.c should have its own static
1390        ttyfd for pppd to work correctly. The symptom is that second
1391        invokation of chat (for connect script) fails due to pppd_ttyfd set
1392        to -1 by previous chat invokation (for init script). In addition,
1393        this patch fixes leaving of dangling pointer in the abort_stbring[]
1394        by chat_send().
1395
13962005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1397
1398        * configure.ac: Remove CFLAGS_DEBUG_V.
1399        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1400
14012005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1402
1403        * wrapup/Makefile.am: Remove rtems-ctor.o.
1404
14052005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1406
1407        * libchip/rtc/rtc.h: size_t RTC_Count.
1408
14092005-01-20      Joel Sherrill <joel@OARcorp.com>
1410
1411        PR 736/pppd
1412        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1413        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1414        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1415        should not be static and should have a name more specific to pppd.
1416
14172005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1418
1419        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1420        libnetworking/rtems_servers/Makefile.am,
1421        libnetworking/rtems_telnetd/Makefile.am,
1422        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1423        Eliminate CFLAGS_OPTIMIZE_V.
1424
14252005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1426
1427        * configure.ac: Pass CFLAGS to testsuites configure.
1428        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1429        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1430
14312005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1432
1433        * configure.ac: Pass CFLAGS to cpukit configure.
1434        * aclocal/rtems-flags.m4: Remove (Unused).
1435        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1436        * aclocal/env-rtemsbsp.m4:
1437        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1438        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1439        RTEMS_CFLAGS.
1440        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1441        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1442        Cleanup comments.
1443
14442005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1445
1446        * automake/compile.am: Remove build-variant support.
1447
14482005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1449
1450        * libnetworking/pppd/Makefile.am,
1451        libnetworking/rtems_servers/Makefile.am,
1452        libnetworking/rtems_telnetd/Makefile.am:
1453        Remove build-variant support.
1454
14552005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1456
1457        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1458        support/Makefile.am, wrapup/Makefile.am:
1459        Remove build-variant support.
1460
14612004-11-22      Joel Sherrill <joel@OARcorp.com>
1462
1463        * libchip/network/if_fxp.c: Add entry for another module ID code.
1464
14652004-11-22      Joel Sherrill <joel@OARcorp.com>
1466
1467        PR 693/misc
1468        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1469        in/outport routines.
1470
14712004-11-22      Joel Sherrill <joel@OARcorp.com>
1472
1473        PR 693/misc
1474        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1475        in/outport routines.
1476
14772004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1478
1479        * aclocal/enable-itron.m4: Remove (unused).
1480
14812004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1482
1483        * configure.ac: Misc. quoting cleanups.
1484        Enable ada-tests iff --enable-ada and --enable-tests.
1485
14862004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1487
1488        PR 703/filesystem
1489        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1490        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1491        libchip/ide/ide_controller.c:
1492        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1493        available for BSPS/device drivers.
1494        Extend the "modes_available" and "mode_active" parameters to
1495        uint16_t for UDMA support.
1496
14972004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1498
1499        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1500        not supported on PowerPC since it works on the MVME2100 BSP.
1501
15022004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1503
1504        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1505        Add dependency tracking for *.cfgs.
1506        * Makefile.am: Add dependency tracking for *.cfg.
1507
15082004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1509
1510        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1511        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1512
15132004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1514
1515        PR 707/make_build
1516        * configure.ac: Add --enable-rpcgen.
1517
15182004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1519
1520        PR 700/rtems_misc
1521        * libnetworking/rtems_webserver/asp.c,
1522        libnetworking/rtems_webserver/balloc.c,
1523        libnetworking/rtems_webserver/cgi.c,
1524        libnetworking/rtems_webserver/default.c,
1525        libnetworking/rtems_webserver/ej.h,
1526        libnetworking/rtems_webserver/ejIntrn.h,
1527        libnetworking/rtems_webserver/ejlex.c,
1528        libnetworking/rtems_webserver/ejparse.c,
1529        libnetworking/rtems_webserver/emfdb.c,
1530        libnetworking/rtems_webserver/emfdb.h,
1531        libnetworking/rtems_webserver/form.c,
1532        libnetworking/rtems_webserver/handler.c,
1533        libnetworking/rtems_webserver/h.c,
1534        libnetworking/rtems_webserver/license.txt,
1535        libnetworking/rtems_webserver/Makefile.am,
1536        libnetworking/rtems_webserver/md5c.c,
1537        libnetworking/rtems_webserver/md5.h,
1538        libnetworking/rtems_webserver/mime.c,
1539        libnetworking/rtems_webserver/misc.c,
1540        libnetworking/rtems_webserver/NOTES,
1541        libnetworking/rtems_webserver/ringq.c,
1542        libnetworking/rtems_webserver/rom.c,
1543        libnetworking/rtems_webserver/rtems_webserver.h,
1544        libnetworking/rtems_webserver/security.c,
1545        libnetworking/rtems_webserver/sock.c,
1546        libnetworking/rtems_webserver/socket.c,
1547        libnetworking/rtems_webserver/sockGen.c,
1548        libnetworking/rtems_webserver/sym.c,
1549        libnetworking/rtems_webserver/uemf.c,
1550        libnetworking/rtems_webserver/uemf.h,
1551        libnetworking/rtems_webserver/um.c,
1552        libnetworking/rtems_webserver/um.h,
1553        libnetworking/rtems_webserver/umui.c,
1554        libnetworking/rtems_webserver/url.c,
1555        libnetworking/rtems_webserver/value.c,
1556        libnetworking/rtems_webserver/wbase64.c,
1557        libnetworking/rtems_webserver/webcomp.c,
1558        libnetworking/rtems_webserver/webmain.c,
1559        libnetworking/rtems_webserver/webpage.c,
1560        libnetworking/rtems_webserver/webrom.c,
1561        libnetworking/rtems_webserver/webs.c,
1562        libnetworking/rtems_webserver/websda.c,
1563        libnetworking/rtems_webserver/websda.h,
1564        libnetworking/rtems_webserver/webs.h,
1565        libnetworking/rtems_webserver/websSSL.c,
1566        libnetworking/rtems_webserver/websSSL.h,
1567        libnetworking/rtems_webserver/websuemf.c,
1568        libnetworking/rtems_webserver/wsIntrn.h:
1569        Remove (Moved to cpukit/http).
1570
15712004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1572
1573        PR 700/rtems_misc
1574        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1575        Remove libnetworking/rtems_webserver.
1576
15772004-10-25      Eric Norum <norume@aps.anl.gov>
1578
1579        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1580
15812004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1582
1583        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1584
15852004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1586
1587        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1588        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1589
15902004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1591
1592        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1593
15942004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1595
1596        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1597        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1598
15992004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1600
1601        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1602        BITSPERBYTE.
1603
16042004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1605
1606        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1607        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1608
16092004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1610
1611        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1612
16132004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1614
1615        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1616        * aclocal/enable-bare.m4: Remove.
1617        * configure.ac: Remove BARE_CPU_MODEL.
1618
16192004-10-13      Eric Norum <norume@aps.anl.gov>
1620
1621        PR 688/bsps
1622        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1623        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1624        MC146818A (and several Dallas Semiconductor) TOD chips.
1625
16262004-10-13      Eric Norum <norume@aps.anl.gov>
1627
1628        PR 686/networking
1629        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1630        device code.
1631
16322004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1633
1634        * libchip/network/dec21140.c: include <rtems/pci.h>.
1635
16362004-09-29      Joel Sherrill <joel@OARcorp.com>
1637
1638        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1639        libnetworking/pppd/utils.c: i960 obsoleted and all references
1640        removed.
1641
16422004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1643
1644        PR 607/networking
1645        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1646        instead of fully specifying unused PCI features.
1647
16482004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1649
1650        * configure.ac: Require automake > 1.9.
1651
16522004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1653
1654        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1655
16562004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1657
1658        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1659        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1660
16612004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1662
1663        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1664        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1665
16662004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1667
1668        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1669
16702004-07-28  Joel Sherrill <joel@OARcorp.com>
1671
1672    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1673
16742004-07-25      Joel Sherrill <joel@OARcorp.com>
1675
1676        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1677
16782004-05-21  Till Strauman <strauman@slac.stanford.edu>
1679
1680        PR 625/networking
1681        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1682        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1683        an error rather than panic if no chip is detected (thus allowing
1684        for probing).
1685        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1686        instead of looping forever.  Avoid divide by zero (crashed my PC).
1687        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1688        they are UNTESTED.
1689
16902004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1691
1692        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1693
16942004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1695
1696        * libchip/network/dec21140.c, libchip/network/elnk.c:
1697        #include <errno.h>.
1698
16992004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1700
1701        * libchip/network/if_media.h: Update from FreeBSD.
1702        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1703        libchip/network/i82586.c: #include <errno.h>.
1704
17052004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1706
1707        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1708
17092004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1710
1711        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1712
17132004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1714
1715        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1716        automake).
1717
17182004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1719
1720        PR 599/pppd
1721        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1722
17232004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1724
1725        * optman/rtems/no-region.c: Reflect having changed
1726        rtems_region_get_segment_size.
1727
17282004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1729
1730        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1731        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1732        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1733        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1734        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1735        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1736        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1737
17382004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1739
1740        * libchip/ide/ata.c, libchip/network/dec21140.c,
1741        libchip/network/elnk.c, libchip/network/i82586.c,
1742        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1743        libchip/network/open_eth.c, libchip/network/sonic.c,
1744        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1745        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1746        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1747        libchip/shmdr/shm_driver.h: Cosmetics.
1748
17492004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1750
1751        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1752        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1753        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1754        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1755        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1756        fixed size types.
1757
17582004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1759
1760        * configure.ac: Explicitly pass --includedir and --libdir to
1761        cpukit/configure.
1762
17632004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1764
1765        * librdbg/Makefile.am: Fix rpcgen rules.
1766        * librdbg/src/i386/any/remdeb_xdr.c,
1767        librdbg/src/m68k/any/remdeb_xdr.c,
1768        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1769        Reflect changes to librdbg/Makefile.am.
1770
17712004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1772
1773        * configure.ac: Reflect changes testsuites/configure.ac and
1774        cpukit/configure.ac.
1775
17762004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1777
1778        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1779        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1780
17812004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1782
1783        * configure.ac: Reflect changes to testsuites's configuration.
1784
17852004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1786
1787        PR/589 rtems
1788        * libchip/network/pci.h: Remove (Moved to cpukit).
1789
17902004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1791
1792        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1793        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1794        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1795        libchip/network/dec21140.c, libchip/network/elnk.c,
1796        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1797        libchip/network/open_eth.h, libchip/network/sonic.c,
1798        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1799        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1800        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1801        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1802        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1803        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1804        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1805        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1806        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1807        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1808        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1809        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1810        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1811        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1812        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1813        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1814        fixed-size types.
1815
18162004-03-14      Chris Johns  <chrisj@rtems.org>
1817
1818        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1819        the BSP example code.
1820        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1821        support the DIMMPC. This is a pc386 target with IO port support. Minor
1822        formating clean up. Add documentation to the header file.
1823        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1824        cs8900.h header file.
1825
18262004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1827
1828        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1829        Cosmetics.
1830
18312004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1832
1833        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1834        There are no application level Makefiles in here.
1835
18362004-03-04      Joel Sherrill <joel@OARcorp.com>
1837
1838        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1839        they can be used in application level makefiles.
1840
18412004-03-05      Joel Sherrill <joel@OARcorp.com>
1842
1843        * libnetworking/rtems_webserver/ejparse.c,
1844        libnetworking/rtems_webserver/emfdb.c,
1845        libnetworking/rtems_webserver/sock.c,
1846        libnetworking/rtems_webserver/socket.c,
1847        libnetworking/rtems_webserver/sym.c,
1848        libnetworking/rtems_webserver/webs.c,
1849        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
18502004-03-05      Joel Sherrill <joel@OARcorp.com>
1851
1852        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1853        compiling this file only only those CPU families with supported
1854        exception models.
1855
18562004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1857
1858        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1859        testsuites (Was exposed with --enable-multilib, only).
1860        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1861         Add RTEMS_BSP_CONFIG_SUBDIR.
1862        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1863        testsuites's configure.
1864        * aclocal/rtems-top.m4: Remove ENDIF hack.
1865        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1866
18672004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1868
1869        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1870        wrapup/Makefile.am: Fix automake problems having been introduced
1871        in previous patch.
1872
18732004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1874
1875        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1876        Preinstall dirs.
1877        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1878        * aclocal/check-multiprocessing.m4: Cosmetics.
1879        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1880        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1881
18822004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1883
1884        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1885        librdbg/src/Makefile.am.
1886        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1887        * configure.ac: Reflect changes above.
1888        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1889        * wrapup/Makefile.am: Reflect changes above.
1890        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1891
18922004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1893
1894        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1895
18962004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1897
1898        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1899
19002004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1901
1902        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1903
19042004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1905
1906        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1907        librdbg/src/powerpc/Makefile.am: Remove.
1908        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1909        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1910        * configure.ac: Reflect changes above.
1911
19122004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1913
1914
19152004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1916
1917        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1918        STRIP.
1919
19202004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1921
1922        * librdbg/include/Makefile.am: Merge-in
1923        librdbg/include/rdbg/i386/Makefile.am,
1924        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1925        librdbg/include/rdbg/powerpc/Makefile.am.
1926        * librdbg/include/rdbg/i386/Makefile.am,
1927        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1928        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1929        * configure.ac: Reflect changes above.
1930
19312004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1932
1933        * configure.ac: Use AS_HELP_STRING(ada).
1934
19352004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1936
1937        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1938        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1939        Use AC_CONFIG_HEADERS.
1940        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1941        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1942
19432004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1944
1945        * Makefile.am: include local.am.
1946
19472004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1948
1949        * aclocal/version.m4: 4.6.99.0.
1950
19512004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1952
1953        * Makefile.am: Don't include host.am.
1954        * automake/compile.am: Further cleanups.
1955
19562004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1957
1958        * automake/lib.am: Remove (Unused).
1959
19602004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1961
1962        * wrapup/Makefile.am: Don't include lib.am.
1963        * automake/compile.am: Use automake compilation rules.
1964
19652004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1966
1967        * libnetworking/pppd/Makefile.am,
1968        libnetworking/rtems_servers/Makefile.am,
1969        libnetworking/rtems_telnetd/Makefile.am,
1970        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1971        support/Makefile.am: Don't include lib.am.
1972
19732004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1974
1975        * libchip/Makefile.am: Don't include lib.am.
1976        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1977        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1978        unnecessary EXTRA_DISTs.
1979
19802004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1981
1982        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1983        hack.
1984
19852004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1986
1987        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1988        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1989        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1990        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1991
19922004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1993
1994        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1995        Add AM_CONDITIONAL(HAS_MP).
1996        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1997        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1998        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1999        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2000        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2001        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
2002        (Deprecated by autoconf 2.59).
2003
20042004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2005
2006        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2007        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
2008
20092004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2010
2011        * ChangeLog: Merge-in libnetworking/ChangeLog.
2012        * libnetworking/ChangeLog: Remove.
2013        * ChangeLog: Merge-in librdbg/ChangeLog.
2014        * librdbg/ChangeLog: Remove.
2015        * ChangeLog: Merge-in libchip/ChangeLog.
2016        * libchip/ChangeLog: Remove.
2017        * ChangeLog: Merge-in optman/ChangeLog.
2018        * optman/ChangeLog: Remove.
2019
20202004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2021
2022        * configure.ac: Reflect changes to cpukit.
2023        * wrapup/Makefile.am: Reflect changes to librdbg.
2024        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
2025        * libchip/Makefile.am: Add PREINSTALL_DIRS.
2026        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
2027        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
2028        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
2029        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2030        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
2031        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
2032        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
2033
20342004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2035
2036        * aclocal/rtems-top.m4: Remove check for version.m4.
2037        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
2038
20392004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2040
2041        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
2042        * wrapup/Makefile.am: Reflect changes to libchip/*.
2043        * support/Makefile.am: Use automake compilation rules.
2044        * wrapup/Makefile.am: Reflect changes to support/*.
2045        * configure.ac: Remove libnetworking/wrapup/Makefile.
2046        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
2047        libnetworking/*/lib*.a instead of libnetapps.a.
2048        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
2049        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
2050        * optman/Makefile.am: Use automake compilation rules.
2051        * libchip/Makefile.am: Fix typo in previous patch.
2052        * libchip/Makefile.am: Use automake compilation rules.
2053        * libnetworking/Makefile.am: Remove wrapup.
2054        * libnetworking/pppd/Makefile.am: Build libpppd. Use
2055        automake-compilation rules.
2056        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
2057        automake-compilation rules.
2058        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
2059        automake-compilation rules.
2060        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
2061        automake-compilation rules.
2062        * libnetworking/wrapup/Makefile.am: Remove (Unused).
2063
20642004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2065
2066        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2067        PRE/TMPINSTALL_FILES to CLEANFILES.
2068        * automake/lib.am: Remove TMPINSTALL_FILES.
2069        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2070        PRE/TMPINSTALL_FILES to CLEANFILES.
2071        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
2072        PRE/TMPINSTALL_FILES to CLEANFILES.
2073        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
2074        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2075        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2076        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2077        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2078        * librdbg/src/i386/Makefile.am: Ditto.
2079        * librdbg/src/m68k/Makefile.am: Ditto.
2080        * librdbg/src/powerpc/Makefile.am: Ditto.
2081        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
2082        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
2083        * libnetworking/rtems_servers/Makefile.am: Ditto.
2084        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2085        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2086
20872004-01-07      Joel Sherrill <joel@OARcorp.com>
2088
2089        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
2090        more completely covers the MIPS family.
2091
20922003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2093
2094        * wrapup/Makefile.am: Reflect changes to shmdr.
2095        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
2096
20972003-12-18      Joel Sherrill <joel@OARcorp.com>
2098
2099        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
2100        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
2101        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
2102        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
2103        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
2104        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
2105        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
2106
21072003-12-17      Joel Sherrill <joel@OARcorp.com>
2108
2109        * aclocal/version.m4: Updated to rtems-20031217-test.
2110
21112003-12-17     
2112
2113        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2114        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
2115
21162003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2117
2118        * automake/compile.am: Remove LINK_LIBS (Unused).
2119        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
2120
21212003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2122
2123        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2124        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2125        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
2126        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
2127        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
2128
21292003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2130
2131        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
2132        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2133        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2134        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2135        * librdbg/src/i386/Makefile.am:
2136        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2137        * librdbg/src/m68k/Makefile.am:
2138        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2139        * librdbg/src/powerpc/Makefile.am:
2140        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2141
21422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2143
2144        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2145        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
2146        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
2147        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
2148        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
2149        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
2150        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2151        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
2152        * optman/Makefile.am: Remove project_libdir.
2153        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
2154        PRE/TMPINSTALL_FILES.
2155        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
2156        PRE/TMPINSTALL_FILES.
2157        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
2158        PRE/TMPINSTALL_FILES.
2159        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2160        PRE/TMPINSTALL_FILES.
2161        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
2162        from PRE/TMPINSTALL_FILES.
2163        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
2164        PRE/TMPINSTALL_FILES.
2165        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
2166        PRE/TMPINSTALL_FILES.
2167        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
2168        PRE/TMPINSTALL_FILES.
2169        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
2170        PRE/TMPINSTALL_FILES.
2171        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
2172        PRE/TMPINSTALL_FILES.
2173        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
2174        PRE/TMPINSTALL_FILES.
2175        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
2176        from PRE/TMPINSTALL_FILES.
2177
21782003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2179
2180        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
2181        * automake/lib.am: Remove project_libdir.
2182        * wrapup/Makefile.am: Reworked.
2183
21842003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2185
2186        * configure.ac: Reflect changes to librdbg.
2187        * optman/Makefile.am: Add tmpinstall dirstamp support.
2188        * libchip/Makefile.am: Fix variant-tmpinstall support.
2189        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
2190        * librdbg/src/powerpc/Makefile.am: Merge-in former
2191        new_exception_processing/Makefile.am.
2192        * librdbg/src/m68k/any/Makefile.am: Remove.
2193        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
2194        * librdbg/src/i386/any/Makefile.am: Remove.
2195        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
2196        * librdbg/src/Makefile.am: Cosmetics.
2197        * librdbg/include/Makefile.am: Cosmetics.
2198        * librdbg/Makefile.am: Cosmetics.
2199        * libnetworking/Makefile.am: Cosmetics.
2200        * libnetworking/pppd/Makefile.am: Cosmetics.
2201        * libnetworking/wrapup/Makefile.am: Cosmetics.
2202
22032003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2204
2205        * Makefile.am: Cosmetics.
2206        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
2207        support.
2208
22092003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2210
2211        * automake/compile.am: Remove $(ARCH):-rule.
2212
22132003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2214
2215        * configure.ac: Remove lib/libbsp/shared/Makefile,
2216        lib/libbsp/shmdr/Makefile.
2217
22182003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2219
2220        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
2221        libchip/serial/Makefile, libchip/rtc/Makefile.
2222        * support/Makefile.am: Remove all-local: $(ARCH).
2223        * wrapup/Makefile.am: Remove all-local: $(ARCH).
2224        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
2225        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
2226        * optman/Makefile.am: Remove all-local: $(ARCH).
2227        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2228        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
2229        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
2230        compilation dirstamp support.
2231        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
2232        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
2233        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
2234        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
2235        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
2236        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
2237        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2238        all-local: $(ARCH).
2239        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
2240        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
2241        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
2242        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
2243        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
2244
22452003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2246
2247        * aclocal/lead-dot.m4: New (from automake-1.7f).
2248        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
2249        AC_SUBST(dirstamp).
2250        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
2251        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2252        libchip/serial/Makefile.am: Ditto.
2253        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
2254        * librdbg/include/Makefile.am: Ditto.
2255        * librdbg/include/rdbg/Makefile.am: Ditto.
2256        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2257        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2258        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2259        * librdbg/src/Makefile.am: Ditto.
2260        * librdbg/src/i386/Makefile.am: Ditto.
2261        * librdbg/src/i386/any/Makefile.am: Ditto.
2262        * librdbg/src/m68k/Makefile.am: Ditto.
2263        * librdbg/src/m68k/any/Makefile.am: Ditto.
2264        * librdbg/src/powerpc/Makefile.am: Ditto.
2265        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2266        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
2267        preinstallation.
2268        * libnetworking/pppd/Makefile.am: Ditto.
2269        * libnetworking/rtems_servers/Makefile.am: Ditto.
2270        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2271        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2272        * libnetworking/wrapup/Makefile.am: Ditto.
2273
22742003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2275
2276        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
2277        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
2278        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
2279        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
2280        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2281        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2282        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2283        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
2284        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
2285        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
2286        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
2287        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
2288        underquoting to silence automake-1.8.
2289
22902003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2291
2292        * configure.ac: Reflect having moved tests to ../../testsuites.
2293
22942003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2295
2296        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
2297        * aclocal/canonical-host.m4: Remove.
2298        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
2299        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2300
23012003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2302
2303        * aclocal/check-cpu.m4: Remove.
2304        * configure.ac: Merge-in former aclocal/check-cpu.m4.
2305        * aclocal/canonical-target-name.m4: Add m4-quotes.
2306        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
2307        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
2308        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2309        * aclocal/check-networking.m4: Add m4-quotes. Require
2310        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2311        * aclocal/check-posix.m4: Add m4-quotes. Require
2312        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2313        * aclocal/check-rdbg.m4: Add m4-quotes. Require
2314        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2315        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
2316
23172003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2318
2319        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
2320        * aclocal/bsp-alias.m4: Remove.
2321
23222003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2323
2324        * configure.ac: Make presence of tests/ optional.
2325
23262003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2327
2328        * aclocal/path-perl.m4: Remove (Unused).
2329
23302003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2331
2332        * automake/force-preinstall.am: Remove.
2333
23342003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2335
2336        PR 499/rtems_misc
2337        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
2338        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
2339        Configuration (Odd was forced) - Correction of Stop Bit configuration
2340        (inversed) - Correction of ISR Handler to call
2341        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
2342        CTS Hardware flow control Configuration.
2343
23442003-09-04      Joel Sherrill <joel@OARcorp.com>
2345
2346        * lib/libcpu/shared/include/cache.h,
2347        lib/libcpu/shared/src/cache_aligned_malloc.c,
2348        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
2349        license changed.
2350        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2351        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2352        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2353        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2354        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2355        for license changed.
2356        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2357        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2358        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2359        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2360        libchip/network/cs8900.h, libchip/network/dec21140.c,
2361        libchip/network/elnk.c, libchip/network/open_eth.c,
2362        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2363        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2364        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2365        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2366        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2367        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2368        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2369        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2370        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2371        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2372        libchip/serial/serial.h, libchip/serial/z85c30.c,
2373        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2374        libchip/serial/z85c30_reg.c: URL for license changed.
2375
23762003-09-03      Jiri Gaisler <jiri@gaisler.com>
2377
2378        PR 477/networking
2379        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2380        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2381        libchip/network/open_eth.h: New files.
2382
23832003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2384
2385        * aclocal/rtems-top.m4: Add RTEMS_API.
2386        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2387
23882003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2389
2390        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2391        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2392        @RTEMS_BSP@.cfg.
2393
23942003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2395
2396        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2397
23982003-08-20      Joel Sherrill <joel@OARcorp.com>
2399
2400        * libchip/network/cs8900.c: Correct copyright statements.
2401
24022003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2403
2404        * aclocal/check-itron.m4: Remove.
2405        * aclocal/enable-inlines.m4: Remove.
2406        * Makefile.am: Reflect having moved aclocal/.
2407        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2408        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2409        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2410        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2411        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2412        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2413        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2414        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2415        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2416        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2417        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2418        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2419        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2420        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2421        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2422        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2423        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2424        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2425        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2426        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2427        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2428        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2429        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2430        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2431        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2432        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2433        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2434        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2435        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2436        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2437        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2438        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2439        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2440        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2441        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2442        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2443        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2444        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2445        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2446        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2447        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2448        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2449        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2450        * aclocal/target.m4: New (Copied from ../../aclocal).
2451        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2452        * aclocal/version.m4: New (Copied from ../../aclocal).
2453
24542003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2455
2456        * configure.ac: Remove stray comments.
2457        * automake/local.am, automake/host.am: Remove "debug".
2458
24592003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2460
2461        * Makefile.am: Reflect having moved automake/.
2462        * lib/Makefile.am: Reflect having moved automake/.
2463        * support/Makefile.am: Reflect having moved automake/.
2464        * wrapup/Makefile.am: Reflect having moved automake/.
2465        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2466        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2467        from ../../automake).
2468        * optman/Makefile.am: Reflect having moved automake/.
2469        * libchip/Makefile.am: Reflect having moved automake/.
2470        * libchip/ide/Makefile.am: Reflect having moved automake/.
2471        * libchip/network/Makefile.am: Reflect having moved automake/.
2472        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2473        * libchip/serial/Makefile.am: Reflect having moved automake/.
2474        * librdbg/Makefile.am: Reflect having moved automake/.
2475        * librdbg/include/Makefile.am: Reflect having moved automake/.
2476        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2477        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2478        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2479        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2480        automake/.
2481        * librdbg/src/Makefile.am: Reflect having moved automake/.
2482        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2483        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2484        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2485        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2486        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2487        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2488        having moved automake/.
2489        * libnetworking/Makefile.am: Reflect having moved automake/.
2490        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2491        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2492        automake/.
2493        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2494        automake/.
2495        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2496        automake/.
2497        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2498
24992003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2500
2501        * Makefile.am: Add bsp.pc.in.
2502        * bsp.pc.in: New (pkgconfig support).
2503
25042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2505
2506        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2507
25082003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2509
2510        * lib/Makefile.am: New (Required by 'make dist').
2511        * lib/ChangeLog: Remove.
2512        * lib/.cvsignore: Cleanup.
2513        * configure.ac: Reflect having added lib/Makefile.am.
2514        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2515        lib/libbsp/configure.ac.
2516        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2517        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2518
25192003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2520
2521        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2522        * configure.ac: Merge-in librdbg/configure.ac.
2523        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2524        librdbg/configure.ac.
2525        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2526        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2527        LIBCHIP. Conditionally build include-dirs.
2528        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2529        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2530        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2531        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2532        librdbg/include/rdbg/m68k/Makefile.am,
2533        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2534        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2535        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2536        librdbg/src/powerpc/Makefile.am, librdbg/
2537        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2538        configure.ac into ../configure.ac.
2539        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2540        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2541        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2542        libnetworking/rtems_telnetd/Makefile.am,
2543        libnetworking/rtems_webserver/Makefile.am,
2544        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2545        into ../configure.ac.
2546
25472003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2548
2549        PR 427/rtems
2550        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2551        * librdbg/src/servtsp.c: Ditto.
2552
25532003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2554
2555        PR 429/bsps
2556        PR 432/bsps
2557        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2558        packets are queued onto an elnk board, the ISR will deadlock the device
2559        with a tx complete interrupt.  Lighter tx loads are not affected as they
2560        end up submitting single packets to the device.
2561
25622003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2563
2564        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2565        optman/configure.ac.
2566        * optman/configure.ac: Remove (Merged into ../configure.ac).
2567        * optman/Makefile.am: Reflect having merged configure.ac into
2568        ../configure.ac.
2569        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2570        * libchip/Makefile.am, libchip/ide/Makefile.am,
2571        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2572        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2573        ../configure.ac.
2574
25752003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2576
2577        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2578
25792003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2580
2581        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2582        on i386.
2583
25842003-06-13      Joel Sherrill <joel@OARcorp.com>
2585
2586        * libnetworking/pppd/chat.c: Removed warnings.
2587
25882003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2589
2590        * libchip/network/README.3com: New file missed in previous commit.
2591        PR 405/bsps
2592        PR 393/networking
2593        * libchip/network/dec21140.c: Fix leak also known as PR393.
2594        * libchip/network/elnk.c, libchip/network/if_media.h,
2595        libchip/network/mii.h: New files.
2596        * libchip/network/Makefile.am: Reflect new files.
2597
25982003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2599
2600        * configure.ac: Remove support for profile-variant.
2601
26022003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2603
2604        PR 397/pppd
2605        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2606        * libnetworking/pppd/magic.c: Remove *rand48.
2607        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2608
26092003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2610
2611        * wrapup/Makefile.am: Add libide.a.
2612
26132003-04-15      Joel Sherrill <joel@OARcorp.com>
2614
2615        PR 387/rtems_misc
2616        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2617        routines.
2618        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2619
26202003-04-11      Joel Sherrill <joel@OARcorp.com>
2621
2622        * libnetworking/rtems_webserver/cgi.c,
2623        libnetworking/rtems_webserver/sockGen.c,
2624        libnetworking/rtems_webserver/umui.c,
2625        libnetworking/rtems_webserver/websSSL.c,
2626        libnetworking/rtems_webserver/websSSL.h,
2627        libnetworking/rtems_webserver/websda.c,
2628        libnetworking/rtems_webserver/websda.h: New files. Not included in
2629        previous commit.
2630
26312003-04-10      Joel Sherrill <joel@OARcorp.com>
2632
2633        PR 371/pppd
2634        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2635        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2636        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2637        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2638        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2639        still global symbols in rtemspppd.h which might need to be changed or
2640        converted into member of a structure which is dereferenced with a
2641        pointer that is managed as a per task variable. But this patch should
2642        avoid many conflicts.
2643
26442003-03-27      Joel Sherrill <joel@OARcorp.com>
2645
2646        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2647        not allowed in the cpukit source code since it must be buildable
2648        independent of any BSP. These files were moved to libchip/ide.
2649        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2650        files.
2651
26522003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2653
2654        PR 368/filesystems
2655        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2656        improvements which now work on pc386 and mbx8xx.
2657        * libchip/ide/ide_controller.c: New file.
2658
26592003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2660
2661        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2662
26632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2664
2665        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2666        * configure.ac: Add support/.
2667        * support/.cvsignore: New.
2668        * support/Makefile.am: New.
2669        * support/version.c: New.
2670        * wrapup/Makefile.am: Add support/libsupport.a.
2671        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2672        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2673        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2674        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2675
26762003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2677
2678        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2679
26802003-02-20      Till Straumann <strauman@slac.stanford.edu>
2681
2682        PR 354/networking
2683        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2684        chip against a table of supported chips. The untested ones are still
2685        commented out, however.
2686
26872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2688
2689        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2690        * configure.ac: AC_PREREQ(2.57).
2691        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2692        * optman/configure.ac: AC_PREREQ(2.57).
2693        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2694        * libchip/configure.ac: AC_PREREQ(2.57).
2695        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2696        * librdbg/configure.ac: AC_PREREQ(2.57).
2697        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2698        * libnetworking/configure.ac: AC_PREREQ(2.57).
2699
27002003-02-06      Joel Sherrill <joel@OARcorp.com>
2701
2702        * libnetworking/pppd/chat.c: Convert routines with common names to
2703        static. This included get_char(), put_char(), and character() among
2704        others.
2705
27062003-02-03      Joel Sherrill <joel@OARcorp.com>
2707
2708        PR 338/filesystem
2709        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2710        rtems_io_lookup_name() (API change).  Unused function removed.
2711
27122003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2713
2714        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2715        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2716        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2717        Eliminate *_O_FILES.
2718        * libnetworking/rtems_servers/Makefile.am,
2719        libnetworking/rtems_webserver/Makefile.am,
2720        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2721
27222002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2723
2724        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2725        Let all-local: depend on $(LIB).
2726        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2727        * optman/Makefile.am: Apply install-data-local to install *.rels.
2728
27292002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2730
2731        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2732        %.c rules.
2733        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2734        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2735        * libchip/rtc/Makefile.am: Ditto.
2736        * libchip/serial/Makefile.am: Ditto.
2737
27382002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2739
2740        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2741        LIBC_DEFINES.
2742        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2743        LIBC_DEFINES.
2744        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2745        LIBC_DEFINES.
2746
27472002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2748
2749        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2750
27512002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2752
2753        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2754        cache-checking.
2755        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2756
27572002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2758
2759        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2760        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2761        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2762        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2763        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2764
27652002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2766
2767        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2768        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2769        Remove.
2770        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2771
27722002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2773
2774        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2775        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2776
27772002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2778
2779        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2780        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2781
27822002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2783
2784        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2785        * optman/rel.am: New.
2786
27872002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2788
2789        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2790        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2791        braino in comment on "exec". Extend --enable-ada handling.
2792
27932002-11-04      Joel Sherrill <joel@OARcorp.com>
2794
2795        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2796        tasks and rolling multiple loops into 1.
2797        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2798        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2799        Removed warnings.
2800
28012002-10-31      Joel Sherrill <joel@OARcorp.com>
2802
2803        * libchip/network/dec21140.c: Removed warnings.
2804        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2805        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2806        librdbg/src/m68k/any/remdeb_xdr.c,
2807        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2808        warnings.
2809        * libnetworking/rtems_webserver/socket.c,
2810        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2811
28122002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2813
2814        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2815        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2816        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2817        above.
2818
28192002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2820
2821        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2822        * wrapup/.cvsignore: Remove autom4te.cache.
2823        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2824        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2825        autom4te.cache.
2826        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2827        autom4te.cache.
2828        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2829        autom4te.cache.
2830
28312002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2832
2833        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2834
28352002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2836
2837        * optman/.cvsignore: Add autom4te.cache.
2838
28392002-09-14      Joel Sherrill <joel@OARcorp.com>
2840
2841        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2842
28432002-09-07      Joel Sherrill <joel@OARcorp.com>
2844
2845        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2846        include files to resolve warnings.
2847
28482002-09-07      Chris Johns <ccj@acm.org>
2849
2850        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2851        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2852        which corrects the problem  where the cs8900.c file was actually the BSP
2853        glue.  Joel did some hacking so this file will compile.  Previously it
2854        required providing a target.h file to compile.
2855        * libchip/network/cs8900.c.bsp: New file.
2856
28572002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2858
2859        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2860
28612002-08-31      Joel Sherrill <joel@OARcorp.com>
2862
2863        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2864        eliminate warning.
2865
28662002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2867
2868        * configure.ac: Add ada-tests.
2869
28702002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2871
2872        * Makefile.am: Add preinstall-stamp.
2873
28742002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2875
2876        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2877        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2878        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2879        gcc31 happy.
2880        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2881        cp.
2882
28832002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2884
2885        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2886        make/bsp.mak.
2887        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2888        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2889
28902002-08-12      Joel Sherrill <joel@OARcorp.com>
2891
2892        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2893        avoid error.
2894
28952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2896
2897        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2898        * configure.ac: Add BSP_SUBDIRS.
2899        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2900        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2901        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2902        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2903        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2904        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2905        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2906        RTEMS_CHECK_BSP_CACHE.
2907        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2908        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2909        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2910        .$(OBJEXT) instead of .o.
2911        * libnetworking/pppd/Makefile.am,
2912        libnetworking/rtems_servers/Makefile.am,
2913        libnetworking/rtems_telnetd/Makefile.am,
2914        libnetworking/rtems_webserver/Makefile.am,
2915        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2916
29172002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2918
2919        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2920        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2921        ../libchip/serial/$(ARCH)/libserialio.a.
2922        * libchip/serial/Makefile.am: Don't tmp-install lib.
2923        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2924
29252002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2926
2927        * Makefile.am: Add rtems_makedir.
2928        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2929        * Makefile.am: Add wrapup-SUBDIR.
2930        * wrapup/ChangeLog: Remove.
2931        * wrapup/configure.ac: Remove.
2932        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2933        (Make the bare BSP happy).
2934        * configure.ac: Ditto.
2935        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2936        Create make/custom/default.cfg.
2937        * configure.ac: Add creation of make/custom/*.cfg. Create
2938        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2939
29402002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2941
2942        * Makefile.am: Clean $(PROJECT_RELEASE).
2943
29442002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2945
2946        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2947        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2948        prototype mismatches.
2949
29502002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2951
2952        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2953        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2954
29552002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2956
2957        * acinclude.m4: Add test "$multilib" != "yes".
2958        * config-ml.in: Remove.
2959        * acinclude.m4: Cleanups.
2960        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2961        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2962        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2963        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2964        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2965
29662002-07-16      Eric Norum <eric.norum@usask.ca>
2967
2968        * New driver for the Intel EtherExpressPro (82559ER) chip.
2969        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2970        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2971        * libchip/network/Makefile.am: Modified to reflect above.
2972
29732002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2974
2975        * acinclude.m4: New.
2976        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2977        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2978        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2979
29802002-07-01      Joel Sherrill <joel@OARcorp.com>
2981
2982        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2983        _Objects_Information_table now that it is a two dimensional array based
2984        upon API and class.
2985        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2986        of strnlen().
2987
29882002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2989
2990        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2991        preinstall libnetapps.a.
2992
29932002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2994
2995        * configure.ac: Remove librpc.
2996
29972002-06-25      Joel Sherrill <joel@OARcorp.com>
2998
2999        * Per PR233, moved librpc to exec.
3000        * configure.ac, wrapup/Makefile.am: Modified.
3001        * librpc, librpc/ChangeLog: Removed.
3002
30032002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3004
3005        * optman/Makefile.am: Remove multilib support.
3006        * optman/configure.ac: Ditto.
3007        * optman/sapi/Makefile.am: Ditto.
3008
30092002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3010
3011        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
3012        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
3013
30142002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3015
3016        Move networking libraries to c/src/exec/libnetworking
3017        * libnetworking/configure.ac, libnetworking/Makefile.am,
3018        libnetworking/wrapup/Makefile.am: Reflect Moval.
3019
30202002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3021
3022        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
3023        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
3024        <rtems/bspIo.h>.
3025
30262002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3027
3028        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
3029        * libnetworking/rtems/mkrootfs.h: Ditto.
3030        * libnetworking/rtems/Makefile.am: Reflect changes above.
3031
30322002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3033
3034        * configure.ac: Remove lib.
3035
30362002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
3037
3038        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
3039        that exception stack frames on M68K members with VBR always are 6 byte
3040        long. The incorrect assumption resulted in some gdb commands like "next"
3041        to fail on the 68360.
3042
30432002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3044
3045        * config-ml.in: Take out arm and sh variants RTEMS does not support.
3046        PR 220
3047        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3048        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
3049        CVS.
3050        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
3051        libnetworking/sys/filio.h: Remove.
3052        * libnetworking/sys/Makefile.am: Reflect changes above.
3053
30542002-05-07      Chris Johns <ccj@acm.org>
3055
3056        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
3057        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
3058        requires it to be stripped.
3059
30602002-05-01      Eric Norum <eric.norum@usask.ca>
3061
3062        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
3063        assembly  to satisfy gcc 3.1 and newer.
3064
30652002-04-26      Eric Norum <eric.norum@usask.ca>
3066
3067        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
3068        agressive optimization in gcc 3.1 does not reorder things.
3069
30702002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3071
3072        * libchip/network/dec21140.c: Reflect changes to powerpc's
3073        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
3074        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
3075        <rtems/score/cpu.h>.
3076        * librdbg/src/powerpc/rdbg_f.c: Ditto.
3077        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
3078
30792002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3080
3081        * optman/configure.ac: Remove ENABLE_GCC28.
3082
30832002-04-11      Chris Johns <ccj@acm.org>
3084
3085        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
3086        driver control block field to the ifconfig network driver structure.
3087        This field is needed by the i82586 driver which was ported from NetBSD
3088        as it had better hardware abstraction.
3089        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
3090        PR59, added the drv_ctrl driver control block field to the ifconfig
3091        network driver structure. This field is needed by the i82586 driver
3092        which was ported from NetBSD as it had better hardware abstraction.
3093
30942002-04-10      Mike Siers <mikes@poliac.com>
3095
3096        * libnetworking/rtems_webserver/NOTES,
3097        libnetworking/rtems_webserver/asp.c,
3098        libnetworking/rtems_webserver/balloc.c,
3099        libnetworking/rtems_webserver/default.c,
3100        libnetworking/rtems_webserver/ej.h,
3101        libnetworking/rtems_webserver/ejIntrn.h,
3102        libnetworking/rtems_webserver/ejlex.c,
3103        libnetworking/rtems_webserver/ejparse.c,
3104        libnetworking/rtems_webserver/emfdb.c,
3105        libnetworking/rtems_webserver/emfdb.h,
3106        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
3107        libnetworking/rtems_webserver/handler.c,
3108        libnetworking/rtems_webserver/license.txt,
3109        libnetworking/rtems_webserver/md5.h,
3110        libnetworking/rtems_webserver/md5c.c,
3111        libnetworking/rtems_webserver/mime.c,
3112        libnetworking/rtems_webserver/misc.c,
3113        libnetworking/rtems_webserver/ringq.c,
3114        libnetworking/rtems_webserver/rom.c,
3115        libnetworking/rtems_webserver/security.c,
3116        libnetworking/rtems_webserver/sock.c,
3117        libnetworking/rtems_webserver/sym.c,
3118        libnetworking/rtems_webserver/uemf.c,
3119        libnetworking/rtems_webserver/uemf.h,
3120        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
3121        libnetworking/rtems_webserver/url.c,
3122        libnetworking/rtems_webserver/value.c,
3123        libnetworking/rtems_webserver/wbase64.c,
3124        libnetworking/rtems_webserver/webcomp.c,
3125        libnetworking/rtems_webserver/webpage.c,
3126        libnetworking/rtems_webserver/webrom.c,
3127        libnetworking/rtems_webserver/webs.c,
3128        libnetworking/rtems_webserver/webs.h,
3129        libnetworking/rtems_webserver/websuemf.c,
3130        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
3131        2.1.4.
3132
31332002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3134
3135        * libchip/network/i82586.c: Include <string.h>.
3136        * libchip/network/sonic.c: Ditto.
3137
31382002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3139
3140        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
3141
31422002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3143
3144        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
3145
31462002-03-27      Thomas.Doerfler@imd-systems.de
3147
3148        PR 144
3149        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
3150        memory address 0 when called for the first time. This is done when
3151        trying to clear the variable "dhcp_hostname".
3152
31532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3154
3155        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3156        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3157        * Makefile.am: Remove AUTOMAKE_OPTIONS.
3158        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3159        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3160        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3161        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
3162        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
3163        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3164        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3165        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
3166        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
3167        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3168        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
3169        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
3170        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3171        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3172        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3173        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3174        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3175        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
3176        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3177        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3178        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3179        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3180        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3181        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
3182        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3183        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
3184        AUTOMAKE_OPTIONS.
3185        * libnetworking/configure.ac:
3186        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
3187        foreign 1.6]).
3188        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
3189        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
3190        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
3191        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
3192        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3193        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
3194        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
3195        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
3196        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
3197        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3198        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3199        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
3200        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3201        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
3202        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
3203        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
3204        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
3205
32062002-03-27      Ilya Alexeev <ilya@continuum.ru>
3207
3208        PR 162
3209        * libnetworking/net/if_ppp.c ppp_txdaemon(),
3210        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
3211        used in a device write routines.  Now ppp_softc structure have own
3212        character for writing to device (sc_outchar).  I think that converting
3213        local variables to static is not a right solution, because problems will
3214        occur in the case of two or more ppp instances.
3215        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
3216        must be u_long, otherwise in the case of the big output packet endless
3217        loop may occur.
3218
32192002-03-21      Ilya Alexeev <ilya@continuum.ru>
3220
3221        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
3222        preparations for multiple PPPD connections.
3223
32242002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3225
3226        PR 149
3227        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
3228        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
3229        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
3230        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3231
32322002-02-28      Victor V. Vengerov <vvv@oktet.ru>
3233
3234        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
3235        * configure.ac: Modified to reflect addition.
3236
32372002-02-27      Ilya Alexeev <ilya@continuum.ru>
3238
3239        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
3240        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3241        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
3242        capabilities as well as eliminate some warnings.
3243
32442002-02-27      Eric Norum <eric.norum@usask.ca>
3245
3246        * libnetworking/net/radix.c: Properly handle fetching the default route
3247        when there is no route.  This was a bug in the original FreeBSD code and
3248        this fix is from an updated version of their code.
3249
32502002-02-16      Eric Norum <eric.norum@usask.ca>
3251
3252        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
3253        checking.
3254
32552002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3256
3257        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
3258        dodefaultroute.
3259
32602002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3261
3262        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
3263        include <rtems/seterr.h>.
3264
32652002-02-01      Mike Siers <mikes@poliac.com>
3266
3267        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
3268        avoid bringing the link down too fast. NOTE: Mike reports successfully
3269        running at 56K baud on a direct link.
3270
32712002-02-01      Eric Valette <valette@crf.canon.fr>
3272
3273        * librdbg/So many patches have been posted recently on the mailing list
3274        and  because we were unable to find correct solution to compile on
3275        various  linux distros (due to rpcgen incompatibilities), librdbg/and
3276        because the coding  style of rdbg was rather inconsistant among various
3277        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
3278        global coding style (using indent + manual edits), 2) incorporate/review
3279        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
3280        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
3281        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
3282        after rdbg initialization is done, NB : the paches is huge but it is
3283        mainly due to coding styke chnages.  Only few lines of codes have been
3284        really changed and they do not impact  rdbg functionnality (AFAIKT).
3285        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
3286        librdbg/include/rdbg/m68k/rdbg_f.h,
3287        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
3288        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
3289        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
3290        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
3291        librdbg/src/servtsp.c, librdbg/src/servutil.c,
3292        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
3293        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
3294        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
3295        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
3296        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
3297        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
3298        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
3299        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3300        librdbg/src/powerpc/new_exception_processing/remdeb.h,
3301        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
3302        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
3303
33042002-01-31      Mike Siers <mikes@poliac.com>
3305
3306        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
3307        * Nice Update of PPPD support which eliminates the requiremetn that
3308        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
3309        and reports that it seems to be more stable and handle larger packets
3310        better.  This patch replaces the termios tasks with more general pppd
3311        network driver tasks.  The functions pppinput() and pppstart() get
3312        called from the interrupt service routine.
3313        * libnetworking/Makefile.am, libnetworking/configure.ac,
3314        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
3315        libnetworking/net/ethernet.h, libnetworking/net/if.c,
3316        libnetworking/net/if.h, libnetworking/net/if_arp.h,
3317        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
3318        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
3319        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
3320        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
3321        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
3322        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
3323        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
3324        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
3325        libnetworking/net/route.c, libnetworking/net/route.h,
3326        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
3327        libnetworking/pppd/README, libnetworking/pppd/STATUS,
3328        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
3329        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3330        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3331        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3332        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3333        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3334        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3335        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3336        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3337        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3338        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3339        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
3340        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3341        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3342        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
3343        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
3344        libnetworking/pppd/example/README,
3345        libnetworking/pppd/example/netconfig.h,
3346        libnetworking/wrapup/Makefile.am: Modified.
3347        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
3348        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
3349        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
3350        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3351        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3352        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3353        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3354        libnetworking/modem/pppcompress.c: Subdirectory removed.
3355
33562002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3357
3358        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3359        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3360
33612002-01-18      Till Straumann <strauman@slac.stanford.edu>
3362
3363        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3364        issues: - exception handler needs to enable MSR_FP if the interrupted
3365        thread is FP enabled. - printk message for MSR fixed and added
3366        stacktrace. NOTE: this requires the stacktrace patch to
3367        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3368        however).
3369
33702002-01-06      Joel Sherrill <joel@OARcorp.com>
3371
3372        * optman/.cvsignore: Added aclocal.m4 and configure.
3373        * optman/.cvsignore: New file.
3374
33752002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3376
3377        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3378
33792002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3380
3381        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3382        * optman/ChangeLog: New.
3383        * optman/configure.ac: New.
3384        * optman/Makefile.am: New.
3385        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3386        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3387
33882001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3389
3390        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3391
33922001-12-18      Eric Norum <eric.norum@usask.ca>
3393
3394        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3395        `directories' (path names with a / at the end) while disallowing open()
3396        operations on TFTP `directories'.
3397
33982001-12-07      Eric Norum <eric.norum@usask.ca>
3399
3400        * libnetworking/lib/tftpDriver.c: Restore write capability.
3401
34022001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3403
3404        * libchip/network/sonic.h: Fix typo.
3405        * libnetworking/arpa/Makefile.am: Remove stray lines.
3406
34072001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3408
3409        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3410
34112001-10-18      Eric Norum <eric.norum@usask.ca>
3412
3413        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3414        chdir() and open() operations within the TFTP file system.
3415
34162001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3417
3418        * librdbg/configure.ac: Fix latent bug exposed by removal of
3419        config.cache's which prevented powerpc targets librdbg from building.
3420
34212001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3422
3423        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3424        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3425        autoconf-2.52 happy.
3426
34272001-10-12      Mike Siers <mikes@poliac.com>
3428
3429        * libnetworking/Update to stable working state.  Congratulations Mike!
3430        :).
3431        * libnetworking/modem_example: Directory removed.
3432        * libnetworking/modem_example/16550.h,
3433        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3434        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3435        libnetworking/modem_example/ppp.h,
3436        libnetworking/modem_example/pppcompress.c: Files removed.
3437        * libnetworking/pppd/example/pppd.options: New file.
3438        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3439        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3440        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3441        libnetworking/pppd/rtemsmain.c: Updated.
3442
34432001-10-12      Joel Sherrill <joel@OARcorp.com>
3444
3445        * libchip/serial/z85c30.c: Fixed typo.
3446
34472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3448
3449        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3450        * configure.in: Remove.
3451        * configure.ac: New file, generated from configure.in by autoupdate.
3452        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3453        * libchip/configure.in: Remove.
3454        * libchip/configure.ac: New file, generated from configure.in by
3455        autoupdate.
3456        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3457        * librdbg/configure.in: Remove.
3458        * librdbg/configure.ac: New file, generated from configure.in by
3459        autoupdate.
3460        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3461        * libnetworking/configure.in: Remove.
3462        * libnetworking/configure.ac: New file, generated from configure.in by
3463        autoupdate.
3464
34652001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3466
3467        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3468        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3469        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3470
34712001-09-27      Joel Sherrill <joel@OARcorp.com>
3472
3473        * libchip/ChangeLog: Fixed typo in date.
3474
34752001-09-27      Eric Norum <eric.norum@usask.ca>
3476
3477        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3478        TFTP  filesystem.
3479
34802001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3481
3482        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3483        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3484        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3485        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3486        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3487        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3488        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3489        'PREINSTALL_FILES ='.
3490        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3491        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3492        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3493        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3494        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3495        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3496        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3497        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3498        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3499        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3500        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3501        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3502
35032001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3504
3505        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3506        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3507        * librdbg/src/m68k/any/Makefile.am: Ditto.
3508        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3509        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3510        happy.
3511
35122001-09-21      Joel Sherrill <joel@OARcorp.com>
3513
3514        * libchip/network/Makefile.am: Fixed typo on file name.
3515        * libchip/network/i82586.c: Commented out line 318 which is referencing
3516        a member of a structure that is not currently there.  This needs to be
3517        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3518        to C style.
3519
35202001-09-19      Eric Norum <eric.norum@usask.ca>
3521
3522        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3523
35242001-09-19      Chris Johns <ccj@acm.org>
3525
3526        * libchip/network/README.i82586, libchip/network/i82586.c,
3527        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3528        Network driver for Intel i82586.
3529        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3530        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3531        "root" filesystem with information obtained via the DHCP response.
3532
35332001-09-14      Eric Norum <eric.norum@usask.ca>
3534
3535        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3536        make gcc 3.x happy.
3537
35382001-08-16      Mike Siers <mikes@poliac.com>
3539
3540        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3541        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3542        These support callback functionality that has not even been compiled
3543        under RTEMS yet.
3544        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3545        example application.  Mike's notes on the modifications: - renamed
3546        error() function because of namespace problems - removed calls to the
3547        exit() funciton - removed extra files from the pppd source directory -
3548        defined pppd task constant values in rtemspppd.h - modifyied example
3549        code to get actual tick per second value - placed the pppd 2.3.11 man
3550        page file (pppd.8) into the pppd directory.
3551        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3552        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3553        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3554        libnetworking/pppd/rtems-ppp.c: Deleted.
3555        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3556        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3557        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3558        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3559        libnetworking/pppd/example/init.c,
3560        libnetworking/pppd/example/netconfig.h,
3561        libnetworking/pppd/example/ppp.conf,
3562        libnetworking/pppd/example/pppdapp.c,
3563        libnetworking/pppd/example/system.h: New files.
3564        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3565        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3566        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3567        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3568        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3569        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3570        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3571        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3572        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3573        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3574        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3575        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3576        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3577        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3578        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3579
35802001-08-16      Joel Sherrill <joel@OARcorp.com>
3581
3582        * libnetworking/pppd/example/Makefile: Removed.
3583        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3584        to avoid bootstrap -c clobbering it.
3585        * libnetworking/rtems_telnetd/.cvsignore: New file.
3586
35872001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3588
3589        * libnetworking/Makefile.am, libnetworking/configure.in,
3590        libnetworking/rtems_servers/Makefile.am,
3591        libnetworking/rtems_servers/telnetd.c,
3592        libnetworking/rtems_servers/telnetd.h,
3593        libnetworking/rtems_telnetd/Makefile.am,
3594        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3595        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3596        libnetworking/rtems_telnetd/telnetd.c,
3597        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3598        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3599        effect when ftpd change. - the tcp/ip stats have been implemented into
3600        icmds.c and started when telnetd daemon is started.
3601        * libnetworking/rtems_servers/telnetd.c,
3602        libnetworking/rtems_servers/telnetd.h: Removed.
3603        * libnetworking/rtems_telnetd: New directory.
3604        * libnetworking/rtems_telnetd/Makefile.am,
3605        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3606        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3607        libnetworking/rtems_telnetd/telnetd.c,
3608        libnetworking/rtems_telnetd/telnetd.h: New files.
3609
36102001-06-14      Joel Sherrill <joel@OARcorp.com>
3611
3612        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3613        Moved from libmisc/shell so the network stack to address network
3614        depenendency.
3615        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3616
36172001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3618
3619        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3620
36212001-05-15      Joel Sherrill <joel@OARcorp.com>
3622
3623        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3624        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3625        accidentally deleted the incorrectly empty versions.
3626
36272001-05-14      Till Straumann <strauman@slac.stanford.edu>
3628
3629        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3630        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3631        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3632        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3633        to know the values) - the affected BSP (shared/motorola) headers have
3634        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3635        driver (libchip/network/dec21140.c) has been fixed to use
3636        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3637        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3638        who is using this driver. - the DEC driver also has been fixed to use
3639        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3640        delay_in_bus_cycles().
3641
36422001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3643
3644        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3645
36462001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3647
3648        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3649
36502001-04-24      Eric Norum <eric.norum@usask.ca>
3651
3652        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3653        NTP synchronization a little more robust -- no NTP daemon yet, but at
3654        least it trys a little harder when the primary NTP server is down.
3655
36562001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3657
3658        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3659        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3660        libnetworking/pppd/modem_example/modem.c,
3661        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3662        other strings into English.
3663        * libnetworking/pppd/STATUS: updated to reflect the changes.
3664
36652001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3666
3667        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3668        again.
3669
36702001-04-20      Eric Valette <valette@crf.canon.fr>
3671
3672        * mcp750 directory renamed new_exception processing as it supports many
3673        more CPU models.
3674        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3675        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3676        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3677        formerly in mcp750 plus modifications.
3678        * librdbg/src/powerpc/mcp750/.cvsignore,
3679        librdbg/src/powerpc/mcp750/Makefile.am,
3680        librdbg/src/powerpc/mcp750/remdeb.h,
3681        librdbg/src/powerpc/mcp750/remdeb_f.x,
3682        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3683        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3684        new_exception_processing.
3685        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3686        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3687        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3688        part of this effort to add support for the MPC8xx.
3689
36902001-04-19      Joel Sherrill <joel@OARcorp.com>
3691
3692        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3693        internal include files.
3694
36952001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3696
3697        PR 158
3698        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3699        rcmd() library call by commenting out the parts that deal with signals.
3700        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3701        stdio. The 'server-side' parts of this file which deal with
3702        authentication are disabled since they are not needed.
3703
37042001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3705
3706        * libnetworking/include/.cvsignore: Remove dangling file.
3707
37082001-03-14      Joel Sherrill <joel@OARcorp.com>
3709
3710        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3711        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3712        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3713        libchip style serial drivers can be written in libcpu or libbsp.
3714
37152001-03-01      Joel Sherrill <joel@OARcorp.com>
3716
3717        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3718        libchip/network/sonic.c, libchip/network/sonic.h,
3719        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3720        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3721        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3722        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3723        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3724        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3725        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3726        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3727
37282001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3729
3730        * librdbg/include/rdbg/Makefile.am,
3731        librdbg/include/rdbg/i386/Makefile.am,
3732        librdbg/include/rdbg/m68k/Makefile.am,
3733        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3734        style on include files.
3735
37362001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3737
3738        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3739        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3740        replace ${..} with $(..).
3741        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3742        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3743        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3744        libnetworking/rtems/Makefile.am, libnetworking/
3745        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3746        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3747        include_*HEADERS instead of H_FILES.
3748        * libnetworking/include/Makefile.am: Remove.
3749        * libnetworking/Makefile.am: Add handling of *.h files.
3750        * libnetworking/configure.in: Remove include/Makefile.
3751
37522001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3753
3754        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3755
37562001-01-31      Sergei Organov <osv@javad.ru>
3757
3758        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3759        current dir and root dir removed in favor of new libio support for
3760        task-local current and root directories. - Bug in `close_data_socket()'
3761        introduced by previous change fixed. - `command_pasv()' changed to set
3762        timeout on socket we are listening on and code fixed to don't close
3763        socket twice on error. - `serr()' changed to clear `errno'. -
3764        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3765        changed to clear `errno' before processing session. -
3766        `close_data_socket()' fixed to close both active and passive sockets -
3767        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3768        empty string  in `exec_command()'.
3769
37702001-01-25      Eric Norum <eric.norum@usask.ca>
3771
3772        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3773        improves throughput on systems which are dropping packets.   Only the
3774        first timeout is reduced.  This keeps the number of extra packets down
3775        on networks that are very busy and dropping lots of packets.
3776
37772001-01-24      Sergei Organov <osv@javad.ru>
3778
3779        * libnetworking/rtems_servers/ftpd.c,
3780        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3781        - Timeouts on sockets implemented. 'idle' field added to configuration.
3782        No timeout by default to keep backward compatibility. Note: SITE IDLE
3783        command not implemented yet. - Basic global access control implemented.
3784        'access' field added to configuration. No access limitations by default
3785        to keep backward compatibility. - Anchor data socket for active mode
3786        (using self IP and port 20.) - Fixed default data port support (still
3787        not tested). - Don't allow IP address different from originating host in
3788        PORT command to improve security. - Fixed bug in MDTM command. - Check
3789        for correctness of parsing of argument in command_port(). - Fixed
3790        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3791        a directory. - Command parsing a little bit improved: command names are
3792        now converted to upper-case to be more compatible with RFC (command
3793        names are not case-sensitive.) - Reformat comments so that they have
3794        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3795        previous changes - True ASCII mode implemented (doesn't work for hooks
3796        and /dev/null) - Passive mode implemented, PASV command added. - Default
3797        port for data connection could be used (untested, can't find ftp client
3798        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3799        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3800
38012001-01-18      Joel Sherrill <joel@OARcorp.com>
3802
3803        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3804        macro using variable arguments.
3805        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3806        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3807        since I updated the main RTEMS development machine to RedHat 7.2 and
3808        apparently got a new version of rpcgen.
3809
38102001-01-12      Sergei Organov <osv@javad.ru>
3811
3812        * libnetworking/rtems_servers/ftpd.c,
3813        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3814        - use pool of pre-created threads to handle sessions instead of
3815        creating/deleting threads on the fly - LIST output is now similar to
3816        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3817        happy with it. - LIST NAME now works (both for files and directories) -
3818        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3819        clients happy  - keep track of CWD for every session separately -
3820        ability to specify root directory name for FTPD in configuration table.
3821        FTPD will then create illusion for FTP clients that this is actually
3822        root directory. - ignore options sent in commands, thus LIST -al FILE
3823        works and doesn't try to list "-al" directory. - buffers are allocated
3824        on stack instead of heap where possible to eliminate malloc/free calls
3825        (avoid possible heap fragmentation troubles). - drop using of task
3826        notepad to pass parameters - use function arguments instead - use
3827        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3828        in socket() instead of AF_INET.
3829
38302001-01-02      Joel Sherrill <joel@OARcorp.com>
3831
3832        * libnetworking/CHANGELOG: Removed.
3833        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3834
38352000-12-14      Eric Norum <eric.norum@usask.ca>
3836
3837        * libnetworking/lib/tftpDriver.c: Added write capability.
3838
38392000-12-08      Joel Sherrill <joel@OARcorp.com>
3840
3841        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3842        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3843        numerous variable declarations conditional on PPP_COMPRESS and
3844        PPP_FILTER.  Commented out variables that were not used because the code
3845        using them was commented out. Removed totally unused variables.
3846        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3847        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3848
38492000-11-30      Joel Sherrill <joel@OARcorp.com>
3850
3851        * libnetworking/modem/ppp_tty.c: Changed to include
3852        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3853        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3854        * libnetworking/Makefile.am: Modified to reflect above.
3855
38562000-11-27      Joel Sherrill <joel@OARcorp.com>
3857
3858        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3859
38602000-11-25      Eric Norum <eric.norum@usask.ca>
3861
3862        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3863        core.
3864
38652000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3866
3867        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3868        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3869        subdir.
3870        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3871        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3872        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3873        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3874        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3875        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3876        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3877        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3878        ppp_tty.c and the real pppd main is in pppmain.c.
3879
38802000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3881
3882        * libchip/network/sonic.c: Added ipalign() routine to align the received
3883        packet so that the ip header is on a 32-bit boundary. Necessary for
3884        cpu's that do not allow unaligned loads and stores and when the 32-bit
3885        DMA mode is used.
3886
38872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3888
3889        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3890        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3891        ACLOCAL_AMFLAGS.
3892        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3893        ACLOCAL_AMFLAGS.
3894        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3895        ACLOCAL_AMFLAGS.
3896
38972000-11-03      Chris Johns <ccj@acm.org>
3898
3899        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3900        libchip/network/cs8900.h: New files.
3901
39022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3903
3904        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3905        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3906        $(RTEMS_TOPdir)/aclocal.
3907        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3908        $(RTEMS_TOPdir)/aclocal.
3909        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3910        $(RTEMS_TOPdir)/aclocal.
3911
39122000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3913
3914        * configure.in: Switch to GNU-canonicalization.
3915        * Makefile.am: Reflect changes to configure.in.
3916        * acinclude.m4: Remove.
3917
39182000-10-30      Joel Sherrill <joel@OARcorp.com>
3919
3920        * POSIX include files merged into newlib.  This resulted in some
3921        definitions moving to other files and thus some secondary effects in
3922        RTEMS source code.
3923        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3924        in sync with newlib's <machine/types.h>.
3925        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3926        definition of struct itimerval in <sys/time.h>.
3927
39282000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3929
3930        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3931        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3932        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3933        * ChangeLog: Fix typos.
3934        * configure.in: add tests to the GNU canonicalized subdirectories.
3935
39362000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3937
3938        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3939        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3940        the lib directory before configuring lib/.
3941
39422000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3943
3944        * configure.in, Makefile.am: add exec to the GNU canonicalized
3945        subdirectories.
3946        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3947        * configure.in: add libnetworking, librpc and librdb to the GNU
3948        canonicalized subdirectories.
3949        * configure.in: add libmisc and libchip to the GNU canonicalized
3950        subdirectories.
3951        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3952        Switch to GNU canonicalization.
3953        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3954        Switch to GNU canonicalization.
3955        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3956        Switch to GNU canonicalization.
3957
39582000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3959
3960        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3961        canonicalization to libfs/. The approach is currently a bit of a hack as
3962        GNU canonicalization does not support the per-BSP build some of the
3963        other directories require.  As more of the tree is converted, this will
3964        become less  of an issue.
3965
39662000-10-20      Joel Sherrill <joel@OARcorp.com>
3967
3968        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3969        parameter.
3970
39712000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3972
3973        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3974        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3975        * librdbg/configure.in: Add m68k support.
3976        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3977        subdirectory.
3978        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3979        failure.
3980        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3981        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3982        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3983        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3984        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3985        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3986        librdbg/src/m68k/.cvsignore: New files.
3987        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3988        function pointers.
3989        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3990        _after_ pointer has been checked against NULL.
3991
39922000-10-18      Joel Sherrill <joel@OARcorp.com>
3993
3994        * wrapup/Makefile.am: Added libfs.
3995
39962000-10-18      Chris Johns <ccj@acm.org>
3997
3998        * libfs created.
3999        * configure.in: Added libfs subdirectory.
4000        * libnetworking/pppd/ipxcp.c: Fixed a typo.
4001
40022000-09-28      Joel Sherrill <joel@OARcorp.com>
4003
4004        * libnetworking/rtems_webserver/Makefile.am,
4005        libnetworking/rtems_webserver/base64.c,
4006        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
4007        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
4008
40092000-09-22      Joel Sherrill <joel@OARcorp.com>
4010
4011        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
4012        libnetworking/rtems/rtems_bsdnet_internal.h,
4013        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
4014        have included rtems.h.  It is now including precisely the  least amount
4015        of low level, yet portable .h files to get the basic RTEMS types
4016        defined.  This rippled into other  files since rtems_bsdnet_internal.h
4017        used machine/types.h to include rtems.h.
4018
40192000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4020
4021        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
4022
40232000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4024
4025        * libnetworking/ChangeLog: Cleanup.
4026
40272000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4028
4029        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
4030        * libchip/ChangeLog: Fix formating.
4031
40322000-09-05      Joel Sherrill <joel@OARcorp.com>
4033
4034        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
4035        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
4036        confusion and to work with the converted flags.
4037
40382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4039
4040        * wrapup/Makefile.am: Include compile.am.
4041        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
4042        libchip/serial/Makefile.am: Include compile.am.
4043        * librdbg/src/i386/any/Makefile.am,
4044        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
4045        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
4046        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
4047        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
4048        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
4049        libnetworking/rtems_servers/Makefile.am,
4050        libnetworking/rtems_webserver/Makefile.am,
4051        libnetworking/wrapup/Makefile.am: Include compile.am.
4052
40532000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
4054
4055        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
4056        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
4057
40582000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4059
4060        * libnetworking/netinet/tcp_input.c: Spelling corrections.
4061
40622000-08-31      Joel Sherrill <joel@OARcorp.com>
4063
4064        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
4065        Antti P Miettinen <antti.p.miettinen@nokia.com>.
4066        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
4067        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
4068        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
4069        * libnetworking/wbase64.c: Removed.
4070        * libnetworking/Makefile.am, libnetworking/asp.c,
4071        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
4072        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
4073        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
4074        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
4075        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
4076        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
4077        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
4078        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
4079        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
4080        Modified.
4081
40822000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4083
4084        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
4085
40862000-08-30      Joel Sherrill <joel@OARcorp.com>
4087
4088        * libnetworking/rtems_webserver/license.txt: New file.
4089
40902000-08-10      Joel Sherrill <joel@OARcorp.com>
4091
4092        * ChangeLog: New file.
4093        * libchip/ChangeLog: New file.
4094        * librdbg/ChangeLog: New file.
4095        * libnetworking/ChangeLog: New file.
4096
Note: See TracBrowser for help on using the repository browser.