source: rtems/c/src/ChangeLog @ f0a90bb

4.104.115
Last change on this file since f0a90bb was ca5bcd8, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 02/27/09 at 11:10:46

PR 1356

  • libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC cards.
  • Property mode set to 100644
File size: 147.9 KB
Line 
12009-02-27      Gene Smith <gene.smith@siemens.com>
2
3        PR 1356
4        * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC
5        cards.
6
72009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * libchip/network/dec21140.c, libchip/network/elnk.c: Make sure this is
10        enabled on x86.
11
122009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * aclocal/bspopts.m4: Quoting cosmetics.
15
162009-01-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
17
18        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Fixed
19        RTEMS_BLKDEV_CAPABILITIES ioctl which caused invalid multiple block
20        writes.  Fixed integer type in device structure.
21
222009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * libchip/serial/ns16550.c: Turn on ns16550_process() for
25        BSP_FEATURE_IRQ_LEGACY case also.
26
272008-11-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
28
29        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Removed high
30        level LibI2C interface.  Added generic block IO functions.
31
322008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
35        optman/rtems/no-msg.c, optman/rtems/no-part.c,
36        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
37        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
38        optman/sapi/no-ext.c, optman/sapi/no-io.c:
39        Revert previous patch (cvs clash with Joel hacking cpukit).
40
412008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * aclocal/canonical-target-name.m4: Remove tic4x.
44
452008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * libchip/rtc/ds1375.c: Include <errno.h> instead of <sys/errno.h>.
48
492008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
52        optman/rtems/no-msg.c, optman/rtems/no-part.c,
53        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
54        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
55        optman/sapi/no-ext.c, optman/sapi/no-io.c:
56        Fix prototypes.
57
582008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * libchip/serial/ns16550_p.h: Remove prototype with no implementation.
61
622008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c,
65        libchip/shmdr/shm_driver.h: Cleanup and remove variables which
66        duplicated data.
67
682008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert SAPI manager and
71        SuperCore Handler initialization routines to directly pull parameters
72        from configuration table.
73
742008-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
77        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
78        optman/rtems/no-part.c, optman/rtems/no-region.c,
79        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
80        optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager
81        initialization routines to directly pull parameters from
82        configuration table. Eliminate empty routines sportted.
83
842008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * libchip/serial/ns16550.c: Add CVS-Id. Fix #define mess.
87
882008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * libchip/network/i82586.c, libchip/network/smc91111config.h: Eliminate
91        all public use of TOD conversion routines.
92
932008-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * libchip/network/smc91111config.h:
96        #include <stdint.h> instead of <rtems/stdint.h>.
97
982008-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * aclocal/prog-cc.m4: Use -r instead of -Wl,-r to build *.rels.
101        * aclocal/rtems-cpu-subdirs.m4: Remove obsolete cpus.
102
1032008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
104
105        * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
106
1072008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
108
109        * libchip/serial/ns16550.c: Transmit the character in the polled write
110        function within a critical section for printk() compatibility.
111
1122008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
113
114        * libchip/i2c/spi-sd-card.c: Update for status-checks.h changes.
115
1162008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
117
118        * aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
119
1202008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
123
1242008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * aclocal/bsp-bootcard-options.m4: Fix quoting.
127
1282008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * aclocal/bsp-bootcard-options.m4: New file.
131        * aclocal/bsp-bootcards-handles-ram-allocation.m4: Removed.
132
1332008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
134
135        * libchip/serial/ns16550.c: Enable interrupt code only for PowerPC or
136        BSPs that support this feature.
137
1382008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * libchip/serial/ns16550.c: Fix typo.
141
1422008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
143
144        * libchip/serial/ns16550.c: Fix typo.
145
1462008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * libchip/serial/ns16550.c: Add not supported on arm even though it is
149        not simple vectored.
150
1512008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
152
153        * libchip/serial/ns16550.c: Not currently supported on architectures
154        with simple vectored interrupt model.
155
1562008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * aclocal/version.m4: Bump RTEMS_API to 4.10.
159        Bump _RTEMS_VERSION to 4.9.99.0.
160
1612008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
162
163        * libchip/rtc/icm7170.c, libchip/rtc/m48t08.c,
164        c/src/libchip/rtc/rtc.h:  Include required header files.  Some internal
165        functions have now static linkage type.  Added constant qualifier to
166        operations table and read-only function parameters.
167
168        * libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
169        c/src/libchip/serial/serial.h:  Include required header files.  Removed
170        support for old PowerPC exception handling.  Various fixes for
171        interrupt related routines.  Added support for BSPs with IRQ extension
172        API.
173
1742008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
175
176        * libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there
177        is no PCI bus based upon the BSP not having a base address defined.
178        This means this driver cannot be supported on that board.
179
1802008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
181
182        * libchip/network/dec21140.c, libchip/network/elnk.c,
183        libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
184
1852008-09-17      Miao Yan <yanmiaobest@gmail.com>
186
187        * optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
188        add simple device only filesystem (devfs), optionally completely drop
189        out filesystem, and to clean up disabling newlib reentrancy support.
190        This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t
191        now has a 15K code space.
192        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
193        Removed.
194
1952008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * libchip/ide/ata.h: Convert to Unix file format.
198
1992008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
200
201        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
202        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
203        libchip/serial/serial.h, libchip/serial/serprobe.c,
204        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
205        Convert to "bool".
206        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
207        libchip/i2c/spi-memdrv.h: Convert to "bool".
208        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
209        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
210        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
211        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
212        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
213        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
214        Convert to "bool".
215        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
216        Convert to "bool".
217        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
218        Convert to "bool".
219
2202008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
221
222        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
223        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
224        memory driver to not use the clock ioctl to install a method to poll
225        for input. It now uses a Class API Timer which means we can eliminate
226        this special IOCTL from all clock drivers.
227        * libchip/shmdr/setckvec.c: Removed.
228
2292008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
230
231        * libchip/network/sonic.c: Do not declare a variable just to hold an
232        ignored return value.
233
2342008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
235
236        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
237
2382008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
239
240        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
241        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
242
2432008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
244
245        * libchip/display/disp_hcms29xx.c: Do not make these static. They
246        appear to be unused that way.
247
2482008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
249
250        * libchip/shmdr/shm_driver.h: Correct prototypes.
251
2522008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
253
254        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
255        variables and made methods static.
256
2572008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * libchip/serial/ns16550.c: Fix warning.
260
2612008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * aclocal/prog-cc.m4: Add -Wnested-externs.
264
2652008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
266
267        * libchip/network/dec21140.c: Add missing prototype.
268        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
269
2702008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
271
272        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
273        -Wstrict-prototypes to RTEMS_CFLAGS.
274
2752008-08-02      Chris Johns <chrisj@rtems.org>
276
277        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
278        rtems_blkdev_request count and start references. Use
279        RTEMS_BLKDEV_START_BLOCK.
280
2812008-07-29      Chris Johns <chrisj@rtems.org>
282
283        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
284
285        * libchip/ide/ata.c: Change to use a mutex rather than disable
286        pre-emption. Updated to the libblock changes.
287
288        * libchip/ide/ata_internal.h: Updated to the new chains API.
289
290        * libchip/ide/ide_controller.c: Updated to the libblock
291        changes. Added come debug tracing.
292
293        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
294        to the libblock changes.
295
2962008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
297
298        * configure.ac: Remove RPCGEN, RPCTOOLS.
299
3002008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
301
302        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
303        for output format specifiers.
304
3052008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
306
307        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
308        Fixed some data types
309
3102008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
311
312        * libchip/i2c/spi-sd-card.c: Added missing header file.
313        * libchip/Makefile.am: Added SD Card driver.
314
3152008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
316
317        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
318        make glyphs non-constant, added file headers
319
3202008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
321
322        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
323        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
324        * libchip/display/font_hcms29xx.h
325        Creation of SPI display driver
326
3272008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
328
329        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
330        via SPI.
331
3322008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
333
334        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
335        AC_PREREQ(2.62).
336
3372008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
338
339        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
340
3412008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
342
343        * libchip/Makefile.am: Move termios helper routines from libchip to
344        libcsupport. Add routine which makes it easy for a termios device
345        driver to inform termios of its default baud rate. This avoids
346        inconsistencies in later termios settings changes.
347        * libchip/serial/termios_baud2index.c,
348        libchip/serial/termios_baud2num.c: Removed.
349
3502008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
351
352        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
353
3542008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
355
356        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
357        not fail if there are none.
358
3592008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
360
361        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
362        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
363        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
364        * libchip/Makefile.am:
365        derived a generic spi memory driver from spi-flash-m25p40,
366        added descriptor for fram fm25l256
367
3682008-05-07      Till Straumann <strauman@slac.stanford.edu>
369
370        PR 649/bsps
371        * libchip/ide/ata.c: Give up if the interface does not become ready.
372
3732008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
374
375        Moved to cpukit.
376        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
377        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
378        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
379        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
380        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
381        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
382        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
383        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
384        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
385        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
386        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
387        nfsclient/src/xdr_mbuf.c: Removed.
388
3892008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
390
391        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
392
3932008-01-05      Chris Johns <chrisj@rtems.org>
394
395        * libchip/flash/am29lv160.c: Update the blank check error message
396        to say there is an error.
397       
3982007-12-22      Chris Johns <chrisj@rtems.org>
399
400        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
401        the hello message. Just one line but still a little too long.
402       
4032007-12-14      Chris Johns <chrisj@rtems.org>
404
405        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
406        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
407        * libchip/flash, libchip/flash/am29lv160.c,
408        libchip/flash/am29lv160.h: New.
409
4102007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
411
412        * libchip/network/if_fxp.c: Spacing.
413
4142007-11-20      Till Straumann <strauman@slac.stanford.edu>
415
416        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
417        Avoid using 'stdio' before the system is up and fully
418        initialized.
419
4202007-11-20      Till Straumann <strauman@slac.stanford.edu>
421
422        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
423        * libchip/Makefile.am, libchip/preinstall.am:
424        added new driver for Maxim DS1375 i2c RTC.
425
4262007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
427
428        * libchip/i2c/spi-flash-m25p40.c:
429        added addressing call in write function
430
4312007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
432
433        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
434        * libchip/Makefile.am:
435        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
436
4372007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
438
439        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
440
4412007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
442
443        * nfsclient/Makefile.am: Fix errors.
444
4452007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
446
447        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
448
4492007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
450
451        * aclocal/version.m4: Bump RTEMS_API to 4.9.
452        Bump RTEMS_VERSION to 4.8.99.0.
453
4542007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
455
456        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
457
4582007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
459
460        * configure.ac: Remove AC_PROG_AWK (Unused).
461
4622007-09-14      Daron Chabot <djc915@mail.usask.ca>
463
464        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
465        rtems_interrupt_vector, to permit passing arbitrary arguments to the
466        ISR. Clean up of variables to silence compiler warnings.
467
4682007-09-13      Daniel Hellstrom <daniel@gaisler.com>
469
470        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
471
4722007-09-12      Daniel Hellstrom <daniel@gaisler.com>
473
474        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
475          - Odd bit bug in some chips taken care of.
476          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
477            alignment but failing to do so must have made the driver writer to make
478            some incorrect assumptions about MBUFs.
479          - Fixed MBUF handling to handle mbuf chains better. The Data length of
480            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
481          - Made while loop responsible for copying data to fifo port copy 16 shorts
482            per loop instead of 1 short, increasing the copying process.
483
4842007-09-07      Daniel Hellstrom <daniel@gaisler.com>
485
486        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
487        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
488
4892007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
490
491        * configure.ac, wrapup/Makefile.am: Remove RDBG.
492        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
493        librdbg/Makefile.am, librdbg/preinstall.am,
494        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
495        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
496        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
497        librdbg/include/rdbg/powerpc/rdbg_f.h,
498        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
499        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
500        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
501        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
502        librdbg/src/servtsp.c, librdbg/src/servutil.c,
503        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
504        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
505        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
506        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
507        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
508        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
509        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
510        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
511        librdbg/src/powerpc/rdbg_f.c,
512        librdbg/src/powerpc/new_exception_processing/remdeb.h,
513        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
514        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
515        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
516
5172007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
518
519        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
520
5212007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
522
523        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
524          sizes.
525
5262007-07-27      Chris Johns <chrisj@rtems.org>
527
528        * wrapup/Makefile.am: Create archive from a file for hosts
529        with a limited command line size.
530
5312007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
532
533        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
534          sizes.
535
5362007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
537       
538        * configure.ac: Add nfsclient.
539        * nfsclient/Makefile.am: New.
540        * nfsclient/proto/Makefile, nfsclient/Makefile,
541          nfsclient/src/Makefile: Remove.
542        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
543        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
544
5452007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
546
547        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
548        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
549        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
550        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
551        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
552        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
553        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
554        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
555        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
556        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
557        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
558        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
559
5602007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
561
562        * libchip/serial/ns16550.c: removed timed out wait for transmitter
563        to become ready: This will not work for fast CPUs.
564
5652007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
566
567        * libchip/ide/ata.c: fixed warning
568
5692007-06-20      Ray Xu <rayx@gmail.com>
570
571        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
572        console, and libio. This shrinks the memory requirements but Joel has
573        not figured out how best to present this to application space.
574        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
575        New files.
576
5772007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
578
579        * optman/sapi/no-io.c: Split IO Manager into one function per file so
580        now we only need required initialization methods.
581
5822007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
583
584        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
585        parameter since it was used to configure a no longer used feature.
586        Device names are now part of the filesystem not in a table.
587
5882007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
589
590        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
591        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
592        optman/rtems/no-part.c, optman/rtems/no-region.c,
593        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
594        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
595        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
596        other optional managers so using them reduces application size
597        instead of increasing it.
598        * optman/rtems/no-barrier.c: New file.
599
6002007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
601
602        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
603        adjustments to pci-API changes.
604        * libchip/network/dec21140.c, libchip/network/elnk.c,
605        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
606        changes.
607
6082007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
609
610        * libchip/network/dec21140.c, libchip/network/if_dc.c,
611        libchip/network/if_fxp.c: Reflect changes to pci-API.
612
6132007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
614
615        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
616        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
617
6182007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
619
620        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
621          being used to compile "tools").
622
6232007-03-13      Joel Sherrill <joel@OARcorp.com>
624
625        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
626
6272007-03-12      Joel Sherrill <joel@OARcorp.com>
628
629        * libchip/network/cs8900.c, libchip/network/cs8900.h,
630        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
631        and/or fix mistake in copyright notice. Both of these mistakes appear
632        to be from code submitted after these changes were made previously.
633
6342007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
635
636        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
637
6382007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
639
640        * libchip/Makefile.am: Correct path to README.tulipclone.
641
6422007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
643
644        * libchip/ide/ata.c: Remove superfluous type casts.
645
6462007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
647
648        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
649        Use size_t for sizes.
650
6512007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
652
653        * libchip/ide/ata.c: in ata_request_done: moved call to free()
654        from preemption disabled region
655
6562007-01-16      Till Straumann <strauman@slac.stanford.edu>
657
658        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
659        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
660        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
661
6622006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
663
664        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
665          ioctl_command_t as ioctl argument.
666
6672006-12-13      Joel Sherrill <joel@OARcorp.com>
668
669        * librtems++/include/rtems++/rtemsEvent.h,
670        librtems++/include/rtems++/rtemsMessageQueue.h,
671        librtems++/include/rtems++/rtemsSemaphore.h,
672        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
673        librtems++/src/rtemsMessageQueue.cc,
674        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
675        rtems_unsigned32 to uint32_t.
676
6772006-12-13      Joel Sherrill <joel@OARcorp.com>
678
679        PR 1181/bsps
680        * optman/rtems/no-msg.c: Clean up dead code.
681
6822006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
683
684        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
685
6862006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
687
688        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
689        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
690        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
691
6922006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
693
694        * configure.ac: New BUG-REPORT address.
695
6962006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
697
698        * Makefile.am: Remove ampolish3.
699
7002006-11-17      Joel Sherrill <joel@OARcorp.com>
701
702        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
703        blank lines.
704
7052006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
706
707        * configure.ac: Remove RTEMS_AMPOLISH3.
708        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
709          Remove checks for AMPOLISH3.
710        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
711        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
712        * ampolish3: Remove.
713
7142006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
715
716        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
717        * aclocal/prog-cc.m4: Remove CFLAGS.
718        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
719        Compose CFLAGS. Append CFLAGS to ac_configure_args.
720
7212006-10-23      Joel Sherrill <joel@OARcorp.com>
722
723        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
724
7252006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
726
727        * automake/compile.am: Use hard-coded RTEMS_* flags.
728
7292006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
730
731        * aclocal/rtems-top.m4: Remove RTEMS_API.
732        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
733
7342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
735
736        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
737
7382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
739
740        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
741
7422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
743
744        * aclocal/version.m4: Bump version to 4.7.99.0.
745
7462006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
747
748        * configure.ac: Require autoconf-2.60. Require automake-1.10.
749
7502006-09-11      Joel Sherrill <joel@OARcorp.com>
751
752        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
753
7542006-09-04      Joel Sherrill <joel@OARcorp.com>
755
756        * libchip/network/greth.c, libchip/network/open_eth.c,
757        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
758        introduced by warning removal.
759
7602006-09-01      Joel Sherrill <joel@OARcorp.com>
761
762        * libchip/network/greth.c, libchip/network/open_eth.c,
763        libchip/network/smc91111.c: Remove warnings and correct prototype
764        added earlier today.
765
7662006-09-01      Joel Sherrill <joel@OARcorp.com>
767
768        * libchip/network/cs8900.c, libchip/network/greth.c,
769        libchip/network/i82586.c, libchip/network/open_eth.c,
770        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
771        sized integers, and inttypes.h printf helpers.
772
7732006-08-09      Kolja Waschk <waschk@telos.de>
774
775        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
776
7772006-07-12      Joel Sherrill <joel@OARcorp.com>
778
779        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
780
7812006-07-11      Jerry Needell <jerry.needell@unh.edu>
782
783        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
784        4.6 branch.  Original modifications by Gaisler Enterprises.
785        * libchip/network/greth.c, libchip/network/greth.h: New files.
786
7872006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
788
789        * ide/ata.[ch]:
790        (PR1118) fetch priority for ATA task from a variable,
791        not a fixed configuration value.
792       
7932006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
794
795        * Makefile.am: Add ampolish3.
796
7972006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
798
799        * ampolish3: New.
800        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
801
8022006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
803
804        * aclocal/rtems-ampolish.m4: New.
805        * configure.ac: Use RTEMS_AMPOLISH3.
806
8072006-04-18  Joel Sherrill <joel@OARcorp.com>
808
809        * aclocal/version.m4: Updated to rtems-4.6.99.3.
810
8112006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
812
813        PR 853/filesystem
814        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
815        should be modified to support the new exception scheme and to use the
816        handle parameter.
817
8182006-02-a32     Eric Norum <norume@aps.anl.gov>
819
820        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
821        "newer" PCI access calls.  Minor cleanups.  Comments.
822
8232006-01-12      Eric Norum <norume@aps.anl.gov>
824
825        PR 861/networking
826        PR 863/networking
827        * libchip/network/smc91111.c: Fix illegal lvalue increments.
828
8292006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
830
831        * wrapup/Makefile.am: Add preinstall.am.
832        * libchip/Makefile.am: Build libchip/network/smc91111.
833        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
834        Eliminate cyg_int* crap.
835
8362006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
837
838        * librdbg/Makefile.am: Add preinstall.am.
839        * aclocal/bsp-configure.m4: Add ampolish3.
840        New header guards.
841
8422006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
843
844        * libchip/network/open_eth.c, libchip/network/open_eth.h:
845        Merger from rtems-4-6-branch.
846
8472006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
848
849        * libchip/network/smc91111.c
850        libchip/network/smc91111config.h
851        libchip/network/smc91111exp.h
852        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
853        * libchip/Makefile.am: Reflect adding smc91111*.
854
8552006-01-08      Joel Sherrill <joel@OARcorp.com>
856
857        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
858        char *.
859
8602006-01-08      Joel Sherrill <joel@OARcorp.com>
861
862        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
863        warnings.
864
8652005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
866
867        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
868        Add RTEMS_RELLDFLAGS.
869        * automake/compile.am: Remove RTEMS_USE_GCC.
870        Remove RTEMS_RELLDFLAGS.
871        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
872
8732005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
874
875        * libchip/network/if_media.h, libchip/network/mii.h:
876        Remove (Moved to cpukit).
877        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
878        and libchip/network/if_media.h.
879        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
880        if_media.h having moved.
881
8822005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
883
884        * automake/compile.am, automake/host.am, automake/local.am,
885        automake/subdirs.am: Remove depend.
886        * configure.ac: Explicitly pass --libdir and --includedir to
887        testsuites.
888
8892005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
890
891        * configure.ac: Reflect changes to testsuites.
892
8932005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
894
895        * automake/compile.am: Remove GCCSPECS.
896        * aclocal/prog-cc.m4: Add GCCSPECS.
897        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
898
8992005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
900
901        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
902        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
903
9042005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
905
906        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
907        libcpu/byteorder.h for i386.
908
9092005-11-02      Till Straumann <strauman@slac.stanford.edu>
910
911        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
912        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
913        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
914        added a simple API/library for i2c devices and drivers for i2c
915        2-byte eeproms and a ds1621 temperature sensor; API is documented
916        in libi2c.h.
917
9182005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
919
920        * libnetworking/pppd/ipxcp.c,
921        libnetworking/pppd/chat.c,
922        libnetworking/pppd/patchlevel.h,
923        libnetworking/pppd/upap.h,
924        libnetworking/pppd/md5.h,
925        libnetworking/pppd/pppd.8,
926        libnetworking/pppd/README,
927        libnetworking/pppd/preinstall.am,
928        libnetworking/pppd/md4.h,
929        libnetworking/pppd/magic.c,
930        libnetworking/pppd/pppd.h,
931        libnetworking/pppd/demand.c,
932        libnetworking/pppd/rtemsmain.c,
933        libnetworking/pppd/sys-rtems.c,
934        libnetworking/pppd/ipcp.h,
935        libnetworking/pppd/lcp.h,
936        libnetworking/pppd/chap_ms.c,
937        libnetworking/pppd/md4.c,
938        libnetworking/pppd/rtemspppd.h,
939        libnetworking/pppd/cbcp.h,
940        libnetworking/pppd/auth.c,
941        libnetworking/pppd/lcp.c,
942        libnetworking/pppd/example/README,
943        libnetworking/pppd/example/ppp.conf,
944        libnetworking/pppd/example/system.h,
945        libnetworking/pppd/example/netconfig.h,
946        libnetworking/pppd/example/pppdapp.c,
947        libnetworking/pppd/example/init.c,
948        libnetworking/pppd/example/Makefile-user,
949        libnetworking/pppd/example/pppd.options,
950        libnetworking/pppd/rtemspppd.c,
951        libnetworking/pppd/ipxcp.h,
952        libnetworking/pppd/chap_ms.h,
953        libnetworking/pppd/options.c,
954        libnetworking/pppd/magic.h,
955        libnetworking/pppd/chap.h,
956        libnetworking/pppd/cbcp.c,
957        libnetworking/pppd/upap.c,
958        libnetworking/pppd/chap.c,
959        libnetworking/pppd/Makefile.am,
960        libnetworking/pppd/ccp.h,
961        libnetworking/pppd/utils.c,
962        libnetworking/pppd/rtemsdialer.h,
963        libnetworking/pppd/fsm.h,
964        libnetworking/pppd/pathnames.h,
965        libnetworking/pppd/md5.c,
966        libnetworking/pppd/fsm.c,
967        libnetworking/pppd/ipcp.c,
968        libnetworking/pppd/STATUS,
969        libnetworking/pppd/ccp.c,
970        libnetworking/Makefile.am: Remove (Moved to cpukit).
971
9722005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
973
974        * configure.ac: Remove libnetworking, libnetworking/pppd.
975        * wrapup/Makefile.am: Remove libpppd.a.
976
9772005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
978
979        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
980        rtemsdialer.h to $(includedir)/rtems.
981
9822005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
983
984        * libnetworking/rtems_telnetd/icmds.c,
985        libnetworking/rtems_telnetd/Makefile.am,
986        libnetworking/rtems_telnetd/preinstall.am,
987        libnetworking/rtems_telnetd/pty.c,
988        libnetworking/rtems_telnetd/pty.h,
989        libnetworking/rtems_telnetd/README,
990        libnetworking/rtems_telnetd/telnetd.c,
991        libnetworking/rtems_telnetd/telnetd.h:
992        Remove (Moved to cpukit).
993
9942005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
995
996        * configure.ac: Remove libnetworking/rtems_telnetd.
997        * libnetworking/Makefile.am: Remove rtems_telnetd.
998        * libnetworking/README: Remove (Obsolete).
999        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
1000
10012005-10-20  Eric Norum <norume@aps.anl.gov>
1002
1003        * libchip/network/dec21140.c: Clean up PCI mapping.
1004
10052005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
1006
1007        * libnetworking/pppd/Makefile.am: Use preinstall.am.
1008        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
1009        librdbg/src/servrpc.c, librdbg/src/servtgt.c
1010        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
1011        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
1012        * configure.ac: Move optman to the end of BSP_SUBDIRS.
1013
10142005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1015
1016        * aclocal/bspopts.m4: Add missing m4 quotes.
1017
10182005-09-02  Joel Sherrill <joel@OARcorp.com>
1019
1020    * aclocal/version.m4: Updated to rtems-4.6.99.2.
1021
10222005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
1023
1024        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
1025        libchip/network/dec21140.c: Remove initialization of PCI bus.
1026
10272005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
1028
1029        * optman/Makefile.am: Add preinstall.am.
1030
10312005-07-18      Karel Gardas <kgardas@objectsecurity.com>
1032
1033        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
1034        UNTESTED to tested.
1035
10362005-06-17      Joel Sherrill <joel@OARcorp.com>
1037
1038        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
1039        it is not supported by the MPC5xx.
1040
10412005-06-17      Joel Sherrill <joel@OARcorp.com>
1042
1043        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
1044        interface. Also correct attempting to build on other than PowerPC and
1045        x86.
1046
10472005-06-16      Daron Chabot <daron@nucleus.usask.ca>
1048
1049        * libchip/Makefile.am: Add driver for Tulip clones.
1050        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
1051        libchip/network/if_dcreg.h: New files.
1052
10532005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
1054
1055        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
1056        to enable rdbg.
1057        * configure.ac: Reflect changes above.
1058
10592005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
1060
1061        * configure.ac: Add ada/.
1062
10632005-05-20      Sergei Organov  <osv@topconrd.ru>
1064
1065        PR 750/networking
1066        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
1067        wait_input().
1068
10692005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
1070
1071        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
1072        rtems/irq.h.
1073
10742005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1075
1076        * libchip/Makefile.am: Include preinstall.am.
1077        * libchip/preinstall.am: New.
1078
10792005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1080
1081        * configure.ac: Add AMPOLISH3.
1082        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
1083        * libnetworking/rtems_telnetd/preinstall.am: New.
1084        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
1085
10862005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
1087
1088        * configure.ac: Let enable_rpcgen default to "no".
1089
10902005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1091
1092        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
1093
10942005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1095
1096        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
1097        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
1098
10992005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
1100
1101        * libchip/network/dec21140.c, libchip/network/elnk.c,
1102        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
1103
11042005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
1105
1106        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
1107        of code as a result of the implementation of a common PCI interface.
1108
11092005-05-04      Joel Sherrill <joel@OARcorp.com>
1110
1111        * libchip/network/open_eth.c: Remove prototype of set_vector.
1112
11132005-05-03      Joel Sherrill <joel@OARcorp.com>
1114
1115        * librdbg/src/ptrace.c: Remove warning.
1116
11172005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
1118
1119        * libchip/network/dec21140.c, libchip/network/elnk.c,
1120        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
1121        Modified parameter list to remove warnings.
1122
11232005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
1124
1125        * libchip/network/cs8900.c, libchip/network/i82586.c,
1126        libchip/network/open_eth.c, libchip/network/sonic.c,
1127        libchip/serial/mc68681.c: Modified types to remove
1128        warnings.  Added initialization to remove warnings.
1129
11302005-04-28      Joel Sherrill <joel@OARcorp.com>
1131
1132        * libchip/network/README.sonic: Rewritten to account for removal of
1133        dmv177.
1134
11352005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
1136
1137        PR 781/rtems_misc
1138        * libchip/serial/ns16550_p.h: Fix baud rate calculation
1139
11402005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
1141
1142        * libchip/serial/ns16550.c:
1143        Fixed warnings generated in various powerpc configurations
1144
11452005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
1146
1147        * libchip/serial/ns16550.c: Modified
1148        ISR to work with PPC new exception processing
1149
11502005-03-14      Joel Sherrill <joel@OARcorp.com>
1151
1152        * libchip/network/dec21140.c, libchip/network/elnk.c,
1153        libchip/network/if_fxp.c: Continue PCI API unification. All use
1154        pci_find_device(). Network drivers manufacture a signature since all
1155        calls have not been converted yet.
1156
11572005-03-04      Joel Sherrill <joel@OARcorp.com>
1158
1159        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
1160        initialize function part of the unified PCI API as pci_initialize().
1161
11622005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1163
1164        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
1165        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
1166
11672005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1168
1169        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
1170        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
1171
11722005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1173
1174        * aclocal/ppc.m4: Reflect changes to ppc exception processing
1175        building procedures.
1176
11772005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1178
1179        * aclocal/prog-cc.m4:
1180        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1181
11822005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1183
1184        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1185
11862005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1187
1188        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1189
11902005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1191
1192        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1193
11942005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1195
1196        * libnetworking/rtems_servers/ftp.c,
1197        libnetworking/rtems_servers/ftp.h,
1198        libnetworking/rtems_servers/Makefile.am:
1199        Remove (relocated to cpukit/ftpd).
1200        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1201        removed move libnetworking/rtems_servers.
1202
12032005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1204
1205        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1206
12072005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1208
1209        PR 755/rtems
1210        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1211        Remove local declarations of rtems_bsdnet_nameservers,
1212        rtems_bsdnet_nameservers_count.
1213
12142005-01-31      Sergei Organov <osv@topconrd.ru>
1215
1216        PR 751/pppd
1217        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1218        committed to fix PR736 breaks pppd. chat.c should have its own static
1219        ttyfd for pppd to work correctly. The symptom is that second
1220        invokation of chat (for connect script) fails due to pppd_ttyfd set
1221        to -1 by previous chat invokation (for init script). In addition,
1222        this patch fixes leaving of dangling pointer in the abort_stbring[]
1223        by chat_send().
1224
12252005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1226
1227        * configure.ac: Remove CFLAGS_DEBUG_V.
1228        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1229
12302005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1231
1232        * wrapup/Makefile.am: Remove rtems-ctor.o.
1233
12342005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1235
1236        * libchip/rtc/rtc.h: size_t RTC_Count.
1237
12382005-01-20      Joel Sherrill <joel@OARcorp.com>
1239
1240        PR 736/pppd
1241        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1242        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1243        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1244        should not be static and should have a name more specific to pppd.
1245
12462005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1247
1248        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1249        libnetworking/rtems_servers/Makefile.am,
1250        libnetworking/rtems_telnetd/Makefile.am,
1251        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1252        Eliminate CFLAGS_OPTIMIZE_V.
1253
12542005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1255
1256        * configure.ac: Pass CFLAGS to testsuites configure.
1257        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1258        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1259
12602005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1261
1262        * configure.ac: Pass CFLAGS to cpukit configure.
1263        * aclocal/rtems-flags.m4: Remove (Unused).
1264        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1265        * aclocal/env-rtemsbsp.m4:
1266        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1267        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1268        RTEMS_CFLAGS.
1269        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1270        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1271        Cleanup comments.
1272
12732005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1274
1275        * automake/compile.am: Remove build-variant support.
1276
12772005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1278
1279        * libnetworking/pppd/Makefile.am,
1280        libnetworking/rtems_servers/Makefile.am,
1281        libnetworking/rtems_telnetd/Makefile.am:
1282        Remove build-variant support.
1283
12842005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1285
1286        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1287        support/Makefile.am, wrapup/Makefile.am:
1288        Remove build-variant support.
1289
12902004-11-22      Joel Sherrill <joel@OARcorp.com>
1291
1292        * libchip/network/if_fxp.c: Add entry for another module ID code.
1293
12942004-11-22      Joel Sherrill <joel@OARcorp.com>
1295
1296        PR 693/misc
1297        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1298        in/outport routines.
1299
13002004-11-22      Joel Sherrill <joel@OARcorp.com>
1301
1302        PR 693/misc
1303        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1304        in/outport routines.
1305
13062004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1307
1308        * aclocal/enable-itron.m4: Remove (unused).
1309
13102004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1311
1312        * configure.ac: Misc. quoting cleanups.
1313        Enable ada-tests iff --enable-ada and --enable-tests.
1314
13152004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1316
1317        PR 703/filesystem
1318        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1319        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1320        libchip/ide/ide_controller.c:
1321        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1322        available for BSPS/device drivers.
1323        Extend the "modes_available" and "mode_active" parameters to
1324        uint16_t for UDMA support.
1325
13262004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1327
1328        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1329        not supported on PowerPC since it works on the MVME2100 BSP.
1330
13312004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1332
1333        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1334        Add dependency tracking for *.cfgs.
1335        * Makefile.am: Add dependency tracking for *.cfg.
1336
13372004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1338
1339        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1340        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1341
13422004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1343
1344        PR 707/make_build
1345        * configure.ac: Add --enable-rpcgen.
1346
13472004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1348
1349        PR 700/rtems_misc
1350        * libnetworking/rtems_webserver/asp.c,
1351        libnetworking/rtems_webserver/balloc.c,
1352        libnetworking/rtems_webserver/cgi.c,
1353        libnetworking/rtems_webserver/default.c,
1354        libnetworking/rtems_webserver/ej.h,
1355        libnetworking/rtems_webserver/ejIntrn.h,
1356        libnetworking/rtems_webserver/ejlex.c,
1357        libnetworking/rtems_webserver/ejparse.c,
1358        libnetworking/rtems_webserver/emfdb.c,
1359        libnetworking/rtems_webserver/emfdb.h,
1360        libnetworking/rtems_webserver/form.c,
1361        libnetworking/rtems_webserver/handler.c,
1362        libnetworking/rtems_webserver/h.c,
1363        libnetworking/rtems_webserver/license.txt,
1364        libnetworking/rtems_webserver/Makefile.am,
1365        libnetworking/rtems_webserver/md5c.c,
1366        libnetworking/rtems_webserver/md5.h,
1367        libnetworking/rtems_webserver/mime.c,
1368        libnetworking/rtems_webserver/misc.c,
1369        libnetworking/rtems_webserver/NOTES,
1370        libnetworking/rtems_webserver/ringq.c,
1371        libnetworking/rtems_webserver/rom.c,
1372        libnetworking/rtems_webserver/rtems_webserver.h,
1373        libnetworking/rtems_webserver/security.c,
1374        libnetworking/rtems_webserver/sock.c,
1375        libnetworking/rtems_webserver/socket.c,
1376        libnetworking/rtems_webserver/sockGen.c,
1377        libnetworking/rtems_webserver/sym.c,
1378        libnetworking/rtems_webserver/uemf.c,
1379        libnetworking/rtems_webserver/uemf.h,
1380        libnetworking/rtems_webserver/um.c,
1381        libnetworking/rtems_webserver/um.h,
1382        libnetworking/rtems_webserver/umui.c,
1383        libnetworking/rtems_webserver/url.c,
1384        libnetworking/rtems_webserver/value.c,
1385        libnetworking/rtems_webserver/wbase64.c,
1386        libnetworking/rtems_webserver/webcomp.c,
1387        libnetworking/rtems_webserver/webmain.c,
1388        libnetworking/rtems_webserver/webpage.c,
1389        libnetworking/rtems_webserver/webrom.c,
1390        libnetworking/rtems_webserver/webs.c,
1391        libnetworking/rtems_webserver/websda.c,
1392        libnetworking/rtems_webserver/websda.h,
1393        libnetworking/rtems_webserver/webs.h,
1394        libnetworking/rtems_webserver/websSSL.c,
1395        libnetworking/rtems_webserver/websSSL.h,
1396        libnetworking/rtems_webserver/websuemf.c,
1397        libnetworking/rtems_webserver/wsIntrn.h:
1398        Remove (Moved to cpukit/http).
1399
14002004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1401
1402        PR 700/rtems_misc
1403        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1404        Remove libnetworking/rtems_webserver.
1405
14062004-10-25      Eric Norum <norume@aps.anl.gov>
1407
1408        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1409
14102004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1411
1412        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1413
14142004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1415
1416        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1417        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1418
14192004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1420
1421        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1422
14232004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1424
1425        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1426        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1427
14282004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1429
1430        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1431        BITSPERBYTE.
1432
14332004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1434
1435        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1436        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1437
14382004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1439
1440        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1441
14422004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1443
1444        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1445        * aclocal/enable-bare.m4: Remove.
1446        * configure.ac: Remove BARE_CPU_MODEL.
1447
14482004-10-13      Eric Norum <norume@aps.anl.gov>
1449
1450        PR 688/bsps
1451        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1452        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1453        MC146818A (and several Dallas Semiconductor) TOD chips.
1454
14552004-10-13      Eric Norum <norume@aps.anl.gov>
1456
1457        PR 686/networking
1458        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1459        device code.
1460
14612004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1462
1463        * libchip/network/dec21140.c: include <rtems/pci.h>.
1464
14652004-09-29      Joel Sherrill <joel@OARcorp.com>
1466
1467        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1468        libnetworking/pppd/utils.c: i960 obsoleted and all references
1469        removed.
1470
14712004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1472
1473        PR 607/networking
1474        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1475        instead of fully specifying unused PCI features.
1476
14772004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1478
1479        * configure.ac: Require automake > 1.9.
1480
14812004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1482
1483        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1484
14852004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1486
1487        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1488        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1489
14902004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1491
1492        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1493        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1494
14952004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1496
1497        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1498
14992004-07-28  Joel Sherrill <joel@OARcorp.com>
1500
1501    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1502
15032004-07-25      Joel Sherrill <joel@OARcorp.com>
1504
1505        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1506
15072004-05-21  Till Strauman <strauman@slac.stanford.edu>
1508
1509        PR 625/networking
1510        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1511        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1512        an error rather than panic if no chip is detected (thus allowing
1513        for probing).
1514        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1515        instead of looping forever.  Avoid divide by zero (crashed my PC).
1516        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1517        they are UNTESTED.
1518
15192004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1520
1521        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1522
15232004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1524
1525        * libchip/network/dec21140.c, libchip/network/elnk.c:
1526        #include <errno.h>.
1527
15282004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1529
1530        * libchip/network/if_media.h: Update from FreeBSD.
1531        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1532        libchip/network/i82586.c: #include <errno.h>.
1533
15342004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1535
1536        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1537
15382004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1539
1540        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1541
15422004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1543
1544        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1545        automake).
1546
15472004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1548
1549        PR 599/pppd
1550        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1551
15522004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1553
1554        * optman/rtems/no-region.c: Reflect having changed
1555        rtems_region_get_segment_size.
1556
15572004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1558
1559        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1560        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1561        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1562        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1563        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1564        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1565        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1566
15672004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1568
1569        * libchip/ide/ata.c, libchip/network/dec21140.c,
1570        libchip/network/elnk.c, libchip/network/i82586.c,
1571        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1572        libchip/network/open_eth.c, libchip/network/sonic.c,
1573        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1574        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1575        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1576        libchip/shmdr/shm_driver.h: Cosmetics.
1577
15782004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1579
1580        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1581        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1582        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1583        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1584        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1585        fixed size types.
1586
15872004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1588
1589        * configure.ac: Explicitly pass --includedir and --libdir to
1590        cpukit/configure.
1591
15922004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1593
1594        * librdbg/Makefile.am: Fix rpcgen rules.
1595        * librdbg/src/i386/any/remdeb_xdr.c,
1596        librdbg/src/m68k/any/remdeb_xdr.c,
1597        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1598        Reflect changes to librdbg/Makefile.am.
1599
16002004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1601
1602        * configure.ac: Reflect changes testsuites/configure.ac and
1603        cpukit/configure.ac.
1604
16052004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1606
1607        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1608        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1609
16102004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1611
1612        * configure.ac: Reflect changes to testsuites's configuration.
1613
16142004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1615
1616        PR/589 rtems
1617        * libchip/network/pci.h: Remove (Moved to cpukit).
1618
16192004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1620
1621        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1622        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1623        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1624        libchip/network/dec21140.c, libchip/network/elnk.c,
1625        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1626        libchip/network/open_eth.h, libchip/network/sonic.c,
1627        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1628        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1629        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1630        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1631        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1632        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1633        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1634        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1635        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1636        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1637        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1638        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1639        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1640        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1641        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1642        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1643        fixed-size types.
1644
16452004-03-14      Chris Johns  <chrisj@rtems.org>
1646
1647        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1648        the BSP example code.
1649        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1650        support the DIMMPC. This is a pc386 target with IO port support. Minor
1651        formating clean up. Add documentation to the header file.
1652        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1653        cs8900.h header file.
1654
16552004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1656
1657        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1658        Cosmetics.
1659
16602004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1661
1662        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1663        There are no application level Makefiles in here.
1664
16652004-03-04      Joel Sherrill <joel@OARcorp.com>
1666
1667        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1668        they can be used in application level makefiles.
1669
16702004-03-05      Joel Sherrill <joel@OARcorp.com>
1671
1672        * libnetworking/rtems_webserver/ejparse.c,
1673        libnetworking/rtems_webserver/emfdb.c,
1674        libnetworking/rtems_webserver/sock.c,
1675        libnetworking/rtems_webserver/socket.c,
1676        libnetworking/rtems_webserver/sym.c,
1677        libnetworking/rtems_webserver/webs.c,
1678        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
16792004-03-05      Joel Sherrill <joel@OARcorp.com>
1680
1681        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1682        compiling this file only only those CPU families with supported
1683        exception models.
1684
16852004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1686
1687        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1688        testsuites (Was exposed with --enable-multilib, only).
1689        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1690         Add RTEMS_BSP_CONFIG_SUBDIR.
1691        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1692        testsuites's configure.
1693        * aclocal/rtems-top.m4: Remove ENDIF hack.
1694        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1695
16962004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1697
1698        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1699        wrapup/Makefile.am: Fix automake problems having been introduced
1700        in previous patch.
1701
17022004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1703
1704        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1705        Preinstall dirs.
1706        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1707        * aclocal/check-multiprocessing.m4: Cosmetics.
1708        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1709        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1710
17112004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1712
1713        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1714        librdbg/src/Makefile.am.
1715        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1716        * configure.ac: Reflect changes above.
1717        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1718        * wrapup/Makefile.am: Reflect changes above.
1719        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1720
17212004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1722
1723        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1724
17252004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1726
1727        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1728
17292004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1730
1731        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1732
17332004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1734
1735        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1736        librdbg/src/powerpc/Makefile.am: Remove.
1737        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1738        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1739        * configure.ac: Reflect changes above.
1740
17412004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1742
1743
17442004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1745
1746        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1747        STRIP.
1748
17492004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1750
1751        * librdbg/include/Makefile.am: Merge-in
1752        librdbg/include/rdbg/i386/Makefile.am,
1753        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1754        librdbg/include/rdbg/powerpc/Makefile.am.
1755        * librdbg/include/rdbg/i386/Makefile.am,
1756        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1757        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1758        * configure.ac: Reflect changes above.
1759
17602004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1761
1762        * configure.ac: Use AS_HELP_STRING(ada).
1763
17642004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1765
1766        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1767        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1768        Use AC_CONFIG_HEADERS.
1769        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1770        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1771
17722004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1773
1774        * Makefile.am: include local.am.
1775
17762004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1777
1778        * aclocal/version.m4: 4.6.99.0.
1779
17802004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1781
1782        * Makefile.am: Don't include host.am.
1783        * automake/compile.am: Further cleanups.
1784
17852004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1786
1787        * automake/lib.am: Remove (Unused).
1788
17892004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1790
1791        * wrapup/Makefile.am: Don't include lib.am.
1792        * automake/compile.am: Use automake compilation rules.
1793
17942004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1795
1796        * libnetworking/pppd/Makefile.am,
1797        libnetworking/rtems_servers/Makefile.am,
1798        libnetworking/rtems_telnetd/Makefile.am,
1799        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1800        support/Makefile.am: Don't include lib.am.
1801
18022004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1803
1804        * libchip/Makefile.am: Don't include lib.am.
1805        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1806        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1807        unnecessary EXTRA_DISTs.
1808
18092004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1810
1811        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1812        hack.
1813
18142004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1815
1816        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1817        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1818        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1819        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1820
18212004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1822
1823        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1824        Add AM_CONDITIONAL(HAS_MP).
1825        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1826        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1827        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1828        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1829        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1830        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1831        (Deprecated by autoconf 2.59).
1832
18332004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1834
1835        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1836        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1837
18382004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1839
1840        * ChangeLog: Merge-in libnetworking/ChangeLog.
1841        * libnetworking/ChangeLog: Remove.
1842        * ChangeLog: Merge-in librdbg/ChangeLog.
1843        * librdbg/ChangeLog: Remove.
1844        * ChangeLog: Merge-in libchip/ChangeLog.
1845        * libchip/ChangeLog: Remove.
1846        * ChangeLog: Merge-in optman/ChangeLog.
1847        * optman/ChangeLog: Remove.
1848
18492004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1850
1851        * configure.ac: Reflect changes to cpukit.
1852        * wrapup/Makefile.am: Reflect changes to librdbg.
1853        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1854        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1855        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1856        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1857        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1858        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1859        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1860        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1861        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1862
18632004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1864
1865        * aclocal/rtems-top.m4: Remove check for version.m4.
1866        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1867
18682004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1869
1870        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1871        * wrapup/Makefile.am: Reflect changes to libchip/*.
1872        * support/Makefile.am: Use automake compilation rules.
1873        * wrapup/Makefile.am: Reflect changes to support/*.
1874        * configure.ac: Remove libnetworking/wrapup/Makefile.
1875        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1876        libnetworking/*/lib*.a instead of libnetapps.a.
1877        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1878        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1879        * optman/Makefile.am: Use automake compilation rules.
1880        * libchip/Makefile.am: Fix typo in previous patch.
1881        * libchip/Makefile.am: Use automake compilation rules.
1882        * libnetworking/Makefile.am: Remove wrapup.
1883        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1884        automake-compilation rules.
1885        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1886        automake-compilation rules.
1887        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1888        automake-compilation rules.
1889        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1890        automake-compilation rules.
1891        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1892
18932004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1894
1895        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1896        PRE/TMPINSTALL_FILES to CLEANFILES.
1897        * automake/lib.am: Remove TMPINSTALL_FILES.
1898        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1899        PRE/TMPINSTALL_FILES to CLEANFILES.
1900        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1901        PRE/TMPINSTALL_FILES to CLEANFILES.
1902        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1903        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1904        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1905        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1906        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1907        * librdbg/src/i386/Makefile.am: Ditto.
1908        * librdbg/src/m68k/Makefile.am: Ditto.
1909        * librdbg/src/powerpc/Makefile.am: Ditto.
1910        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1911        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1912        * libnetworking/rtems_servers/Makefile.am: Ditto.
1913        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1914        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1915
19162004-01-07      Joel Sherrill <joel@OARcorp.com>
1917
1918        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1919        more completely covers the MIPS family.
1920
19212003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1922
1923        * wrapup/Makefile.am: Reflect changes to shmdr.
1924        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1925
19262003-12-18      Joel Sherrill <joel@OARcorp.com>
1927
1928        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1929        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1930        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1931        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1932        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1933        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1934        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1935
19362003-12-17      Joel Sherrill <joel@OARcorp.com>
1937
1938        * aclocal/version.m4: Updated to rtems-20031217-test.
1939
19402003-12-17     
1941
1942        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1943        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1944
19452003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1946
1947        * automake/compile.am: Remove LINK_LIBS (Unused).
1948        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1949
19502003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1951
1952        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1953        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1954        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1955        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1956        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1957
19582003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1959
1960        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1961        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1962        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1963        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1964        * librdbg/src/i386/Makefile.am:
1965        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1966        * librdbg/src/m68k/Makefile.am:
1967        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1968        * librdbg/src/powerpc/Makefile.am:
1969        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1970
19712003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1972
1973        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1974        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1975        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1976        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1977        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1978        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1979        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1980        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1981        * optman/Makefile.am: Remove project_libdir.
1982        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1983        PRE/TMPINSTALL_FILES.
1984        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1985        PRE/TMPINSTALL_FILES.
1986        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1987        PRE/TMPINSTALL_FILES.
1988        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1989        PRE/TMPINSTALL_FILES.
1990        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1991        from PRE/TMPINSTALL_FILES.
1992        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1993        PRE/TMPINSTALL_FILES.
1994        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1995        PRE/TMPINSTALL_FILES.
1996        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1997        PRE/TMPINSTALL_FILES.
1998        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1999        PRE/TMPINSTALL_FILES.
2000        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
2001        PRE/TMPINSTALL_FILES.
2002        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
2003        PRE/TMPINSTALL_FILES.
2004        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
2005        from PRE/TMPINSTALL_FILES.
2006
20072003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2008
2009        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
2010        * automake/lib.am: Remove project_libdir.
2011        * wrapup/Makefile.am: Reworked.
2012
20132003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2014
2015        * configure.ac: Reflect changes to librdbg.
2016        * optman/Makefile.am: Add tmpinstall dirstamp support.
2017        * libchip/Makefile.am: Fix variant-tmpinstall support.
2018        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
2019        * librdbg/src/powerpc/Makefile.am: Merge-in former
2020        new_exception_processing/Makefile.am.
2021        * librdbg/src/m68k/any/Makefile.am: Remove.
2022        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
2023        * librdbg/src/i386/any/Makefile.am: Remove.
2024        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
2025        * librdbg/src/Makefile.am: Cosmetics.
2026        * librdbg/include/Makefile.am: Cosmetics.
2027        * librdbg/Makefile.am: Cosmetics.
2028        * libnetworking/Makefile.am: Cosmetics.
2029        * libnetworking/pppd/Makefile.am: Cosmetics.
2030        * libnetworking/wrapup/Makefile.am: Cosmetics.
2031
20322003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2033
2034        * Makefile.am: Cosmetics.
2035        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
2036        support.
2037
20382003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2039
2040        * automake/compile.am: Remove $(ARCH):-rule.
2041
20422003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2043
2044        * configure.ac: Remove lib/libbsp/shared/Makefile,
2045        lib/libbsp/shmdr/Makefile.
2046
20472003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2048
2049        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
2050        libchip/serial/Makefile, libchip/rtc/Makefile.
2051        * support/Makefile.am: Remove all-local: $(ARCH).
2052        * wrapup/Makefile.am: Remove all-local: $(ARCH).
2053        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
2054        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
2055        * optman/Makefile.am: Remove all-local: $(ARCH).
2056        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2057        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
2058        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
2059        compilation dirstamp support.
2060        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
2061        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
2062        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
2063        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
2064        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
2065        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
2066        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2067        all-local: $(ARCH).
2068        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
2069        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
2070        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
2071        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
2072        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
2073
20742003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2075
2076        * aclocal/lead-dot.m4: New (from automake-1.7f).
2077        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
2078        AC_SUBST(dirstamp).
2079        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
2080        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2081        libchip/serial/Makefile.am: Ditto.
2082        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
2083        * librdbg/include/Makefile.am: Ditto.
2084        * librdbg/include/rdbg/Makefile.am: Ditto.
2085        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
2086        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
2087        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
2088        * librdbg/src/Makefile.am: Ditto.
2089        * librdbg/src/i386/Makefile.am: Ditto.
2090        * librdbg/src/i386/any/Makefile.am: Ditto.
2091        * librdbg/src/m68k/Makefile.am: Ditto.
2092        * librdbg/src/m68k/any/Makefile.am: Ditto.
2093        * librdbg/src/powerpc/Makefile.am: Ditto.
2094        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2095        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
2096        preinstallation.
2097        * libnetworking/pppd/Makefile.am: Ditto.
2098        * libnetworking/rtems_servers/Makefile.am: Ditto.
2099        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
2100        * libnetworking/rtems_webserver/Makefile.am: Ditto.
2101        * libnetworking/wrapup/Makefile.am: Ditto.
2102
21032003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2104
2105        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
2106        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
2107        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
2108        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
2109        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
2110        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
2111        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
2112        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
2113        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
2114        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
2115        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
2116        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
2117        underquoting to silence automake-1.8.
2118
21192003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2120
2121        * configure.ac: Reflect having moved tests to ../../testsuites.
2122
21232003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2124
2125        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
2126        * aclocal/canonical-host.m4: Remove.
2127        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
2128        * configure.ac: Remove RTEMS_CANONICAL_HOST.
2129
21302003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2131
2132        * aclocal/check-cpu.m4: Remove.
2133        * configure.ac: Merge-in former aclocal/check-cpu.m4.
2134        * aclocal/canonical-target-name.m4: Add m4-quotes.
2135        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
2136        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
2137        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2138        * aclocal/check-networking.m4: Add m4-quotes. Require
2139        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2140        * aclocal/check-posix.m4: Add m4-quotes. Require
2141        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2142        * aclocal/check-rdbg.m4: Add m4-quotes. Require
2143        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2144        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
2145
21462003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2147
2148        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
2149        * aclocal/bsp-alias.m4: Remove.
2150
21512003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2152
2153        * configure.ac: Make presence of tests/ optional.
2154
21552003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2156
2157        * aclocal/path-perl.m4: Remove (Unused).
2158
21592003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2160
2161        * automake/force-preinstall.am: Remove.
2162
21632003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2164
2165        PR 499/rtems_misc
2166        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
2167        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
2168        Configuration (Odd was forced) - Correction of Stop Bit configuration
2169        (inversed) - Correction of ISR Handler to call
2170        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
2171        CTS Hardware flow control Configuration.
2172
21732003-09-04      Joel Sherrill <joel@OARcorp.com>
2174
2175        * lib/libcpu/shared/include/cache.h,
2176        lib/libcpu/shared/src/cache_aligned_malloc.c,
2177        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
2178        license changed.
2179        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2180        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2181        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2182        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2183        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2184        for license changed.
2185        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2186        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2187        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2188        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2189        libchip/network/cs8900.h, libchip/network/dec21140.c,
2190        libchip/network/elnk.c, libchip/network/open_eth.c,
2191        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2192        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2193        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2194        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2195        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2196        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2197        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2198        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2199        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2200        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2201        libchip/serial/serial.h, libchip/serial/z85c30.c,
2202        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2203        libchip/serial/z85c30_reg.c: URL for license changed.
2204
22052003-09-03      Jiri Gaisler <jiri@gaisler.com>
2206
2207        PR 477/networking
2208        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2209        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2210        libchip/network/open_eth.h: New files.
2211
22122003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2213
2214        * aclocal/rtems-top.m4: Add RTEMS_API.
2215        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2216
22172003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2218
2219        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2220        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2221        @RTEMS_BSP@.cfg.
2222
22232003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2224
2225        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2226
22272003-08-20      Joel Sherrill <joel@OARcorp.com>
2228
2229        * libchip/network/cs8900.c: Correct copyright statements.
2230
22312003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2232
2233        * aclocal/check-itron.m4: Remove.
2234        * aclocal/enable-inlines.m4: Remove.
2235        * Makefile.am: Reflect having moved aclocal/.
2236        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2237        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2238        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2239        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2240        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2241        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2242        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2243        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2244        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2245        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2246        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2247        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2248        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2249        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2250        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2251        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2252        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2253        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2254        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2255        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2256        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2257        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2258        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2259        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2260        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2261        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2262        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2263        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2264        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2265        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2266        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2267        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2268        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2269        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2270        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2271        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2272        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2273        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2274        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2275        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2276        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2277        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2278        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2279        * aclocal/target.m4: New (Copied from ../../aclocal).
2280        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2281        * aclocal/version.m4: New (Copied from ../../aclocal).
2282
22832003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2284
2285        * configure.ac: Remove stray comments.
2286        * automake/local.am, automake/host.am: Remove "debug".
2287
22882003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2289
2290        * Makefile.am: Reflect having moved automake/.
2291        * lib/Makefile.am: Reflect having moved automake/.
2292        * support/Makefile.am: Reflect having moved automake/.
2293        * wrapup/Makefile.am: Reflect having moved automake/.
2294        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2295        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2296        from ../../automake).
2297        * optman/Makefile.am: Reflect having moved automake/.
2298        * libchip/Makefile.am: Reflect having moved automake/.
2299        * libchip/ide/Makefile.am: Reflect having moved automake/.
2300        * libchip/network/Makefile.am: Reflect having moved automake/.
2301        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2302        * libchip/serial/Makefile.am: Reflect having moved automake/.
2303        * librdbg/Makefile.am: Reflect having moved automake/.
2304        * librdbg/include/Makefile.am: Reflect having moved automake/.
2305        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2306        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2307        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2308        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2309        automake/.
2310        * librdbg/src/Makefile.am: Reflect having moved automake/.
2311        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2312        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2313        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2314        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2315        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2316        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2317        having moved automake/.
2318        * libnetworking/Makefile.am: Reflect having moved automake/.
2319        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2320        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2321        automake/.
2322        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2323        automake/.
2324        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2325        automake/.
2326        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2327
23282003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2329
2330        * Makefile.am: Add bsp.pc.in.
2331        * bsp.pc.in: New (pkgconfig support).
2332
23332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2334
2335        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2336
23372003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2338
2339        * lib/Makefile.am: New (Required by 'make dist').
2340        * lib/ChangeLog: Remove.
2341        * lib/.cvsignore: Cleanup.
2342        * configure.ac: Reflect having added lib/Makefile.am.
2343        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2344        lib/libbsp/configure.ac.
2345        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2346        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2347
23482003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2349
2350        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2351        * configure.ac: Merge-in librdbg/configure.ac.
2352        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2353        librdbg/configure.ac.
2354        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2355        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2356        LIBCHIP. Conditionally build include-dirs.
2357        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2358        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2359        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2360        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2361        librdbg/include/rdbg/m68k/Makefile.am,
2362        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2363        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2364        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2365        librdbg/src/powerpc/Makefile.am, librdbg/
2366        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2367        configure.ac into ../configure.ac.
2368        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2369        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2370        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2371        libnetworking/rtems_telnetd/Makefile.am,
2372        libnetworking/rtems_webserver/Makefile.am,
2373        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2374        into ../configure.ac.
2375
23762003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2377
2378        PR 427/rtems
2379        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2380        * librdbg/src/servtsp.c: Ditto.
2381
23822003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2383
2384        PR 429/bsps
2385        PR 432/bsps
2386        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2387        packets are queued onto an elnk board, the ISR will deadlock the device
2388        with a tx complete interrupt.  Lighter tx loads are not affected as they
2389        end up submitting single packets to the device.
2390
23912003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2392
2393        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2394        optman/configure.ac.
2395        * optman/configure.ac: Remove (Merged into ../configure.ac).
2396        * optman/Makefile.am: Reflect having merged configure.ac into
2397        ../configure.ac.
2398        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2399        * libchip/Makefile.am, libchip/ide/Makefile.am,
2400        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2401        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2402        ../configure.ac.
2403
24042003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2405
2406        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2407
24082003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2409
2410        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2411        on i386.
2412
24132003-06-13      Joel Sherrill <joel@OARcorp.com>
2414
2415        * libnetworking/pppd/chat.c: Removed warnings.
2416
24172003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2418
2419        * libchip/network/README.3com: New file missed in previous commit.
2420        PR 405/bsps
2421        PR 393/networking
2422        * libchip/network/dec21140.c: Fix leak also known as PR393.
2423        * libchip/network/elnk.c, libchip/network/if_media.h,
2424        libchip/network/mii.h: New files.
2425        * libchip/network/Makefile.am: Reflect new files.
2426
24272003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2428
2429        * configure.ac: Remove support for profile-variant.
2430
24312003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2432
2433        PR 397/pppd
2434        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2435        * libnetworking/pppd/magic.c: Remove *rand48.
2436        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2437
24382003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2439
2440        * wrapup/Makefile.am: Add libide.a.
2441
24422003-04-15      Joel Sherrill <joel@OARcorp.com>
2443
2444        PR 387/rtems_misc
2445        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2446        routines.
2447        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2448
24492003-04-11      Joel Sherrill <joel@OARcorp.com>
2450
2451        * libnetworking/rtems_webserver/cgi.c,
2452        libnetworking/rtems_webserver/sockGen.c,
2453        libnetworking/rtems_webserver/umui.c,
2454        libnetworking/rtems_webserver/websSSL.c,
2455        libnetworking/rtems_webserver/websSSL.h,
2456        libnetworking/rtems_webserver/websda.c,
2457        libnetworking/rtems_webserver/websda.h: New files. Not included in
2458        previous commit.
2459
24602003-04-10      Joel Sherrill <joel@OARcorp.com>
2461
2462        PR 371/pppd
2463        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2464        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2465        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2466        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2467        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2468        still global symbols in rtemspppd.h which might need to be changed or
2469        converted into member of a structure which is dereferenced with a
2470        pointer that is managed as a per task variable. But this patch should
2471        avoid many conflicts.
2472
24732003-03-27      Joel Sherrill <joel@OARcorp.com>
2474
2475        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2476        not allowed in the cpukit source code since it must be buildable
2477        independent of any BSP. These files were moved to libchip/ide.
2478        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2479        files.
2480
24812003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2482
2483        PR 368/filesystems
2484        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2485        improvements which now work on pc386 and mbx8xx.
2486        * libchip/ide/ide_controller.c: New file.
2487
24882003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2489
2490        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2491
24922003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2493
2494        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2495        * configure.ac: Add support/.
2496        * support/.cvsignore: New.
2497        * support/Makefile.am: New.
2498        * support/version.c: New.
2499        * wrapup/Makefile.am: Add support/libsupport.a.
2500        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2501        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2502        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2503        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2504
25052003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2506
2507        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2508
25092003-02-20      Till Straumann <strauman@slac.stanford.edu>
2510
2511        PR 354/networking
2512        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2513        chip against a table of supported chips. The untested ones are still
2514        commented out, however.
2515
25162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2517
2518        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2519        * configure.ac: AC_PREREQ(2.57).
2520        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2521        * optman/configure.ac: AC_PREREQ(2.57).
2522        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2523        * libchip/configure.ac: AC_PREREQ(2.57).
2524        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2525        * librdbg/configure.ac: AC_PREREQ(2.57).
2526        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2527        * libnetworking/configure.ac: AC_PREREQ(2.57).
2528
25292003-02-06      Joel Sherrill <joel@OARcorp.com>
2530
2531        * libnetworking/pppd/chat.c: Convert routines with common names to
2532        static. This included get_char(), put_char(), and character() among
2533        others.
2534
25352003-02-03      Joel Sherrill <joel@OARcorp.com>
2536
2537        PR 338/filesystem
2538        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2539        rtems_io_lookup_name() (API change).  Unused function removed.
2540
25412003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2542
2543        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2544        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2545        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2546        Eliminate *_O_FILES.
2547        * libnetworking/rtems_servers/Makefile.am,
2548        libnetworking/rtems_webserver/Makefile.am,
2549        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2550
25512002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2552
2553        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2554        Let all-local: depend on $(LIB).
2555        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2556        * optman/Makefile.am: Apply install-data-local to install *.rels.
2557
25582002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2559
2560        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2561        %.c rules.
2562        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2563        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2564        * libchip/rtc/Makefile.am: Ditto.
2565        * libchip/serial/Makefile.am: Ditto.
2566
25672002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2568
2569        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2570        LIBC_DEFINES.
2571        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2572        LIBC_DEFINES.
2573        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2574        LIBC_DEFINES.
2575
25762002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2577
2578        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2579
25802002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2581
2582        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2583        cache-checking.
2584        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2585
25862002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2587
2588        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2589        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2590        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2591        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2592        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2593
25942002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2595
2596        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2597        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2598        Remove.
2599        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2600
26012002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2602
2603        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2604        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2605
26062002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2607
2608        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2609        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2610
26112002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2612
2613        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2614        * optman/rel.am: New.
2615
26162002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2617
2618        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2619        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2620        braino in comment on "exec". Extend --enable-ada handling.
2621
26222002-11-04      Joel Sherrill <joel@OARcorp.com>
2623
2624        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2625        tasks and rolling multiple loops into 1.
2626        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2627        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2628        Removed warnings.
2629
26302002-10-31      Joel Sherrill <joel@OARcorp.com>
2631
2632        * libchip/network/dec21140.c: Removed warnings.
2633        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2634        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2635        librdbg/src/m68k/any/remdeb_xdr.c,
2636        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2637        warnings.
2638        * libnetworking/rtems_webserver/socket.c,
2639        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2640
26412002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2642
2643        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2644        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2645        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2646        above.
2647
26482002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2649
2650        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2651        * wrapup/.cvsignore: Remove autom4te.cache.
2652        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2653        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2654        autom4te.cache.
2655        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2656        autom4te.cache.
2657        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2658        autom4te.cache.
2659
26602002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2661
2662        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2663
26642002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2665
2666        * optman/.cvsignore: Add autom4te.cache.
2667
26682002-09-14      Joel Sherrill <joel@OARcorp.com>
2669
2670        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2671
26722002-09-07      Joel Sherrill <joel@OARcorp.com>
2673
2674        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2675        include files to resolve warnings.
2676
26772002-09-07      Chris Johns <ccj@acm.org>
2678
2679        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2680        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2681        which corrects the problem  where the cs8900.c file was actually the BSP
2682        glue.  Joel did some hacking so this file will compile.  Previously it
2683        required providing a target.h file to compile.
2684        * libchip/network/cs8900.c.bsp: New file.
2685
26862002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2687
2688        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2689
26902002-08-31      Joel Sherrill <joel@OARcorp.com>
2691
2692        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2693        eliminate warning.
2694
26952002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2696
2697        * configure.ac: Add ada-tests.
2698
26992002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2700
2701        * Makefile.am: Add preinstall-stamp.
2702
27032002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2704
2705        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2706        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2707        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2708        gcc31 happy.
2709        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2710        cp.
2711
27122002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2713
2714        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2715        make/bsp.mak.
2716        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2717        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2718
27192002-08-12      Joel Sherrill <joel@OARcorp.com>
2720
2721        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2722        avoid error.
2723
27242002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2725
2726        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2727        * configure.ac: Add BSP_SUBDIRS.
2728        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2729        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2730        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2731        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2732        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2733        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2734        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2735        RTEMS_CHECK_BSP_CACHE.
2736        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2737        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2738        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2739        .$(OBJEXT) instead of .o.
2740        * libnetworking/pppd/Makefile.am,
2741        libnetworking/rtems_servers/Makefile.am,
2742        libnetworking/rtems_telnetd/Makefile.am,
2743        libnetworking/rtems_webserver/Makefile.am,
2744        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2745
27462002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2747
2748        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2749        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2750        ../libchip/serial/$(ARCH)/libserialio.a.
2751        * libchip/serial/Makefile.am: Don't tmp-install lib.
2752        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2753
27542002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2755
2756        * Makefile.am: Add rtems_makedir.
2757        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2758        * Makefile.am: Add wrapup-SUBDIR.
2759        * wrapup/ChangeLog: Remove.
2760        * wrapup/configure.ac: Remove.
2761        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2762        (Make the bare BSP happy).
2763        * configure.ac: Ditto.
2764        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2765        Create make/custom/default.cfg.
2766        * configure.ac: Add creation of make/custom/*.cfg. Create
2767        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2768
27692002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2770
2771        * Makefile.am: Clean $(PROJECT_RELEASE).
2772
27732002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2774
2775        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2776        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2777        prototype mismatches.
2778
27792002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2780
2781        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2782        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2783
27842002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2785
2786        * acinclude.m4: Add test "$multilib" != "yes".
2787        * config-ml.in: Remove.
2788        * acinclude.m4: Cleanups.
2789        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2790        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2791        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2792        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2793        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2794
27952002-07-16      Eric Norum <eric.norum@usask.ca>
2796
2797        * New driver for the Intel EtherExpressPro (82559ER) chip.
2798        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2799        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2800        * libchip/network/Makefile.am: Modified to reflect above.
2801
28022002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2803
2804        * acinclude.m4: New.
2805        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2806        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2807        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2808
28092002-07-01      Joel Sherrill <joel@OARcorp.com>
2810
2811        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2812        _Objects_Information_table now that it is a two dimensional array based
2813        upon API and class.
2814        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2815        of strnlen().
2816
28172002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2818
2819        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2820        preinstall libnetapps.a.
2821
28222002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2823
2824        * configure.ac: Remove librpc.
2825
28262002-06-25      Joel Sherrill <joel@OARcorp.com>
2827
2828        * Per PR233, moved librpc to exec.
2829        * configure.ac, wrapup/Makefile.am: Modified.
2830        * librpc, librpc/ChangeLog: Removed.
2831
28322002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2833
2834        * optman/Makefile.am: Remove multilib support.
2835        * optman/configure.ac: Ditto.
2836        * optman/sapi/Makefile.am: Ditto.
2837
28382002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2839
2840        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2841        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2842
28432002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2844
2845        Move networking libraries to c/src/exec/libnetworking
2846        * libnetworking/configure.ac, libnetworking/Makefile.am,
2847        libnetworking/wrapup/Makefile.am: Reflect Moval.
2848
28492002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2850
2851        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2852        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2853        <rtems/bspIo.h>.
2854
28552002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2856
2857        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2858        * libnetworking/rtems/mkrootfs.h: Ditto.
2859        * libnetworking/rtems/Makefile.am: Reflect changes above.
2860
28612002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2862
2863        * configure.ac: Remove lib.
2864
28652002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2866
2867        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2868        that exception stack frames on M68K members with VBR always are 6 byte
2869        long. The incorrect assumption resulted in some gdb commands like "next"
2870        to fail on the 68360.
2871
28722002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2873
2874        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2875        PR 220
2876        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2877        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2878        CVS.
2879        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2880        libnetworking/sys/filio.h: Remove.
2881        * libnetworking/sys/Makefile.am: Reflect changes above.
2882
28832002-05-07      Chris Johns <ccj@acm.org>
2884
2885        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2886        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2887        requires it to be stripped.
2888
28892002-05-01      Eric Norum <eric.norum@usask.ca>
2890
2891        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2892        assembly  to satisfy gcc 3.1 and newer.
2893
28942002-04-26      Eric Norum <eric.norum@usask.ca>
2895
2896        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2897        agressive optimization in gcc 3.1 does not reorder things.
2898
28992002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2900
2901        * libchip/network/dec21140.c: Reflect changes to powerpc's
2902        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2903        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2904        <rtems/score/cpu.h>.
2905        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2906        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2907
29082002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2909
2910        * optman/configure.ac: Remove ENABLE_GCC28.
2911
29122002-04-11      Chris Johns <ccj@acm.org>
2913
2914        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2915        driver control block field to the ifconfig network driver structure.
2916        This field is needed by the i82586 driver which was ported from NetBSD
2917        as it had better hardware abstraction.
2918        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2919        PR59, added the drv_ctrl driver control block field to the ifconfig
2920        network driver structure. This field is needed by the i82586 driver
2921        which was ported from NetBSD as it had better hardware abstraction.
2922
29232002-04-10      Mike Siers <mikes@poliac.com>
2924
2925        * libnetworking/rtems_webserver/NOTES,
2926        libnetworking/rtems_webserver/asp.c,
2927        libnetworking/rtems_webserver/balloc.c,
2928        libnetworking/rtems_webserver/default.c,
2929        libnetworking/rtems_webserver/ej.h,
2930        libnetworking/rtems_webserver/ejIntrn.h,
2931        libnetworking/rtems_webserver/ejlex.c,
2932        libnetworking/rtems_webserver/ejparse.c,
2933        libnetworking/rtems_webserver/emfdb.c,
2934        libnetworking/rtems_webserver/emfdb.h,
2935        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2936        libnetworking/rtems_webserver/handler.c,
2937        libnetworking/rtems_webserver/license.txt,
2938        libnetworking/rtems_webserver/md5.h,
2939        libnetworking/rtems_webserver/md5c.c,
2940        libnetworking/rtems_webserver/mime.c,
2941        libnetworking/rtems_webserver/misc.c,
2942        libnetworking/rtems_webserver/ringq.c,
2943        libnetworking/rtems_webserver/rom.c,
2944        libnetworking/rtems_webserver/security.c,
2945        libnetworking/rtems_webserver/sock.c,
2946        libnetworking/rtems_webserver/sym.c,
2947        libnetworking/rtems_webserver/uemf.c,
2948        libnetworking/rtems_webserver/uemf.h,
2949        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2950        libnetworking/rtems_webserver/url.c,
2951        libnetworking/rtems_webserver/value.c,
2952        libnetworking/rtems_webserver/wbase64.c,
2953        libnetworking/rtems_webserver/webcomp.c,
2954        libnetworking/rtems_webserver/webpage.c,
2955        libnetworking/rtems_webserver/webrom.c,
2956        libnetworking/rtems_webserver/webs.c,
2957        libnetworking/rtems_webserver/webs.h,
2958        libnetworking/rtems_webserver/websuemf.c,
2959        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2960        2.1.4.
2961
29622002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2963
2964        * libchip/network/i82586.c: Include <string.h>.
2965        * libchip/network/sonic.c: Ditto.
2966
29672002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2968
2969        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2970
29712002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2972
2973        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2974
29752002-03-27      Thomas.Doerfler@imd-systems.de
2976
2977        PR 144
2978        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2979        memory address 0 when called for the first time. This is done when
2980        trying to clear the variable "dhcp_hostname".
2981
29822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2983
2984        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2985        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2986        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2987        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2988        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2989        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2990        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2991        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2992        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2993        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2994        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2995        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2996        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2997        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2998        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2999        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
3000        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3001        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3002        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3003        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3004        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
3005        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
3006        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3007        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
3008        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
3009        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
3010        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
3011        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3012        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
3013        AUTOMAKE_OPTIONS.
3014        * libnetworking/configure.ac:
3015        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
3016        foreign 1.6]).
3017        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
3018        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
3019        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
3020        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
3021        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
3022        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
3023        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
3024        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
3025        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
3026        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3027        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
3028        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
3029        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
3030        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
3031        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
3032        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
3033        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
3034
30352002-03-27      Ilya Alexeev <ilya@continuum.ru>
3036
3037        PR 162
3038        * libnetworking/net/if_ppp.c ppp_txdaemon(),
3039        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
3040        used in a device write routines.  Now ppp_softc structure have own
3041        character for writing to device (sc_outchar).  I think that converting
3042        local variables to static is not a right solution, because problems will
3043        occur in the case of two or more ppp instances.
3044        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
3045        must be u_long, otherwise in the case of the big output packet endless
3046        loop may occur.
3047
30482002-03-21      Ilya Alexeev <ilya@continuum.ru>
3049
3050        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
3051        preparations for multiple PPPD connections.
3052
30532002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3054
3055        PR 149
3056        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
3057        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
3058        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
3059        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3060
30612002-02-28      Victor V. Vengerov <vvv@oktet.ru>
3062
3063        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
3064        * configure.ac: Modified to reflect addition.
3065
30662002-02-27      Ilya Alexeev <ilya@continuum.ru>
3067
3068        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
3069        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3070        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
3071        capabilities as well as eliminate some warnings.
3072
30732002-02-27      Eric Norum <eric.norum@usask.ca>
3074
3075        * libnetworking/net/radix.c: Properly handle fetching the default route
3076        when there is no route.  This was a bug in the original FreeBSD code and
3077        this fix is from an updated version of their code.
3078
30792002-02-16      Eric Norum <eric.norum@usask.ca>
3080
3081        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
3082        checking.
3083
30842002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3085
3086        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
3087        dodefaultroute.
3088
30892002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3090
3091        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
3092        include <rtems/seterr.h>.
3093
30942002-02-01      Mike Siers <mikes@poliac.com>
3095
3096        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
3097        avoid bringing the link down too fast. NOTE: Mike reports successfully
3098        running at 56K baud on a direct link.
3099
31002002-02-01      Eric Valette <valette@crf.canon.fr>
3101
3102        * librdbg/So many patches have been posted recently on the mailing list
3103        and  because we were unable to find correct solution to compile on
3104        various  linux distros (due to rpcgen incompatibilities), librdbg/and
3105        because the coding  style of rdbg was rather inconsistant among various
3106        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
3107        global coding style (using indent + manual edits), 2) incorporate/review
3108        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
3109        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
3110        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
3111        after rdbg initialization is done, NB : the paches is huge but it is
3112        mainly due to coding styke chnages.  Only few lines of codes have been
3113        really changed and they do not impact  rdbg functionnality (AFAIKT).
3114        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
3115        librdbg/include/rdbg/m68k/rdbg_f.h,
3116        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
3117        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
3118        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
3119        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
3120        librdbg/src/servtsp.c, librdbg/src/servutil.c,
3121        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
3122        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
3123        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
3124        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
3125        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
3126        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
3127        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
3128        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3129        librdbg/src/powerpc/new_exception_processing/remdeb.h,
3130        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
3131        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
3132
31332002-01-31      Mike Siers <mikes@poliac.com>
3134
3135        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
3136        * Nice Update of PPPD support which eliminates the requiremetn that
3137        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
3138        and reports that it seems to be more stable and handle larger packets
3139        better.  This patch replaces the termios tasks with more general pppd
3140        network driver tasks.  The functions pppinput() and pppstart() get
3141        called from the interrupt service routine.
3142        * libnetworking/Makefile.am, libnetworking/configure.ac,
3143        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
3144        libnetworking/net/ethernet.h, libnetworking/net/if.c,
3145        libnetworking/net/if.h, libnetworking/net/if_arp.h,
3146        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
3147        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
3148        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
3149        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
3150        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
3151        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
3152        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
3153        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
3154        libnetworking/net/route.c, libnetworking/net/route.h,
3155        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
3156        libnetworking/pppd/README, libnetworking/pppd/STATUS,
3157        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
3158        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3159        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3160        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3161        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3162        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3163        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3164        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3165        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3166        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3167        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3168        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
3169        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3170        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3171        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
3172        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
3173        libnetworking/pppd/example/README,
3174        libnetworking/pppd/example/netconfig.h,
3175        libnetworking/wrapup/Makefile.am: Modified.
3176        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
3177        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
3178        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
3179        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3180        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3181        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3182        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3183        libnetworking/modem/pppcompress.c: Subdirectory removed.
3184
31852002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3186
3187        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3188        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3189
31902002-01-18      Till Straumann <strauman@slac.stanford.edu>
3191
3192        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3193        issues: - exception handler needs to enable MSR_FP if the interrupted
3194        thread is FP enabled. - printk message for MSR fixed and added
3195        stacktrace. NOTE: this requires the stacktrace patch to
3196        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3197        however).
3198
31992002-01-06      Joel Sherrill <joel@OARcorp.com>
3200
3201        * optman/.cvsignore: Added aclocal.m4 and configure.
3202        * optman/.cvsignore: New file.
3203
32042002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3205
3206        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3207
32082002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3209
3210        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3211        * optman/ChangeLog: New.
3212        * optman/configure.ac: New.
3213        * optman/Makefile.am: New.
3214        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3215        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3216
32172001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3218
3219        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3220
32212001-12-18      Eric Norum <eric.norum@usask.ca>
3222
3223        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3224        `directories' (path names with a / at the end) while disallowing open()
3225        operations on TFTP `directories'.
3226
32272001-12-07      Eric Norum <eric.norum@usask.ca>
3228
3229        * libnetworking/lib/tftpDriver.c: Restore write capability.
3230
32312001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3232
3233        * libchip/network/sonic.h: Fix typo.
3234        * libnetworking/arpa/Makefile.am: Remove stray lines.
3235
32362001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3237
3238        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3239
32402001-10-18      Eric Norum <eric.norum@usask.ca>
3241
3242        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3243        chdir() and open() operations within the TFTP file system.
3244
32452001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3246
3247        * librdbg/configure.ac: Fix latent bug exposed by removal of
3248        config.cache's which prevented powerpc targets librdbg from building.
3249
32502001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3251
3252        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3253        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3254        autoconf-2.52 happy.
3255
32562001-10-12      Mike Siers <mikes@poliac.com>
3257
3258        * libnetworking/Update to stable working state.  Congratulations Mike!
3259        :).
3260        * libnetworking/modem_example: Directory removed.
3261        * libnetworking/modem_example/16550.h,
3262        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3263        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3264        libnetworking/modem_example/ppp.h,
3265        libnetworking/modem_example/pppcompress.c: Files removed.
3266        * libnetworking/pppd/example/pppd.options: New file.
3267        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3268        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3269        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3270        libnetworking/pppd/rtemsmain.c: Updated.
3271
32722001-10-12      Joel Sherrill <joel@OARcorp.com>
3273
3274        * libchip/serial/z85c30.c: Fixed typo.
3275
32762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3277
3278        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3279        * configure.in: Remove.
3280        * configure.ac: New file, generated from configure.in by autoupdate.
3281        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3282        * libchip/configure.in: Remove.
3283        * libchip/configure.ac: New file, generated from configure.in by
3284        autoupdate.
3285        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3286        * librdbg/configure.in: Remove.
3287        * librdbg/configure.ac: New file, generated from configure.in by
3288        autoupdate.
3289        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3290        * libnetworking/configure.in: Remove.
3291        * libnetworking/configure.ac: New file, generated from configure.in by
3292        autoupdate.
3293
32942001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3295
3296        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3297        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3298        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3299
33002001-09-27      Joel Sherrill <joel@OARcorp.com>
3301
3302        * libchip/ChangeLog: Fixed typo in date.
3303
33042001-09-27      Eric Norum <eric.norum@usask.ca>
3305
3306        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3307        TFTP  filesystem.
3308
33092001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3310
3311        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3312        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3313        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3314        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3315        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3316        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3317        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3318        'PREINSTALL_FILES ='.
3319        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3320        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3321        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3322        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3323        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3324        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3325        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3326        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3327        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3328        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3329        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3330        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3331
33322001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3333
3334        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3335        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3336        * librdbg/src/m68k/any/Makefile.am: Ditto.
3337        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3338        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3339        happy.
3340
33412001-09-21      Joel Sherrill <joel@OARcorp.com>
3342
3343        * libchip/network/Makefile.am: Fixed typo on file name.
3344        * libchip/network/i82586.c: Commented out line 318 which is referencing
3345        a member of a structure that is not currently there.  This needs to be
3346        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3347        to C style.
3348
33492001-09-19      Eric Norum <eric.norum@usask.ca>
3350
3351        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3352
33532001-09-19      Chris Johns <ccj@acm.org>
3354
3355        * libchip/network/README.i82586, libchip/network/i82586.c,
3356        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3357        Network driver for Intel i82586.
3358        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3359        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3360        "root" filesystem with information obtained via the DHCP response.
3361
33622001-09-14      Eric Norum <eric.norum@usask.ca>
3363
3364        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3365        make gcc 3.x happy.
3366
33672001-08-16      Mike Siers <mikes@poliac.com>
3368
3369        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3370        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3371        These support callback functionality that has not even been compiled
3372        under RTEMS yet.
3373        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3374        example application.  Mike's notes on the modifications: - renamed
3375        error() function because of namespace problems - removed calls to the
3376        exit() funciton - removed extra files from the pppd source directory -
3377        defined pppd task constant values in rtemspppd.h - modifyied example
3378        code to get actual tick per second value - placed the pppd 2.3.11 man
3379        page file (pppd.8) into the pppd directory.
3380        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3381        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3382        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3383        libnetworking/pppd/rtems-ppp.c: Deleted.
3384        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3385        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3386        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3387        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3388        libnetworking/pppd/example/init.c,
3389        libnetworking/pppd/example/netconfig.h,
3390        libnetworking/pppd/example/ppp.conf,
3391        libnetworking/pppd/example/pppdapp.c,
3392        libnetworking/pppd/example/system.h: New files.
3393        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3394        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3395        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3396        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3397        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3398        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3399        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3400        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3401        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3402        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3403        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3404        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3405        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3406        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3407        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3408
34092001-08-16      Joel Sherrill <joel@OARcorp.com>
3410
3411        * libnetworking/pppd/example/Makefile: Removed.
3412        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3413        to avoid bootstrap -c clobbering it.
3414        * libnetworking/rtems_telnetd/.cvsignore: New file.
3415
34162001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3417
3418        * libnetworking/Makefile.am, libnetworking/configure.in,
3419        libnetworking/rtems_servers/Makefile.am,
3420        libnetworking/rtems_servers/telnetd.c,
3421        libnetworking/rtems_servers/telnetd.h,
3422        libnetworking/rtems_telnetd/Makefile.am,
3423        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3424        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3425        libnetworking/rtems_telnetd/telnetd.c,
3426        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3427        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3428        effect when ftpd change. - the tcp/ip stats have been implemented into
3429        icmds.c and started when telnetd daemon is started.
3430        * libnetworking/rtems_servers/telnetd.c,
3431        libnetworking/rtems_servers/telnetd.h: Removed.
3432        * libnetworking/rtems_telnetd: New directory.
3433        * libnetworking/rtems_telnetd/Makefile.am,
3434        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3435        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3436        libnetworking/rtems_telnetd/telnetd.c,
3437        libnetworking/rtems_telnetd/telnetd.h: New files.
3438
34392001-06-14      Joel Sherrill <joel@OARcorp.com>
3440
3441        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3442        Moved from libmisc/shell so the network stack to address network
3443        depenendency.
3444        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3445
34462001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3447
3448        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3449
34502001-05-15      Joel Sherrill <joel@OARcorp.com>
3451
3452        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3453        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3454        accidentally deleted the incorrectly empty versions.
3455
34562001-05-14      Till Straumann <strauman@slac.stanford.edu>
3457
3458        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3459        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3460        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3461        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3462        to know the values) - the affected BSP (shared/motorola) headers have
3463        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3464        driver (libchip/network/dec21140.c) has been fixed to use
3465        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3466        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3467        who is using this driver. - the DEC driver also has been fixed to use
3468        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3469        delay_in_bus_cycles().
3470
34712001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3472
3473        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3474
34752001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3476
3477        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3478
34792001-04-24      Eric Norum <eric.norum@usask.ca>
3480
3481        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3482        NTP synchronization a little more robust -- no NTP daemon yet, but at
3483        least it trys a little harder when the primary NTP server is down.
3484
34852001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3486
3487        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3488        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3489        libnetworking/pppd/modem_example/modem.c,
3490        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3491        other strings into English.
3492        * libnetworking/pppd/STATUS: updated to reflect the changes.
3493
34942001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3495
3496        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3497        again.
3498
34992001-04-20      Eric Valette <valette@crf.canon.fr>
3500
3501        * mcp750 directory renamed new_exception processing as it supports many
3502        more CPU models.
3503        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3504        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3505        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3506        formerly in mcp750 plus modifications.
3507        * librdbg/src/powerpc/mcp750/.cvsignore,
3508        librdbg/src/powerpc/mcp750/Makefile.am,
3509        librdbg/src/powerpc/mcp750/remdeb.h,
3510        librdbg/src/powerpc/mcp750/remdeb_f.x,
3511        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3512        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3513        new_exception_processing.
3514        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3515        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3516        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3517        part of this effort to add support for the MPC8xx.
3518
35192001-04-19      Joel Sherrill <joel@OARcorp.com>
3520
3521        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3522        internal include files.
3523
35242001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3525
3526        PR 158
3527        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3528        rcmd() library call by commenting out the parts that deal with signals.
3529        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3530        stdio. The 'server-side' parts of this file which deal with
3531        authentication are disabled since they are not needed.
3532
35332001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3534
3535        * libnetworking/include/.cvsignore: Remove dangling file.
3536
35372001-03-14      Joel Sherrill <joel@OARcorp.com>
3538
3539        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3540        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3541        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3542        libchip style serial drivers can be written in libcpu or libbsp.
3543
35442001-03-01      Joel Sherrill <joel@OARcorp.com>
3545
3546        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3547        libchip/network/sonic.c, libchip/network/sonic.h,
3548        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3549        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3550        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3551        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3552        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3553        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3554        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3555        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3556
35572001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3558
3559        * librdbg/include/rdbg/Makefile.am,
3560        librdbg/include/rdbg/i386/Makefile.am,
3561        librdbg/include/rdbg/m68k/Makefile.am,
3562        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3563        style on include files.
3564
35652001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3566
3567        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3568        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3569        replace ${..} with $(..).
3570        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3571        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3572        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3573        libnetworking/rtems/Makefile.am, libnetworking/
3574        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3575        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3576        include_*HEADERS instead of H_FILES.
3577        * libnetworking/include/Makefile.am: Remove.
3578        * libnetworking/Makefile.am: Add handling of *.h files.
3579        * libnetworking/configure.in: Remove include/Makefile.
3580
35812001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3582
3583        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3584
35852001-01-31      Sergei Organov <osv@javad.ru>
3586
3587        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3588        current dir and root dir removed in favor of new libio support for
3589        task-local current and root directories. - Bug in `close_data_socket()'
3590        introduced by previous change fixed. - `command_pasv()' changed to set
3591        timeout on socket we are listening on and code fixed to don't close
3592        socket twice on error. - `serr()' changed to clear `errno'. -
3593        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3594        changed to clear `errno' before processing session. -
3595        `close_data_socket()' fixed to close both active and passive sockets -
3596        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3597        empty string  in `exec_command()'.
3598
35992001-01-25      Eric Norum <eric.norum@usask.ca>
3600
3601        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3602        improves throughput on systems which are dropping packets.   Only the
3603        first timeout is reduced.  This keeps the number of extra packets down
3604        on networks that are very busy and dropping lots of packets.
3605
36062001-01-24      Sergei Organov <osv@javad.ru>
3607
3608        * libnetworking/rtems_servers/ftpd.c,
3609        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3610        - Timeouts on sockets implemented. 'idle' field added to configuration.
3611        No timeout by default to keep backward compatibility. Note: SITE IDLE
3612        command not implemented yet. - Basic global access control implemented.
3613        'access' field added to configuration. No access limitations by default
3614        to keep backward compatibility. - Anchor data socket for active mode
3615        (using self IP and port 20.) - Fixed default data port support (still
3616        not tested). - Don't allow IP address different from originating host in
3617        PORT command to improve security. - Fixed bug in MDTM command. - Check
3618        for correctness of parsing of argument in command_port(). - Fixed
3619        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3620        a directory. - Command parsing a little bit improved: command names are
3621        now converted to upper-case to be more compatible with RFC (command
3622        names are not case-sensitive.) - Reformat comments so that they have
3623        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3624        previous changes - True ASCII mode implemented (doesn't work for hooks
3625        and /dev/null) - Passive mode implemented, PASV command added. - Default
3626        port for data connection could be used (untested, can't find ftp client
3627        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3628        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3629
36302001-01-18      Joel Sherrill <joel@OARcorp.com>
3631
3632        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3633        macro using variable arguments.
3634        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3635        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3636        since I updated the main RTEMS development machine to RedHat 7.2 and
3637        apparently got a new version of rpcgen.
3638
36392001-01-12      Sergei Organov <osv@javad.ru>
3640
3641        * libnetworking/rtems_servers/ftpd.c,
3642        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3643        - use pool of pre-created threads to handle sessions instead of
3644        creating/deleting threads on the fly - LIST output is now similar to
3645        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3646        happy with it. - LIST NAME now works (both for files and directories) -
3647        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3648        clients happy  - keep track of CWD for every session separately -
3649        ability to specify root directory name for FTPD in configuration table.
3650        FTPD will then create illusion for FTP clients that this is actually
3651        root directory. - ignore options sent in commands, thus LIST -al FILE
3652        works and doesn't try to list "-al" directory. - buffers are allocated
3653        on stack instead of heap where possible to eliminate malloc/free calls
3654        (avoid possible heap fragmentation troubles). - drop using of task
3655        notepad to pass parameters - use function arguments instead - use
3656        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3657        in socket() instead of AF_INET.
3658
36592001-01-02      Joel Sherrill <joel@OARcorp.com>
3660
3661        * libnetworking/CHANGELOG: Removed.
3662        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3663
36642000-12-14      Eric Norum <eric.norum@usask.ca>
3665
3666        * libnetworking/lib/tftpDriver.c: Added write capability.
3667
36682000-12-08      Joel Sherrill <joel@OARcorp.com>
3669
3670        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3671        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3672        numerous variable declarations conditional on PPP_COMPRESS and
3673        PPP_FILTER.  Commented out variables that were not used because the code
3674        using them was commented out. Removed totally unused variables.
3675        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3676        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3677
36782000-11-30      Joel Sherrill <joel@OARcorp.com>
3679
3680        * libnetworking/modem/ppp_tty.c: Changed to include
3681        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3682        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3683        * libnetworking/Makefile.am: Modified to reflect above.
3684
36852000-11-27      Joel Sherrill <joel@OARcorp.com>
3686
3687        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3688
36892000-11-25      Eric Norum <eric.norum@usask.ca>
3690
3691        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3692        core.
3693
36942000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3695
3696        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3697        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3698        subdir.
3699        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3700        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3701        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3702        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3703        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3704        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3705        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3706        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3707        ppp_tty.c and the real pppd main is in pppmain.c.
3708
37092000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3710
3711        * libchip/network/sonic.c: Added ipalign() routine to align the received
3712        packet so that the ip header is on a 32-bit boundary. Necessary for
3713        cpu's that do not allow unaligned loads and stores and when the 32-bit
3714        DMA mode is used.
3715
37162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3717
3718        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3719        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3720        ACLOCAL_AMFLAGS.
3721        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3722        ACLOCAL_AMFLAGS.
3723        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3724        ACLOCAL_AMFLAGS.
3725
37262000-11-03      Chris Johns <ccj@acm.org>
3727
3728        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3729        libchip/network/cs8900.h: New files.
3730
37312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3732
3733        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3734        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3735        $(RTEMS_TOPdir)/aclocal.
3736        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3737        $(RTEMS_TOPdir)/aclocal.
3738        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3739        $(RTEMS_TOPdir)/aclocal.
3740
37412000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3742
3743        * configure.in: Switch to GNU-canonicalization.
3744        * Makefile.am: Reflect changes to configure.in.
3745        * acinclude.m4: Remove.
3746
37472000-10-30      Joel Sherrill <joel@OARcorp.com>
3748
3749        * POSIX include files merged into newlib.  This resulted in some
3750        definitions moving to other files and thus some secondary effects in
3751        RTEMS source code.
3752        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3753        in sync with newlib's <machine/types.h>.
3754        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3755        definition of struct itimerval in <sys/time.h>.
3756
37572000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3758
3759        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3760        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3761        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3762        * ChangeLog: Fix typos.
3763        * configure.in: add tests to the GNU canonicalized subdirectories.
3764
37652000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3766
3767        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3768        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3769        the lib directory before configuring lib/.
3770
37712000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3772
3773        * configure.in, Makefile.am: add exec to the GNU canonicalized
3774        subdirectories.
3775        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3776        * configure.in: add libnetworking, librpc and librdb to the GNU
3777        canonicalized subdirectories.
3778        * configure.in: add libmisc and libchip to the GNU canonicalized
3779        subdirectories.
3780        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3781        Switch to GNU canonicalization.
3782        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3783        Switch to GNU canonicalization.
3784        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3785        Switch to GNU canonicalization.
3786
37872000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3788
3789        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3790        canonicalization to libfs/. The approach is currently a bit of a hack as
3791        GNU canonicalization does not support the per-BSP build some of the
3792        other directories require.  As more of the tree is converted, this will
3793        become less  of an issue.
3794
37952000-10-20      Joel Sherrill <joel@OARcorp.com>
3796
3797        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3798        parameter.
3799
38002000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3801
3802        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3803        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3804        * librdbg/configure.in: Add m68k support.
3805        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3806        subdirectory.
3807        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3808        failure.
3809        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3810        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3811        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3812        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3813        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3814        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3815        librdbg/src/m68k/.cvsignore: New files.
3816        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3817        function pointers.
3818        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3819        _after_ pointer has been checked against NULL.
3820
38212000-10-18      Joel Sherrill <joel@OARcorp.com>
3822
3823        * wrapup/Makefile.am: Added libfs.
3824
38252000-10-18      Chris Johns <ccj@acm.org>
3826
3827        * libfs created.
3828        * configure.in: Added libfs subdirectory.
3829        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3830
38312000-09-28      Joel Sherrill <joel@OARcorp.com>
3832
3833        * libnetworking/rtems_webserver/Makefile.am,
3834        libnetworking/rtems_webserver/base64.c,
3835        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3836        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3837
38382000-09-22      Joel Sherrill <joel@OARcorp.com>
3839
3840        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3841        libnetworking/rtems/rtems_bsdnet_internal.h,
3842        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3843        have included rtems.h.  It is now including precisely the  least amount
3844        of low level, yet portable .h files to get the basic RTEMS types
3845        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3846        used machine/types.h to include rtems.h.
3847
38482000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3849
3850        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3851
38522000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3853
3854        * libnetworking/ChangeLog: Cleanup.
3855
38562000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3857
3858        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3859        * libchip/ChangeLog: Fix formating.
3860
38612000-09-05      Joel Sherrill <joel@OARcorp.com>
3862
3863        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3864        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3865        confusion and to work with the converted flags.
3866
38672000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3868
3869        * wrapup/Makefile.am: Include compile.am.
3870        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3871        libchip/serial/Makefile.am: Include compile.am.
3872        * librdbg/src/i386/any/Makefile.am,
3873        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3874        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3875        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3876        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3877        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3878        libnetworking/rtems_servers/Makefile.am,
3879        libnetworking/rtems_webserver/Makefile.am,
3880        libnetworking/wrapup/Makefile.am: Include compile.am.
3881
38822000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3883
3884        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3885        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3886
38872000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3888
3889        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3890
38912000-08-31      Joel Sherrill <joel@OARcorp.com>
3892
3893        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3894        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3895        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3896        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3897        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3898        * libnetworking/wbase64.c: Removed.
3899        * libnetworking/Makefile.am, libnetworking/asp.c,
3900        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3901        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3902        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3903        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3904        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3905        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3906        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3907        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3908        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3909        Modified.
3910
39112000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3912
3913        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3914
39152000-08-30      Joel Sherrill <joel@OARcorp.com>
3916
3917        * libnetworking/rtems_webserver/license.txt: New file.
3918
39192000-08-10      Joel Sherrill <joel@OARcorp.com>
3920
3921        * ChangeLog: New file.
3922        * libchip/ChangeLog: New file.
3923        * librdbg/ChangeLog: New file.
3924        * libnetworking/ChangeLog: New file.
3925
Note: See TracBrowser for help on using the repository browser.