source: rtems/c/src/ChangeLog @ 5aeed17

4.104.115
Last change on this file since 5aeed17 was 0b6ca8aa, checked in by Joel Sherrill <joel.sherrill@…>, on 09/20/08 at 22:20:14

2008-09-20 Joel Sherrill <joel.sherrill@…>

  • libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there is no PCI bus based upon the BSP not having a base address defined. This means this driver cannot be supported on that board.
  • Property mode set to 100644
File size: 142.2 KB
Line 
12008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * libchip/network/dec21140.c, libchip/network/elnk.c: Detect when there
4        is no PCI bus based upon the BSP not having a base address defined.
5        This means this driver cannot be supported on that board.
6
72008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * libchip/network/dec21140.c, libchip/network/elnk.c,
10        libchip/network/if_dc.c: Eliminate vestiges of mpc603e define.
11
122008-09-17      Miao Yan <yanmiaobest@gmail.com>
13
14        * optman/Makefile.am, optman/preinstall.am: Merge GSOC project code to
15        add simple device only filesystem (devfs), optionally completely drop
16        out filesystem, and to clean up disabling newlib reentrancy support.
17        This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t
18        now has a 15K code space.
19        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
20        Removed.
21
222008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * libchip/ide/ata.h: Convert to Unix file format.
25
262008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
29        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
30        libchip/serial/serial.h, libchip/serial/serprobe.c,
31        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
32        Convert to "bool".
33        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
34        libchip/i2c/spi-memdrv.h: Convert to "bool".
35        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
36        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
37        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
38        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
39        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
40        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
41        Convert to "bool".
42        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
43        Convert to "bool".
44        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
45        Convert to "bool".
46
472008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
50        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
51        memory driver to not use the clock ioctl to install a method to poll
52        for input. It now uses a Class API Timer which means we can eliminate
53        this special IOCTL from all clock drivers.
54        * libchip/shmdr/setckvec.c: Removed.
55
562008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * libchip/network/sonic.c: Do not declare a variable just to hold an
59        ignored return value.
60
612008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
62
63        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
64
652008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
68        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
69
702008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * libchip/display/disp_hcms29xx.c: Do not make these static. They
73        appear to be unused that way.
74
752008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * libchip/shmdr/shm_driver.h: Correct prototypes.
78
792008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
80
81        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
82        variables and made methods static.
83
842008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * libchip/serial/ns16550.c: Fix warning.
87
882008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * aclocal/prog-cc.m4: Add -Wnested-externs.
91
922008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * libchip/network/dec21140.c: Add missing prototype.
95        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
96
972008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
100        -Wstrict-prototypes to RTEMS_CFLAGS.
101
1022008-08-02      Chris Johns <chrisj@rtems.org>
103
104        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
105        rtems_blkdev_request count and start references. Use
106        RTEMS_BLKDEV_START_BLOCK.
107
1082008-07-29      Chris Johns <chrisj@rtems.org>
109
110        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
111
112        * libchip/ide/ata.c: Change to use a mutex rather than disable
113        pre-emption. Updated to the libblock changes.
114
115        * libchip/ide/ata_internal.h: Updated to the new chains API.
116
117        * libchip/ide/ide_controller.c: Updated to the libblock
118        changes. Added come debug tracing.
119
120        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
121        to the libblock changes.
122
1232008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * configure.ac: Remove RPCGEN, RPCTOOLS.
126
1272008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
128
129        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
130        for output format specifiers.
131
1322008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
133
134        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
135        Fixed some data types
136
1372008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
138
139        * libchip/i2c/spi-sd-card.c: Added missing header file.
140        * libchip/Makefile.am: Added SD Card driver.
141
1422008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
143
144        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
145        make glyphs non-constant, added file headers
146
1472008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
148
149        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
150        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
151        * libchip/display/font_hcms29xx.h
152        Creation of SPI display driver
153
1542008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
155
156        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
157        via SPI.
158
1592008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
160
161        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
162        AC_PREREQ(2.62).
163
1642008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
167
1682008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * libchip/Makefile.am: Move termios helper routines from libchip to
171        libcsupport. Add routine which makes it easy for a termios device
172        driver to inform termios of its default baud rate. This avoids
173        inconsistencies in later termios settings changes.
174        * libchip/serial/termios_baud2index.c,
175        libchip/serial/termios_baud2num.c: Removed.
176
1772008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
178
179        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
180
1812008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
182
183        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
184        not fail if there are none.
185
1862008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
187
188        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
189        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
190        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
191        * libchip/Makefile.am:
192        derived a generic spi memory driver from spi-flash-m25p40,
193        added descriptor for fram fm25l256
194
1952008-05-07      Till Straumann <strauman@slac.stanford.edu>
196
197        PR 649/bsps
198        * libchip/ide/ata.c: Give up if the interface does not become ready.
199
2002008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
201
202        Moved to cpukit.
203        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
204        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
205        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
206        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
207        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
208        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
209        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
210        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
211        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
212        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
213        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
214        nfsclient/src/xdr_mbuf.c: Removed.
215
2162008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
217
218        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
219
2202008-01-05      Chris Johns <chrisj@rtems.org>
221
222        * libchip/flash/am29lv160.c: Update the blank check error message
223        to say there is an error.
224       
2252007-12-22      Chris Johns <chrisj@rtems.org>
226
227        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
228        the hello message. Just one line but still a little too long.
229       
2302007-12-14      Chris Johns <chrisj@rtems.org>
231
232        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
233        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
234        * libchip/flash, libchip/flash/am29lv160.c,
235        libchip/flash/am29lv160.h: New.
236
2372007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
238
239        * libchip/network/if_fxp.c: Spacing.
240
2412007-11-20      Till Straumann <strauman@slac.stanford.edu>
242
243        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
244        Avoid using 'stdio' before the system is up and fully
245        initialized.
246
2472007-11-20      Till Straumann <strauman@slac.stanford.edu>
248
249        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
250        * libchip/Makefile.am, libchip/preinstall.am:
251        added new driver for Maxim DS1375 i2c RTC.
252
2532007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
254
255        * libchip/i2c/spi-flash-m25p40.c:
256        added addressing call in write function
257
2582007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
259
260        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
261        * libchip/Makefile.am:
262        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
263
2642007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
265
266        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
267
2682007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
269
270        * nfsclient/Makefile.am: Fix errors.
271
2722007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
273
274        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
275
2762007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
277
278        * aclocal/version.m4: Bump RTEMS_API to 4.9.
279        Bump RTEMS_VERSION to 4.8.99.0.
280
2812007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
282
283        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
284
2852007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
286
287        * configure.ac: Remove AC_PROG_AWK (Unused).
288
2892007-09-14      Daron Chabot <djc915@mail.usask.ca>
290
291        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
292        rtems_interrupt_vector, to permit passing arbitrary arguments to the
293        ISR. Clean up of variables to silence compiler warnings.
294
2952007-09-13      Daniel Hellstrom <daniel@gaisler.com>
296
297        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
298
2992007-09-12      Daniel Hellstrom <daniel@gaisler.com>
300
301        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
302          - Odd bit bug in some chips taken care of.
303          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
304            alignment but failing to do so must have made the driver writer to make
305            some incorrect assumptions about MBUFs.
306          - Fixed MBUF handling to handle mbuf chains better. The Data length of
307            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
308          - Made while loop responsible for copying data to fifo port copy 16 shorts
309            per loop instead of 1 short, increasing the copying process.
310
3112007-09-07      Daniel Hellstrom <daniel@gaisler.com>
312
313        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
314        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
315
3162007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
317
318        * configure.ac, wrapup/Makefile.am: Remove RDBG.
319        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
320        librdbg/Makefile.am, librdbg/preinstall.am,
321        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
322        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
323        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
324        librdbg/include/rdbg/powerpc/rdbg_f.h,
325        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
326        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
327        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
328        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
329        librdbg/src/servtsp.c, librdbg/src/servutil.c,
330        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
331        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
332        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
333        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
334        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
335        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
336        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
337        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
338        librdbg/src/powerpc/rdbg_f.c,
339        librdbg/src/powerpc/new_exception_processing/remdeb.h,
340        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
341        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
342        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
343
3442007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
345
346        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
347
3482007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
349
350        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
351          sizes.
352
3532007-07-27      Chris Johns <chrisj@rtems.org>
354
355        * wrapup/Makefile.am: Create archive from a file for hosts
356        with a limited command line size.
357
3582007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
359
360        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
361          sizes.
362
3632007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
364       
365        * configure.ac: Add nfsclient.
366        * nfsclient/Makefile.am: New.
367        * nfsclient/proto/Makefile, nfsclient/Makefile,
368          nfsclient/src/Makefile: Remove.
369        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
370        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
371
3722007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
373
374        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
375        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
376        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
377        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
378        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
379        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
380        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
381        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
382        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
383        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
384        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
385        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
386
3872007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
388
389        * libchip/serial/ns16550.c: removed timed out wait for transmitter
390        to become ready: This will not work for fast CPUs.
391
3922007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
393
394        * libchip/ide/ata.c: fixed warning
395
3962007-06-20      Ray Xu <rayx@gmail.com>
397
398        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
399        console, and libio. This shrinks the memory requirements but Joel has
400        not figured out how best to present this to application space.
401        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
402        New files.
403
4042007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
405
406        * optman/sapi/no-io.c: Split IO Manager into one function per file so
407        now we only need required initialization methods.
408
4092007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
410
411        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
412        parameter since it was used to configure a no longer used feature.
413        Device names are now part of the filesystem not in a table.
414
4152007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
416
417        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
418        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
419        optman/rtems/no-part.c, optman/rtems/no-region.c,
420        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
421        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
422        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
423        other optional managers so using them reduces application size
424        instead of increasing it.
425        * optman/rtems/no-barrier.c: New file.
426
4272007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
428
429        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
430        adjustments to pci-API changes.
431        * libchip/network/dec21140.c, libchip/network/elnk.c,
432        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
433        changes.
434
4352007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
436
437        * libchip/network/dec21140.c, libchip/network/if_dc.c,
438        libchip/network/if_fxp.c: Reflect changes to pci-API.
439
4402007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
441
442        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
443        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
444
4452007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
446
447        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
448          being used to compile "tools").
449
4502007-03-13      Joel Sherrill <joel@OARcorp.com>
451
452        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
453
4542007-03-12      Joel Sherrill <joel@OARcorp.com>
455
456        * libchip/network/cs8900.c, libchip/network/cs8900.h,
457        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
458        and/or fix mistake in copyright notice. Both of these mistakes appear
459        to be from code submitted after these changes were made previously.
460
4612007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
462
463        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
464
4652007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
466
467        * libchip/Makefile.am: Correct path to README.tulipclone.
468
4692007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
470
471        * libchip/ide/ata.c: Remove superfluous type casts.
472
4732007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
474
475        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
476        Use size_t for sizes.
477
4782007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
479
480        * libchip/ide/ata.c: in ata_request_done: moved call to free()
481        from preemption disabled region
482
4832007-01-16      Till Straumann <strauman@slac.stanford.edu>
484
485        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
486        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
487        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
488
4892006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
490
491        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
492          ioctl_command_t as ioctl argument.
493
4942006-12-13      Joel Sherrill <joel@OARcorp.com>
495
496        * librtems++/include/rtems++/rtemsEvent.h,
497        librtems++/include/rtems++/rtemsMessageQueue.h,
498        librtems++/include/rtems++/rtemsSemaphore.h,
499        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
500        librtems++/src/rtemsMessageQueue.cc,
501        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
502        rtems_unsigned32 to uint32_t.
503
5042006-12-13      Joel Sherrill <joel@OARcorp.com>
505
506        PR 1181/bsps
507        * optman/rtems/no-msg.c: Clean up dead code.
508
5092006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
510
511        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
512
5132006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
514
515        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
516        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
517        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
518
5192006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
520
521        * configure.ac: New BUG-REPORT address.
522
5232006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
524
525        * Makefile.am: Remove ampolish3.
526
5272006-11-17      Joel Sherrill <joel@OARcorp.com>
528
529        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
530        blank lines.
531
5322006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
533
534        * configure.ac: Remove RTEMS_AMPOLISH3.
535        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
536          Remove checks for AMPOLISH3.
537        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
538        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
539        * ampolish3: Remove.
540
5412006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
542
543        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
544        * aclocal/prog-cc.m4: Remove CFLAGS.
545        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
546        Compose CFLAGS. Append CFLAGS to ac_configure_args.
547
5482006-10-23      Joel Sherrill <joel@OARcorp.com>
549
550        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
551
5522006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
553
554        * automake/compile.am: Use hard-coded RTEMS_* flags.
555
5562006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
557
558        * aclocal/rtems-top.m4: Remove RTEMS_API.
559        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
560
5612006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
562
563        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
564
5652006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
566
567        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
568
5692006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
570
571        * aclocal/version.m4: Bump version to 4.7.99.0.
572
5732006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
574
575        * configure.ac: Require autoconf-2.60. Require automake-1.10.
576
5772006-09-11      Joel Sherrill <joel@OARcorp.com>
578
579        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
580
5812006-09-04      Joel Sherrill <joel@OARcorp.com>
582
583        * libchip/network/greth.c, libchip/network/open_eth.c,
584        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
585        introduced by warning removal.
586
5872006-09-01      Joel Sherrill <joel@OARcorp.com>
588
589        * libchip/network/greth.c, libchip/network/open_eth.c,
590        libchip/network/smc91111.c: Remove warnings and correct prototype
591        added earlier today.
592
5932006-09-01      Joel Sherrill <joel@OARcorp.com>
594
595        * libchip/network/cs8900.c, libchip/network/greth.c,
596        libchip/network/i82586.c, libchip/network/open_eth.c,
597        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
598        sized integers, and inttypes.h printf helpers.
599
6002006-08-09      Kolja Waschk <waschk@telos.de>
601
602        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
603
6042006-07-12      Joel Sherrill <joel@OARcorp.com>
605
606        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
607
6082006-07-11      Jerry Needell <jerry.needell@unh.edu>
609
610        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
611        4.6 branch.  Original modifications by Gaisler Enterprises.
612        * libchip/network/greth.c, libchip/network/greth.h: New files.
613
6142006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
615
616        * ide/ata.[ch]:
617        (PR1118) fetch priority for ATA task from a variable,
618        not a fixed configuration value.
619       
6202006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
621
622        * Makefile.am: Add ampolish3.
623
6242006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
625
626        * ampolish3: New.
627        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
628
6292006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
630
631        * aclocal/rtems-ampolish.m4: New.
632        * configure.ac: Use RTEMS_AMPOLISH3.
633
6342006-04-18  Joel Sherrill <joel@OARcorp.com>
635
636        * aclocal/version.m4: Updated to rtems-4.6.99.3.
637
6382006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
639
640        PR 853/filesystem
641        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
642        should be modified to support the new exception scheme and to use the
643        handle parameter.
644
6452006-02-a32     Eric Norum <norume@aps.anl.gov>
646
647        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
648        "newer" PCI access calls.  Minor cleanups.  Comments.
649
6502006-01-12      Eric Norum <norume@aps.anl.gov>
651
652        PR 861/networking
653        PR 863/networking
654        * libchip/network/smc91111.c: Fix illegal lvalue increments.
655
6562006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
657
658        * wrapup/Makefile.am: Add preinstall.am.
659        * libchip/Makefile.am: Build libchip/network/smc91111.
660        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
661        Eliminate cyg_int* crap.
662
6632006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
664
665        * librdbg/Makefile.am: Add preinstall.am.
666        * aclocal/bsp-configure.m4: Add ampolish3.
667        New header guards.
668
6692006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
670
671        * libchip/network/open_eth.c, libchip/network/open_eth.h:
672        Merger from rtems-4-6-branch.
673
6742006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
675
676        * libchip/network/smc91111.c
677        libchip/network/smc91111config.h
678        libchip/network/smc91111exp.h
679        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
680        * libchip/Makefile.am: Reflect adding smc91111*.
681
6822006-01-08      Joel Sherrill <joel@OARcorp.com>
683
684        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
685        char *.
686
6872006-01-08      Joel Sherrill <joel@OARcorp.com>
688
689        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
690        warnings.
691
6922005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
693
694        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
695        Add RTEMS_RELLDFLAGS.
696        * automake/compile.am: Remove RTEMS_USE_GCC.
697        Remove RTEMS_RELLDFLAGS.
698        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
699
7002005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
701
702        * libchip/network/if_media.h, libchip/network/mii.h:
703        Remove (Moved to cpukit).
704        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
705        and libchip/network/if_media.h.
706        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
707        if_media.h having moved.
708
7092005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
710
711        * automake/compile.am, automake/host.am, automake/local.am,
712        automake/subdirs.am: Remove depend.
713        * configure.ac: Explicitly pass --libdir and --includedir to
714        testsuites.
715
7162005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
717
718        * configure.ac: Reflect changes to testsuites.
719
7202005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
721
722        * automake/compile.am: Remove GCCSPECS.
723        * aclocal/prog-cc.m4: Add GCCSPECS.
724        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
725
7262005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
727
728        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
729        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
730
7312005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
732
733        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
734        libcpu/byteorder.h for i386.
735
7362005-11-02      Till Straumann <strauman@slac.stanford.edu>
737
738        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
739        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
740        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
741        added a simple API/library for i2c devices and drivers for i2c
742        2-byte eeproms and a ds1621 temperature sensor; API is documented
743        in libi2c.h.
744
7452005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
746
747        * libnetworking/pppd/ipxcp.c,
748        libnetworking/pppd/chat.c,
749        libnetworking/pppd/patchlevel.h,
750        libnetworking/pppd/upap.h,
751        libnetworking/pppd/md5.h,
752        libnetworking/pppd/pppd.8,
753        libnetworking/pppd/README,
754        libnetworking/pppd/preinstall.am,
755        libnetworking/pppd/md4.h,
756        libnetworking/pppd/magic.c,
757        libnetworking/pppd/pppd.h,
758        libnetworking/pppd/demand.c,
759        libnetworking/pppd/rtemsmain.c,
760        libnetworking/pppd/sys-rtems.c,
761        libnetworking/pppd/ipcp.h,
762        libnetworking/pppd/lcp.h,
763        libnetworking/pppd/chap_ms.c,
764        libnetworking/pppd/md4.c,
765        libnetworking/pppd/rtemspppd.h,
766        libnetworking/pppd/cbcp.h,
767        libnetworking/pppd/auth.c,
768        libnetworking/pppd/lcp.c,
769        libnetworking/pppd/example/README,
770        libnetworking/pppd/example/ppp.conf,
771        libnetworking/pppd/example/system.h,
772        libnetworking/pppd/example/netconfig.h,
773        libnetworking/pppd/example/pppdapp.c,
774        libnetworking/pppd/example/init.c,
775        libnetworking/pppd/example/Makefile-user,
776        libnetworking/pppd/example/pppd.options,
777        libnetworking/pppd/rtemspppd.c,
778        libnetworking/pppd/ipxcp.h,
779        libnetworking/pppd/chap_ms.h,
780        libnetworking/pppd/options.c,
781        libnetworking/pppd/magic.h,
782        libnetworking/pppd/chap.h,
783        libnetworking/pppd/cbcp.c,
784        libnetworking/pppd/upap.c,
785        libnetworking/pppd/chap.c,
786        libnetworking/pppd/Makefile.am,
787        libnetworking/pppd/ccp.h,
788        libnetworking/pppd/utils.c,
789        libnetworking/pppd/rtemsdialer.h,
790        libnetworking/pppd/fsm.h,
791        libnetworking/pppd/pathnames.h,
792        libnetworking/pppd/md5.c,
793        libnetworking/pppd/fsm.c,
794        libnetworking/pppd/ipcp.c,
795        libnetworking/pppd/STATUS,
796        libnetworking/pppd/ccp.c,
797        libnetworking/Makefile.am: Remove (Moved to cpukit).
798
7992005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
800
801        * configure.ac: Remove libnetworking, libnetworking/pppd.
802        * wrapup/Makefile.am: Remove libpppd.a.
803
8042005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
805
806        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
807        rtemsdialer.h to $(includedir)/rtems.
808
8092005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
810
811        * libnetworking/rtems_telnetd/icmds.c,
812        libnetworking/rtems_telnetd/Makefile.am,
813        libnetworking/rtems_telnetd/preinstall.am,
814        libnetworking/rtems_telnetd/pty.c,
815        libnetworking/rtems_telnetd/pty.h,
816        libnetworking/rtems_telnetd/README,
817        libnetworking/rtems_telnetd/telnetd.c,
818        libnetworking/rtems_telnetd/telnetd.h:
819        Remove (Moved to cpukit).
820
8212005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
822
823        * configure.ac: Remove libnetworking/rtems_telnetd.
824        * libnetworking/Makefile.am: Remove rtems_telnetd.
825        * libnetworking/README: Remove (Obsolete).
826        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
827
8282005-10-20  Eric Norum <norume@aps.anl.gov>
829
830        * libchip/network/dec21140.c: Clean up PCI mapping.
831
8322005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
833
834        * libnetworking/pppd/Makefile.am: Use preinstall.am.
835        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
836        librdbg/src/servrpc.c, librdbg/src/servtgt.c
837        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
838        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
839        * configure.ac: Move optman to the end of BSP_SUBDIRS.
840
8412005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
842
843        * aclocal/bspopts.m4: Add missing m4 quotes.
844
8452005-09-02  Joel Sherrill <joel@OARcorp.com>
846
847    * aclocal/version.m4: Updated to rtems-4.6.99.2.
848
8492005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
850
851        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
852        libchip/network/dec21140.c: Remove initialization of PCI bus.
853
8542005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
855
856        * optman/Makefile.am: Add preinstall.am.
857
8582005-07-18      Karel Gardas <kgardas@objectsecurity.com>
859
860        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
861        UNTESTED to tested.
862
8632005-06-17      Joel Sherrill <joel@OARcorp.com>
864
865        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
866        it is not supported by the MPC5xx.
867
8682005-06-17      Joel Sherrill <joel@OARcorp.com>
869
870        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
871        interface. Also correct attempting to build on other than PowerPC and
872        x86.
873
8742005-06-16      Daron Chabot <daron@nucleus.usask.ca>
875
876        * libchip/Makefile.am: Add driver for Tulip clones.
877        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
878        libchip/network/if_dcreg.h: New files.
879
8802005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
881
882        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
883        to enable rdbg.
884        * configure.ac: Reflect changes above.
885
8862005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
887
888        * configure.ac: Add ada/.
889
8902005-05-20      Sergei Organov  <osv@topconrd.ru>
891
892        PR 750/networking
893        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
894        wait_input().
895
8962005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
897
898        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
899        rtems/irq.h.
900
9012005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
902
903        * libchip/Makefile.am: Include preinstall.am.
904        * libchip/preinstall.am: New.
905
9062005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
907
908        * configure.ac: Add AMPOLISH3.
909        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
910        * libnetworking/rtems_telnetd/preinstall.am: New.
911        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
912
9132005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
914
915        * configure.ac: Let enable_rpcgen default to "no".
916
9172005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
918
919        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
920
9212005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
922
923        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
924        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
925
9262005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
927
928        * libchip/network/dec21140.c, libchip/network/elnk.c,
929        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
930
9312005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
932
933        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
934        of code as a result of the implementation of a common PCI interface.
935
9362005-05-04      Joel Sherrill <joel@OARcorp.com>
937
938        * libchip/network/open_eth.c: Remove prototype of set_vector.
939
9402005-05-03      Joel Sherrill <joel@OARcorp.com>
941
942        * librdbg/src/ptrace.c: Remove warning.
943
9442005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
945
946        * libchip/network/dec21140.c, libchip/network/elnk.c,
947        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
948        Modified parameter list to remove warnings.
949
9502005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
951
952        * libchip/network/cs8900.c, libchip/network/i82586.c,
953        libchip/network/open_eth.c, libchip/network/sonic.c,
954        libchip/serial/mc68681.c: Modified types to remove
955        warnings.  Added initialization to remove warnings.
956
9572005-04-28      Joel Sherrill <joel@OARcorp.com>
958
959        * libchip/network/README.sonic: Rewritten to account for removal of
960        dmv177.
961
9622005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
963
964        PR 781/rtems_misc
965        * libchip/serial/ns16550_p.h: Fix baud rate calculation
966
9672005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
968
969        * libchip/serial/ns16550.c:
970        Fixed warnings generated in various powerpc configurations
971
9722005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
973
974        * libchip/serial/ns16550.c: Modified
975        ISR to work with PPC new exception processing
976
9772005-03-14      Joel Sherrill <joel@OARcorp.com>
978
979        * libchip/network/dec21140.c, libchip/network/elnk.c,
980        libchip/network/if_fxp.c: Continue PCI API unification. All use
981        pci_find_device(). Network drivers manufacture a signature since all
982        calls have not been converted yet.
983
9842005-03-04      Joel Sherrill <joel@OARcorp.com>
985
986        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
987        initialize function part of the unified PCI API as pci_initialize().
988
9892005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
990
991        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
992        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
993
9942005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
995
996        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
997        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
998
9992005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1000
1001        * aclocal/ppc.m4: Reflect changes to ppc exception processing
1002        building procedures.
1003
10042005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1005
1006        * aclocal/prog-cc.m4:
1007        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1008
10092005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1010
1011        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1012
10132005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1014
1015        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1016
10172005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1018
1019        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1020
10212005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1022
1023        * libnetworking/rtems_servers/ftp.c,
1024        libnetworking/rtems_servers/ftp.h,
1025        libnetworking/rtems_servers/Makefile.am:
1026        Remove (relocated to cpukit/ftpd).
1027        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1028        removed move libnetworking/rtems_servers.
1029
10302005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1031
1032        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1033
10342005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1035
1036        PR 755/rtems
1037        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1038        Remove local declarations of rtems_bsdnet_nameservers,
1039        rtems_bsdnet_nameservers_count.
1040
10412005-01-31      Sergei Organov <osv@topconrd.ru>
1042
1043        PR 751/pppd
1044        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1045        committed to fix PR736 breaks pppd. chat.c should have its own static
1046        ttyfd for pppd to work correctly. The symptom is that second
1047        invokation of chat (for connect script) fails due to pppd_ttyfd set
1048        to -1 by previous chat invokation (for init script). In addition,
1049        this patch fixes leaving of dangling pointer in the abort_stbring[]
1050        by chat_send().
1051
10522005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1053
1054        * configure.ac: Remove CFLAGS_DEBUG_V.
1055        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1056
10572005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1058
1059        * wrapup/Makefile.am: Remove rtems-ctor.o.
1060
10612005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1062
1063        * libchip/rtc/rtc.h: size_t RTC_Count.
1064
10652005-01-20      Joel Sherrill <joel@OARcorp.com>
1066
1067        PR 736/pppd
1068        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1069        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1070        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1071        should not be static and should have a name more specific to pppd.
1072
10732005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1074
1075        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1076        libnetworking/rtems_servers/Makefile.am,
1077        libnetworking/rtems_telnetd/Makefile.am,
1078        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1079        Eliminate CFLAGS_OPTIMIZE_V.
1080
10812005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1082
1083        * configure.ac: Pass CFLAGS to testsuites configure.
1084        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1085        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1086
10872005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1088
1089        * configure.ac: Pass CFLAGS to cpukit configure.
1090        * aclocal/rtems-flags.m4: Remove (Unused).
1091        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1092        * aclocal/env-rtemsbsp.m4:
1093        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1094        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1095        RTEMS_CFLAGS.
1096        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1097        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1098        Cleanup comments.
1099
11002005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1101
1102        * automake/compile.am: Remove build-variant support.
1103
11042005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1105
1106        * libnetworking/pppd/Makefile.am,
1107        libnetworking/rtems_servers/Makefile.am,
1108        libnetworking/rtems_telnetd/Makefile.am:
1109        Remove build-variant support.
1110
11112005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1112
1113        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1114        support/Makefile.am, wrapup/Makefile.am:
1115        Remove build-variant support.
1116
11172004-11-22      Joel Sherrill <joel@OARcorp.com>
1118
1119        * libchip/network/if_fxp.c: Add entry for another module ID code.
1120
11212004-11-22      Joel Sherrill <joel@OARcorp.com>
1122
1123        PR 693/misc
1124        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1125        in/outport routines.
1126
11272004-11-22      Joel Sherrill <joel@OARcorp.com>
1128
1129        PR 693/misc
1130        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1131        in/outport routines.
1132
11332004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1134
1135        * aclocal/enable-itron.m4: Remove (unused).
1136
11372004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1138
1139        * configure.ac: Misc. quoting cleanups.
1140        Enable ada-tests iff --enable-ada and --enable-tests.
1141
11422004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1143
1144        PR 703/filesystem
1145        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1146        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1147        libchip/ide/ide_controller.c:
1148        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1149        available for BSPS/device drivers.
1150        Extend the "modes_available" and "mode_active" parameters to
1151        uint16_t for UDMA support.
1152
11532004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1154
1155        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1156        not supported on PowerPC since it works on the MVME2100 BSP.
1157
11582004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1159
1160        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1161        Add dependency tracking for *.cfgs.
1162        * Makefile.am: Add dependency tracking for *.cfg.
1163
11642004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1165
1166        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1167        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1168
11692004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1170
1171        PR 707/make_build
1172        * configure.ac: Add --enable-rpcgen.
1173
11742004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1175
1176        PR 700/rtems_misc
1177        * libnetworking/rtems_webserver/asp.c,
1178        libnetworking/rtems_webserver/balloc.c,
1179        libnetworking/rtems_webserver/cgi.c,
1180        libnetworking/rtems_webserver/default.c,
1181        libnetworking/rtems_webserver/ej.h,
1182        libnetworking/rtems_webserver/ejIntrn.h,
1183        libnetworking/rtems_webserver/ejlex.c,
1184        libnetworking/rtems_webserver/ejparse.c,
1185        libnetworking/rtems_webserver/emfdb.c,
1186        libnetworking/rtems_webserver/emfdb.h,
1187        libnetworking/rtems_webserver/form.c,
1188        libnetworking/rtems_webserver/handler.c,
1189        libnetworking/rtems_webserver/h.c,
1190        libnetworking/rtems_webserver/license.txt,
1191        libnetworking/rtems_webserver/Makefile.am,
1192        libnetworking/rtems_webserver/md5c.c,
1193        libnetworking/rtems_webserver/md5.h,
1194        libnetworking/rtems_webserver/mime.c,
1195        libnetworking/rtems_webserver/misc.c,
1196        libnetworking/rtems_webserver/NOTES,
1197        libnetworking/rtems_webserver/ringq.c,
1198        libnetworking/rtems_webserver/rom.c,
1199        libnetworking/rtems_webserver/rtems_webserver.h,
1200        libnetworking/rtems_webserver/security.c,
1201        libnetworking/rtems_webserver/sock.c,
1202        libnetworking/rtems_webserver/socket.c,
1203        libnetworking/rtems_webserver/sockGen.c,
1204        libnetworking/rtems_webserver/sym.c,
1205        libnetworking/rtems_webserver/uemf.c,
1206        libnetworking/rtems_webserver/uemf.h,
1207        libnetworking/rtems_webserver/um.c,
1208        libnetworking/rtems_webserver/um.h,
1209        libnetworking/rtems_webserver/umui.c,
1210        libnetworking/rtems_webserver/url.c,
1211        libnetworking/rtems_webserver/value.c,
1212        libnetworking/rtems_webserver/wbase64.c,
1213        libnetworking/rtems_webserver/webcomp.c,
1214        libnetworking/rtems_webserver/webmain.c,
1215        libnetworking/rtems_webserver/webpage.c,
1216        libnetworking/rtems_webserver/webrom.c,
1217        libnetworking/rtems_webserver/webs.c,
1218        libnetworking/rtems_webserver/websda.c,
1219        libnetworking/rtems_webserver/websda.h,
1220        libnetworking/rtems_webserver/webs.h,
1221        libnetworking/rtems_webserver/websSSL.c,
1222        libnetworking/rtems_webserver/websSSL.h,
1223        libnetworking/rtems_webserver/websuemf.c,
1224        libnetworking/rtems_webserver/wsIntrn.h:
1225        Remove (Moved to cpukit/http).
1226
12272004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1228
1229        PR 700/rtems_misc
1230        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1231        Remove libnetworking/rtems_webserver.
1232
12332004-10-25      Eric Norum <norume@aps.anl.gov>
1234
1235        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1236
12372004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1238
1239        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1240
12412004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1242
1243        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1244        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1245
12462004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1247
1248        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1249
12502004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1251
1252        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1253        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1254
12552004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1256
1257        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1258        BITSPERBYTE.
1259
12602004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1261
1262        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1263        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1264
12652004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1266
1267        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1268
12692004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1270
1271        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1272        * aclocal/enable-bare.m4: Remove.
1273        * configure.ac: Remove BARE_CPU_MODEL.
1274
12752004-10-13      Eric Norum <norume@aps.anl.gov>
1276
1277        PR 688/bsps
1278        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1279        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1280        MC146818A (and several Dallas Semiconductor) TOD chips.
1281
12822004-10-13      Eric Norum <norume@aps.anl.gov>
1283
1284        PR 686/networking
1285        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1286        device code.
1287
12882004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1289
1290        * libchip/network/dec21140.c: include <rtems/pci.h>.
1291
12922004-09-29      Joel Sherrill <joel@OARcorp.com>
1293
1294        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1295        libnetworking/pppd/utils.c: i960 obsoleted and all references
1296        removed.
1297
12982004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1299
1300        PR 607/networking
1301        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1302        instead of fully specifying unused PCI features.
1303
13042004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1305
1306        * configure.ac: Require automake > 1.9.
1307
13082004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1309
1310        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1311
13122004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1313
1314        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1315        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1316
13172004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1318
1319        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1320        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1321
13222004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1323
1324        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1325
13262004-07-28  Joel Sherrill <joel@OARcorp.com>
1327
1328    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1329
13302004-07-25      Joel Sherrill <joel@OARcorp.com>
1331
1332        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1333
13342004-05-21  Till Strauman <strauman@slac.stanford.edu>
1335
1336        PR 625/networking
1337        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1338        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1339        an error rather than panic if no chip is detected (thus allowing
1340        for probing).
1341        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1342        instead of looping forever.  Avoid divide by zero (crashed my PC).
1343        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1344        they are UNTESTED.
1345
13462004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1347
1348        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1349
13502004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1351
1352        * libchip/network/dec21140.c, libchip/network/elnk.c:
1353        #include <errno.h>.
1354
13552004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1356
1357        * libchip/network/if_media.h: Update from FreeBSD.
1358        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1359        libchip/network/i82586.c: #include <errno.h>.
1360
13612004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1362
1363        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1364
13652004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1366
1367        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1368
13692004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1370
1371        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1372        automake).
1373
13742004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1375
1376        PR 599/pppd
1377        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1378
13792004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1380
1381        * optman/rtems/no-region.c: Reflect having changed
1382        rtems_region_get_segment_size.
1383
13842004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1385
1386        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1387        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1388        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1389        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1390        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1391        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1392        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1393
13942004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1395
1396        * libchip/ide/ata.c, libchip/network/dec21140.c,
1397        libchip/network/elnk.c, libchip/network/i82586.c,
1398        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1399        libchip/network/open_eth.c, libchip/network/sonic.c,
1400        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1401        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1402        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1403        libchip/shmdr/shm_driver.h: Cosmetics.
1404
14052004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1406
1407        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1408        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1409        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1410        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1411        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1412        fixed size types.
1413
14142004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1415
1416        * configure.ac: Explicitly pass --includedir and --libdir to
1417        cpukit/configure.
1418
14192004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1420
1421        * librdbg/Makefile.am: Fix rpcgen rules.
1422        * librdbg/src/i386/any/remdeb_xdr.c,
1423        librdbg/src/m68k/any/remdeb_xdr.c,
1424        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1425        Reflect changes to librdbg/Makefile.am.
1426
14272004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1428
1429        * configure.ac: Reflect changes testsuites/configure.ac and
1430        cpukit/configure.ac.
1431
14322004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1433
1434        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1435        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1436
14372004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1438
1439        * configure.ac: Reflect changes to testsuites's configuration.
1440
14412004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1442
1443        PR/589 rtems
1444        * libchip/network/pci.h: Remove (Moved to cpukit).
1445
14462004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1447
1448        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1449        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1450        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1451        libchip/network/dec21140.c, libchip/network/elnk.c,
1452        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1453        libchip/network/open_eth.h, libchip/network/sonic.c,
1454        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1455        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1456        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1457        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1458        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1459        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1460        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1461        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1462        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1463        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1464        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1465        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1466        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1467        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1468        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1469        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1470        fixed-size types.
1471
14722004-03-14      Chris Johns  <chrisj@rtems.org>
1473
1474        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1475        the BSP example code.
1476        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1477        support the DIMMPC. This is a pc386 target with IO port support. Minor
1478        formating clean up. Add documentation to the header file.
1479        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1480        cs8900.h header file.
1481
14822004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1483
1484        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1485        Cosmetics.
1486
14872004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1488
1489        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1490        There are no application level Makefiles in here.
1491
14922004-03-04      Joel Sherrill <joel@OARcorp.com>
1493
1494        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1495        they can be used in application level makefiles.
1496
14972004-03-05      Joel Sherrill <joel@OARcorp.com>
1498
1499        * libnetworking/rtems_webserver/ejparse.c,
1500        libnetworking/rtems_webserver/emfdb.c,
1501        libnetworking/rtems_webserver/sock.c,
1502        libnetworking/rtems_webserver/socket.c,
1503        libnetworking/rtems_webserver/sym.c,
1504        libnetworking/rtems_webserver/webs.c,
1505        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
15062004-03-05      Joel Sherrill <joel@OARcorp.com>
1507
1508        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1509        compiling this file only only those CPU families with supported
1510        exception models.
1511
15122004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1513
1514        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1515        testsuites (Was exposed with --enable-multilib, only).
1516        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1517         Add RTEMS_BSP_CONFIG_SUBDIR.
1518        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1519        testsuites's configure.
1520        * aclocal/rtems-top.m4: Remove ENDIF hack.
1521        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1522
15232004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1524
1525        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1526        wrapup/Makefile.am: Fix automake problems having been introduced
1527        in previous patch.
1528
15292004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1530
1531        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1532        Preinstall dirs.
1533        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1534        * aclocal/check-multiprocessing.m4: Cosmetics.
1535        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1536        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1537
15382004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1539
1540        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1541        librdbg/src/Makefile.am.
1542        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1543        * configure.ac: Reflect changes above.
1544        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1545        * wrapup/Makefile.am: Reflect changes above.
1546        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1547
15482004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1549
1550        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1551
15522004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1553
1554        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1555
15562004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1557
1558        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1559
15602004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1561
1562        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1563        librdbg/src/powerpc/Makefile.am: Remove.
1564        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1565        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1566        * configure.ac: Reflect changes above.
1567
15682004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1569
1570
15712004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1572
1573        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1574        STRIP.
1575
15762004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1577
1578        * librdbg/include/Makefile.am: Merge-in
1579        librdbg/include/rdbg/i386/Makefile.am,
1580        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1581        librdbg/include/rdbg/powerpc/Makefile.am.
1582        * librdbg/include/rdbg/i386/Makefile.am,
1583        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1584        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1585        * configure.ac: Reflect changes above.
1586
15872004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1588
1589        * configure.ac: Use AS_HELP_STRING(ada).
1590
15912004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1592
1593        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1594        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1595        Use AC_CONFIG_HEADERS.
1596        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1597        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1598
15992004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1600
1601        * Makefile.am: include local.am.
1602
16032004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1604
1605        * aclocal/version.m4: 4.6.99.0.
1606
16072004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1608
1609        * Makefile.am: Don't include host.am.
1610        * automake/compile.am: Further cleanups.
1611
16122004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1613
1614        * automake/lib.am: Remove (Unused).
1615
16162004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1617
1618        * wrapup/Makefile.am: Don't include lib.am.
1619        * automake/compile.am: Use automake compilation rules.
1620
16212004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1622
1623        * libnetworking/pppd/Makefile.am,
1624        libnetworking/rtems_servers/Makefile.am,
1625        libnetworking/rtems_telnetd/Makefile.am,
1626        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1627        support/Makefile.am: Don't include lib.am.
1628
16292004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1630
1631        * libchip/Makefile.am: Don't include lib.am.
1632        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1633        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1634        unnecessary EXTRA_DISTs.
1635
16362004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1637
1638        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1639        hack.
1640
16412004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1642
1643        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1644        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1645        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1646        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1647
16482004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1649
1650        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1651        Add AM_CONDITIONAL(HAS_MP).
1652        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1653        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1654        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1655        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1656        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1657        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1658        (Deprecated by autoconf 2.59).
1659
16602004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1661
1662        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1663        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1664
16652004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1666
1667        * ChangeLog: Merge-in libnetworking/ChangeLog.
1668        * libnetworking/ChangeLog: Remove.
1669        * ChangeLog: Merge-in librdbg/ChangeLog.
1670        * librdbg/ChangeLog: Remove.
1671        * ChangeLog: Merge-in libchip/ChangeLog.
1672        * libchip/ChangeLog: Remove.
1673        * ChangeLog: Merge-in optman/ChangeLog.
1674        * optman/ChangeLog: Remove.
1675
16762004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1677
1678        * configure.ac: Reflect changes to cpukit.
1679        * wrapup/Makefile.am: Reflect changes to librdbg.
1680        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1681        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1682        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1683        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1684        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1685        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1686        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1687        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1688        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1689
16902004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1691
1692        * aclocal/rtems-top.m4: Remove check for version.m4.
1693        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1694
16952004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1696
1697        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1698        * wrapup/Makefile.am: Reflect changes to libchip/*.
1699        * support/Makefile.am: Use automake compilation rules.
1700        * wrapup/Makefile.am: Reflect changes to support/*.
1701        * configure.ac: Remove libnetworking/wrapup/Makefile.
1702        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1703        libnetworking/*/lib*.a instead of libnetapps.a.
1704        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1705        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1706        * optman/Makefile.am: Use automake compilation rules.
1707        * libchip/Makefile.am: Fix typo in previous patch.
1708        * libchip/Makefile.am: Use automake compilation rules.
1709        * libnetworking/Makefile.am: Remove wrapup.
1710        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1711        automake-compilation rules.
1712        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1713        automake-compilation rules.
1714        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1715        automake-compilation rules.
1716        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1717        automake-compilation rules.
1718        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1719
17202004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1721
1722        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1723        PRE/TMPINSTALL_FILES to CLEANFILES.
1724        * automake/lib.am: Remove TMPINSTALL_FILES.
1725        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1726        PRE/TMPINSTALL_FILES to CLEANFILES.
1727        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1728        PRE/TMPINSTALL_FILES to CLEANFILES.
1729        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1730        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1731        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1732        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1733        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1734        * librdbg/src/i386/Makefile.am: Ditto.
1735        * librdbg/src/m68k/Makefile.am: Ditto.
1736        * librdbg/src/powerpc/Makefile.am: Ditto.
1737        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1738        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1739        * libnetworking/rtems_servers/Makefile.am: Ditto.
1740        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1741        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1742
17432004-01-07      Joel Sherrill <joel@OARcorp.com>
1744
1745        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1746        more completely covers the MIPS family.
1747
17482003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1749
1750        * wrapup/Makefile.am: Reflect changes to shmdr.
1751        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1752
17532003-12-18      Joel Sherrill <joel@OARcorp.com>
1754
1755        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1756        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1757        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1758        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1759        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1760        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1761        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1762
17632003-12-17      Joel Sherrill <joel@OARcorp.com>
1764
1765        * aclocal/version.m4: Updated to rtems-20031217-test.
1766
17672003-12-17     
1768
1769        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1770        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1771
17722003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1773
1774        * automake/compile.am: Remove LINK_LIBS (Unused).
1775        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1776
17772003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1778
1779        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1780        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1781        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1782        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1783        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1784
17852003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1786
1787        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1788        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1789        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1790        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1791        * librdbg/src/i386/Makefile.am:
1792        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1793        * librdbg/src/m68k/Makefile.am:
1794        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1795        * librdbg/src/powerpc/Makefile.am:
1796        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1797
17982003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1799
1800        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1801        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1802        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1803        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1804        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1805        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1806        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1807        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1808        * optman/Makefile.am: Remove project_libdir.
1809        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1810        PRE/TMPINSTALL_FILES.
1811        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1812        PRE/TMPINSTALL_FILES.
1813        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1814        PRE/TMPINSTALL_FILES.
1815        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1816        PRE/TMPINSTALL_FILES.
1817        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1818        from PRE/TMPINSTALL_FILES.
1819        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1820        PRE/TMPINSTALL_FILES.
1821        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1822        PRE/TMPINSTALL_FILES.
1823        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1824        PRE/TMPINSTALL_FILES.
1825        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1826        PRE/TMPINSTALL_FILES.
1827        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1828        PRE/TMPINSTALL_FILES.
1829        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1830        PRE/TMPINSTALL_FILES.
1831        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1832        from PRE/TMPINSTALL_FILES.
1833
18342003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1835
1836        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1837        * automake/lib.am: Remove project_libdir.
1838        * wrapup/Makefile.am: Reworked.
1839
18402003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1841
1842        * configure.ac: Reflect changes to librdbg.
1843        * optman/Makefile.am: Add tmpinstall dirstamp support.
1844        * libchip/Makefile.am: Fix variant-tmpinstall support.
1845        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1846        * librdbg/src/powerpc/Makefile.am: Merge-in former
1847        new_exception_processing/Makefile.am.
1848        * librdbg/src/m68k/any/Makefile.am: Remove.
1849        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1850        * librdbg/src/i386/any/Makefile.am: Remove.
1851        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1852        * librdbg/src/Makefile.am: Cosmetics.
1853        * librdbg/include/Makefile.am: Cosmetics.
1854        * librdbg/Makefile.am: Cosmetics.
1855        * libnetworking/Makefile.am: Cosmetics.
1856        * libnetworking/pppd/Makefile.am: Cosmetics.
1857        * libnetworking/wrapup/Makefile.am: Cosmetics.
1858
18592003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1860
1861        * Makefile.am: Cosmetics.
1862        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1863        support.
1864
18652003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1866
1867        * automake/compile.am: Remove $(ARCH):-rule.
1868
18692003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1870
1871        * configure.ac: Remove lib/libbsp/shared/Makefile,
1872        lib/libbsp/shmdr/Makefile.
1873
18742003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1875
1876        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1877        libchip/serial/Makefile, libchip/rtc/Makefile.
1878        * support/Makefile.am: Remove all-local: $(ARCH).
1879        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1880        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1881        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1882        * optman/Makefile.am: Remove all-local: $(ARCH).
1883        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1884        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1885        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1886        compilation dirstamp support.
1887        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1888        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1889        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1890        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1891        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1892        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1893        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1894        all-local: $(ARCH).
1895        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1896        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1897        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1898        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1899        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1900
19012003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1902
1903        * aclocal/lead-dot.m4: New (from automake-1.7f).
1904        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1905        AC_SUBST(dirstamp).
1906        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1907        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1908        libchip/serial/Makefile.am: Ditto.
1909        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1910        * librdbg/include/Makefile.am: Ditto.
1911        * librdbg/include/rdbg/Makefile.am: Ditto.
1912        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1913        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1914        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1915        * librdbg/src/Makefile.am: Ditto.
1916        * librdbg/src/i386/Makefile.am: Ditto.
1917        * librdbg/src/i386/any/Makefile.am: Ditto.
1918        * librdbg/src/m68k/Makefile.am: Ditto.
1919        * librdbg/src/m68k/any/Makefile.am: Ditto.
1920        * librdbg/src/powerpc/Makefile.am: Ditto.
1921        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1922        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1923        preinstallation.
1924        * libnetworking/pppd/Makefile.am: Ditto.
1925        * libnetworking/rtems_servers/Makefile.am: Ditto.
1926        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1927        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1928        * libnetworking/wrapup/Makefile.am: Ditto.
1929
19302003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1931
1932        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1933        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1934        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1935        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1936        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1937        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1938        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1939        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1940        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1941        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1942        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1943        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1944        underquoting to silence automake-1.8.
1945
19462003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1947
1948        * configure.ac: Reflect having moved tests to ../../testsuites.
1949
19502003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1951
1952        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1953        * aclocal/canonical-host.m4: Remove.
1954        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1955        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1956
19572003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1958
1959        * aclocal/check-cpu.m4: Remove.
1960        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1961        * aclocal/canonical-target-name.m4: Add m4-quotes.
1962        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1963        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1964        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1965        * aclocal/check-networking.m4: Add m4-quotes. Require
1966        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1967        * aclocal/check-posix.m4: Add m4-quotes. Require
1968        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1969        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1970        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1971        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1972
19732003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1974
1975        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1976        * aclocal/bsp-alias.m4: Remove.
1977
19782003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1979
1980        * configure.ac: Make presence of tests/ optional.
1981
19822003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1983
1984        * aclocal/path-perl.m4: Remove (Unused).
1985
19862003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1987
1988        * automake/force-preinstall.am: Remove.
1989
19902003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1991
1992        PR 499/rtems_misc
1993        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1994        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1995        Configuration (Odd was forced) - Correction of Stop Bit configuration
1996        (inversed) - Correction of ISR Handler to call
1997        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1998        CTS Hardware flow control Configuration.
1999
20002003-09-04      Joel Sherrill <joel@OARcorp.com>
2001
2002        * lib/libcpu/shared/include/cache.h,
2003        lib/libcpu/shared/src/cache_aligned_malloc.c,
2004        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
2005        license changed.
2006        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2007        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2008        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2009        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2010        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2011        for license changed.
2012        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2013        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2014        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2015        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2016        libchip/network/cs8900.h, libchip/network/dec21140.c,
2017        libchip/network/elnk.c, libchip/network/open_eth.c,
2018        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2019        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2020        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2021        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2022        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2023        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2024        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2025        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2026        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2027        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2028        libchip/serial/serial.h, libchip/serial/z85c30.c,
2029        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2030        libchip/serial/z85c30_reg.c: URL for license changed.
2031
20322003-09-03      Jiri Gaisler <jiri@gaisler.com>
2033
2034        PR 477/networking
2035        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2036        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2037        libchip/network/open_eth.h: New files.
2038
20392003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2040
2041        * aclocal/rtems-top.m4: Add RTEMS_API.
2042        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2043
20442003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2045
2046        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2047        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2048        @RTEMS_BSP@.cfg.
2049
20502003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2051
2052        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2053
20542003-08-20      Joel Sherrill <joel@OARcorp.com>
2055
2056        * libchip/network/cs8900.c: Correct copyright statements.
2057
20582003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2059
2060        * aclocal/check-itron.m4: Remove.
2061        * aclocal/enable-inlines.m4: Remove.
2062        * Makefile.am: Reflect having moved aclocal/.
2063        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2064        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2065        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2066        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2067        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2068        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2069        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2070        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2071        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2072        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2073        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2074        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2075        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2076        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2077        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2078        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2079        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2080        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2081        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2082        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2083        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2084        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2085        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2086        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2087        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2088        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2089        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2090        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2091        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2092        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2093        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2094        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2095        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2096        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2097        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2098        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2099        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2100        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2101        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2102        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2103        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2104        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2105        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2106        * aclocal/target.m4: New (Copied from ../../aclocal).
2107        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2108        * aclocal/version.m4: New (Copied from ../../aclocal).
2109
21102003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2111
2112        * configure.ac: Remove stray comments.
2113        * automake/local.am, automake/host.am: Remove "debug".
2114
21152003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2116
2117        * Makefile.am: Reflect having moved automake/.
2118        * lib/Makefile.am: Reflect having moved automake/.
2119        * support/Makefile.am: Reflect having moved automake/.
2120        * wrapup/Makefile.am: Reflect having moved automake/.
2121        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2122        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2123        from ../../automake).
2124        * optman/Makefile.am: Reflect having moved automake/.
2125        * libchip/Makefile.am: Reflect having moved automake/.
2126        * libchip/ide/Makefile.am: Reflect having moved automake/.
2127        * libchip/network/Makefile.am: Reflect having moved automake/.
2128        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2129        * libchip/serial/Makefile.am: Reflect having moved automake/.
2130        * librdbg/Makefile.am: Reflect having moved automake/.
2131        * librdbg/include/Makefile.am: Reflect having moved automake/.
2132        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2133        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2134        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2135        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2136        automake/.
2137        * librdbg/src/Makefile.am: Reflect having moved automake/.
2138        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2139        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2140        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2141        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2142        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2143        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2144        having moved automake/.
2145        * libnetworking/Makefile.am: Reflect having moved automake/.
2146        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2147        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2148        automake/.
2149        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2150        automake/.
2151        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2152        automake/.
2153        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2154
21552003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2156
2157        * Makefile.am: Add bsp.pc.in.
2158        * bsp.pc.in: New (pkgconfig support).
2159
21602003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2161
2162        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2163
21642003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2165
2166        * lib/Makefile.am: New (Required by 'make dist').
2167        * lib/ChangeLog: Remove.
2168        * lib/.cvsignore: Cleanup.
2169        * configure.ac: Reflect having added lib/Makefile.am.
2170        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2171        lib/libbsp/configure.ac.
2172        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2173        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2174
21752003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2176
2177        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2178        * configure.ac: Merge-in librdbg/configure.ac.
2179        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2180        librdbg/configure.ac.
2181        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2182        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2183        LIBCHIP. Conditionally build include-dirs.
2184        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2185        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2186        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2187        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2188        librdbg/include/rdbg/m68k/Makefile.am,
2189        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2190        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2191        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2192        librdbg/src/powerpc/Makefile.am, librdbg/
2193        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2194        configure.ac into ../configure.ac.
2195        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2196        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2197        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2198        libnetworking/rtems_telnetd/Makefile.am,
2199        libnetworking/rtems_webserver/Makefile.am,
2200        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2201        into ../configure.ac.
2202
22032003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2204
2205        PR 427/rtems
2206        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2207        * librdbg/src/servtsp.c: Ditto.
2208
22092003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2210
2211        PR 429/bsps
2212        PR 432/bsps
2213        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2214        packets are queued onto an elnk board, the ISR will deadlock the device
2215        with a tx complete interrupt.  Lighter tx loads are not affected as they
2216        end up submitting single packets to the device.
2217
22182003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2219
2220        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2221        optman/configure.ac.
2222        * optman/configure.ac: Remove (Merged into ../configure.ac).
2223        * optman/Makefile.am: Reflect having merged configure.ac into
2224        ../configure.ac.
2225        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2226        * libchip/Makefile.am, libchip/ide/Makefile.am,
2227        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2228        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2229        ../configure.ac.
2230
22312003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2232
2233        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2234
22352003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2236
2237        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2238        on i386.
2239
22402003-06-13      Joel Sherrill <joel@OARcorp.com>
2241
2242        * libnetworking/pppd/chat.c: Removed warnings.
2243
22442003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2245
2246        * libchip/network/README.3com: New file missed in previous commit.
2247        PR 405/bsps
2248        PR 393/networking
2249        * libchip/network/dec21140.c: Fix leak also known as PR393.
2250        * libchip/network/elnk.c, libchip/network/if_media.h,
2251        libchip/network/mii.h: New files.
2252        * libchip/network/Makefile.am: Reflect new files.
2253
22542003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2255
2256        * configure.ac: Remove support for profile-variant.
2257
22582003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2259
2260        PR 397/pppd
2261        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2262        * libnetworking/pppd/magic.c: Remove *rand48.
2263        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2264
22652003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2266
2267        * wrapup/Makefile.am: Add libide.a.
2268
22692003-04-15      Joel Sherrill <joel@OARcorp.com>
2270
2271        PR 387/rtems_misc
2272        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2273        routines.
2274        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2275
22762003-04-11      Joel Sherrill <joel@OARcorp.com>
2277
2278        * libnetworking/rtems_webserver/cgi.c,
2279        libnetworking/rtems_webserver/sockGen.c,
2280        libnetworking/rtems_webserver/umui.c,
2281        libnetworking/rtems_webserver/websSSL.c,
2282        libnetworking/rtems_webserver/websSSL.h,
2283        libnetworking/rtems_webserver/websda.c,
2284        libnetworking/rtems_webserver/websda.h: New files. Not included in
2285        previous commit.
2286
22872003-04-10      Joel Sherrill <joel@OARcorp.com>
2288
2289        PR 371/pppd
2290        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2291        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2292        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2293        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2294        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2295        still global symbols in rtemspppd.h which might need to be changed or
2296        converted into member of a structure which is dereferenced with a
2297        pointer that is managed as a per task variable. But this patch should
2298        avoid many conflicts.
2299
23002003-03-27      Joel Sherrill <joel@OARcorp.com>
2301
2302        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2303        not allowed in the cpukit source code since it must be buildable
2304        independent of any BSP. These files were moved to libchip/ide.
2305        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2306        files.
2307
23082003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2309
2310        PR 368/filesystems
2311        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2312        improvements which now work on pc386 and mbx8xx.
2313        * libchip/ide/ide_controller.c: New file.
2314
23152003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2316
2317        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2318
23192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2320
2321        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2322        * configure.ac: Add support/.
2323        * support/.cvsignore: New.
2324        * support/Makefile.am: New.
2325        * support/version.c: New.
2326        * wrapup/Makefile.am: Add support/libsupport.a.
2327        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2328        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2329        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2330        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2331
23322003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2333
2334        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2335
23362003-02-20      Till Straumann <strauman@slac.stanford.edu>
2337
2338        PR 354/networking
2339        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2340        chip against a table of supported chips. The untested ones are still
2341        commented out, however.
2342
23432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2344
2345        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2346        * configure.ac: AC_PREREQ(2.57).
2347        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2348        * optman/configure.ac: AC_PREREQ(2.57).
2349        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2350        * libchip/configure.ac: AC_PREREQ(2.57).
2351        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2352        * librdbg/configure.ac: AC_PREREQ(2.57).
2353        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2354        * libnetworking/configure.ac: AC_PREREQ(2.57).
2355
23562003-02-06      Joel Sherrill <joel@OARcorp.com>
2357
2358        * libnetworking/pppd/chat.c: Convert routines with common names to
2359        static. This included get_char(), put_char(), and character() among
2360        others.
2361
23622003-02-03      Joel Sherrill <joel@OARcorp.com>
2363
2364        PR 338/filesystem
2365        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2366        rtems_io_lookup_name() (API change).  Unused function removed.
2367
23682003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2369
2370        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2371        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2372        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2373        Eliminate *_O_FILES.
2374        * libnetworking/rtems_servers/Makefile.am,
2375        libnetworking/rtems_webserver/Makefile.am,
2376        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2377
23782002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2379
2380        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2381        Let all-local: depend on $(LIB).
2382        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2383        * optman/Makefile.am: Apply install-data-local to install *.rels.
2384
23852002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2386
2387        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2388        %.c rules.
2389        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2390        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2391        * libchip/rtc/Makefile.am: Ditto.
2392        * libchip/serial/Makefile.am: Ditto.
2393
23942002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2395
2396        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2397        LIBC_DEFINES.
2398        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2399        LIBC_DEFINES.
2400        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2401        LIBC_DEFINES.
2402
24032002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2404
2405        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2406
24072002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2408
2409        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2410        cache-checking.
2411        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2412
24132002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2414
2415        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2416        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2417        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2418        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2419        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2420
24212002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2422
2423        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2424        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2425        Remove.
2426        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2427
24282002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2429
2430        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2431        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2432
24332002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2434
2435        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2436        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2437
24382002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2439
2440        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2441        * optman/rel.am: New.
2442
24432002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2444
2445        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2446        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2447        braino in comment on "exec". Extend --enable-ada handling.
2448
24492002-11-04      Joel Sherrill <joel@OARcorp.com>
2450
2451        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2452        tasks and rolling multiple loops into 1.
2453        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2454        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2455        Removed warnings.
2456
24572002-10-31      Joel Sherrill <joel@OARcorp.com>
2458
2459        * libchip/network/dec21140.c: Removed warnings.
2460        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2461        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2462        librdbg/src/m68k/any/remdeb_xdr.c,
2463        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2464        warnings.
2465        * libnetworking/rtems_webserver/socket.c,
2466        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2467
24682002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2469
2470        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2471        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2472        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2473        above.
2474
24752002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2476
2477        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2478        * wrapup/.cvsignore: Remove autom4te.cache.
2479        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2480        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2481        autom4te.cache.
2482        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2483        autom4te.cache.
2484        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2485        autom4te.cache.
2486
24872002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2488
2489        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2490
24912002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2492
2493        * optman/.cvsignore: Add autom4te.cache.
2494
24952002-09-14      Joel Sherrill <joel@OARcorp.com>
2496
2497        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2498
24992002-09-07      Joel Sherrill <joel@OARcorp.com>
2500
2501        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2502        include files to resolve warnings.
2503
25042002-09-07      Chris Johns <ccj@acm.org>
2505
2506        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2507        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2508        which corrects the problem  where the cs8900.c file was actually the BSP
2509        glue.  Joel did some hacking so this file will compile.  Previously it
2510        required providing a target.h file to compile.
2511        * libchip/network/cs8900.c.bsp: New file.
2512
25132002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2514
2515        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2516
25172002-08-31      Joel Sherrill <joel@OARcorp.com>
2518
2519        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2520        eliminate warning.
2521
25222002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2523
2524        * configure.ac: Add ada-tests.
2525
25262002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2527
2528        * Makefile.am: Add preinstall-stamp.
2529
25302002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2531
2532        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2533        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2534        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2535        gcc31 happy.
2536        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2537        cp.
2538
25392002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2540
2541        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2542        make/bsp.mak.
2543        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2544        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2545
25462002-08-12      Joel Sherrill <joel@OARcorp.com>
2547
2548        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2549        avoid error.
2550
25512002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2552
2553        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2554        * configure.ac: Add BSP_SUBDIRS.
2555        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2556        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2557        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2558        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2559        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2560        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2561        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2562        RTEMS_CHECK_BSP_CACHE.
2563        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2564        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2565        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2566        .$(OBJEXT) instead of .o.
2567        * libnetworking/pppd/Makefile.am,
2568        libnetworking/rtems_servers/Makefile.am,
2569        libnetworking/rtems_telnetd/Makefile.am,
2570        libnetworking/rtems_webserver/Makefile.am,
2571        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2572
25732002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2574
2575        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2576        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2577        ../libchip/serial/$(ARCH)/libserialio.a.
2578        * libchip/serial/Makefile.am: Don't tmp-install lib.
2579        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2580
25812002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2582
2583        * Makefile.am: Add rtems_makedir.
2584        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2585        * Makefile.am: Add wrapup-SUBDIR.
2586        * wrapup/ChangeLog: Remove.
2587        * wrapup/configure.ac: Remove.
2588        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2589        (Make the bare BSP happy).
2590        * configure.ac: Ditto.
2591        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2592        Create make/custom/default.cfg.
2593        * configure.ac: Add creation of make/custom/*.cfg. Create
2594        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2595
25962002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2597
2598        * Makefile.am: Clean $(PROJECT_RELEASE).
2599
26002002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2601
2602        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2603        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2604        prototype mismatches.
2605
26062002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2607
2608        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2609        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2610
26112002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2612
2613        * acinclude.m4: Add test "$multilib" != "yes".
2614        * config-ml.in: Remove.
2615        * acinclude.m4: Cleanups.
2616        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2617        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2618        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2619        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2620        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2621
26222002-07-16      Eric Norum <eric.norum@usask.ca>
2623
2624        * New driver for the Intel EtherExpressPro (82559ER) chip.
2625        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2626        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2627        * libchip/network/Makefile.am: Modified to reflect above.
2628
26292002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2630
2631        * acinclude.m4: New.
2632        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2633        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2634        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2635
26362002-07-01      Joel Sherrill <joel@OARcorp.com>
2637
2638        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2639        _Objects_Information_table now that it is a two dimensional array based
2640        upon API and class.
2641        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2642        of strnlen().
2643
26442002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2645
2646        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2647        preinstall libnetapps.a.
2648
26492002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2650
2651        * configure.ac: Remove librpc.
2652
26532002-06-25      Joel Sherrill <joel@OARcorp.com>
2654
2655        * Per PR233, moved librpc to exec.
2656        * configure.ac, wrapup/Makefile.am: Modified.
2657        * librpc, librpc/ChangeLog: Removed.
2658
26592002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2660
2661        * optman/Makefile.am: Remove multilib support.
2662        * optman/configure.ac: Ditto.
2663        * optman/sapi/Makefile.am: Ditto.
2664
26652002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2666
2667        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2668        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2669
26702002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2671
2672        Move networking libraries to c/src/exec/libnetworking
2673        * libnetworking/configure.ac, libnetworking/Makefile.am,
2674        libnetworking/wrapup/Makefile.am: Reflect Moval.
2675
26762002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2677
2678        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2679        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2680        <rtems/bspIo.h>.
2681
26822002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2683
2684        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2685        * libnetworking/rtems/mkrootfs.h: Ditto.
2686        * libnetworking/rtems/Makefile.am: Reflect changes above.
2687
26882002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2689
2690        * configure.ac: Remove lib.
2691
26922002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2693
2694        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2695        that exception stack frames on M68K members with VBR always are 6 byte
2696        long. The incorrect assumption resulted in some gdb commands like "next"
2697        to fail on the 68360.
2698
26992002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2700
2701        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2702        PR 220
2703        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2704        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2705        CVS.
2706        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2707        libnetworking/sys/filio.h: Remove.
2708        * libnetworking/sys/Makefile.am: Reflect changes above.
2709
27102002-05-07      Chris Johns <ccj@acm.org>
2711
2712        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2713        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2714        requires it to be stripped.
2715
27162002-05-01      Eric Norum <eric.norum@usask.ca>
2717
2718        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2719        assembly  to satisfy gcc 3.1 and newer.
2720
27212002-04-26      Eric Norum <eric.norum@usask.ca>
2722
2723        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2724        agressive optimization in gcc 3.1 does not reorder things.
2725
27262002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2727
2728        * libchip/network/dec21140.c: Reflect changes to powerpc's
2729        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2730        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2731        <rtems/score/cpu.h>.
2732        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2733        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2734
27352002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2736
2737        * optman/configure.ac: Remove ENABLE_GCC28.
2738
27392002-04-11      Chris Johns <ccj@acm.org>
2740
2741        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2742        driver control block field to the ifconfig network driver structure.
2743        This field is needed by the i82586 driver which was ported from NetBSD
2744        as it had better hardware abstraction.
2745        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2746        PR59, added the drv_ctrl driver control block field to the ifconfig
2747        network driver structure. This field is needed by the i82586 driver
2748        which was ported from NetBSD as it had better hardware abstraction.
2749
27502002-04-10      Mike Siers <mikes@poliac.com>
2751
2752        * libnetworking/rtems_webserver/NOTES,
2753        libnetworking/rtems_webserver/asp.c,
2754        libnetworking/rtems_webserver/balloc.c,
2755        libnetworking/rtems_webserver/default.c,
2756        libnetworking/rtems_webserver/ej.h,
2757        libnetworking/rtems_webserver/ejIntrn.h,
2758        libnetworking/rtems_webserver/ejlex.c,
2759        libnetworking/rtems_webserver/ejparse.c,
2760        libnetworking/rtems_webserver/emfdb.c,
2761        libnetworking/rtems_webserver/emfdb.h,
2762        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2763        libnetworking/rtems_webserver/handler.c,
2764        libnetworking/rtems_webserver/license.txt,
2765        libnetworking/rtems_webserver/md5.h,
2766        libnetworking/rtems_webserver/md5c.c,
2767        libnetworking/rtems_webserver/mime.c,
2768        libnetworking/rtems_webserver/misc.c,
2769        libnetworking/rtems_webserver/ringq.c,
2770        libnetworking/rtems_webserver/rom.c,
2771        libnetworking/rtems_webserver/security.c,
2772        libnetworking/rtems_webserver/sock.c,
2773        libnetworking/rtems_webserver/sym.c,
2774        libnetworking/rtems_webserver/uemf.c,
2775        libnetworking/rtems_webserver/uemf.h,
2776        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2777        libnetworking/rtems_webserver/url.c,
2778        libnetworking/rtems_webserver/value.c,
2779        libnetworking/rtems_webserver/wbase64.c,
2780        libnetworking/rtems_webserver/webcomp.c,
2781        libnetworking/rtems_webserver/webpage.c,
2782        libnetworking/rtems_webserver/webrom.c,
2783        libnetworking/rtems_webserver/webs.c,
2784        libnetworking/rtems_webserver/webs.h,
2785        libnetworking/rtems_webserver/websuemf.c,
2786        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2787        2.1.4.
2788
27892002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2790
2791        * libchip/network/i82586.c: Include <string.h>.
2792        * libchip/network/sonic.c: Ditto.
2793
27942002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2795
2796        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2797
27982002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2799
2800        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2801
28022002-03-27      Thomas.Doerfler@imd-systems.de
2803
2804        PR 144
2805        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2806        memory address 0 when called for the first time. This is done when
2807        trying to clear the variable "dhcp_hostname".
2808
28092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2810
2811        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2812        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2813        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2814        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2815        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2816        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2817        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2818        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2819        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2820        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2821        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2822        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2823        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2824        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2825        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2826        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2827        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2828        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2829        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2830        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2831        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2832        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2833        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2834        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2835        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2836        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2837        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2838        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2839        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2840        AUTOMAKE_OPTIONS.
2841        * libnetworking/configure.ac:
2842        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2843        foreign 1.6]).
2844        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2845        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2846        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2847        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2848        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2849        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2850        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2851        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2852        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2853        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2854        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2855        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2856        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2857        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2858        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2859        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2860        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2861
28622002-03-27      Ilya Alexeev <ilya@continuum.ru>
2863
2864        PR 162
2865        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2866        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2867        used in a device write routines.  Now ppp_softc structure have own
2868        character for writing to device (sc_outchar).  I think that converting
2869        local variables to static is not a right solution, because problems will
2870        occur in the case of two or more ppp instances.
2871        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2872        must be u_long, otherwise in the case of the big output packet endless
2873        loop may occur.
2874
28752002-03-21      Ilya Alexeev <ilya@continuum.ru>
2876
2877        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2878        preparations for multiple PPPD connections.
2879
28802002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2881
2882        PR 149
2883        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2884        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2885        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2886        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2887
28882002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2889
2890        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2891        * configure.ac: Modified to reflect addition.
2892
28932002-02-27      Ilya Alexeev <ilya@continuum.ru>
2894
2895        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2896        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2897        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2898        capabilities as well as eliminate some warnings.
2899
29002002-02-27      Eric Norum <eric.norum@usask.ca>
2901
2902        * libnetworking/net/radix.c: Properly handle fetching the default route
2903        when there is no route.  This was a bug in the original FreeBSD code and
2904        this fix is from an updated version of their code.
2905
29062002-02-16      Eric Norum <eric.norum@usask.ca>
2907
2908        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2909        checking.
2910
29112002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2912
2913        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2914        dodefaultroute.
2915
29162002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2917
2918        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2919        include <rtems/seterr.h>.
2920
29212002-02-01      Mike Siers <mikes@poliac.com>
2922
2923        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2924        avoid bringing the link down too fast. NOTE: Mike reports successfully
2925        running at 56K baud on a direct link.
2926
29272002-02-01      Eric Valette <valette@crf.canon.fr>
2928
2929        * librdbg/So many patches have been posted recently on the mailing list
2930        and  because we were unable to find correct solution to compile on
2931        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2932        because the coding  style of rdbg was rather inconsistant among various
2933        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2934        global coding style (using indent + manual edits), 2) incorporate/review
2935        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2936        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2937        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2938        after rdbg initialization is done, NB : the paches is huge but it is
2939        mainly due to coding styke chnages.  Only few lines of codes have been
2940        really changed and they do not impact  rdbg functionnality (AFAIKT).
2941        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2942        librdbg/include/rdbg/m68k/rdbg_f.h,
2943        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2944        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2945        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2946        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2947        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2948        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2949        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2950        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2951        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2952        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2953        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2954        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2955        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2956        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2957        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2958        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2959
29602002-01-31      Mike Siers <mikes@poliac.com>
2961
2962        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2963        * Nice Update of PPPD support which eliminates the requiremetn that
2964        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2965        and reports that it seems to be more stable and handle larger packets
2966        better.  This patch replaces the termios tasks with more general pppd
2967        network driver tasks.  The functions pppinput() and pppstart() get
2968        called from the interrupt service routine.
2969        * libnetworking/Makefile.am, libnetworking/configure.ac,
2970        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2971        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2972        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2973        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2974        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2975        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2976        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2977        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2978        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2979        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2980        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2981        libnetworking/net/route.c, libnetworking/net/route.h,
2982        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2983        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2984        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2985        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2986        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2987        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2988        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2989        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2990        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2991        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2992        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2993        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2994        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2995        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2996        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2997        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2998        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2999        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
3000        libnetworking/pppd/example/README,
3001        libnetworking/pppd/example/netconfig.h,
3002        libnetworking/wrapup/Makefile.am: Modified.
3003        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
3004        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
3005        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
3006        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3007        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3008        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3009        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3010        libnetworking/modem/pppcompress.c: Subdirectory removed.
3011
30122002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3013
3014        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3015        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3016
30172002-01-18      Till Straumann <strauman@slac.stanford.edu>
3018
3019        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3020        issues: - exception handler needs to enable MSR_FP if the interrupted
3021        thread is FP enabled. - printk message for MSR fixed and added
3022        stacktrace. NOTE: this requires the stacktrace patch to
3023        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3024        however).
3025
30262002-01-06      Joel Sherrill <joel@OARcorp.com>
3027
3028        * optman/.cvsignore: Added aclocal.m4 and configure.
3029        * optman/.cvsignore: New file.
3030
30312002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3032
3033        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3034
30352002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3036
3037        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3038        * optman/ChangeLog: New.
3039        * optman/configure.ac: New.
3040        * optman/Makefile.am: New.
3041        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3042        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3043
30442001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3045
3046        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3047
30482001-12-18      Eric Norum <eric.norum@usask.ca>
3049
3050        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3051        `directories' (path names with a / at the end) while disallowing open()
3052        operations on TFTP `directories'.
3053
30542001-12-07      Eric Norum <eric.norum@usask.ca>
3055
3056        * libnetworking/lib/tftpDriver.c: Restore write capability.
3057
30582001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3059
3060        * libchip/network/sonic.h: Fix typo.
3061        * libnetworking/arpa/Makefile.am: Remove stray lines.
3062
30632001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3064
3065        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3066
30672001-10-18      Eric Norum <eric.norum@usask.ca>
3068
3069        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3070        chdir() and open() operations within the TFTP file system.
3071
30722001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3073
3074        * librdbg/configure.ac: Fix latent bug exposed by removal of
3075        config.cache's which prevented powerpc targets librdbg from building.
3076
30772001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3078
3079        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3080        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3081        autoconf-2.52 happy.
3082
30832001-10-12      Mike Siers <mikes@poliac.com>
3084
3085        * libnetworking/Update to stable working state.  Congratulations Mike!
3086        :).
3087        * libnetworking/modem_example: Directory removed.
3088        * libnetworking/modem_example/16550.h,
3089        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3090        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3091        libnetworking/modem_example/ppp.h,
3092        libnetworking/modem_example/pppcompress.c: Files removed.
3093        * libnetworking/pppd/example/pppd.options: New file.
3094        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3095        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3096        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3097        libnetworking/pppd/rtemsmain.c: Updated.
3098
30992001-10-12      Joel Sherrill <joel@OARcorp.com>
3100
3101        * libchip/serial/z85c30.c: Fixed typo.
3102
31032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3104
3105        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3106        * configure.in: Remove.
3107        * configure.ac: New file, generated from configure.in by autoupdate.
3108        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3109        * libchip/configure.in: Remove.
3110        * libchip/configure.ac: New file, generated from configure.in by
3111        autoupdate.
3112        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3113        * librdbg/configure.in: Remove.
3114        * librdbg/configure.ac: New file, generated from configure.in by
3115        autoupdate.
3116        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3117        * libnetworking/configure.in: Remove.
3118        * libnetworking/configure.ac: New file, generated from configure.in by
3119        autoupdate.
3120
31212001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3122
3123        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3124        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3125        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3126
31272001-09-27      Joel Sherrill <joel@OARcorp.com>
3128
3129        * libchip/ChangeLog: Fixed typo in date.
3130
31312001-09-27      Eric Norum <eric.norum@usask.ca>
3132
3133        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3134        TFTP  filesystem.
3135
31362001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3137
3138        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3139        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3140        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3141        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3142        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3143        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3144        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3145        'PREINSTALL_FILES ='.
3146        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3147        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3148        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3149        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3150        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3151        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3152        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3153        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3154        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3155        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3156        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3157        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3158
31592001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3160
3161        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3162        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3163        * librdbg/src/m68k/any/Makefile.am: Ditto.
3164        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3165        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3166        happy.
3167
31682001-09-21      Joel Sherrill <joel@OARcorp.com>
3169
3170        * libchip/network/Makefile.am: Fixed typo on file name.
3171        * libchip/network/i82586.c: Commented out line 318 which is referencing
3172        a member of a structure that is not currently there.  This needs to be
3173        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3174        to C style.
3175
31762001-09-19      Eric Norum <eric.norum@usask.ca>
3177
3178        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3179
31802001-09-19      Chris Johns <ccj@acm.org>
3181
3182        * libchip/network/README.i82586, libchip/network/i82586.c,
3183        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3184        Network driver for Intel i82586.
3185        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3186        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3187        "root" filesystem with information obtained via the DHCP response.
3188
31892001-09-14      Eric Norum <eric.norum@usask.ca>
3190
3191        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3192        make gcc 3.x happy.
3193
31942001-08-16      Mike Siers <mikes@poliac.com>
3195
3196        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3197        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3198        These support callback functionality that has not even been compiled
3199        under RTEMS yet.
3200        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3201        example application.  Mike's notes on the modifications: - renamed
3202        error() function because of namespace problems - removed calls to the
3203        exit() funciton - removed extra files from the pppd source directory -
3204        defined pppd task constant values in rtemspppd.h - modifyied example
3205        code to get actual tick per second value - placed the pppd 2.3.11 man
3206        page file (pppd.8) into the pppd directory.
3207        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3208        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3209        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3210        libnetworking/pppd/rtems-ppp.c: Deleted.
3211        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3212        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3213        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3214        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3215        libnetworking/pppd/example/init.c,
3216        libnetworking/pppd/example/netconfig.h,
3217        libnetworking/pppd/example/ppp.conf,
3218        libnetworking/pppd/example/pppdapp.c,
3219        libnetworking/pppd/example/system.h: New files.
3220        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3221        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3222        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3223        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3224        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3225        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3226        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3227        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3228        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3229        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3230        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3231        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3232        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3233        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3234        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3235
32362001-08-16      Joel Sherrill <joel@OARcorp.com>
3237
3238        * libnetworking/pppd/example/Makefile: Removed.
3239        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3240        to avoid bootstrap -c clobbering it.
3241        * libnetworking/rtems_telnetd/.cvsignore: New file.
3242
32432001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3244
3245        * libnetworking/Makefile.am, libnetworking/configure.in,
3246        libnetworking/rtems_servers/Makefile.am,
3247        libnetworking/rtems_servers/telnetd.c,
3248        libnetworking/rtems_servers/telnetd.h,
3249        libnetworking/rtems_telnetd/Makefile.am,
3250        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3251        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3252        libnetworking/rtems_telnetd/telnetd.c,
3253        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3254        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3255        effect when ftpd change. - the tcp/ip stats have been implemented into
3256        icmds.c and started when telnetd daemon is started.
3257        * libnetworking/rtems_servers/telnetd.c,
3258        libnetworking/rtems_servers/telnetd.h: Removed.
3259        * libnetworking/rtems_telnetd: New directory.
3260        * libnetworking/rtems_telnetd/Makefile.am,
3261        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3262        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3263        libnetworking/rtems_telnetd/telnetd.c,
3264        libnetworking/rtems_telnetd/telnetd.h: New files.
3265
32662001-06-14      Joel Sherrill <joel@OARcorp.com>
3267
3268        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3269        Moved from libmisc/shell so the network stack to address network
3270        depenendency.
3271        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3272
32732001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3274
3275        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3276
32772001-05-15      Joel Sherrill <joel@OARcorp.com>
3278
3279        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3280        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3281        accidentally deleted the incorrectly empty versions.
3282
32832001-05-14      Till Straumann <strauman@slac.stanford.edu>
3284
3285        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3286        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3287        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3288        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3289        to know the values) - the affected BSP (shared/motorola) headers have
3290        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3291        driver (libchip/network/dec21140.c) has been fixed to use
3292        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3293        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3294        who is using this driver. - the DEC driver also has been fixed to use
3295        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3296        delay_in_bus_cycles().
3297
32982001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3299
3300        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3301
33022001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3303
3304        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3305
33062001-04-24      Eric Norum <eric.norum@usask.ca>
3307
3308        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3309        NTP synchronization a little more robust -- no NTP daemon yet, but at
3310        least it trys a little harder when the primary NTP server is down.
3311
33122001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3313
3314        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3315        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3316        libnetworking/pppd/modem_example/modem.c,
3317        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3318        other strings into English.
3319        * libnetworking/pppd/STATUS: updated to reflect the changes.
3320
33212001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3322
3323        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3324        again.
3325
33262001-04-20      Eric Valette <valette@crf.canon.fr>
3327
3328        * mcp750 directory renamed new_exception processing as it supports many
3329        more CPU models.
3330        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3331        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3332        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3333        formerly in mcp750 plus modifications.
3334        * librdbg/src/powerpc/mcp750/.cvsignore,
3335        librdbg/src/powerpc/mcp750/Makefile.am,
3336        librdbg/src/powerpc/mcp750/remdeb.h,
3337        librdbg/src/powerpc/mcp750/remdeb_f.x,
3338        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3339        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3340        new_exception_processing.
3341        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3342        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3343        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3344        part of this effort to add support for the MPC8xx.
3345
33462001-04-19      Joel Sherrill <joel@OARcorp.com>
3347
3348        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3349        internal include files.
3350
33512001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3352
3353        PR 158
3354        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3355        rcmd() library call by commenting out the parts that deal with signals.
3356        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3357        stdio. The 'server-side' parts of this file which deal with
3358        authentication are disabled since they are not needed.
3359
33602001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3361
3362        * libnetworking/include/.cvsignore: Remove dangling file.
3363
33642001-03-14      Joel Sherrill <joel@OARcorp.com>
3365
3366        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3367        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3368        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3369        libchip style serial drivers can be written in libcpu or libbsp.
3370
33712001-03-01      Joel Sherrill <joel@OARcorp.com>
3372
3373        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3374        libchip/network/sonic.c, libchip/network/sonic.h,
3375        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3376        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3377        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3378        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3379        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3380        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3381        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3382        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3383
33842001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3385
3386        * librdbg/include/rdbg/Makefile.am,
3387        librdbg/include/rdbg/i386/Makefile.am,
3388        librdbg/include/rdbg/m68k/Makefile.am,
3389        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3390        style on include files.
3391
33922001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3393
3394        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3395        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3396        replace ${..} with $(..).
3397        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3398        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3399        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3400        libnetworking/rtems/Makefile.am, libnetworking/
3401        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3402        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3403        include_*HEADERS instead of H_FILES.
3404        * libnetworking/include/Makefile.am: Remove.
3405        * libnetworking/Makefile.am: Add handling of *.h files.
3406        * libnetworking/configure.in: Remove include/Makefile.
3407
34082001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3409
3410        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3411
34122001-01-31      Sergei Organov <osv@javad.ru>
3413
3414        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3415        current dir and root dir removed in favor of new libio support for
3416        task-local current and root directories. - Bug in `close_data_socket()'
3417        introduced by previous change fixed. - `command_pasv()' changed to set
3418        timeout on socket we are listening on and code fixed to don't close
3419        socket twice on error. - `serr()' changed to clear `errno'. -
3420        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3421        changed to clear `errno' before processing session. -
3422        `close_data_socket()' fixed to close both active and passive sockets -
3423        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3424        empty string  in `exec_command()'.
3425
34262001-01-25      Eric Norum <eric.norum@usask.ca>
3427
3428        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3429        improves throughput on systems which are dropping packets.   Only the
3430        first timeout is reduced.  This keeps the number of extra packets down
3431        on networks that are very busy and dropping lots of packets.
3432
34332001-01-24      Sergei Organov <osv@javad.ru>
3434
3435        * libnetworking/rtems_servers/ftpd.c,
3436        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3437        - Timeouts on sockets implemented. 'idle' field added to configuration.
3438        No timeout by default to keep backward compatibility. Note: SITE IDLE
3439        command not implemented yet. - Basic global access control implemented.
3440        'access' field added to configuration. No access limitations by default
3441        to keep backward compatibility. - Anchor data socket for active mode
3442        (using self IP and port 20.) - Fixed default data port support (still
3443        not tested). - Don't allow IP address different from originating host in
3444        PORT command to improve security. - Fixed bug in MDTM command. - Check
3445        for correctness of parsing of argument in command_port(). - Fixed
3446        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3447        a directory. - Command parsing a little bit improved: command names are
3448        now converted to upper-case to be more compatible with RFC (command
3449        names are not case-sensitive.) - Reformat comments so that they have
3450        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3451        previous changes - True ASCII mode implemented (doesn't work for hooks
3452        and /dev/null) - Passive mode implemented, PASV command added. - Default
3453        port for data connection could be used (untested, can't find ftp client
3454        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3455        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3456
34572001-01-18      Joel Sherrill <joel@OARcorp.com>
3458
3459        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3460        macro using variable arguments.
3461        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3462        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3463        since I updated the main RTEMS development machine to RedHat 7.2 and
3464        apparently got a new version of rpcgen.
3465
34662001-01-12      Sergei Organov <osv@javad.ru>
3467
3468        * libnetworking/rtems_servers/ftpd.c,
3469        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3470        - use pool of pre-created threads to handle sessions instead of
3471        creating/deleting threads on the fly - LIST output is now similar to
3472        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3473        happy with it. - LIST NAME now works (both for files and directories) -
3474        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3475        clients happy  - keep track of CWD for every session separately -
3476        ability to specify root directory name for FTPD in configuration table.
3477        FTPD will then create illusion for FTP clients that this is actually
3478        root directory. - ignore options sent in commands, thus LIST -al FILE
3479        works and doesn't try to list "-al" directory. - buffers are allocated
3480        on stack instead of heap where possible to eliminate malloc/free calls
3481        (avoid possible heap fragmentation troubles). - drop using of task
3482        notepad to pass parameters - use function arguments instead - use
3483        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3484        in socket() instead of AF_INET.
3485
34862001-01-02      Joel Sherrill <joel@OARcorp.com>
3487
3488        * libnetworking/CHANGELOG: Removed.
3489        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3490
34912000-12-14      Eric Norum <eric.norum@usask.ca>
3492
3493        * libnetworking/lib/tftpDriver.c: Added write capability.
3494
34952000-12-08      Joel Sherrill <joel@OARcorp.com>
3496
3497        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3498        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3499        numerous variable declarations conditional on PPP_COMPRESS and
3500        PPP_FILTER.  Commented out variables that were not used because the code
3501        using them was commented out. Removed totally unused variables.
3502        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3503        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3504
35052000-11-30      Joel Sherrill <joel@OARcorp.com>
3506
3507        * libnetworking/modem/ppp_tty.c: Changed to include
3508        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3509        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3510        * libnetworking/Makefile.am: Modified to reflect above.
3511
35122000-11-27      Joel Sherrill <joel@OARcorp.com>
3513
3514        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3515
35162000-11-25      Eric Norum <eric.norum@usask.ca>
3517
3518        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3519        core.
3520
35212000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3522
3523        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3524        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3525        subdir.
3526        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3527        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3528        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3529        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3530        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3531        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3532        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3533        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3534        ppp_tty.c and the real pppd main is in pppmain.c.
3535
35362000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3537
3538        * libchip/network/sonic.c: Added ipalign() routine to align the received
3539        packet so that the ip header is on a 32-bit boundary. Necessary for
3540        cpu's that do not allow unaligned loads and stores and when the 32-bit
3541        DMA mode is used.
3542
35432000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3544
3545        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3546        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3547        ACLOCAL_AMFLAGS.
3548        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3549        ACLOCAL_AMFLAGS.
3550        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3551        ACLOCAL_AMFLAGS.
3552
35532000-11-03      Chris Johns <ccj@acm.org>
3554
3555        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3556        libchip/network/cs8900.h: New files.
3557
35582000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3559
3560        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3561        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3562        $(RTEMS_TOPdir)/aclocal.
3563        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3564        $(RTEMS_TOPdir)/aclocal.
3565        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3566        $(RTEMS_TOPdir)/aclocal.
3567
35682000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3569
3570        * configure.in: Switch to GNU-canonicalization.
3571        * Makefile.am: Reflect changes to configure.in.
3572        * acinclude.m4: Remove.
3573
35742000-10-30      Joel Sherrill <joel@OARcorp.com>
3575
3576        * POSIX include files merged into newlib.  This resulted in some
3577        definitions moving to other files and thus some secondary effects in
3578        RTEMS source code.
3579        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3580        in sync with newlib's <machine/types.h>.
3581        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3582        definition of struct itimerval in <sys/time.h>.
3583
35842000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3585
3586        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3587        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3588        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3589        * ChangeLog: Fix typos.
3590        * configure.in: add tests to the GNU canonicalized subdirectories.
3591
35922000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3593
3594        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3595        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3596        the lib directory before configuring lib/.
3597
35982000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3599
3600        * configure.in, Makefile.am: add exec to the GNU canonicalized
3601        subdirectories.
3602        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3603        * configure.in: add libnetworking, librpc and librdb to the GNU
3604        canonicalized subdirectories.
3605        * configure.in: add libmisc and libchip to the GNU canonicalized
3606        subdirectories.
3607        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3608        Switch to GNU canonicalization.
3609        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3610        Switch to GNU canonicalization.
3611        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3612        Switch to GNU canonicalization.
3613
36142000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3615
3616        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3617        canonicalization to libfs/. The approach is currently a bit of a hack as
3618        GNU canonicalization does not support the per-BSP build some of the
3619        other directories require.  As more of the tree is converted, this will
3620        become less  of an issue.
3621
36222000-10-20      Joel Sherrill <joel@OARcorp.com>
3623
3624        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3625        parameter.
3626
36272000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3628
3629        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3630        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3631        * librdbg/configure.in: Add m68k support.
3632        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3633        subdirectory.
3634        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3635        failure.
3636        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3637        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3638        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3639        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3640        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3641        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3642        librdbg/src/m68k/.cvsignore: New files.
3643        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3644        function pointers.
3645        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3646        _after_ pointer has been checked against NULL.
3647
36482000-10-18      Joel Sherrill <joel@OARcorp.com>
3649
3650        * wrapup/Makefile.am: Added libfs.
3651
36522000-10-18      Chris Johns <ccj@acm.org>
3653
3654        * libfs created.
3655        * configure.in: Added libfs subdirectory.
3656        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3657
36582000-09-28      Joel Sherrill <joel@OARcorp.com>
3659
3660        * libnetworking/rtems_webserver/Makefile.am,
3661        libnetworking/rtems_webserver/base64.c,
3662        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3663        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3664
36652000-09-22      Joel Sherrill <joel@OARcorp.com>
3666
3667        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3668        libnetworking/rtems/rtems_bsdnet_internal.h,
3669        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3670        have included rtems.h.  It is now including precisely the  least amount
3671        of low level, yet portable .h files to get the basic RTEMS types
3672        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3673        used machine/types.h to include rtems.h.
3674
36752000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3676
3677        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3678
36792000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3680
3681        * libnetworking/ChangeLog: Cleanup.
3682
36832000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3684
3685        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3686        * libchip/ChangeLog: Fix formating.
3687
36882000-09-05      Joel Sherrill <joel@OARcorp.com>
3689
3690        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3691        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3692        confusion and to work with the converted flags.
3693
36942000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3695
3696        * wrapup/Makefile.am: Include compile.am.
3697        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3698        libchip/serial/Makefile.am: Include compile.am.
3699        * librdbg/src/i386/any/Makefile.am,
3700        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3701        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3702        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3703        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3704        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3705        libnetworking/rtems_servers/Makefile.am,
3706        libnetworking/rtems_webserver/Makefile.am,
3707        libnetworking/wrapup/Makefile.am: Include compile.am.
3708
37092000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3710
3711        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3712        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3713
37142000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3715
3716        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3717
37182000-08-31      Joel Sherrill <joel@OARcorp.com>
3719
3720        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3721        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3722        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3723        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3724        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3725        * libnetworking/wbase64.c: Removed.
3726        * libnetworking/Makefile.am, libnetworking/asp.c,
3727        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3728        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3729        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3730        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3731        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3732        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3733        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3734        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3735        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3736        Modified.
3737
37382000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3739
3740        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3741
37422000-08-30      Joel Sherrill <joel@OARcorp.com>
3743
3744        * libnetworking/rtems_webserver/license.txt: New file.
3745
37462000-08-10      Joel Sherrill <joel@OARcorp.com>
3747
3748        * ChangeLog: New file.
3749        * libchip/ChangeLog: New file.
3750        * librdbg/ChangeLog: New file.
3751        * libnetworking/ChangeLog: New file.
3752
Note: See TracBrowser for help on using the repository browser.