source: rtems/c/src/ChangeLog @ 8a6c480

4.104.115
Last change on this file since 8a6c480 was 8c0cab0, checked in by Joel Sherrill <joel.sherrill@…>, on 09/23/08 at 14:07:19

2008-09-23 Sebastian Huber <sebastian.huber@…>

  • libchip/serial/ns16550.c: Enable interrupt code only for PowerPC or BSPs that support this feature.
  • Property mode set to 100644
File size: 143.6 KB
Line 
12008-09-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * libchip/serial/ns16550.c: Enable interrupt code only for PowerPC or
4        BSPs that support this feature.
5
62008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * libchip/serial/ns16550.c: Fix typo.
9
102008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * libchip/serial/ns16550.c: Fix typo.
13
142008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
15
16        * libchip/serial/ns16550.c: Add not supported on arm even though it is
17        not simple vectored.
18
192008-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * libchip/serial/ns16550.c: Not currently supported on architectures
22        with simple vectored interrupt model.
23
242008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * aclocal/version.m4: Bump RTEMS_API to 4.10.
27        Bump _RTEMS_VERSION to 4.9.99.0.
28
292008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
30
31        * c/src/libchip/rtc/icm7170.c, c/src/libchip/rtc/m48t08.c,
32        c/src/libchip/rtc/rtc.h:  Include required header files.  Some internal
33        functions have now static linkage type.  Added constant qualifier to
34        operations table and read-only function parameters.
35
36        * c/src/libchip/serial/ns16550.c, c/src/libchip/serial/ns16550_p.h,
37        c/src/libchip/serial/serial.h:  Include required header files.  Removed
38        support for old PowerPC exception handling.  Various fixes for
39        interrupt related routines.  Added support for BSPs with IRQ extension
40        API.
41
422008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there
45        is no PCI bus based upon the BSP not having a base address defined.
46        This means this driver cannot be supported on that board.
47
482008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * libchip/network/dec21140.c, libchip/network/elnk.c,
51        libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
52
532008-09-17      Miao Yan <yanmiaobest@gmail.com>
54
55        * optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
56        add simple device only filesystem (devfs), optionally completely drop
57        out filesystem, and to clean up disabling newlib reentrancy support.
58        This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t
59        now has a 15K code space.
60        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
61        Removed.
62
632008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * libchip/ide/ata.h: Convert to Unix file format.
66
672008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
70        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
71        libchip/serial/serial.h, libchip/serial/serprobe.c,
72        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
73        Convert to "bool".
74        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
75        libchip/i2c/spi-memdrv.h: Convert to "bool".
76        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
77        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
78        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
79        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
80        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
81        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
82        Convert to "bool".
83        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
84        Convert to "bool".
85        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
86        Convert to "bool".
87
882008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
91        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
92        memory driver to not use the clock ioctl to install a method to poll
93        for input. It now uses a Class API Timer which means we can eliminate
94        this special IOCTL from all clock drivers.
95        * libchip/shmdr/setckvec.c: Removed.
96
972008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * libchip/network/sonic.c: Do not declare a variable just to hold an
100        ignored return value.
101
1022008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
103
104        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
105
1062008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
109        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
110
1112008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * libchip/display/disp_hcms29xx.c: Do not make these static. They
114        appear to be unused that way.
115
1162008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * libchip/shmdr/shm_driver.h: Correct prototypes.
119
1202008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
121
122        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
123        variables and made methods static.
124
1252008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * libchip/serial/ns16550.c: Fix warning.
128
1292008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
130
131        * aclocal/prog-cc.m4: Add -Wnested-externs.
132
1332008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * libchip/network/dec21140.c: Add missing prototype.
136        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
137
1382008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
141        -Wstrict-prototypes to RTEMS_CFLAGS.
142
1432008-08-02      Chris Johns <chrisj@rtems.org>
144
145        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
146        rtems_blkdev_request count and start references. Use
147        RTEMS_BLKDEV_START_BLOCK.
148
1492008-07-29      Chris Johns <chrisj@rtems.org>
150
151        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
152
153        * libchip/ide/ata.c: Change to use a mutex rather than disable
154        pre-emption. Updated to the libblock changes.
155
156        * libchip/ide/ata_internal.h: Updated to the new chains API.
157
158        * libchip/ide/ide_controller.c: Updated to the libblock
159        changes. Added come debug tracing.
160
161        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
162        to the libblock changes.
163
1642008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * configure.ac: Remove RPCGEN, RPCTOOLS.
167
1682008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
169
170        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
171        for output format specifiers.
172
1732008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
174
175        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
176        Fixed some data types
177
1782008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
179
180        * libchip/i2c/spi-sd-card.c: Added missing header file.
181        * libchip/Makefile.am: Added SD Card driver.
182
1832008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
184
185        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
186        make glyphs non-constant, added file headers
187
1882008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
189
190        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
191        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
192        * libchip/display/font_hcms29xx.h
193        Creation of SPI display driver
194
1952008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
196
197        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
198        via SPI.
199
2002008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
201
202        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
203        AC_PREREQ(2.62).
204
2052008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
206
207        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
208
2092008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
210
211        * libchip/Makefile.am: Move termios helper routines from libchip to
212        libcsupport. Add routine which makes it easy for a termios device
213        driver to inform termios of its default baud rate. This avoids
214        inconsistencies in later termios settings changes.
215        * libchip/serial/termios_baud2index.c,
216        libchip/serial/termios_baud2num.c: Removed.
217
2182008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
219
220        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
221
2222008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
223
224        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
225        not fail if there are none.
226
2272008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
228
229        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
230        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
231        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
232        * libchip/Makefile.am:
233        derived a generic spi memory driver from spi-flash-m25p40,
234        added descriptor for fram fm25l256
235
2362008-05-07      Till Straumann <strauman@slac.stanford.edu>
237
238        PR 649/bsps
239        * libchip/ide/ata.c: Give up if the interface does not become ready.
240
2412008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
242
243        Moved to cpukit.
244        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
245        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
246        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
247        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
248        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
249        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
250        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
251        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
252        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
253        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
254        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
255        nfsclient/src/xdr_mbuf.c: Removed.
256
2572008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
258
259        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
260
2612008-01-05      Chris Johns <chrisj@rtems.org>
262
263        * libchip/flash/am29lv160.c: Update the blank check error message
264        to say there is an error.
265       
2662007-12-22      Chris Johns <chrisj@rtems.org>
267
268        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
269        the hello message. Just one line but still a little too long.
270       
2712007-12-14      Chris Johns <chrisj@rtems.org>
272
273        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
274        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
275        * libchip/flash, libchip/flash/am29lv160.c,
276        libchip/flash/am29lv160.h: New.
277
2782007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
279
280        * libchip/network/if_fxp.c: Spacing.
281
2822007-11-20      Till Straumann <strauman@slac.stanford.edu>
283
284        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
285        Avoid using 'stdio' before the system is up and fully
286        initialized.
287
2882007-11-20      Till Straumann <strauman@slac.stanford.edu>
289
290        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
291        * libchip/Makefile.am, libchip/preinstall.am:
292        added new driver for Maxim DS1375 i2c RTC.
293
2942007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
295
296        * libchip/i2c/spi-flash-m25p40.c:
297        added addressing call in write function
298
2992007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
300
301        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
302        * libchip/Makefile.am:
303        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
304
3052007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
306
307        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
308
3092007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
310
311        * nfsclient/Makefile.am: Fix errors.
312
3132007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
314
315        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
316
3172007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
318
319        * aclocal/version.m4: Bump RTEMS_API to 4.9.
320        Bump RTEMS_VERSION to 4.8.99.0.
321
3222007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
323
324        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
325
3262007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
327
328        * configure.ac: Remove AC_PROG_AWK (Unused).
329
3302007-09-14      Daron Chabot <djc915@mail.usask.ca>
331
332        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
333        rtems_interrupt_vector, to permit passing arbitrary arguments to the
334        ISR. Clean up of variables to silence compiler warnings.
335
3362007-09-13      Daniel Hellstrom <daniel@gaisler.com>
337
338        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
339
3402007-09-12      Daniel Hellstrom <daniel@gaisler.com>
341
342        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
343          - Odd bit bug in some chips taken care of.
344          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
345            alignment but failing to do so must have made the driver writer to make
346            some incorrect assumptions about MBUFs.
347          - Fixed MBUF handling to handle mbuf chains better. The Data length of
348            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
349          - Made while loop responsible for copying data to fifo port copy 16 shorts
350            per loop instead of 1 short, increasing the copying process.
351
3522007-09-07      Daniel Hellstrom <daniel@gaisler.com>
353
354        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
355        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
356
3572007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
358
359        * configure.ac, wrapup/Makefile.am: Remove RDBG.
360        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
361        librdbg/Makefile.am, librdbg/preinstall.am,
362        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
363        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
364        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
365        librdbg/include/rdbg/powerpc/rdbg_f.h,
366        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
367        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
368        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
369        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
370        librdbg/src/servtsp.c, librdbg/src/servutil.c,
371        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
372        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
373        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
374        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
375        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
376        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
377        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
378        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
379        librdbg/src/powerpc/rdbg_f.c,
380        librdbg/src/powerpc/new_exception_processing/remdeb.h,
381        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
382        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
383        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
384
3852007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
386
387        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
388
3892007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
390
391        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
392          sizes.
393
3942007-07-27      Chris Johns <chrisj@rtems.org>
395
396        * wrapup/Makefile.am: Create archive from a file for hosts
397        with a limited command line size.
398
3992007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
400
401        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
402          sizes.
403
4042007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
405       
406        * configure.ac: Add nfsclient.
407        * nfsclient/Makefile.am: New.
408        * nfsclient/proto/Makefile, nfsclient/Makefile,
409          nfsclient/src/Makefile: Remove.
410        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
411        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
412
4132007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
414
415        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
416        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
417        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
418        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
419        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
420        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
421        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
422        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
423        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
424        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
425        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
426        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
427
4282007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
429
430        * libchip/serial/ns16550.c: removed timed out wait for transmitter
431        to become ready: This will not work for fast CPUs.
432
4332007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
434
435        * libchip/ide/ata.c: fixed warning
436
4372007-06-20      Ray Xu <rayx@gmail.com>
438
439        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
440        console, and libio. This shrinks the memory requirements but Joel has
441        not figured out how best to present this to application space.
442        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
443        New files.
444
4452007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
446
447        * optman/sapi/no-io.c: Split IO Manager into one function per file so
448        now we only need required initialization methods.
449
4502007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
451
452        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
453        parameter since it was used to configure a no longer used feature.
454        Device names are now part of the filesystem not in a table.
455
4562007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
457
458        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
459        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
460        optman/rtems/no-part.c, optman/rtems/no-region.c,
461        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
462        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
463        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
464        other optional managers so using them reduces application size
465        instead of increasing it.
466        * optman/rtems/no-barrier.c: New file.
467
4682007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
469
470        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
471        adjustments to pci-API changes.
472        * libchip/network/dec21140.c, libchip/network/elnk.c,
473        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
474        changes.
475
4762007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
477
478        * libchip/network/dec21140.c, libchip/network/if_dc.c,
479        libchip/network/if_fxp.c: Reflect changes to pci-API.
480
4812007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
482
483        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
484        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
485
4862007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
487
488        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
489          being used to compile "tools").
490
4912007-03-13      Joel Sherrill <joel@OARcorp.com>
492
493        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
494
4952007-03-12      Joel Sherrill <joel@OARcorp.com>
496
497        * libchip/network/cs8900.c, libchip/network/cs8900.h,
498        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
499        and/or fix mistake in copyright notice. Both of these mistakes appear
500        to be from code submitted after these changes were made previously.
501
5022007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
503
504        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
505
5062007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
507
508        * libchip/Makefile.am: Correct path to README.tulipclone.
509
5102007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
511
512        * libchip/ide/ata.c: Remove superfluous type casts.
513
5142007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
515
516        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
517        Use size_t for sizes.
518
5192007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
520
521        * libchip/ide/ata.c: in ata_request_done: moved call to free()
522        from preemption disabled region
523
5242007-01-16      Till Straumann <strauman@slac.stanford.edu>
525
526        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
527        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
528        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
529
5302006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
531
532        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
533          ioctl_command_t as ioctl argument.
534
5352006-12-13      Joel Sherrill <joel@OARcorp.com>
536
537        * librtems++/include/rtems++/rtemsEvent.h,
538        librtems++/include/rtems++/rtemsMessageQueue.h,
539        librtems++/include/rtems++/rtemsSemaphore.h,
540        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
541        librtems++/src/rtemsMessageQueue.cc,
542        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
543        rtems_unsigned32 to uint32_t.
544
5452006-12-13      Joel Sherrill <joel@OARcorp.com>
546
547        PR 1181/bsps
548        * optman/rtems/no-msg.c: Clean up dead code.
549
5502006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
551
552        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
553
5542006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
555
556        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
557        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
558        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
559
5602006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
561
562        * configure.ac: New BUG-REPORT address.
563
5642006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
565
566        * Makefile.am: Remove ampolish3.
567
5682006-11-17      Joel Sherrill <joel@OARcorp.com>
569
570        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
571        blank lines.
572
5732006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
574
575        * configure.ac: Remove RTEMS_AMPOLISH3.
576        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
577          Remove checks for AMPOLISH3.
578        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
579        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
580        * ampolish3: Remove.
581
5822006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
583
584        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
585        * aclocal/prog-cc.m4: Remove CFLAGS.
586        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
587        Compose CFLAGS. Append CFLAGS to ac_configure_args.
588
5892006-10-23      Joel Sherrill <joel@OARcorp.com>
590
591        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
592
5932006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
594
595        * automake/compile.am: Use hard-coded RTEMS_* flags.
596
5972006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
598
599        * aclocal/rtems-top.m4: Remove RTEMS_API.
600        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
601
6022006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
603
604        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
605
6062006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
607
608        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
609
6102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
611
612        * aclocal/version.m4: Bump version to 4.7.99.0.
613
6142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
615
616        * configure.ac: Require autoconf-2.60. Require automake-1.10.
617
6182006-09-11      Joel Sherrill <joel@OARcorp.com>
619
620        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
621
6222006-09-04      Joel Sherrill <joel@OARcorp.com>
623
624        * libchip/network/greth.c, libchip/network/open_eth.c,
625        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
626        introduced by warning removal.
627
6282006-09-01      Joel Sherrill <joel@OARcorp.com>
629
630        * libchip/network/greth.c, libchip/network/open_eth.c,
631        libchip/network/smc91111.c: Remove warnings and correct prototype
632        added earlier today.
633
6342006-09-01      Joel Sherrill <joel@OARcorp.com>
635
636        * libchip/network/cs8900.c, libchip/network/greth.c,
637        libchip/network/i82586.c, libchip/network/open_eth.c,
638        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
639        sized integers, and inttypes.h printf helpers.
640
6412006-08-09      Kolja Waschk <waschk@telos.de>
642
643        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
644
6452006-07-12      Joel Sherrill <joel@OARcorp.com>
646
647        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
648
6492006-07-11      Jerry Needell <jerry.needell@unh.edu>
650
651        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
652        4.6 branch.  Original modifications by Gaisler Enterprises.
653        * libchip/network/greth.c, libchip/network/greth.h: New files.
654
6552006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
656
657        * ide/ata.[ch]:
658        (PR1118) fetch priority for ATA task from a variable,
659        not a fixed configuration value.
660       
6612006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
662
663        * Makefile.am: Add ampolish3.
664
6652006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
666
667        * ampolish3: New.
668        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
669
6702006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
671
672        * aclocal/rtems-ampolish.m4: New.
673        * configure.ac: Use RTEMS_AMPOLISH3.
674
6752006-04-18  Joel Sherrill <joel@OARcorp.com>
676
677        * aclocal/version.m4: Updated to rtems-4.6.99.3.
678
6792006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
680
681        PR 853/filesystem
682        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
683        should be modified to support the new exception scheme and to use the
684        handle parameter.
685
6862006-02-a32     Eric Norum <norume@aps.anl.gov>
687
688        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
689        "newer" PCI access calls.  Minor cleanups.  Comments.
690
6912006-01-12      Eric Norum <norume@aps.anl.gov>
692
693        PR 861/networking
694        PR 863/networking
695        * libchip/network/smc91111.c: Fix illegal lvalue increments.
696
6972006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
698
699        * wrapup/Makefile.am: Add preinstall.am.
700        * libchip/Makefile.am: Build libchip/network/smc91111.
701        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
702        Eliminate cyg_int* crap.
703
7042006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
705
706        * librdbg/Makefile.am: Add preinstall.am.
707        * aclocal/bsp-configure.m4: Add ampolish3.
708        New header guards.
709
7102006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
711
712        * libchip/network/open_eth.c, libchip/network/open_eth.h:
713        Merger from rtems-4-6-branch.
714
7152006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
716
717        * libchip/network/smc91111.c
718        libchip/network/smc91111config.h
719        libchip/network/smc91111exp.h
720        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
721        * libchip/Makefile.am: Reflect adding smc91111*.
722
7232006-01-08      Joel Sherrill <joel@OARcorp.com>
724
725        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
726        char *.
727
7282006-01-08      Joel Sherrill <joel@OARcorp.com>
729
730        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
731        warnings.
732
7332005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
734
735        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
736        Add RTEMS_RELLDFLAGS.
737        * automake/compile.am: Remove RTEMS_USE_GCC.
738        Remove RTEMS_RELLDFLAGS.
739        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
740
7412005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
742
743        * libchip/network/if_media.h, libchip/network/mii.h:
744        Remove (Moved to cpukit).
745        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
746        and libchip/network/if_media.h.
747        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
748        if_media.h having moved.
749
7502005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
751
752        * automake/compile.am, automake/host.am, automake/local.am,
753        automake/subdirs.am: Remove depend.
754        * configure.ac: Explicitly pass --libdir and --includedir to
755        testsuites.
756
7572005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
758
759        * configure.ac: Reflect changes to testsuites.
760
7612005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
762
763        * automake/compile.am: Remove GCCSPECS.
764        * aclocal/prog-cc.m4: Add GCCSPECS.
765        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
766
7672005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
768
769        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
770        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
771
7722005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
773
774        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
775        libcpu/byteorder.h for i386.
776
7772005-11-02      Till Straumann <strauman@slac.stanford.edu>
778
779        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
780        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
781        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
782        added a simple API/library for i2c devices and drivers for i2c
783        2-byte eeproms and a ds1621 temperature sensor; API is documented
784        in libi2c.h.
785
7862005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
787
788        * libnetworking/pppd/ipxcp.c,
789        libnetworking/pppd/chat.c,
790        libnetworking/pppd/patchlevel.h,
791        libnetworking/pppd/upap.h,
792        libnetworking/pppd/md5.h,
793        libnetworking/pppd/pppd.8,
794        libnetworking/pppd/README,
795        libnetworking/pppd/preinstall.am,
796        libnetworking/pppd/md4.h,
797        libnetworking/pppd/magic.c,
798        libnetworking/pppd/pppd.h,
799        libnetworking/pppd/demand.c,
800        libnetworking/pppd/rtemsmain.c,
801        libnetworking/pppd/sys-rtems.c,
802        libnetworking/pppd/ipcp.h,
803        libnetworking/pppd/lcp.h,
804        libnetworking/pppd/chap_ms.c,
805        libnetworking/pppd/md4.c,
806        libnetworking/pppd/rtemspppd.h,
807        libnetworking/pppd/cbcp.h,
808        libnetworking/pppd/auth.c,
809        libnetworking/pppd/lcp.c,
810        libnetworking/pppd/example/README,
811        libnetworking/pppd/example/ppp.conf,
812        libnetworking/pppd/example/system.h,
813        libnetworking/pppd/example/netconfig.h,
814        libnetworking/pppd/example/pppdapp.c,
815        libnetworking/pppd/example/init.c,
816        libnetworking/pppd/example/Makefile-user,
817        libnetworking/pppd/example/pppd.options,
818        libnetworking/pppd/rtemspppd.c,
819        libnetworking/pppd/ipxcp.h,
820        libnetworking/pppd/chap_ms.h,
821        libnetworking/pppd/options.c,
822        libnetworking/pppd/magic.h,
823        libnetworking/pppd/chap.h,
824        libnetworking/pppd/cbcp.c,
825        libnetworking/pppd/upap.c,
826        libnetworking/pppd/chap.c,
827        libnetworking/pppd/Makefile.am,
828        libnetworking/pppd/ccp.h,
829        libnetworking/pppd/utils.c,
830        libnetworking/pppd/rtemsdialer.h,
831        libnetworking/pppd/fsm.h,
832        libnetworking/pppd/pathnames.h,
833        libnetworking/pppd/md5.c,
834        libnetworking/pppd/fsm.c,
835        libnetworking/pppd/ipcp.c,
836        libnetworking/pppd/STATUS,
837        libnetworking/pppd/ccp.c,
838        libnetworking/Makefile.am: Remove (Moved to cpukit).
839
8402005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
841
842        * configure.ac: Remove libnetworking, libnetworking/pppd.
843        * wrapup/Makefile.am: Remove libpppd.a.
844
8452005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
846
847        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
848        rtemsdialer.h to $(includedir)/rtems.
849
8502005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
851
852        * libnetworking/rtems_telnetd/icmds.c,
853        libnetworking/rtems_telnetd/Makefile.am,
854        libnetworking/rtems_telnetd/preinstall.am,
855        libnetworking/rtems_telnetd/pty.c,
856        libnetworking/rtems_telnetd/pty.h,
857        libnetworking/rtems_telnetd/README,
858        libnetworking/rtems_telnetd/telnetd.c,
859        libnetworking/rtems_telnetd/telnetd.h:
860        Remove (Moved to cpukit).
861
8622005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
863
864        * configure.ac: Remove libnetworking/rtems_telnetd.
865        * libnetworking/Makefile.am: Remove rtems_telnetd.
866        * libnetworking/README: Remove (Obsolete).
867        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
868
8692005-10-20  Eric Norum <norume@aps.anl.gov>
870
871        * libchip/network/dec21140.c: Clean up PCI mapping.
872
8732005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
874
875        * libnetworking/pppd/Makefile.am: Use preinstall.am.
876        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
877        librdbg/src/servrpc.c, librdbg/src/servtgt.c
878        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
879        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
880        * configure.ac: Move optman to the end of BSP_SUBDIRS.
881
8822005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
883
884        * aclocal/bspopts.m4: Add missing m4 quotes.
885
8862005-09-02  Joel Sherrill <joel@OARcorp.com>
887
888    * aclocal/version.m4: Updated to rtems-4.6.99.2.
889
8902005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
891
892        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
893        libchip/network/dec21140.c: Remove initialization of PCI bus.
894
8952005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
896
897        * optman/Makefile.am: Add preinstall.am.
898
8992005-07-18      Karel Gardas <kgardas@objectsecurity.com>
900
901        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
902        UNTESTED to tested.
903
9042005-06-17      Joel Sherrill <joel@OARcorp.com>
905
906        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
907        it is not supported by the MPC5xx.
908
9092005-06-17      Joel Sherrill <joel@OARcorp.com>
910
911        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
912        interface. Also correct attempting to build on other than PowerPC and
913        x86.
914
9152005-06-16      Daron Chabot <daron@nucleus.usask.ca>
916
917        * libchip/Makefile.am: Add driver for Tulip clones.
918        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
919        libchip/network/if_dcreg.h: New files.
920
9212005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
922
923        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
924        to enable rdbg.
925        * configure.ac: Reflect changes above.
926
9272005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
928
929        * configure.ac: Add ada/.
930
9312005-05-20      Sergei Organov  <osv@topconrd.ru>
932
933        PR 750/networking
934        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
935        wait_input().
936
9372005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
938
939        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
940        rtems/irq.h.
941
9422005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
943
944        * libchip/Makefile.am: Include preinstall.am.
945        * libchip/preinstall.am: New.
946
9472005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
948
949        * configure.ac: Add AMPOLISH3.
950        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
951        * libnetworking/rtems_telnetd/preinstall.am: New.
952        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
953
9542005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
955
956        * configure.ac: Let enable_rpcgen default to "no".
957
9582005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
959
960        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
961
9622005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
963
964        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
965        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
966
9672005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
968
969        * libchip/network/dec21140.c, libchip/network/elnk.c,
970        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
971
9722005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
973
974        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
975        of code as a result of the implementation of a common PCI interface.
976
9772005-05-04      Joel Sherrill <joel@OARcorp.com>
978
979        * libchip/network/open_eth.c: Remove prototype of set_vector.
980
9812005-05-03      Joel Sherrill <joel@OARcorp.com>
982
983        * librdbg/src/ptrace.c: Remove warning.
984
9852005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
986
987        * libchip/network/dec21140.c, libchip/network/elnk.c,
988        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
989        Modified parameter list to remove warnings.
990
9912005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
992
993        * libchip/network/cs8900.c, libchip/network/i82586.c,
994        libchip/network/open_eth.c, libchip/network/sonic.c,
995        libchip/serial/mc68681.c: Modified types to remove
996        warnings.  Added initialization to remove warnings.
997
9982005-04-28      Joel Sherrill <joel@OARcorp.com>
999
1000        * libchip/network/README.sonic: Rewritten to account for removal of
1001        dmv177.
1002
10032005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
1004
1005        PR 781/rtems_misc
1006        * libchip/serial/ns16550_p.h: Fix baud rate calculation
1007
10082005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
1009
1010        * libchip/serial/ns16550.c:
1011        Fixed warnings generated in various powerpc configurations
1012
10132005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
1014
1015        * libchip/serial/ns16550.c: Modified
1016        ISR to work with PPC new exception processing
1017
10182005-03-14      Joel Sherrill <joel@OARcorp.com>
1019
1020        * libchip/network/dec21140.c, libchip/network/elnk.c,
1021        libchip/network/if_fxp.c: Continue PCI API unification. All use
1022        pci_find_device(). Network drivers manufacture a signature since all
1023        calls have not been converted yet.
1024
10252005-03-04      Joel Sherrill <joel@OARcorp.com>
1026
1027        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
1028        initialize function part of the unified PCI API as pci_initialize().
1029
10302005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
1031
1032        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
1033        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
1034
10352005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1036
1037        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
1038        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
1039
10402005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1041
1042        * aclocal/ppc.m4: Reflect changes to ppc exception processing
1043        building procedures.
1044
10452005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1046
1047        * aclocal/prog-cc.m4:
1048        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1049
10502005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1051
1052        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1053
10542005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1055
1056        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1057
10582005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1059
1060        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1061
10622005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1063
1064        * libnetworking/rtems_servers/ftp.c,
1065        libnetworking/rtems_servers/ftp.h,
1066        libnetworking/rtems_servers/Makefile.am:
1067        Remove (relocated to cpukit/ftpd).
1068        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1069        removed move libnetworking/rtems_servers.
1070
10712005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1072
1073        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1074
10752005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1076
1077        PR 755/rtems
1078        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1079        Remove local declarations of rtems_bsdnet_nameservers,
1080        rtems_bsdnet_nameservers_count.
1081
10822005-01-31      Sergei Organov <osv@topconrd.ru>
1083
1084        PR 751/pppd
1085        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1086        committed to fix PR736 breaks pppd. chat.c should have its own static
1087        ttyfd for pppd to work correctly. The symptom is that second
1088        invokation of chat (for connect script) fails due to pppd_ttyfd set
1089        to -1 by previous chat invokation (for init script). In addition,
1090        this patch fixes leaving of dangling pointer in the abort_stbring[]
1091        by chat_send().
1092
10932005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1094
1095        * configure.ac: Remove CFLAGS_DEBUG_V.
1096        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1097
10982005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1099
1100        * wrapup/Makefile.am: Remove rtems-ctor.o.
1101
11022005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1103
1104        * libchip/rtc/rtc.h: size_t RTC_Count.
1105
11062005-01-20      Joel Sherrill <joel@OARcorp.com>
1107
1108        PR 736/pppd
1109        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1110        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1111        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1112        should not be static and should have a name more specific to pppd.
1113
11142005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1115
1116        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1117        libnetworking/rtems_servers/Makefile.am,
1118        libnetworking/rtems_telnetd/Makefile.am,
1119        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1120        Eliminate CFLAGS_OPTIMIZE_V.
1121
11222005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1123
1124        * configure.ac: Pass CFLAGS to testsuites configure.
1125        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1126        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1127
11282005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1129
1130        * configure.ac: Pass CFLAGS to cpukit configure.
1131        * aclocal/rtems-flags.m4: Remove (Unused).
1132        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1133        * aclocal/env-rtemsbsp.m4:
1134        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1135        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1136        RTEMS_CFLAGS.
1137        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1138        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1139        Cleanup comments.
1140
11412005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1142
1143        * automake/compile.am: Remove build-variant support.
1144
11452005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1146
1147        * libnetworking/pppd/Makefile.am,
1148        libnetworking/rtems_servers/Makefile.am,
1149        libnetworking/rtems_telnetd/Makefile.am:
1150        Remove build-variant support.
1151
11522005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1153
1154        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1155        support/Makefile.am, wrapup/Makefile.am:
1156        Remove build-variant support.
1157
11582004-11-22      Joel Sherrill <joel@OARcorp.com>
1159
1160        * libchip/network/if_fxp.c: Add entry for another module ID code.
1161
11622004-11-22      Joel Sherrill <joel@OARcorp.com>
1163
1164        PR 693/misc
1165        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1166        in/outport routines.
1167
11682004-11-22      Joel Sherrill <joel@OARcorp.com>
1169
1170        PR 693/misc
1171        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1172        in/outport routines.
1173
11742004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1175
1176        * aclocal/enable-itron.m4: Remove (unused).
1177
11782004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1179
1180        * configure.ac: Misc. quoting cleanups.
1181        Enable ada-tests iff --enable-ada and --enable-tests.
1182
11832004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1184
1185        PR 703/filesystem
1186        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1187        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1188        libchip/ide/ide_controller.c:
1189        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1190        available for BSPS/device drivers.
1191        Extend the "modes_available" and "mode_active" parameters to
1192        uint16_t for UDMA support.
1193
11942004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1195
1196        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1197        not supported on PowerPC since it works on the MVME2100 BSP.
1198
11992004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1200
1201        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1202        Add dependency tracking for *.cfgs.
1203        * Makefile.am: Add dependency tracking for *.cfg.
1204
12052004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1206
1207        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1208        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1209
12102004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1211
1212        PR 707/make_build
1213        * configure.ac: Add --enable-rpcgen.
1214
12152004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1216
1217        PR 700/rtems_misc
1218        * libnetworking/rtems_webserver/asp.c,
1219        libnetworking/rtems_webserver/balloc.c,
1220        libnetworking/rtems_webserver/cgi.c,
1221        libnetworking/rtems_webserver/default.c,
1222        libnetworking/rtems_webserver/ej.h,
1223        libnetworking/rtems_webserver/ejIntrn.h,
1224        libnetworking/rtems_webserver/ejlex.c,
1225        libnetworking/rtems_webserver/ejparse.c,
1226        libnetworking/rtems_webserver/emfdb.c,
1227        libnetworking/rtems_webserver/emfdb.h,
1228        libnetworking/rtems_webserver/form.c,
1229        libnetworking/rtems_webserver/handler.c,
1230        libnetworking/rtems_webserver/h.c,
1231        libnetworking/rtems_webserver/license.txt,
1232        libnetworking/rtems_webserver/Makefile.am,
1233        libnetworking/rtems_webserver/md5c.c,
1234        libnetworking/rtems_webserver/md5.h,
1235        libnetworking/rtems_webserver/mime.c,
1236        libnetworking/rtems_webserver/misc.c,
1237        libnetworking/rtems_webserver/NOTES,
1238        libnetworking/rtems_webserver/ringq.c,
1239        libnetworking/rtems_webserver/rom.c,
1240        libnetworking/rtems_webserver/rtems_webserver.h,
1241        libnetworking/rtems_webserver/security.c,
1242        libnetworking/rtems_webserver/sock.c,
1243        libnetworking/rtems_webserver/socket.c,
1244        libnetworking/rtems_webserver/sockGen.c,
1245        libnetworking/rtems_webserver/sym.c,
1246        libnetworking/rtems_webserver/uemf.c,
1247        libnetworking/rtems_webserver/uemf.h,
1248        libnetworking/rtems_webserver/um.c,
1249        libnetworking/rtems_webserver/um.h,
1250        libnetworking/rtems_webserver/umui.c,
1251        libnetworking/rtems_webserver/url.c,
1252        libnetworking/rtems_webserver/value.c,
1253        libnetworking/rtems_webserver/wbase64.c,
1254        libnetworking/rtems_webserver/webcomp.c,
1255        libnetworking/rtems_webserver/webmain.c,
1256        libnetworking/rtems_webserver/webpage.c,
1257        libnetworking/rtems_webserver/webrom.c,
1258        libnetworking/rtems_webserver/webs.c,
1259        libnetworking/rtems_webserver/websda.c,
1260        libnetworking/rtems_webserver/websda.h,
1261        libnetworking/rtems_webserver/webs.h,
1262        libnetworking/rtems_webserver/websSSL.c,
1263        libnetworking/rtems_webserver/websSSL.h,
1264        libnetworking/rtems_webserver/websuemf.c,
1265        libnetworking/rtems_webserver/wsIntrn.h:
1266        Remove (Moved to cpukit/http).
1267
12682004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1269
1270        PR 700/rtems_misc
1271        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1272        Remove libnetworking/rtems_webserver.
1273
12742004-10-25      Eric Norum <norume@aps.anl.gov>
1275
1276        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1277
12782004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1279
1280        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1281
12822004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1283
1284        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1285        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1286
12872004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1288
1289        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1290
12912004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1292
1293        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1294        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1295
12962004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1297
1298        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1299        BITSPERBYTE.
1300
13012004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1302
1303        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1304        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1305
13062004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1307
1308        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1309
13102004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1311
1312        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1313        * aclocal/enable-bare.m4: Remove.
1314        * configure.ac: Remove BARE_CPU_MODEL.
1315
13162004-10-13      Eric Norum <norume@aps.anl.gov>
1317
1318        PR 688/bsps
1319        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1320        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1321        MC146818A (and several Dallas Semiconductor) TOD chips.
1322
13232004-10-13      Eric Norum <norume@aps.anl.gov>
1324
1325        PR 686/networking
1326        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1327        device code.
1328
13292004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1330
1331        * libchip/network/dec21140.c: include <rtems/pci.h>.
1332
13332004-09-29      Joel Sherrill <joel@OARcorp.com>
1334
1335        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1336        libnetworking/pppd/utils.c: i960 obsoleted and all references
1337        removed.
1338
13392004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1340
1341        PR 607/networking
1342        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1343        instead of fully specifying unused PCI features.
1344
13452004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1346
1347        * configure.ac: Require automake > 1.9.
1348
13492004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1350
1351        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1352
13532004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1354
1355        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1356        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1357
13582004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1359
1360        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1361        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1362
13632004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1364
1365        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1366
13672004-07-28  Joel Sherrill <joel@OARcorp.com>
1368
1369    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1370
13712004-07-25      Joel Sherrill <joel@OARcorp.com>
1372
1373        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1374
13752004-05-21  Till Strauman <strauman@slac.stanford.edu>
1376
1377        PR 625/networking
1378        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1379        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1380        an error rather than panic if no chip is detected (thus allowing
1381        for probing).
1382        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1383        instead of looping forever.  Avoid divide by zero (crashed my PC).
1384        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1385        they are UNTESTED.
1386
13872004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1388
1389        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1390
13912004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1392
1393        * libchip/network/dec21140.c, libchip/network/elnk.c:
1394        #include <errno.h>.
1395
13962004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1397
1398        * libchip/network/if_media.h: Update from FreeBSD.
1399        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1400        libchip/network/i82586.c: #include <errno.h>.
1401
14022004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1403
1404        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1405
14062004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1407
1408        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1409
14102004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1411
1412        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1413        automake).
1414
14152004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1416
1417        PR 599/pppd
1418        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1419
14202004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1421
1422        * optman/rtems/no-region.c: Reflect having changed
1423        rtems_region_get_segment_size.
1424
14252004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1426
1427        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1428        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1429        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1430        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1431        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1432        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1433        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1434
14352004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1436
1437        * libchip/ide/ata.c, libchip/network/dec21140.c,
1438        libchip/network/elnk.c, libchip/network/i82586.c,
1439        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1440        libchip/network/open_eth.c, libchip/network/sonic.c,
1441        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1442        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1443        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1444        libchip/shmdr/shm_driver.h: Cosmetics.
1445
14462004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1447
1448        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1449        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1450        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1451        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1452        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1453        fixed size types.
1454
14552004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1456
1457        * configure.ac: Explicitly pass --includedir and --libdir to
1458        cpukit/configure.
1459
14602004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1461
1462        * librdbg/Makefile.am: Fix rpcgen rules.
1463        * librdbg/src/i386/any/remdeb_xdr.c,
1464        librdbg/src/m68k/any/remdeb_xdr.c,
1465        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1466        Reflect changes to librdbg/Makefile.am.
1467
14682004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1469
1470        * configure.ac: Reflect changes testsuites/configure.ac and
1471        cpukit/configure.ac.
1472
14732004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1474
1475        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1476        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1477
14782004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1479
1480        * configure.ac: Reflect changes to testsuites's configuration.
1481
14822004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1483
1484        PR/589 rtems
1485        * libchip/network/pci.h: Remove (Moved to cpukit).
1486
14872004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1488
1489        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1490        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1491        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1492        libchip/network/dec21140.c, libchip/network/elnk.c,
1493        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1494        libchip/network/open_eth.h, libchip/network/sonic.c,
1495        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1496        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1497        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1498        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1499        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1500        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1501        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1502        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1503        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1504        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1505        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1506        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1507        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1508        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1509        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1510        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1511        fixed-size types.
1512
15132004-03-14      Chris Johns  <chrisj@rtems.org>
1514
1515        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1516        the BSP example code.
1517        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1518        support the DIMMPC. This is a pc386 target with IO port support. Minor
1519        formating clean up. Add documentation to the header file.
1520        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1521        cs8900.h header file.
1522
15232004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1524
1525        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1526        Cosmetics.
1527
15282004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1529
1530        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1531        There are no application level Makefiles in here.
1532
15332004-03-04      Joel Sherrill <joel@OARcorp.com>
1534
1535        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1536        they can be used in application level makefiles.
1537
15382004-03-05      Joel Sherrill <joel@OARcorp.com>
1539
1540        * libnetworking/rtems_webserver/ejparse.c,
1541        libnetworking/rtems_webserver/emfdb.c,
1542        libnetworking/rtems_webserver/sock.c,
1543        libnetworking/rtems_webserver/socket.c,
1544        libnetworking/rtems_webserver/sym.c,
1545        libnetworking/rtems_webserver/webs.c,
1546        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
15472004-03-05      Joel Sherrill <joel@OARcorp.com>
1548
1549        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1550        compiling this file only only those CPU families with supported
1551        exception models.
1552
15532004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1554
1555        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1556        testsuites (Was exposed with --enable-multilib, only).
1557        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1558         Add RTEMS_BSP_CONFIG_SUBDIR.
1559        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1560        testsuites's configure.
1561        * aclocal/rtems-top.m4: Remove ENDIF hack.
1562        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1563
15642004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1565
1566        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1567        wrapup/Makefile.am: Fix automake problems having been introduced
1568        in previous patch.
1569
15702004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1571
1572        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1573        Preinstall dirs.
1574        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1575        * aclocal/check-multiprocessing.m4: Cosmetics.
1576        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1577        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1578
15792004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1580
1581        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1582        librdbg/src/Makefile.am.
1583        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1584        * configure.ac: Reflect changes above.
1585        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1586        * wrapup/Makefile.am: Reflect changes above.
1587        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1588
15892004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1590
1591        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1592
15932004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1594
1595        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1596
15972004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1598
1599        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1600
16012004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1602
1603        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1604        librdbg/src/powerpc/Makefile.am: Remove.
1605        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1606        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1607        * configure.ac: Reflect changes above.
1608
16092004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1610
1611
16122004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1613
1614        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1615        STRIP.
1616
16172004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1618
1619        * librdbg/include/Makefile.am: Merge-in
1620        librdbg/include/rdbg/i386/Makefile.am,
1621        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1622        librdbg/include/rdbg/powerpc/Makefile.am.
1623        * librdbg/include/rdbg/i386/Makefile.am,
1624        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1625        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1626        * configure.ac: Reflect changes above.
1627
16282004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1629
1630        * configure.ac: Use AS_HELP_STRING(ada).
1631
16322004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1633
1634        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1635        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1636        Use AC_CONFIG_HEADERS.
1637        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1638        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1639
16402004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1641
1642        * Makefile.am: include local.am.
1643
16442004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1645
1646        * aclocal/version.m4: 4.6.99.0.
1647
16482004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1649
1650        * Makefile.am: Don't include host.am.
1651        * automake/compile.am: Further cleanups.
1652
16532004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1654
1655        * automake/lib.am: Remove (Unused).
1656
16572004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1658
1659        * wrapup/Makefile.am: Don't include lib.am.
1660        * automake/compile.am: Use automake compilation rules.
1661
16622004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1663
1664        * libnetworking/pppd/Makefile.am,
1665        libnetworking/rtems_servers/Makefile.am,
1666        libnetworking/rtems_telnetd/Makefile.am,
1667        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1668        support/Makefile.am: Don't include lib.am.
1669
16702004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1671
1672        * libchip/Makefile.am: Don't include lib.am.
1673        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1674        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1675        unnecessary EXTRA_DISTs.
1676
16772004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1678
1679        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1680        hack.
1681
16822004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1683
1684        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1685        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1686        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1687        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1688
16892004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1690
1691        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1692        Add AM_CONDITIONAL(HAS_MP).
1693        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1694        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1695        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1696        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1697        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1698        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1699        (Deprecated by autoconf 2.59).
1700
17012004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1702
1703        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1704        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1705
17062004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1707
1708        * ChangeLog: Merge-in libnetworking/ChangeLog.
1709        * libnetworking/ChangeLog: Remove.
1710        * ChangeLog: Merge-in librdbg/ChangeLog.
1711        * librdbg/ChangeLog: Remove.
1712        * ChangeLog: Merge-in libchip/ChangeLog.
1713        * libchip/ChangeLog: Remove.
1714        * ChangeLog: Merge-in optman/ChangeLog.
1715        * optman/ChangeLog: Remove.
1716
17172004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1718
1719        * configure.ac: Reflect changes to cpukit.
1720        * wrapup/Makefile.am: Reflect changes to librdbg.
1721        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1722        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1723        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1724        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1725        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1726        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1727        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1728        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1729        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1730
17312004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1732
1733        * aclocal/rtems-top.m4: Remove check for version.m4.
1734        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1735
17362004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1737
1738        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1739        * wrapup/Makefile.am: Reflect changes to libchip/*.
1740        * support/Makefile.am: Use automake compilation rules.
1741        * wrapup/Makefile.am: Reflect changes to support/*.
1742        * configure.ac: Remove libnetworking/wrapup/Makefile.
1743        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1744        libnetworking/*/lib*.a instead of libnetapps.a.
1745        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1746        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1747        * optman/Makefile.am: Use automake compilation rules.
1748        * libchip/Makefile.am: Fix typo in previous patch.
1749        * libchip/Makefile.am: Use automake compilation rules.
1750        * libnetworking/Makefile.am: Remove wrapup.
1751        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1752        automake-compilation rules.
1753        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1754        automake-compilation rules.
1755        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1756        automake-compilation rules.
1757        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1758        automake-compilation rules.
1759        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1760
17612004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1762
1763        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1764        PRE/TMPINSTALL_FILES to CLEANFILES.
1765        * automake/lib.am: Remove TMPINSTALL_FILES.
1766        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1767        PRE/TMPINSTALL_FILES to CLEANFILES.
1768        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1769        PRE/TMPINSTALL_FILES to CLEANFILES.
1770        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1771        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1772        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1773        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1774        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1775        * librdbg/src/i386/Makefile.am: Ditto.
1776        * librdbg/src/m68k/Makefile.am: Ditto.
1777        * librdbg/src/powerpc/Makefile.am: Ditto.
1778        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1779        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1780        * libnetworking/rtems_servers/Makefile.am: Ditto.
1781        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1782        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1783
17842004-01-07      Joel Sherrill <joel@OARcorp.com>
1785
1786        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1787        more completely covers the MIPS family.
1788
17892003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1790
1791        * wrapup/Makefile.am: Reflect changes to shmdr.
1792        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1793
17942003-12-18      Joel Sherrill <joel@OARcorp.com>
1795
1796        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1797        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1798        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1799        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1800        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1801        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1802        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1803
18042003-12-17      Joel Sherrill <joel@OARcorp.com>
1805
1806        * aclocal/version.m4: Updated to rtems-20031217-test.
1807
18082003-12-17     
1809
1810        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1811        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1812
18132003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1814
1815        * automake/compile.am: Remove LINK_LIBS (Unused).
1816        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1817
18182003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1819
1820        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1821        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1822        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1823        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1824        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1825
18262003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1827
1828        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1829        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1830        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1831        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1832        * librdbg/src/i386/Makefile.am:
1833        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1834        * librdbg/src/m68k/Makefile.am:
1835        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1836        * librdbg/src/powerpc/Makefile.am:
1837        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1838
18392003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1840
1841        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1842        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1843        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1844        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1845        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1846        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1847        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1848        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1849        * optman/Makefile.am: Remove project_libdir.
1850        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1851        PRE/TMPINSTALL_FILES.
1852        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1853        PRE/TMPINSTALL_FILES.
1854        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1855        PRE/TMPINSTALL_FILES.
1856        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1857        PRE/TMPINSTALL_FILES.
1858        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1859        from PRE/TMPINSTALL_FILES.
1860        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1861        PRE/TMPINSTALL_FILES.
1862        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1863        PRE/TMPINSTALL_FILES.
1864        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1865        PRE/TMPINSTALL_FILES.
1866        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1867        PRE/TMPINSTALL_FILES.
1868        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1869        PRE/TMPINSTALL_FILES.
1870        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1871        PRE/TMPINSTALL_FILES.
1872        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1873        from PRE/TMPINSTALL_FILES.
1874
18752003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1876
1877        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1878        * automake/lib.am: Remove project_libdir.
1879        * wrapup/Makefile.am: Reworked.
1880
18812003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1882
1883        * configure.ac: Reflect changes to librdbg.
1884        * optman/Makefile.am: Add tmpinstall dirstamp support.
1885        * libchip/Makefile.am: Fix variant-tmpinstall support.
1886        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1887        * librdbg/src/powerpc/Makefile.am: Merge-in former
1888        new_exception_processing/Makefile.am.
1889        * librdbg/src/m68k/any/Makefile.am: Remove.
1890        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1891        * librdbg/src/i386/any/Makefile.am: Remove.
1892        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1893        * librdbg/src/Makefile.am: Cosmetics.
1894        * librdbg/include/Makefile.am: Cosmetics.
1895        * librdbg/Makefile.am: Cosmetics.
1896        * libnetworking/Makefile.am: Cosmetics.
1897        * libnetworking/pppd/Makefile.am: Cosmetics.
1898        * libnetworking/wrapup/Makefile.am: Cosmetics.
1899
19002003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1901
1902        * Makefile.am: Cosmetics.
1903        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1904        support.
1905
19062003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1907
1908        * automake/compile.am: Remove $(ARCH):-rule.
1909
19102003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1911
1912        * configure.ac: Remove lib/libbsp/shared/Makefile,
1913        lib/libbsp/shmdr/Makefile.
1914
19152003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1916
1917        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1918        libchip/serial/Makefile, libchip/rtc/Makefile.
1919        * support/Makefile.am: Remove all-local: $(ARCH).
1920        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1921        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1922        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1923        * optman/Makefile.am: Remove all-local: $(ARCH).
1924        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1925        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1926        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1927        compilation dirstamp support.
1928        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1929        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1930        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1931        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1932        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1933        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1934        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1935        all-local: $(ARCH).
1936        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1937        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1938        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1939        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1940        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1941
19422003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1943
1944        * aclocal/lead-dot.m4: New (from automake-1.7f).
1945        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1946        AC_SUBST(dirstamp).
1947        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1948        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1949        libchip/serial/Makefile.am: Ditto.
1950        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1951        * librdbg/include/Makefile.am: Ditto.
1952        * librdbg/include/rdbg/Makefile.am: Ditto.
1953        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1954        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1955        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1956        * librdbg/src/Makefile.am: Ditto.
1957        * librdbg/src/i386/Makefile.am: Ditto.
1958        * librdbg/src/i386/any/Makefile.am: Ditto.
1959        * librdbg/src/m68k/Makefile.am: Ditto.
1960        * librdbg/src/m68k/any/Makefile.am: Ditto.
1961        * librdbg/src/powerpc/Makefile.am: Ditto.
1962        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1963        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1964        preinstallation.
1965        * libnetworking/pppd/Makefile.am: Ditto.
1966        * libnetworking/rtems_servers/Makefile.am: Ditto.
1967        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1968        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1969        * libnetworking/wrapup/Makefile.am: Ditto.
1970
19712003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1972
1973        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1974        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1975        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1976        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1977        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1978        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1979        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1980        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1981        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1982        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1983        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1984        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1985        underquoting to silence automake-1.8.
1986
19872003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1988
1989        * configure.ac: Reflect having moved tests to ../../testsuites.
1990
19912003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1992
1993        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1994        * aclocal/canonical-host.m4: Remove.
1995        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1996        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1997
19982003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1999
2000        * aclocal/check-cpu.m4: Remove.
2001        * configure.ac: Merge-in former aclocal/check-cpu.m4.
2002        * aclocal/canonical-target-name.m4: Add m4-quotes.
2003        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
2004        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
2005        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2006        * aclocal/check-networking.m4: Add m4-quotes. Require
2007        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2008        * aclocal/check-posix.m4: Add m4-quotes. Require
2009        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2010        * aclocal/check-rdbg.m4: Add m4-quotes. Require
2011        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2012        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
2013
20142003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2015
2016        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
2017        * aclocal/bsp-alias.m4: Remove.
2018
20192003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2020
2021        * configure.ac: Make presence of tests/ optional.
2022
20232003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2024
2025        * aclocal/path-perl.m4: Remove (Unused).
2026
20272003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2028
2029        * automake/force-preinstall.am: Remove.
2030
20312003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
2032
2033        PR 499/rtems_misc
2034        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
2035        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
2036        Configuration (Odd was forced) - Correction of Stop Bit configuration
2037        (inversed) - Correction of ISR Handler to call
2038        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
2039        CTS Hardware flow control Configuration.
2040
20412003-09-04      Joel Sherrill <joel@OARcorp.com>
2042
2043        * lib/libcpu/shared/include/cache.h,
2044        lib/libcpu/shared/src/cache_aligned_malloc.c,
2045        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
2046        license changed.
2047        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2048        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2049        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2050        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2051        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2052        for license changed.
2053        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2054        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2055        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2056        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2057        libchip/network/cs8900.h, libchip/network/dec21140.c,
2058        libchip/network/elnk.c, libchip/network/open_eth.c,
2059        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2060        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2061        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2062        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2063        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2064        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2065        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2066        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2067        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2068        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2069        libchip/serial/serial.h, libchip/serial/z85c30.c,
2070        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2071        libchip/serial/z85c30_reg.c: URL for license changed.
2072
20732003-09-03      Jiri Gaisler <jiri@gaisler.com>
2074
2075        PR 477/networking
2076        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2077        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2078        libchip/network/open_eth.h: New files.
2079
20802003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2081
2082        * aclocal/rtems-top.m4: Add RTEMS_API.
2083        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2084
20852003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2086
2087        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2088        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2089        @RTEMS_BSP@.cfg.
2090
20912003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2092
2093        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2094
20952003-08-20      Joel Sherrill <joel@OARcorp.com>
2096
2097        * libchip/network/cs8900.c: Correct copyright statements.
2098
20992003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2100
2101        * aclocal/check-itron.m4: Remove.
2102        * aclocal/enable-inlines.m4: Remove.
2103        * Makefile.am: Reflect having moved aclocal/.
2104        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2105        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2106        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2107        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2108        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2109        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2110        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2111        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2112        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2113        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2114        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2115        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2116        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2117        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2118        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2119        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2120        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2121        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2122        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2123        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2124        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2125        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2126        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2127        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2128        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2129        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2130        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2131        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2132        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2133        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2134        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2135        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2136        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2137        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2138        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2139        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2140        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2141        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2142        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2143        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2144        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2145        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2146        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2147        * aclocal/target.m4: New (Copied from ../../aclocal).
2148        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2149        * aclocal/version.m4: New (Copied from ../../aclocal).
2150
21512003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2152
2153        * configure.ac: Remove stray comments.
2154        * automake/local.am, automake/host.am: Remove "debug".
2155
21562003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2157
2158        * Makefile.am: Reflect having moved automake/.
2159        * lib/Makefile.am: Reflect having moved automake/.
2160        * support/Makefile.am: Reflect having moved automake/.
2161        * wrapup/Makefile.am: Reflect having moved automake/.
2162        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2163        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2164        from ../../automake).
2165        * optman/Makefile.am: Reflect having moved automake/.
2166        * libchip/Makefile.am: Reflect having moved automake/.
2167        * libchip/ide/Makefile.am: Reflect having moved automake/.
2168        * libchip/network/Makefile.am: Reflect having moved automake/.
2169        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2170        * libchip/serial/Makefile.am: Reflect having moved automake/.
2171        * librdbg/Makefile.am: Reflect having moved automake/.
2172        * librdbg/include/Makefile.am: Reflect having moved automake/.
2173        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2174        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2175        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2176        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2177        automake/.
2178        * librdbg/src/Makefile.am: Reflect having moved automake/.
2179        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2180        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2181        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2182        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2183        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2184        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2185        having moved automake/.
2186        * libnetworking/Makefile.am: Reflect having moved automake/.
2187        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2188        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2189        automake/.
2190        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2191        automake/.
2192        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2193        automake/.
2194        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2195
21962003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2197
2198        * Makefile.am: Add bsp.pc.in.
2199        * bsp.pc.in: New (pkgconfig support).
2200
22012003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2202
2203        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2204
22052003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2206
2207        * lib/Makefile.am: New (Required by 'make dist').
2208        * lib/ChangeLog: Remove.
2209        * lib/.cvsignore: Cleanup.
2210        * configure.ac: Reflect having added lib/Makefile.am.
2211        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2212        lib/libbsp/configure.ac.
2213        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2214        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2215
22162003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2217
2218        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2219        * configure.ac: Merge-in librdbg/configure.ac.
2220        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2221        librdbg/configure.ac.
2222        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2223        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2224        LIBCHIP. Conditionally build include-dirs.
2225        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2226        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2227        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2228        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2229        librdbg/include/rdbg/m68k/Makefile.am,
2230        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2231        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2232        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2233        librdbg/src/powerpc/Makefile.am, librdbg/
2234        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2235        configure.ac into ../configure.ac.
2236        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2237        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2238        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2239        libnetworking/rtems_telnetd/Makefile.am,
2240        libnetworking/rtems_webserver/Makefile.am,
2241        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2242        into ../configure.ac.
2243
22442003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2245
2246        PR 427/rtems
2247        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2248        * librdbg/src/servtsp.c: Ditto.
2249
22502003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2251
2252        PR 429/bsps
2253        PR 432/bsps
2254        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2255        packets are queued onto an elnk board, the ISR will deadlock the device
2256        with a tx complete interrupt.  Lighter tx loads are not affected as they
2257        end up submitting single packets to the device.
2258
22592003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2260
2261        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2262        optman/configure.ac.
2263        * optman/configure.ac: Remove (Merged into ../configure.ac).
2264        * optman/Makefile.am: Reflect having merged configure.ac into
2265        ../configure.ac.
2266        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2267        * libchip/Makefile.am, libchip/ide/Makefile.am,
2268        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2269        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2270        ../configure.ac.
2271
22722003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2273
2274        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2275
22762003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2277
2278        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2279        on i386.
2280
22812003-06-13      Joel Sherrill <joel@OARcorp.com>
2282
2283        * libnetworking/pppd/chat.c: Removed warnings.
2284
22852003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2286
2287        * libchip/network/README.3com: New file missed in previous commit.
2288        PR 405/bsps
2289        PR 393/networking
2290        * libchip/network/dec21140.c: Fix leak also known as PR393.
2291        * libchip/network/elnk.c, libchip/network/if_media.h,
2292        libchip/network/mii.h: New files.
2293        * libchip/network/Makefile.am: Reflect new files.
2294
22952003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2296
2297        * configure.ac: Remove support for profile-variant.
2298
22992003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2300
2301        PR 397/pppd
2302        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2303        * libnetworking/pppd/magic.c: Remove *rand48.
2304        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2305
23062003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2307
2308        * wrapup/Makefile.am: Add libide.a.
2309
23102003-04-15      Joel Sherrill <joel@OARcorp.com>
2311
2312        PR 387/rtems_misc
2313        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2314        routines.
2315        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2316
23172003-04-11      Joel Sherrill <joel@OARcorp.com>
2318
2319        * libnetworking/rtems_webserver/cgi.c,
2320        libnetworking/rtems_webserver/sockGen.c,
2321        libnetworking/rtems_webserver/umui.c,
2322        libnetworking/rtems_webserver/websSSL.c,
2323        libnetworking/rtems_webserver/websSSL.h,
2324        libnetworking/rtems_webserver/websda.c,
2325        libnetworking/rtems_webserver/websda.h: New files. Not included in
2326        previous commit.
2327
23282003-04-10      Joel Sherrill <joel@OARcorp.com>
2329
2330        PR 371/pppd
2331        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2332        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2333        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2334        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2335        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2336        still global symbols in rtemspppd.h which might need to be changed or
2337        converted into member of a structure which is dereferenced with a
2338        pointer that is managed as a per task variable. But this patch should
2339        avoid many conflicts.
2340
23412003-03-27      Joel Sherrill <joel@OARcorp.com>
2342
2343        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2344        not allowed in the cpukit source code since it must be buildable
2345        independent of any BSP. These files were moved to libchip/ide.
2346        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2347        files.
2348
23492003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2350
2351        PR 368/filesystems
2352        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2353        improvements which now work on pc386 and mbx8xx.
2354        * libchip/ide/ide_controller.c: New file.
2355
23562003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2357
2358        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2359
23602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2361
2362        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2363        * configure.ac: Add support/.
2364        * support/.cvsignore: New.
2365        * support/Makefile.am: New.
2366        * support/version.c: New.
2367        * wrapup/Makefile.am: Add support/libsupport.a.
2368        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2369        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2370        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2371        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2372
23732003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2374
2375        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2376
23772003-02-20      Till Straumann <strauman@slac.stanford.edu>
2378
2379        PR 354/networking
2380        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2381        chip against a table of supported chips. The untested ones are still
2382        commented out, however.
2383
23842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2385
2386        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2387        * configure.ac: AC_PREREQ(2.57).
2388        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2389        * optman/configure.ac: AC_PREREQ(2.57).
2390        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2391        * libchip/configure.ac: AC_PREREQ(2.57).
2392        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2393        * librdbg/configure.ac: AC_PREREQ(2.57).
2394        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2395        * libnetworking/configure.ac: AC_PREREQ(2.57).
2396
23972003-02-06      Joel Sherrill <joel@OARcorp.com>
2398
2399        * libnetworking/pppd/chat.c: Convert routines with common names to
2400        static. This included get_char(), put_char(), and character() among
2401        others.
2402
24032003-02-03      Joel Sherrill <joel@OARcorp.com>
2404
2405        PR 338/filesystem
2406        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2407        rtems_io_lookup_name() (API change).  Unused function removed.
2408
24092003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2410
2411        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2412        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2413        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2414        Eliminate *_O_FILES.
2415        * libnetworking/rtems_servers/Makefile.am,
2416        libnetworking/rtems_webserver/Makefile.am,
2417        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2418
24192002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2420
2421        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2422        Let all-local: depend on $(LIB).
2423        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2424        * optman/Makefile.am: Apply install-data-local to install *.rels.
2425
24262002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2427
2428        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2429        %.c rules.
2430        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2431        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2432        * libchip/rtc/Makefile.am: Ditto.
2433        * libchip/serial/Makefile.am: Ditto.
2434
24352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2436
2437        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2438        LIBC_DEFINES.
2439        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2440        LIBC_DEFINES.
2441        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2442        LIBC_DEFINES.
2443
24442002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2445
2446        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2447
24482002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2449
2450        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2451        cache-checking.
2452        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2453
24542002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2455
2456        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2457        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2458        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2459        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2460        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2461
24622002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2463
2464        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2465        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2466        Remove.
2467        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2468
24692002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2470
2471        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2472        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2473
24742002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2475
2476        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2477        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2478
24792002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2480
2481        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2482        * optman/rel.am: New.
2483
24842002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2485
2486        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2487        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2488        braino in comment on "exec". Extend --enable-ada handling.
2489
24902002-11-04      Joel Sherrill <joel@OARcorp.com>
2491
2492        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2493        tasks and rolling multiple loops into 1.
2494        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2495        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2496        Removed warnings.
2497
24982002-10-31      Joel Sherrill <joel@OARcorp.com>
2499
2500        * libchip/network/dec21140.c: Removed warnings.
2501        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2502        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2503        librdbg/src/m68k/any/remdeb_xdr.c,
2504        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2505        warnings.
2506        * libnetworking/rtems_webserver/socket.c,
2507        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2508
25092002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2510
2511        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2512        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2513        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2514        above.
2515
25162002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2517
2518        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2519        * wrapup/.cvsignore: Remove autom4te.cache.
2520        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2521        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2522        autom4te.cache.
2523        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2524        autom4te.cache.
2525        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2526        autom4te.cache.
2527
25282002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2529
2530        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2531
25322002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2533
2534        * optman/.cvsignore: Add autom4te.cache.
2535
25362002-09-14      Joel Sherrill <joel@OARcorp.com>
2537
2538        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2539
25402002-09-07      Joel Sherrill <joel@OARcorp.com>
2541
2542        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2543        include files to resolve warnings.
2544
25452002-09-07      Chris Johns <ccj@acm.org>
2546
2547        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2548        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2549        which corrects the problem  where the cs8900.c file was actually the BSP
2550        glue.  Joel did some hacking so this file will compile.  Previously it
2551        required providing a target.h file to compile.
2552        * libchip/network/cs8900.c.bsp: New file.
2553
25542002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2555
2556        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2557
25582002-08-31      Joel Sherrill <joel@OARcorp.com>
2559
2560        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2561        eliminate warning.
2562
25632002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2564
2565        * configure.ac: Add ada-tests.
2566
25672002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2568
2569        * Makefile.am: Add preinstall-stamp.
2570
25712002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2572
2573        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2574        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2575        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2576        gcc31 happy.
2577        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2578        cp.
2579
25802002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2581
2582        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2583        make/bsp.mak.
2584        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2585        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2586
25872002-08-12      Joel Sherrill <joel@OARcorp.com>
2588
2589        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2590        avoid error.
2591
25922002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2593
2594        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2595        * configure.ac: Add BSP_SUBDIRS.
2596        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2597        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2598        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2599        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2600        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2601        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2602        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2603        RTEMS_CHECK_BSP_CACHE.
2604        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2605        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2606        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2607        .$(OBJEXT) instead of .o.
2608        * libnetworking/pppd/Makefile.am,
2609        libnetworking/rtems_servers/Makefile.am,
2610        libnetworking/rtems_telnetd/Makefile.am,
2611        libnetworking/rtems_webserver/Makefile.am,
2612        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2613
26142002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2615
2616        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2617        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2618        ../libchip/serial/$(ARCH)/libserialio.a.
2619        * libchip/serial/Makefile.am: Don't tmp-install lib.
2620        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2621
26222002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2623
2624        * Makefile.am: Add rtems_makedir.
2625        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2626        * Makefile.am: Add wrapup-SUBDIR.
2627        * wrapup/ChangeLog: Remove.
2628        * wrapup/configure.ac: Remove.
2629        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2630        (Make the bare BSP happy).
2631        * configure.ac: Ditto.
2632        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2633        Create make/custom/default.cfg.
2634        * configure.ac: Add creation of make/custom/*.cfg. Create
2635        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2636
26372002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2638
2639        * Makefile.am: Clean $(PROJECT_RELEASE).
2640
26412002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2642
2643        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2644        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2645        prototype mismatches.
2646
26472002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2648
2649        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2650        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2651
26522002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2653
2654        * acinclude.m4: Add test "$multilib" != "yes".
2655        * config-ml.in: Remove.
2656        * acinclude.m4: Cleanups.
2657        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2658        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2659        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2660        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2661        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2662
26632002-07-16      Eric Norum <eric.norum@usask.ca>
2664
2665        * New driver for the Intel EtherExpressPro (82559ER) chip.
2666        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2667        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2668        * libchip/network/Makefile.am: Modified to reflect above.
2669
26702002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2671
2672        * acinclude.m4: New.
2673        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2674        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2675        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2676
26772002-07-01      Joel Sherrill <joel@OARcorp.com>
2678
2679        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2680        _Objects_Information_table now that it is a two dimensional array based
2681        upon API and class.
2682        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2683        of strnlen().
2684
26852002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2686
2687        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2688        preinstall libnetapps.a.
2689
26902002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2691
2692        * configure.ac: Remove librpc.
2693
26942002-06-25      Joel Sherrill <joel@OARcorp.com>
2695
2696        * Per PR233, moved librpc to exec.
2697        * configure.ac, wrapup/Makefile.am: Modified.
2698        * librpc, librpc/ChangeLog: Removed.
2699
27002002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2701
2702        * optman/Makefile.am: Remove multilib support.
2703        * optman/configure.ac: Ditto.
2704        * optman/sapi/Makefile.am: Ditto.
2705
27062002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2707
2708        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2709        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2710
27112002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2712
2713        Move networking libraries to c/src/exec/libnetworking
2714        * libnetworking/configure.ac, libnetworking/Makefile.am,
2715        libnetworking/wrapup/Makefile.am: Reflect Moval.
2716
27172002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2718
2719        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2720        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2721        <rtems/bspIo.h>.
2722
27232002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2724
2725        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2726        * libnetworking/rtems/mkrootfs.h: Ditto.
2727        * libnetworking/rtems/Makefile.am: Reflect changes above.
2728
27292002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2730
2731        * configure.ac: Remove lib.
2732
27332002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2734
2735        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2736        that exception stack frames on M68K members with VBR always are 6 byte
2737        long. The incorrect assumption resulted in some gdb commands like "next"
2738        to fail on the 68360.
2739
27402002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2741
2742        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2743        PR 220
2744        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2745        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2746        CVS.
2747        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2748        libnetworking/sys/filio.h: Remove.
2749        * libnetworking/sys/Makefile.am: Reflect changes above.
2750
27512002-05-07      Chris Johns <ccj@acm.org>
2752
2753        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2754        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2755        requires it to be stripped.
2756
27572002-05-01      Eric Norum <eric.norum@usask.ca>
2758
2759        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2760        assembly  to satisfy gcc 3.1 and newer.
2761
27622002-04-26      Eric Norum <eric.norum@usask.ca>
2763
2764        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2765        agressive optimization in gcc 3.1 does not reorder things.
2766
27672002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2768
2769        * libchip/network/dec21140.c: Reflect changes to powerpc's
2770        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2771        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2772        <rtems/score/cpu.h>.
2773        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2774        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2775
27762002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2777
2778        * optman/configure.ac: Remove ENABLE_GCC28.
2779
27802002-04-11      Chris Johns <ccj@acm.org>
2781
2782        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2783        driver control block field to the ifconfig network driver structure.
2784        This field is needed by the i82586 driver which was ported from NetBSD
2785        as it had better hardware abstraction.
2786        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2787        PR59, added the drv_ctrl driver control block field to the ifconfig
2788        network driver structure. This field is needed by the i82586 driver
2789        which was ported from NetBSD as it had better hardware abstraction.
2790
27912002-04-10      Mike Siers <mikes@poliac.com>
2792
2793        * libnetworking/rtems_webserver/NOTES,
2794        libnetworking/rtems_webserver/asp.c,
2795        libnetworking/rtems_webserver/balloc.c,
2796        libnetworking/rtems_webserver/default.c,
2797        libnetworking/rtems_webserver/ej.h,
2798        libnetworking/rtems_webserver/ejIntrn.h,
2799        libnetworking/rtems_webserver/ejlex.c,
2800        libnetworking/rtems_webserver/ejparse.c,
2801        libnetworking/rtems_webserver/emfdb.c,
2802        libnetworking/rtems_webserver/emfdb.h,
2803        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2804        libnetworking/rtems_webserver/handler.c,
2805        libnetworking/rtems_webserver/license.txt,
2806        libnetworking/rtems_webserver/md5.h,
2807        libnetworking/rtems_webserver/md5c.c,
2808        libnetworking/rtems_webserver/mime.c,
2809        libnetworking/rtems_webserver/misc.c,
2810        libnetworking/rtems_webserver/ringq.c,
2811        libnetworking/rtems_webserver/rom.c,
2812        libnetworking/rtems_webserver/security.c,
2813        libnetworking/rtems_webserver/sock.c,
2814        libnetworking/rtems_webserver/sym.c,
2815        libnetworking/rtems_webserver/uemf.c,
2816        libnetworking/rtems_webserver/uemf.h,
2817        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2818        libnetworking/rtems_webserver/url.c,
2819        libnetworking/rtems_webserver/value.c,
2820        libnetworking/rtems_webserver/wbase64.c,
2821        libnetworking/rtems_webserver/webcomp.c,
2822        libnetworking/rtems_webserver/webpage.c,
2823        libnetworking/rtems_webserver/webrom.c,
2824        libnetworking/rtems_webserver/webs.c,
2825        libnetworking/rtems_webserver/webs.h,
2826        libnetworking/rtems_webserver/websuemf.c,
2827        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2828        2.1.4.
2829
28302002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2831
2832        * libchip/network/i82586.c: Include <string.h>.
2833        * libchip/network/sonic.c: Ditto.
2834
28352002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2836
2837        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2838
28392002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2840
2841        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2842
28432002-03-27      Thomas.Doerfler@imd-systems.de
2844
2845        PR 144
2846        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2847        memory address 0 when called for the first time. This is done when
2848        trying to clear the variable "dhcp_hostname".
2849
28502002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2851
2852        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2853        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2854        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2855        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2856        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2857        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2858        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2859        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2860        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2861        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2862        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2863        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2864        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2865        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2866        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2867        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2868        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2869        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2870        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2871        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2872        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2873        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2874        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2875        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2876        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2877        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2878        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2879        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2880        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2881        AUTOMAKE_OPTIONS.
2882        * libnetworking/configure.ac:
2883        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2884        foreign 1.6]).
2885        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2886        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2887        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2888        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2889        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2890        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2891        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2892        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2893        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2894        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2895        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2896        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2897        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2898        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2899        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2900        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2901        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2902
29032002-03-27      Ilya Alexeev <ilya@continuum.ru>
2904
2905        PR 162
2906        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2907        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2908        used in a device write routines.  Now ppp_softc structure have own
2909        character for writing to device (sc_outchar).  I think that converting
2910        local variables to static is not a right solution, because problems will
2911        occur in the case of two or more ppp instances.
2912        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2913        must be u_long, otherwise in the case of the big output packet endless
2914        loop may occur.
2915
29162002-03-21      Ilya Alexeev <ilya@continuum.ru>
2917
2918        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2919        preparations for multiple PPPD connections.
2920
29212002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2922
2923        PR 149
2924        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2925        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2926        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2927        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2928
29292002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2930
2931        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2932        * configure.ac: Modified to reflect addition.
2933
29342002-02-27      Ilya Alexeev <ilya@continuum.ru>
2935
2936        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2937        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2938        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2939        capabilities as well as eliminate some warnings.
2940
29412002-02-27      Eric Norum <eric.norum@usask.ca>
2942
2943        * libnetworking/net/radix.c: Properly handle fetching the default route
2944        when there is no route.  This was a bug in the original FreeBSD code and
2945        this fix is from an updated version of their code.
2946
29472002-02-16      Eric Norum <eric.norum@usask.ca>
2948
2949        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2950        checking.
2951
29522002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2953
2954        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2955        dodefaultroute.
2956
29572002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2958
2959        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2960        include <rtems/seterr.h>.
2961
29622002-02-01      Mike Siers <mikes@poliac.com>
2963
2964        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2965        avoid bringing the link down too fast. NOTE: Mike reports successfully
2966        running at 56K baud on a direct link.
2967
29682002-02-01      Eric Valette <valette@crf.canon.fr>
2969
2970        * librdbg/So many patches have been posted recently on the mailing list
2971        and  because we were unable to find correct solution to compile on
2972        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2973        because the coding  style of rdbg was rather inconsistant among various
2974        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2975        global coding style (using indent + manual edits), 2) incorporate/review
2976        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2977        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2978        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2979        after rdbg initialization is done, NB : the paches is huge but it is
2980        mainly due to coding styke chnages.  Only few lines of codes have been
2981        really changed and they do not impact  rdbg functionnality (AFAIKT).
2982        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2983        librdbg/include/rdbg/m68k/rdbg_f.h,
2984        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2985        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2986        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2987        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2988        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2989        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2990        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2991        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2992        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2993        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2994        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2995        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2996        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2997        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2998        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2999        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
3000
30012002-01-31      Mike Siers <mikes@poliac.com>
3002
3003        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
3004        * Nice Update of PPPD support which eliminates the requiremetn that
3005        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
3006        and reports that it seems to be more stable and handle larger packets
3007        better.  This patch replaces the termios tasks with more general pppd
3008        network driver tasks.  The functions pppinput() and pppstart() get
3009        called from the interrupt service routine.
3010        * libnetworking/Makefile.am, libnetworking/configure.ac,
3011        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
3012        libnetworking/net/ethernet.h, libnetworking/net/if.c,
3013        libnetworking/net/if.h, libnetworking/net/if_arp.h,
3014        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
3015        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
3016        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
3017        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
3018        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
3019        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
3020        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
3021        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
3022        libnetworking/net/route.c, libnetworking/net/route.h,
3023        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
3024        libnetworking/pppd/README, libnetworking/pppd/STATUS,
3025        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
3026        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3027        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3028        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3029        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3030        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3031        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3032        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3033        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3034        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3035        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3036        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
3037        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
3038        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3039        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
3040        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
3041        libnetworking/pppd/example/README,
3042        libnetworking/pppd/example/netconfig.h,
3043        libnetworking/wrapup/Makefile.am: Modified.
3044        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
3045        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
3046        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
3047        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3048        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3049        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3050        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3051        libnetworking/modem/pppcompress.c: Subdirectory removed.
3052
30532002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3054
3055        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3056        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3057
30582002-01-18      Till Straumann <strauman@slac.stanford.edu>
3059
3060        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3061        issues: - exception handler needs to enable MSR_FP if the interrupted
3062        thread is FP enabled. - printk message for MSR fixed and added
3063        stacktrace. NOTE: this requires the stacktrace patch to
3064        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3065        however).
3066
30672002-01-06      Joel Sherrill <joel@OARcorp.com>
3068
3069        * optman/.cvsignore: Added aclocal.m4 and configure.
3070        * optman/.cvsignore: New file.
3071
30722002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3073
3074        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3075
30762002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3077
3078        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3079        * optman/ChangeLog: New.
3080        * optman/configure.ac: New.
3081        * optman/Makefile.am: New.
3082        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3083        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3084
30852001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3086
3087        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3088
30892001-12-18      Eric Norum <eric.norum@usask.ca>
3090
3091        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3092        `directories' (path names with a / at the end) while disallowing open()
3093        operations on TFTP `directories'.
3094
30952001-12-07      Eric Norum <eric.norum@usask.ca>
3096
3097        * libnetworking/lib/tftpDriver.c: Restore write capability.
3098
30992001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3100
3101        * libchip/network/sonic.h: Fix typo.
3102        * libnetworking/arpa/Makefile.am: Remove stray lines.
3103
31042001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3105
3106        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3107
31082001-10-18      Eric Norum <eric.norum@usask.ca>
3109
3110        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3111        chdir() and open() operations within the TFTP file system.
3112
31132001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3114
3115        * librdbg/configure.ac: Fix latent bug exposed by removal of
3116        config.cache's which prevented powerpc targets librdbg from building.
3117
31182001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3119
3120        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3121        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3122        autoconf-2.52 happy.
3123
31242001-10-12      Mike Siers <mikes@poliac.com>
3125
3126        * libnetworking/Update to stable working state.  Congratulations Mike!
3127        :).
3128        * libnetworking/modem_example: Directory removed.
3129        * libnetworking/modem_example/16550.h,
3130        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3131        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3132        libnetworking/modem_example/ppp.h,
3133        libnetworking/modem_example/pppcompress.c: Files removed.
3134        * libnetworking/pppd/example/pppd.options: New file.
3135        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3136        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3137        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3138        libnetworking/pppd/rtemsmain.c: Updated.
3139
31402001-10-12      Joel Sherrill <joel@OARcorp.com>
3141
3142        * libchip/serial/z85c30.c: Fixed typo.
3143
31442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3145
3146        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3147        * configure.in: Remove.
3148        * configure.ac: New file, generated from configure.in by autoupdate.
3149        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3150        * libchip/configure.in: Remove.
3151        * libchip/configure.ac: New file, generated from configure.in by
3152        autoupdate.
3153        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3154        * librdbg/configure.in: Remove.
3155        * librdbg/configure.ac: New file, generated from configure.in by
3156        autoupdate.
3157        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3158        * libnetworking/configure.in: Remove.
3159        * libnetworking/configure.ac: New file, generated from configure.in by
3160        autoupdate.
3161
31622001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3163
3164        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3165        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3166        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3167
31682001-09-27      Joel Sherrill <joel@OARcorp.com>
3169
3170        * libchip/ChangeLog: Fixed typo in date.
3171
31722001-09-27      Eric Norum <eric.norum@usask.ca>
3173
3174        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3175        TFTP  filesystem.
3176
31772001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3178
3179        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3180        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3181        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3182        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3183        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3184        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3185        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3186        'PREINSTALL_FILES ='.
3187        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3188        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3189        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3190        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3191        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3192        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3193        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3194        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3195        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3196        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3197        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3198        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3199
32002001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3201
3202        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3203        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3204        * librdbg/src/m68k/any/Makefile.am: Ditto.
3205        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3206        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3207        happy.
3208
32092001-09-21      Joel Sherrill <joel@OARcorp.com>
3210
3211        * libchip/network/Makefile.am: Fixed typo on file name.
3212        * libchip/network/i82586.c: Commented out line 318 which is referencing
3213        a member of a structure that is not currently there.  This needs to be
3214        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3215        to C style.
3216
32172001-09-19      Eric Norum <eric.norum@usask.ca>
3218
3219        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3220
32212001-09-19      Chris Johns <ccj@acm.org>
3222
3223        * libchip/network/README.i82586, libchip/network/i82586.c,
3224        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3225        Network driver for Intel i82586.
3226        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3227        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3228        "root" filesystem with information obtained via the DHCP response.
3229
32302001-09-14      Eric Norum <eric.norum@usask.ca>
3231
3232        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3233        make gcc 3.x happy.
3234
32352001-08-16      Mike Siers <mikes@poliac.com>
3236
3237        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3238        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3239        These support callback functionality that has not even been compiled
3240        under RTEMS yet.
3241        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3242        example application.  Mike's notes on the modifications: - renamed
3243        error() function because of namespace problems - removed calls to the
3244        exit() funciton - removed extra files from the pppd source directory -
3245        defined pppd task constant values in rtemspppd.h - modifyied example
3246        code to get actual tick per second value - placed the pppd 2.3.11 man
3247        page file (pppd.8) into the pppd directory.
3248        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3249        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3250        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3251        libnetworking/pppd/rtems-ppp.c: Deleted.
3252        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3253        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3254        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3255        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3256        libnetworking/pppd/example/init.c,
3257        libnetworking/pppd/example/netconfig.h,
3258        libnetworking/pppd/example/ppp.conf,
3259        libnetworking/pppd/example/pppdapp.c,
3260        libnetworking/pppd/example/system.h: New files.
3261        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3262        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3263        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3264        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3265        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3266        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3267        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3268        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3269        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3270        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3271        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3272        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3273        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3274        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3275        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3276
32772001-08-16      Joel Sherrill <joel@OARcorp.com>
3278
3279        * libnetworking/pppd/example/Makefile: Removed.
3280        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3281        to avoid bootstrap -c clobbering it.
3282        * libnetworking/rtems_telnetd/.cvsignore: New file.
3283
32842001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3285
3286        * libnetworking/Makefile.am, libnetworking/configure.in,
3287        libnetworking/rtems_servers/Makefile.am,
3288        libnetworking/rtems_servers/telnetd.c,
3289        libnetworking/rtems_servers/telnetd.h,
3290        libnetworking/rtems_telnetd/Makefile.am,
3291        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3292        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3293        libnetworking/rtems_telnetd/telnetd.c,
3294        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3295        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3296        effect when ftpd change. - the tcp/ip stats have been implemented into
3297        icmds.c and started when telnetd daemon is started.
3298        * libnetworking/rtems_servers/telnetd.c,
3299        libnetworking/rtems_servers/telnetd.h: Removed.
3300        * libnetworking/rtems_telnetd: New directory.
3301        * libnetworking/rtems_telnetd/Makefile.am,
3302        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3303        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3304        libnetworking/rtems_telnetd/telnetd.c,
3305        libnetworking/rtems_telnetd/telnetd.h: New files.
3306
33072001-06-14      Joel Sherrill <joel@OARcorp.com>
3308
3309        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3310        Moved from libmisc/shell so the network stack to address network
3311        depenendency.
3312        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3313
33142001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3315
3316        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3317
33182001-05-15      Joel Sherrill <joel@OARcorp.com>
3319
3320        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3321        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3322        accidentally deleted the incorrectly empty versions.
3323
33242001-05-14      Till Straumann <strauman@slac.stanford.edu>
3325
3326        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3327        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3328        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3329        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3330        to know the values) - the affected BSP (shared/motorola) headers have
3331        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3332        driver (libchip/network/dec21140.c) has been fixed to use
3333        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3334        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3335        who is using this driver. - the DEC driver also has been fixed to use
3336        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3337        delay_in_bus_cycles().
3338
33392001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3340
3341        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3342
33432001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3344
3345        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3346
33472001-04-24      Eric Norum <eric.norum@usask.ca>
3348
3349        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3350        NTP synchronization a little more robust -- no NTP daemon yet, but at
3351        least it trys a little harder when the primary NTP server is down.
3352
33532001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3354
3355        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3356        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3357        libnetworking/pppd/modem_example/modem.c,
3358        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3359        other strings into English.
3360        * libnetworking/pppd/STATUS: updated to reflect the changes.
3361
33622001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3363
3364        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3365        again.
3366
33672001-04-20      Eric Valette <valette@crf.canon.fr>
3368
3369        * mcp750 directory renamed new_exception processing as it supports many
3370        more CPU models.
3371        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3372        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3373        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3374        formerly in mcp750 plus modifications.
3375        * librdbg/src/powerpc/mcp750/.cvsignore,
3376        librdbg/src/powerpc/mcp750/Makefile.am,
3377        librdbg/src/powerpc/mcp750/remdeb.h,
3378        librdbg/src/powerpc/mcp750/remdeb_f.x,
3379        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3380        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3381        new_exception_processing.
3382        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3383        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3384        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3385        part of this effort to add support for the MPC8xx.
3386
33872001-04-19      Joel Sherrill <joel@OARcorp.com>
3388
3389        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3390        internal include files.
3391
33922001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3393
3394        PR 158
3395        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3396        rcmd() library call by commenting out the parts that deal with signals.
3397        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3398        stdio. The 'server-side' parts of this file which deal with
3399        authentication are disabled since they are not needed.
3400
34012001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3402
3403        * libnetworking/include/.cvsignore: Remove dangling file.
3404
34052001-03-14      Joel Sherrill <joel@OARcorp.com>
3406
3407        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3408        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3409        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3410        libchip style serial drivers can be written in libcpu or libbsp.
3411
34122001-03-01      Joel Sherrill <joel@OARcorp.com>
3413
3414        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3415        libchip/network/sonic.c, libchip/network/sonic.h,
3416        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3417        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3418        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3419        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3420        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3421        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3422        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3423        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3424
34252001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3426
3427        * librdbg/include/rdbg/Makefile.am,
3428        librdbg/include/rdbg/i386/Makefile.am,
3429        librdbg/include/rdbg/m68k/Makefile.am,
3430        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3431        style on include files.
3432
34332001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3434
3435        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3436        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3437        replace ${..} with $(..).
3438        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3439        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3440        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3441        libnetworking/rtems/Makefile.am, libnetworking/
3442        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3443        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3444        include_*HEADERS instead of H_FILES.
3445        * libnetworking/include/Makefile.am: Remove.
3446        * libnetworking/Makefile.am: Add handling of *.h files.
3447        * libnetworking/configure.in: Remove include/Makefile.
3448
34492001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3450
3451        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3452
34532001-01-31      Sergei Organov <osv@javad.ru>
3454
3455        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3456        current dir and root dir removed in favor of new libio support for
3457        task-local current and root directories. - Bug in `close_data_socket()'
3458        introduced by previous change fixed. - `command_pasv()' changed to set
3459        timeout on socket we are listening on and code fixed to don't close
3460        socket twice on error. - `serr()' changed to clear `errno'. -
3461        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3462        changed to clear `errno' before processing session. -
3463        `close_data_socket()' fixed to close both active and passive sockets -
3464        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3465        empty string  in `exec_command()'.
3466
34672001-01-25      Eric Norum <eric.norum@usask.ca>
3468
3469        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3470        improves throughput on systems which are dropping packets.   Only the
3471        first timeout is reduced.  This keeps the number of extra packets down
3472        on networks that are very busy and dropping lots of packets.
3473
34742001-01-24      Sergei Organov <osv@javad.ru>
3475
3476        * libnetworking/rtems_servers/ftpd.c,
3477        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3478        - Timeouts on sockets implemented. 'idle' field added to configuration.
3479        No timeout by default to keep backward compatibility. Note: SITE IDLE
3480        command not implemented yet. - Basic global access control implemented.
3481        'access' field added to configuration. No access limitations by default
3482        to keep backward compatibility. - Anchor data socket for active mode
3483        (using self IP and port 20.) - Fixed default data port support (still
3484        not tested). - Don't allow IP address different from originating host in
3485        PORT command to improve security. - Fixed bug in MDTM command. - Check
3486        for correctness of parsing of argument in command_port(). - Fixed
3487        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3488        a directory. - Command parsing a little bit improved: command names are
3489        now converted to upper-case to be more compatible with RFC (command
3490        names are not case-sensitive.) - Reformat comments so that they have
3491        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3492        previous changes - True ASCII mode implemented (doesn't work for hooks
3493        and /dev/null) - Passive mode implemented, PASV command added. - Default
3494        port for data connection could be used (untested, can't find ftp client
3495        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3496        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3497
34982001-01-18      Joel Sherrill <joel@OARcorp.com>
3499
3500        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3501        macro using variable arguments.
3502        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3503        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3504        since I updated the main RTEMS development machine to RedHat 7.2 and
3505        apparently got a new version of rpcgen.
3506
35072001-01-12      Sergei Organov <osv@javad.ru>
3508
3509        * libnetworking/rtems_servers/ftpd.c,
3510        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3511        - use pool of pre-created threads to handle sessions instead of
3512        creating/deleting threads on the fly - LIST output is now similar to
3513        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3514        happy with it. - LIST NAME now works (both for files and directories) -
3515        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3516        clients happy  - keep track of CWD for every session separately -
3517        ability to specify root directory name for FTPD in configuration table.
3518        FTPD will then create illusion for FTP clients that this is actually
3519        root directory. - ignore options sent in commands, thus LIST -al FILE
3520        works and doesn't try to list "-al" directory. - buffers are allocated
3521        on stack instead of heap where possible to eliminate malloc/free calls
3522        (avoid possible heap fragmentation troubles). - drop using of task
3523        notepad to pass parameters - use function arguments instead - use
3524        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3525        in socket() instead of AF_INET.
3526
35272001-01-02      Joel Sherrill <joel@OARcorp.com>
3528
3529        * libnetworking/CHANGELOG: Removed.
3530        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3531
35322000-12-14      Eric Norum <eric.norum@usask.ca>
3533
3534        * libnetworking/lib/tftpDriver.c: Added write capability.
3535
35362000-12-08      Joel Sherrill <joel@OARcorp.com>
3537
3538        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3539        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3540        numerous variable declarations conditional on PPP_COMPRESS and
3541        PPP_FILTER.  Commented out variables that were not used because the code
3542        using them was commented out. Removed totally unused variables.
3543        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3544        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3545
35462000-11-30      Joel Sherrill <joel@OARcorp.com>
3547
3548        * libnetworking/modem/ppp_tty.c: Changed to include
3549        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3550        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3551        * libnetworking/Makefile.am: Modified to reflect above.
3552
35532000-11-27      Joel Sherrill <joel@OARcorp.com>
3554
3555        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3556
35572000-11-25      Eric Norum <eric.norum@usask.ca>
3558
3559        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3560        core.
3561
35622000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3563
3564        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3565        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3566        subdir.
3567        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3568        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3569        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3570        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3571        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3572        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3573        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3574        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3575        ppp_tty.c and the real pppd main is in pppmain.c.
3576
35772000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3578
3579        * libchip/network/sonic.c: Added ipalign() routine to align the received
3580        packet so that the ip header is on a 32-bit boundary. Necessary for
3581        cpu's that do not allow unaligned loads and stores and when the 32-bit
3582        DMA mode is used.
3583
35842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3585
3586        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3587        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3588        ACLOCAL_AMFLAGS.
3589        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3590        ACLOCAL_AMFLAGS.
3591        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3592        ACLOCAL_AMFLAGS.
3593
35942000-11-03      Chris Johns <ccj@acm.org>
3595
3596        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3597        libchip/network/cs8900.h: New files.
3598
35992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3600
3601        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3602        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3603        $(RTEMS_TOPdir)/aclocal.
3604        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3605        $(RTEMS_TOPdir)/aclocal.
3606        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3607        $(RTEMS_TOPdir)/aclocal.
3608
36092000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3610
3611        * configure.in: Switch to GNU-canonicalization.
3612        * Makefile.am: Reflect changes to configure.in.
3613        * acinclude.m4: Remove.
3614
36152000-10-30      Joel Sherrill <joel@OARcorp.com>
3616
3617        * POSIX include files merged into newlib.  This resulted in some
3618        definitions moving to other files and thus some secondary effects in
3619        RTEMS source code.
3620        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3621        in sync with newlib's <machine/types.h>.
3622        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3623        definition of struct itimerval in <sys/time.h>.
3624
36252000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3626
3627        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3628        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3629        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3630        * ChangeLog: Fix typos.
3631        * configure.in: add tests to the GNU canonicalized subdirectories.
3632
36332000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3634
3635        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3636        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3637        the lib directory before configuring lib/.
3638
36392000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3640
3641        * configure.in, Makefile.am: add exec to the GNU canonicalized
3642        subdirectories.
3643        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3644        * configure.in: add libnetworking, librpc and librdb to the GNU
3645        canonicalized subdirectories.
3646        * configure.in: add libmisc and libchip to the GNU canonicalized
3647        subdirectories.
3648        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3649        Switch to GNU canonicalization.
3650        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3651        Switch to GNU canonicalization.
3652        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3653        Switch to GNU canonicalization.
3654
36552000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3656
3657        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3658        canonicalization to libfs/. The approach is currently a bit of a hack as
3659        GNU canonicalization does not support the per-BSP build some of the
3660        other directories require.  As more of the tree is converted, this will
3661        become less  of an issue.
3662
36632000-10-20      Joel Sherrill <joel@OARcorp.com>
3664
3665        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3666        parameter.
3667
36682000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3669
3670        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3671        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3672        * librdbg/configure.in: Add m68k support.
3673        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3674        subdirectory.
3675        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3676        failure.
3677        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3678        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3679        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3680        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3681        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3682        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3683        librdbg/src/m68k/.cvsignore: New files.
3684        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3685        function pointers.
3686        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3687        _after_ pointer has been checked against NULL.
3688
36892000-10-18      Joel Sherrill <joel@OARcorp.com>
3690
3691        * wrapup/Makefile.am: Added libfs.
3692
36932000-10-18      Chris Johns <ccj@acm.org>
3694
3695        * libfs created.
3696        * configure.in: Added libfs subdirectory.
3697        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3698
36992000-09-28      Joel Sherrill <joel@OARcorp.com>
3700
3701        * libnetworking/rtems_webserver/Makefile.am,
3702        libnetworking/rtems_webserver/base64.c,
3703        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3704        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3705
37062000-09-22      Joel Sherrill <joel@OARcorp.com>
3707
3708        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3709        libnetworking/rtems/rtems_bsdnet_internal.h,
3710        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3711        have included rtems.h.  It is now including precisely the  least amount
3712        of low level, yet portable .h files to get the basic RTEMS types
3713        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3714        used machine/types.h to include rtems.h.
3715
37162000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3717
3718        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3719
37202000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3721
3722        * libnetworking/ChangeLog: Cleanup.
3723
37242000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3725
3726        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3727        * libchip/ChangeLog: Fix formating.
3728
37292000-09-05      Joel Sherrill <joel@OARcorp.com>
3730
3731        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3732        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3733        confusion and to work with the converted flags.
3734
37352000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3736
3737        * wrapup/Makefile.am: Include compile.am.
3738        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3739        libchip/serial/Makefile.am: Include compile.am.
3740        * librdbg/src/i386/any/Makefile.am,
3741        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3742        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3743        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3744        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3745        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3746        libnetworking/rtems_servers/Makefile.am,
3747        libnetworking/rtems_webserver/Makefile.am,
3748        libnetworking/wrapup/Makefile.am: Include compile.am.
3749
37502000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3751
3752        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3753        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3754
37552000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3756
3757        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3758
37592000-08-31      Joel Sherrill <joel@OARcorp.com>
3760
3761        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3762        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3763        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3764        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3765        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3766        * libnetworking/wbase64.c: Removed.
3767        * libnetworking/Makefile.am, libnetworking/asp.c,
3768        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3769        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3770        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3771        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3772        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3773        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3774        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3775        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3776        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3777        Modified.
3778
37792000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3780
3781        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3782
37832000-08-30      Joel Sherrill <joel@OARcorp.com>
3784
3785        * libnetworking/rtems_webserver/license.txt: New file.
3786
37872000-08-10      Joel Sherrill <joel@OARcorp.com>
3788
3789        * ChangeLog: New file.
3790        * libchip/ChangeLog: New file.
3791        * librdbg/ChangeLog: New file.
3792        * libnetworking/ChangeLog: New file.
3793
Note: See TracBrowser for help on using the repository browser.