source: rtems/c/src/ChangeLog @ e9db9661

4.9.1
Last change on this file since e9db9661 was d65b2da, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 11/18/08 at 11:28:53

libchip/serial/ns16550.c: Transmit the character in the polled write
function within a critical section for printk() compatibility.

  • Property mode set to 100644
File size: 141.8 KB
Line 
12008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * libchip/serial/ns16550.c: Transmit the character in the polled write
4        function within a critical section for printk() compatibility.
5
62008-09-10      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * aclocal/prog-cc.m4: Remove pre-production testing CFLAGS.
9
102008-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * aclocal/canonical-target-name.m4, aclocal/rtems-cpu-subdirs.m4:
13        Remove TI C4x and NIOS2 ports from 4.9 branch.
14
152008-09-08      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * libchip/ide/ata.h: Convert to Unix file format.
18
192008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * libchip/serial/mc68681.c, libchip/serial/mc68681_p.h,
22        libchip/serial/ns16550.c, libchip/serial/ns16550_p.h,
23        libchip/serial/serial.h, libchip/serial/serprobe.c,
24        libchip/serial/sersupp.h, libchip/serial/z85c30.c:
25        Convert to "bool".
26        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
27        libchip/i2c/spi-memdrv.h: Convert to "bool".
28        * libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c,
29        libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
30        libchip/rtc/rtc.h, libchip/rtc/rtcprobe.c: Convert to "bool".
31        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
32        libchip/ide/ide_ctrl_cfg.h: Convert to "bool".
33        * libchip/display/disp_hcms29xx.c, libchip/display/disp_hcms29xx.h:
34        Convert to "bool".
35        * libchip/network/if_fxp.c, libchip/network/if_fxpvar.h:
36        Convert to "bool".
37        * libchip/shmdr/fatal.c, libchip/shmdr/shm_driver.h:
38        Convert to "bool".
39
402008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * libchip/Makefile.am, libchip/shmdr/init.c, libchip/shmdr/mpisr.c,
43        libchip/shmdr/poll.c, libchip/shmdr/shm_driver.h: Update shared
44        memory driver to not use the clock ioctl to install a method to poll
45        for input. It now uses a Class API Timer which means we can eliminate
46        this special IOCTL from all clock drivers.
47        * libchip/shmdr/setckvec.c: Removed.
48
492008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * libchip/network/sonic.c: Do not declare a variable just to hold an
52        ignored return value.
53
542008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
55
56        * libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.
57
582008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * libchip/display/disp_hcms29xx.c: Initialize softc_ptr to NULL.
61        * libchip/network/dec21140.c, libchip/network/if_dc.c: Use uint32_t.
62
632008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * libchip/display/disp_hcms29xx.c: Do not make these static. They
66        appear to be unused that way.
67
682008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * libchip/shmdr/shm_driver.h: Correct prototypes.
71
722008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
73
74        * libchip/display/disp_hcms29xx.c: Fixed warnings. Initialized
75        variables and made methods static.
76
772008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * libchip/serial/ns16550.c: Fix warning.
80
812008-08-18      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * aclocal/prog-cc.m4: Add -Wnested-externs.
84
852008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * libchip/network/dec21140.c: Add missing prototype.
88        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
89
902008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
93        -Wstrict-prototypes to RTEMS_CFLAGS.
94
952008-08-02      Chris Johns <chrisj@rtems.org>
96
97        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
98        rtems_blkdev_request count and start references. Use
99        RTEMS_BLKDEV_START_BLOCK.
100
1012008-07-29      Chris Johns <chrisj@rtems.org>
102
103        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
104
105        * libchip/ide/ata.c: Change to use a mutex rather than disable
106        pre-emption. Updated to the libblock changes.
107
108        * libchip/ide/ata_internal.h: Updated to the new chains API.
109
110        * libchip/ide/ide_controller.c: Updated to the libblock
111        changes. Added come debug tracing.
112
113        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
114        to the libblock changes.
115
1162008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * configure.ac: Remove RPCGEN, RPCTOOLS.
119
1202008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
121
122        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
123        for output format specifiers.
124
1252008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
126
127        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
128        Fixed some data types
129
1302008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
131
132        * libchip/i2c/spi-sd-card.c: Added missing header file.
133        * libchip/Makefile.am: Added SD Card driver.
134
1352008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
136
137        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
138        make glyphs non-constant, added file headers
139
1402008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
141
142        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
143        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
144        * libchip/display/font_hcms29xx.h
145        Creation of SPI display driver
146
1472008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
148
149        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
150        via SPI.
151
1522008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
155        AC_PREREQ(2.62).
156
1572008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
160
1612008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
162
163        * libchip/Makefile.am: Move termios helper routines from libchip to
164        libcsupport. Add routine which makes it easy for a termios device
165        driver to inform termios of its default baud rate. This avoids
166        inconsistencies in later termios settings changes.
167        * libchip/serial/termios_baud2index.c,
168        libchip/serial/termios_baud2num.c: Removed.
169
1702008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
173
1742008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
177        not fail if there are none.
178
1792008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
180
181        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
182        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
183        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
184        * libchip/Makefile.am:
185        derived a generic spi memory driver from spi-flash-m25p40,
186        added descriptor for fram fm25l256
187
1882008-05-07      Till Straumann <strauman@slac.stanford.edu>
189
190        PR 649/bsps
191        * libchip/ide/ata.c: Give up if the interface does not become ready.
192
1932008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        Moved to cpukit.
196        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
197        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
198        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
199        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
200        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
201        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
202        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
203        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
204        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
205        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
206        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
207        nfsclient/src/xdr_mbuf.c: Removed.
208
2092008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
210
211        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
212
2132008-01-05      Chris Johns <chrisj@rtems.org>
214
215        * libchip/flash/am29lv160.c: Update the blank check error message
216        to say there is an error.
217       
2182007-12-22      Chris Johns <chrisj@rtems.org>
219
220        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
221        the hello message. Just one line but still a little too long.
222       
2232007-12-14      Chris Johns <chrisj@rtems.org>
224
225        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
226        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
227        * libchip/flash, libchip/flash/am29lv160.c,
228        libchip/flash/am29lv160.h: New.
229
2302007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
231
232        * libchip/network/if_fxp.c: Spacing.
233
2342007-11-20      Till Straumann <strauman@slac.stanford.edu>
235
236        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
237        Avoid using 'stdio' before the system is up and fully
238        initialized.
239
2402007-11-20      Till Straumann <strauman@slac.stanford.edu>
241
242        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
243        * libchip/Makefile.am, libchip/preinstall.am:
244        added new driver for Maxim DS1375 i2c RTC.
245
2462007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
247
248        * libchip/i2c/spi-flash-m25p40.c:
249        added addressing call in write function
250
2512007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
252
253        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
254        * libchip/Makefile.am:
255        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
256
2572007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
258
259        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
260
2612007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
262
263        * nfsclient/Makefile.am: Fix errors.
264
2652007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
266
267        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
268
2692007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
270
271        * aclocal/version.m4: Bump RTEMS_API to 4.9.
272        Bump RTEMS_VERSION to 4.8.99.0.
273
2742007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
275
276        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
277
2782007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
279
280        * configure.ac: Remove AC_PROG_AWK (Unused).
281
2822007-09-14      Daron Chabot <djc915@mail.usask.ca>
283
284        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
285        rtems_interrupt_vector, to permit passing arbitrary arguments to the
286        ISR. Clean up of variables to silence compiler warnings.
287
2882007-09-13      Daniel Hellstrom <daniel@gaisler.com>
289
290        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
291
2922007-09-12      Daniel Hellstrom <daniel@gaisler.com>
293
294        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
295          - Odd bit bug in some chips taken care of.
296          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
297            alignment but failing to do so must have made the driver writer to make
298            some incorrect assumptions about MBUFs.
299          - Fixed MBUF handling to handle mbuf chains better. The Data length of
300            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
301          - Made while loop responsible for copying data to fifo port copy 16 shorts
302            per loop instead of 1 short, increasing the copying process.
303
3042007-09-07      Daniel Hellstrom <daniel@gaisler.com>
305
306        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
307        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
308
3092007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
310
311        * configure.ac, wrapup/Makefile.am: Remove RDBG.
312        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
313        librdbg/Makefile.am, librdbg/preinstall.am,
314        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
315        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
316        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
317        librdbg/include/rdbg/powerpc/rdbg_f.h,
318        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
319        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
320        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
321        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
322        librdbg/src/servtsp.c, librdbg/src/servutil.c,
323        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
324        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
325        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
326        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
327        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
328        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
329        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
330        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
331        librdbg/src/powerpc/rdbg_f.c,
332        librdbg/src/powerpc/new_exception_processing/remdeb.h,
333        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
334        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
335        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
336
3372007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
338
339        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
340
3412007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
342
343        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
344          sizes.
345
3462007-07-27      Chris Johns <chrisj@rtems.org>
347
348        * wrapup/Makefile.am: Create archive from a file for hosts
349        with a limited command line size.
350
3512007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
352
353        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
354          sizes.
355
3562007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
357       
358        * configure.ac: Add nfsclient.
359        * nfsclient/Makefile.am: New.
360        * nfsclient/proto/Makefile, nfsclient/Makefile,
361          nfsclient/src/Makefile: Remove.
362        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
363        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
364
3652007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
366
367        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
368        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
369        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
370        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
371        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
372        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
373        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
374        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
375        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
376        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
377        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
378        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
379
3802007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
381
382        * libchip/serial/ns16550.c: removed timed out wait for transmitter
383        to become ready: This will not work for fast CPUs.
384
3852007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
386
387        * libchip/ide/ata.c: fixed warning
388
3892007-06-20      Ray Xu <rayx@gmail.com>
390
391        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
392        console, and libio. This shrinks the memory requirements but Joel has
393        not figured out how best to present this to application space.
394        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
395        New files.
396
3972007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
398
399        * optman/sapi/no-io.c: Split IO Manager into one function per file so
400        now we only need required initialization methods.
401
4022007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
403
404        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
405        parameter since it was used to configure a no longer used feature.
406        Device names are now part of the filesystem not in a table.
407
4082007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
409
410        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
411        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
412        optman/rtems/no-part.c, optman/rtems/no-region.c,
413        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
414        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
415        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
416        other optional managers so using them reduces application size
417        instead of increasing it.
418        * optman/rtems/no-barrier.c: New file.
419
4202007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
421
422        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
423        adjustments to pci-API changes.
424        * libchip/network/dec21140.c, libchip/network/elnk.c,
425        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
426        changes.
427
4282007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
429
430        * libchip/network/dec21140.c, libchip/network/if_dc.c,
431        libchip/network/if_fxp.c: Reflect changes to pci-API.
432
4332007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
434
435        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
436        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
437
4382007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
439
440        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
441          being used to compile "tools").
442
4432007-03-13      Joel Sherrill <joel@OARcorp.com>
444
445        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
446
4472007-03-12      Joel Sherrill <joel@OARcorp.com>
448
449        * libchip/network/cs8900.c, libchip/network/cs8900.h,
450        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
451        and/or fix mistake in copyright notice. Both of these mistakes appear
452        to be from code submitted after these changes were made previously.
453
4542007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
455
456        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
457
4582007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
459
460        * libchip/Makefile.am: Correct path to README.tulipclone.
461
4622007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
463
464        * libchip/ide/ata.c: Remove superfluous type casts.
465
4662007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
467
468        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
469        Use size_t for sizes.
470
4712007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
472
473        * libchip/ide/ata.c: in ata_request_done: moved call to free()
474        from preemption disabled region
475
4762007-01-16      Till Straumann <strauman@slac.stanford.edu>
477
478        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
479        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
480        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
481
4822006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
483
484        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
485          ioctl_command_t as ioctl argument.
486
4872006-12-13      Joel Sherrill <joel@OARcorp.com>
488
489        * librtems++/include/rtems++/rtemsEvent.h,
490        librtems++/include/rtems++/rtemsMessageQueue.h,
491        librtems++/include/rtems++/rtemsSemaphore.h,
492        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
493        librtems++/src/rtemsMessageQueue.cc,
494        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
495        rtems_unsigned32 to uint32_t.
496
4972006-12-13      Joel Sherrill <joel@OARcorp.com>
498
499        PR 1181/bsps
500        * optman/rtems/no-msg.c: Clean up dead code.
501
5022006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
503
504        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
505
5062006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
507
508        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
509        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
510        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
511
5122006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
513
514        * configure.ac: New BUG-REPORT address.
515
5162006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
517
518        * Makefile.am: Remove ampolish3.
519
5202006-11-17      Joel Sherrill <joel@OARcorp.com>
521
522        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
523        blank lines.
524
5252006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
526
527        * configure.ac: Remove RTEMS_AMPOLISH3.
528        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
529          Remove checks for AMPOLISH3.
530        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
531        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
532        * ampolish3: Remove.
533
5342006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
535
536        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
537        * aclocal/prog-cc.m4: Remove CFLAGS.
538        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
539        Compose CFLAGS. Append CFLAGS to ac_configure_args.
540
5412006-10-23      Joel Sherrill <joel@OARcorp.com>
542
543        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
544
5452006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
546
547        * automake/compile.am: Use hard-coded RTEMS_* flags.
548
5492006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
550
551        * aclocal/rtems-top.m4: Remove RTEMS_API.
552        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
553
5542006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
555
556        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
557
5582006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
559
560        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
561
5622006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
563
564        * aclocal/version.m4: Bump version to 4.7.99.0.
565
5662006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
567
568        * configure.ac: Require autoconf-2.60. Require automake-1.10.
569
5702006-09-11      Joel Sherrill <joel@OARcorp.com>
571
572        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
573
5742006-09-04      Joel Sherrill <joel@OARcorp.com>
575
576        * libchip/network/greth.c, libchip/network/open_eth.c,
577        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
578        introduced by warning removal.
579
5802006-09-01      Joel Sherrill <joel@OARcorp.com>
581
582        * libchip/network/greth.c, libchip/network/open_eth.c,
583        libchip/network/smc91111.c: Remove warnings and correct prototype
584        added earlier today.
585
5862006-09-01      Joel Sherrill <joel@OARcorp.com>
587
588        * libchip/network/cs8900.c, libchip/network/greth.c,
589        libchip/network/i82586.c, libchip/network/open_eth.c,
590        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
591        sized integers, and inttypes.h printf helpers.
592
5932006-08-09      Kolja Waschk <waschk@telos.de>
594
595        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
596
5972006-07-12      Joel Sherrill <joel@OARcorp.com>
598
599        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
600
6012006-07-11      Jerry Needell <jerry.needell@unh.edu>
602
603        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
604        4.6 branch.  Original modifications by Gaisler Enterprises.
605        * libchip/network/greth.c, libchip/network/greth.h: New files.
606
6072006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
608
609        * ide/ata.[ch]:
610        (PR1118) fetch priority for ATA task from a variable,
611        not a fixed configuration value.
612       
6132006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
614
615        * Makefile.am: Add ampolish3.
616
6172006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
618
619        * ampolish3: New.
620        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
621
6222006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
623
624        * aclocal/rtems-ampolish.m4: New.
625        * configure.ac: Use RTEMS_AMPOLISH3.
626
6272006-04-18  Joel Sherrill <joel@OARcorp.com>
628
629        * aclocal/version.m4: Updated to rtems-4.6.99.3.
630
6312006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
632
633        PR 853/filesystem
634        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
635        should be modified to support the new exception scheme and to use the
636        handle parameter.
637
6382006-02-a32     Eric Norum <norume@aps.anl.gov>
639
640        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
641        "newer" PCI access calls.  Minor cleanups.  Comments.
642
6432006-01-12      Eric Norum <norume@aps.anl.gov>
644
645        PR 861/networking
646        PR 863/networking
647        * libchip/network/smc91111.c: Fix illegal lvalue increments.
648
6492006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
650
651        * wrapup/Makefile.am: Add preinstall.am.
652        * libchip/Makefile.am: Build libchip/network/smc91111.
653        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
654        Eliminate cyg_int* crap.
655
6562006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
657
658        * librdbg/Makefile.am: Add preinstall.am.
659        * aclocal/bsp-configure.m4: Add ampolish3.
660        New header guards.
661
6622006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
663
664        * libchip/network/open_eth.c, libchip/network/open_eth.h:
665        Merger from rtems-4-6-branch.
666
6672006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
668
669        * libchip/network/smc91111.c
670        libchip/network/smc91111config.h
671        libchip/network/smc91111exp.h
672        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
673        * libchip/Makefile.am: Reflect adding smc91111*.
674
6752006-01-08      Joel Sherrill <joel@OARcorp.com>
676
677        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
678        char *.
679
6802006-01-08      Joel Sherrill <joel@OARcorp.com>
681
682        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
683        warnings.
684
6852005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
686
687        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
688        Add RTEMS_RELLDFLAGS.
689        * automake/compile.am: Remove RTEMS_USE_GCC.
690        Remove RTEMS_RELLDFLAGS.
691        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
692
6932005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
694
695        * libchip/network/if_media.h, libchip/network/mii.h:
696        Remove (Moved to cpukit).
697        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
698        and libchip/network/if_media.h.
699        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
700        if_media.h having moved.
701
7022005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
703
704        * automake/compile.am, automake/host.am, automake/local.am,
705        automake/subdirs.am: Remove depend.
706        * configure.ac: Explicitly pass --libdir and --includedir to
707        testsuites.
708
7092005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
710
711        * configure.ac: Reflect changes to testsuites.
712
7132005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
714
715        * automake/compile.am: Remove GCCSPECS.
716        * aclocal/prog-cc.m4: Add GCCSPECS.
717        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
718
7192005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
720
721        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
722        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
723
7242005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
725
726        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
727        libcpu/byteorder.h for i386.
728
7292005-11-02      Till Straumann <strauman@slac.stanford.edu>
730
731        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
732        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
733        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
734        added a simple API/library for i2c devices and drivers for i2c
735        2-byte eeproms and a ds1621 temperature sensor; API is documented
736        in libi2c.h.
737
7382005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
739
740        * libnetworking/pppd/ipxcp.c,
741        libnetworking/pppd/chat.c,
742        libnetworking/pppd/patchlevel.h,
743        libnetworking/pppd/upap.h,
744        libnetworking/pppd/md5.h,
745        libnetworking/pppd/pppd.8,
746        libnetworking/pppd/README,
747        libnetworking/pppd/preinstall.am,
748        libnetworking/pppd/md4.h,
749        libnetworking/pppd/magic.c,
750        libnetworking/pppd/pppd.h,
751        libnetworking/pppd/demand.c,
752        libnetworking/pppd/rtemsmain.c,
753        libnetworking/pppd/sys-rtems.c,
754        libnetworking/pppd/ipcp.h,
755        libnetworking/pppd/lcp.h,
756        libnetworking/pppd/chap_ms.c,
757        libnetworking/pppd/md4.c,
758        libnetworking/pppd/rtemspppd.h,
759        libnetworking/pppd/cbcp.h,
760        libnetworking/pppd/auth.c,
761        libnetworking/pppd/lcp.c,
762        libnetworking/pppd/example/README,
763        libnetworking/pppd/example/ppp.conf,
764        libnetworking/pppd/example/system.h,
765        libnetworking/pppd/example/netconfig.h,
766        libnetworking/pppd/example/pppdapp.c,
767        libnetworking/pppd/example/init.c,
768        libnetworking/pppd/example/Makefile-user,
769        libnetworking/pppd/example/pppd.options,
770        libnetworking/pppd/rtemspppd.c,
771        libnetworking/pppd/ipxcp.h,
772        libnetworking/pppd/chap_ms.h,
773        libnetworking/pppd/options.c,
774        libnetworking/pppd/magic.h,
775        libnetworking/pppd/chap.h,
776        libnetworking/pppd/cbcp.c,
777        libnetworking/pppd/upap.c,
778        libnetworking/pppd/chap.c,
779        libnetworking/pppd/Makefile.am,
780        libnetworking/pppd/ccp.h,
781        libnetworking/pppd/utils.c,
782        libnetworking/pppd/rtemsdialer.h,
783        libnetworking/pppd/fsm.h,
784        libnetworking/pppd/pathnames.h,
785        libnetworking/pppd/md5.c,
786        libnetworking/pppd/fsm.c,
787        libnetworking/pppd/ipcp.c,
788        libnetworking/pppd/STATUS,
789        libnetworking/pppd/ccp.c,
790        libnetworking/Makefile.am: Remove (Moved to cpukit).
791
7922005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
793
794        * configure.ac: Remove libnetworking, libnetworking/pppd.
795        * wrapup/Makefile.am: Remove libpppd.a.
796
7972005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
798
799        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
800        rtemsdialer.h to $(includedir)/rtems.
801
8022005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
803
804        * libnetworking/rtems_telnetd/icmds.c,
805        libnetworking/rtems_telnetd/Makefile.am,
806        libnetworking/rtems_telnetd/preinstall.am,
807        libnetworking/rtems_telnetd/pty.c,
808        libnetworking/rtems_telnetd/pty.h,
809        libnetworking/rtems_telnetd/README,
810        libnetworking/rtems_telnetd/telnetd.c,
811        libnetworking/rtems_telnetd/telnetd.h:
812        Remove (Moved to cpukit).
813
8142005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
815
816        * configure.ac: Remove libnetworking/rtems_telnetd.
817        * libnetworking/Makefile.am: Remove rtems_telnetd.
818        * libnetworking/README: Remove (Obsolete).
819        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
820
8212005-10-20  Eric Norum <norume@aps.anl.gov>
822
823        * libchip/network/dec21140.c: Clean up PCI mapping.
824
8252005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
826
827        * libnetworking/pppd/Makefile.am: Use preinstall.am.
828        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
829        librdbg/src/servrpc.c, librdbg/src/servtgt.c
830        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
831        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
832        * configure.ac: Move optman to the end of BSP_SUBDIRS.
833
8342005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
835
836        * aclocal/bspopts.m4: Add missing m4 quotes.
837
8382005-09-02  Joel Sherrill <joel@OARcorp.com>
839
840    * aclocal/version.m4: Updated to rtems-4.6.99.2.
841
8422005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
843
844        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
845        libchip/network/dec21140.c: Remove initialization of PCI bus.
846
8472005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
848
849        * optman/Makefile.am: Add preinstall.am.
850
8512005-07-18      Karel Gardas <kgardas@objectsecurity.com>
852
853        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
854        UNTESTED to tested.
855
8562005-06-17      Joel Sherrill <joel@OARcorp.com>
857
858        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
859        it is not supported by the MPC5xx.
860
8612005-06-17      Joel Sherrill <joel@OARcorp.com>
862
863        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
864        interface. Also correct attempting to build on other than PowerPC and
865        x86.
866
8672005-06-16      Daron Chabot <daron@nucleus.usask.ca>
868
869        * libchip/Makefile.am: Add driver for Tulip clones.
870        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
871        libchip/network/if_dcreg.h: New files.
872
8732005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
874
875        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
876        to enable rdbg.
877        * configure.ac: Reflect changes above.
878
8792005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
880
881        * configure.ac: Add ada/.
882
8832005-05-20      Sergei Organov  <osv@topconrd.ru>
884
885        PR 750/networking
886        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
887        wait_input().
888
8892005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
890
891        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
892        rtems/irq.h.
893
8942005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
895
896        * libchip/Makefile.am: Include preinstall.am.
897        * libchip/preinstall.am: New.
898
8992005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
900
901        * configure.ac: Add AMPOLISH3.
902        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
903        * libnetworking/rtems_telnetd/preinstall.am: New.
904        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
905
9062005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
907
908        * configure.ac: Let enable_rpcgen default to "no".
909
9102005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
911
912        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
913
9142005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
915
916        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
917        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
918
9192005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
920
921        * libchip/network/dec21140.c, libchip/network/elnk.c,
922        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
923
9242005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
925
926        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
927        of code as a result of the implementation of a common PCI interface.
928
9292005-05-04      Joel Sherrill <joel@OARcorp.com>
930
931        * libchip/network/open_eth.c: Remove prototype of set_vector.
932
9332005-05-03      Joel Sherrill <joel@OARcorp.com>
934
935        * librdbg/src/ptrace.c: Remove warning.
936
9372005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
938
939        * libchip/network/dec21140.c, libchip/network/elnk.c,
940        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
941        Modified parameter list to remove warnings.
942
9432005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
944
945        * libchip/network/cs8900.c, libchip/network/i82586.c,
946        libchip/network/open_eth.c, libchip/network/sonic.c,
947        libchip/serial/mc68681.c: Modified types to remove
948        warnings.  Added initialization to remove warnings.
949
9502005-04-28      Joel Sherrill <joel@OARcorp.com>
951
952        * libchip/network/README.sonic: Rewritten to account for removal of
953        dmv177.
954
9552005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
956
957        PR 781/rtems_misc
958        * libchip/serial/ns16550_p.h: Fix baud rate calculation
959
9602005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
961
962        * libchip/serial/ns16550.c:
963        Fixed warnings generated in various powerpc configurations
964
9652005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
966
967        * libchip/serial/ns16550.c: Modified
968        ISR to work with PPC new exception processing
969
9702005-03-14      Joel Sherrill <joel@OARcorp.com>
971
972        * libchip/network/dec21140.c, libchip/network/elnk.c,
973        libchip/network/if_fxp.c: Continue PCI API unification. All use
974        pci_find_device(). Network drivers manufacture a signature since all
975        calls have not been converted yet.
976
9772005-03-04      Joel Sherrill <joel@OARcorp.com>
978
979        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
980        initialize function part of the unified PCI API as pci_initialize().
981
9822005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
983
984        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
985        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
986
9872005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
988
989        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
990        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
991
9922005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
993
994        * aclocal/ppc.m4: Reflect changes to ppc exception processing
995        building procedures.
996
9972005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
998
999        * aclocal/prog-cc.m4:
1000        Quote CFLAGS's RHS to accomodate Solaris broken sh.
1001
10022005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
1003
1004        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
1005
10062005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1007
1008        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
1009
10102005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1011
1012        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
1013
10142005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
1015
1016        * libnetworking/rtems_servers/ftp.c,
1017        libnetworking/rtems_servers/ftp.h,
1018        libnetworking/rtems_servers/Makefile.am:
1019        Remove (relocated to cpukit/ftpd).
1020        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
1021        removed move libnetworking/rtems_servers.
1022
10232005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1024
1025        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
1026
10272005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
1028
1029        PR 755/rtems
1030        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
1031        Remove local declarations of rtems_bsdnet_nameservers,
1032        rtems_bsdnet_nameservers_count.
1033
10342005-01-31      Sergei Organov <osv@topconrd.ru>
1035
1036        PR 751/pppd
1037        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
1038        committed to fix PR736 breaks pppd. chat.c should have its own static
1039        ttyfd for pppd to work correctly. The symptom is that second
1040        invokation of chat (for connect script) fails due to pppd_ttyfd set
1041        to -1 by previous chat invokation (for init script). In addition,
1042        this patch fixes leaving of dangling pointer in the abort_stbring[]
1043        by chat_send().
1044
10452005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1046
1047        * configure.ac: Remove CFLAGS_DEBUG_V.
1048        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
1049
10502005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1051
1052        * wrapup/Makefile.am: Remove rtems-ctor.o.
1053
10542005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1055
1056        * libchip/rtc/rtc.h: size_t RTC_Count.
1057
10582005-01-20      Joel Sherrill <joel@OARcorp.com>
1059
1060        PR 736/pppd
1061        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
1062        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
1063        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
1064        should not be static and should have a name more specific to pppd.
1065
10662005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1067
1068        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
1069        libnetworking/rtems_servers/Makefile.am,
1070        libnetworking/rtems_telnetd/Makefile.am,
1071        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
1072        Eliminate CFLAGS_OPTIMIZE_V.
1073
10742005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1075
1076        * configure.ac: Pass CFLAGS to testsuites configure.
1077        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
1078        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
1079
10802005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
1081
1082        * configure.ac: Pass CFLAGS to cpukit configure.
1083        * aclocal/rtems-flags.m4: Remove (Unused).
1084        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1085        * aclocal/env-rtemsbsp.m4:
1086        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1087        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1088        RTEMS_CFLAGS.
1089        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1090        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1091        Cleanup comments.
1092
10932005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1094
1095        * automake/compile.am: Remove build-variant support.
1096
10972005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1098
1099        * libnetworking/pppd/Makefile.am,
1100        libnetworking/rtems_servers/Makefile.am,
1101        libnetworking/rtems_telnetd/Makefile.am:
1102        Remove build-variant support.
1103
11042005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1105
1106        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1107        support/Makefile.am, wrapup/Makefile.am:
1108        Remove build-variant support.
1109
11102004-11-22      Joel Sherrill <joel@OARcorp.com>
1111
1112        * libchip/network/if_fxp.c: Add entry for another module ID code.
1113
11142004-11-22      Joel Sherrill <joel@OARcorp.com>
1115
1116        PR 693/misc
1117        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1118        in/outport routines.
1119
11202004-11-22      Joel Sherrill <joel@OARcorp.com>
1121
1122        PR 693/misc
1123        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1124        in/outport routines.
1125
11262004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1127
1128        * aclocal/enable-itron.m4: Remove (unused).
1129
11302004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1131
1132        * configure.ac: Misc. quoting cleanups.
1133        Enable ada-tests iff --enable-ada and --enable-tests.
1134
11352004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1136
1137        PR 703/filesystem
1138        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1139        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1140        libchip/ide/ide_controller.c:
1141        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1142        available for BSPS/device drivers.
1143        Extend the "modes_available" and "mode_active" parameters to
1144        uint16_t for UDMA support.
1145
11462004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1147
1148        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1149        not supported on PowerPC since it works on the MVME2100 BSP.
1150
11512004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1152
1153        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1154        Add dependency tracking for *.cfgs.
1155        * Makefile.am: Add dependency tracking for *.cfg.
1156
11572004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1158
1159        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1160        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1161
11622004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1163
1164        PR 707/make_build
1165        * configure.ac: Add --enable-rpcgen.
1166
11672004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1168
1169        PR 700/rtems_misc
1170        * libnetworking/rtems_webserver/asp.c,
1171        libnetworking/rtems_webserver/balloc.c,
1172        libnetworking/rtems_webserver/cgi.c,
1173        libnetworking/rtems_webserver/default.c,
1174        libnetworking/rtems_webserver/ej.h,
1175        libnetworking/rtems_webserver/ejIntrn.h,
1176        libnetworking/rtems_webserver/ejlex.c,
1177        libnetworking/rtems_webserver/ejparse.c,
1178        libnetworking/rtems_webserver/emfdb.c,
1179        libnetworking/rtems_webserver/emfdb.h,
1180        libnetworking/rtems_webserver/form.c,
1181        libnetworking/rtems_webserver/handler.c,
1182        libnetworking/rtems_webserver/h.c,
1183        libnetworking/rtems_webserver/license.txt,
1184        libnetworking/rtems_webserver/Makefile.am,
1185        libnetworking/rtems_webserver/md5c.c,
1186        libnetworking/rtems_webserver/md5.h,
1187        libnetworking/rtems_webserver/mime.c,
1188        libnetworking/rtems_webserver/misc.c,
1189        libnetworking/rtems_webserver/NOTES,
1190        libnetworking/rtems_webserver/ringq.c,
1191        libnetworking/rtems_webserver/rom.c,
1192        libnetworking/rtems_webserver/rtems_webserver.h,
1193        libnetworking/rtems_webserver/security.c,
1194        libnetworking/rtems_webserver/sock.c,
1195        libnetworking/rtems_webserver/socket.c,
1196        libnetworking/rtems_webserver/sockGen.c,
1197        libnetworking/rtems_webserver/sym.c,
1198        libnetworking/rtems_webserver/uemf.c,
1199        libnetworking/rtems_webserver/uemf.h,
1200        libnetworking/rtems_webserver/um.c,
1201        libnetworking/rtems_webserver/um.h,
1202        libnetworking/rtems_webserver/umui.c,
1203        libnetworking/rtems_webserver/url.c,
1204        libnetworking/rtems_webserver/value.c,
1205        libnetworking/rtems_webserver/wbase64.c,
1206        libnetworking/rtems_webserver/webcomp.c,
1207        libnetworking/rtems_webserver/webmain.c,
1208        libnetworking/rtems_webserver/webpage.c,
1209        libnetworking/rtems_webserver/webrom.c,
1210        libnetworking/rtems_webserver/webs.c,
1211        libnetworking/rtems_webserver/websda.c,
1212        libnetworking/rtems_webserver/websda.h,
1213        libnetworking/rtems_webserver/webs.h,
1214        libnetworking/rtems_webserver/websSSL.c,
1215        libnetworking/rtems_webserver/websSSL.h,
1216        libnetworking/rtems_webserver/websuemf.c,
1217        libnetworking/rtems_webserver/wsIntrn.h:
1218        Remove (Moved to cpukit/http).
1219
12202004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1221
1222        PR 700/rtems_misc
1223        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1224        Remove libnetworking/rtems_webserver.
1225
12262004-10-25      Eric Norum <norume@aps.anl.gov>
1227
1228        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1229
12302004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1231
1232        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1233
12342004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1235
1236        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1237        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1238
12392004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1240
1241        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1242
12432004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1244
1245        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1246        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1247
12482004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1249
1250        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1251        BITSPERBYTE.
1252
12532004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1254
1255        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1256        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1257
12582004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1259
1260        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1261
12622004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1263
1264        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1265        * aclocal/enable-bare.m4: Remove.
1266        * configure.ac: Remove BARE_CPU_MODEL.
1267
12682004-10-13      Eric Norum <norume@aps.anl.gov>
1269
1270        PR 688/bsps
1271        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1272        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1273        MC146818A (and several Dallas Semiconductor) TOD chips.
1274
12752004-10-13      Eric Norum <norume@aps.anl.gov>
1276
1277        PR 686/networking
1278        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1279        device code.
1280
12812004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1282
1283        * libchip/network/dec21140.c: include <rtems/pci.h>.
1284
12852004-09-29      Joel Sherrill <joel@OARcorp.com>
1286
1287        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1288        libnetworking/pppd/utils.c: i960 obsoleted and all references
1289        removed.
1290
12912004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1292
1293        PR 607/networking
1294        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1295        instead of fully specifying unused PCI features.
1296
12972004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1298
1299        * configure.ac: Require automake > 1.9.
1300
13012004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1302
1303        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1304
13052004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1306
1307        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1308        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1309
13102004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1311
1312        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1313        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1314
13152004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1316
1317        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1318
13192004-07-28  Joel Sherrill <joel@OARcorp.com>
1320
1321    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1322
13232004-07-25      Joel Sherrill <joel@OARcorp.com>
1324
1325        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1326
13272004-05-21  Till Strauman <strauman@slac.stanford.edu>
1328
1329        PR 625/networking
1330        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1331        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1332        an error rather than panic if no chip is detected (thus allowing
1333        for probing).
1334        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1335        instead of looping forever.  Avoid divide by zero (crashed my PC).
1336        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1337        they are UNTESTED.
1338
13392004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1340
1341        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1342
13432004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1344
1345        * libchip/network/dec21140.c, libchip/network/elnk.c:
1346        #include <errno.h>.
1347
13482004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1349
1350        * libchip/network/if_media.h: Update from FreeBSD.
1351        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1352        libchip/network/i82586.c: #include <errno.h>.
1353
13542004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1355
1356        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1357
13582004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1359
1360        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1361
13622004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1363
1364        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1365        automake).
1366
13672004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1368
1369        PR 599/pppd
1370        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1371
13722004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1373
1374        * optman/rtems/no-region.c: Reflect having changed
1375        rtems_region_get_segment_size.
1376
13772004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1378
1379        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1380        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1381        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1382        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1383        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1384        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1385        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1386
13872004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1388
1389        * libchip/ide/ata.c, libchip/network/dec21140.c,
1390        libchip/network/elnk.c, libchip/network/i82586.c,
1391        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1392        libchip/network/open_eth.c, libchip/network/sonic.c,
1393        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1394        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1395        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1396        libchip/shmdr/shm_driver.h: Cosmetics.
1397
13982004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1399
1400        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1401        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1402        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1403        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1404        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1405        fixed size types.
1406
14072004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1408
1409        * configure.ac: Explicitly pass --includedir and --libdir to
1410        cpukit/configure.
1411
14122004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1413
1414        * librdbg/Makefile.am: Fix rpcgen rules.
1415        * librdbg/src/i386/any/remdeb_xdr.c,
1416        librdbg/src/m68k/any/remdeb_xdr.c,
1417        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1418        Reflect changes to librdbg/Makefile.am.
1419
14202004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1421
1422        * configure.ac: Reflect changes testsuites/configure.ac and
1423        cpukit/configure.ac.
1424
14252004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1426
1427        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1428        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1429
14302004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1431
1432        * configure.ac: Reflect changes to testsuites's configuration.
1433
14342004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1435
1436        PR/589 rtems
1437        * libchip/network/pci.h: Remove (Moved to cpukit).
1438
14392004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1440
1441        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1442        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1443        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1444        libchip/network/dec21140.c, libchip/network/elnk.c,
1445        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1446        libchip/network/open_eth.h, libchip/network/sonic.c,
1447        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1448        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1449        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1450        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1451        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1452        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1453        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1454        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1455        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1456        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1457        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1458        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1459        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1460        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1461        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1462        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1463        fixed-size types.
1464
14652004-03-14      Chris Johns  <chrisj@rtems.org>
1466
1467        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1468        the BSP example code.
1469        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1470        support the DIMMPC. This is a pc386 target with IO port support. Minor
1471        formating clean up. Add documentation to the header file.
1472        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1473        cs8900.h header file.
1474
14752004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1476
1477        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1478        Cosmetics.
1479
14802004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1481
1482        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1483        There are no application level Makefiles in here.
1484
14852004-03-04      Joel Sherrill <joel@OARcorp.com>
1486
1487        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1488        they can be used in application level makefiles.
1489
14902004-03-05      Joel Sherrill <joel@OARcorp.com>
1491
1492        * libnetworking/rtems_webserver/ejparse.c,
1493        libnetworking/rtems_webserver/emfdb.c,
1494        libnetworking/rtems_webserver/sock.c,
1495        libnetworking/rtems_webserver/socket.c,
1496        libnetworking/rtems_webserver/sym.c,
1497        libnetworking/rtems_webserver/webs.c,
1498        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
14992004-03-05      Joel Sherrill <joel@OARcorp.com>
1500
1501        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1502        compiling this file only only those CPU families with supported
1503        exception models.
1504
15052004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1506
1507        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1508        testsuites (Was exposed with --enable-multilib, only).
1509        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1510         Add RTEMS_BSP_CONFIG_SUBDIR.
1511        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1512        testsuites's configure.
1513        * aclocal/rtems-top.m4: Remove ENDIF hack.
1514        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1515
15162004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1517
1518        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1519        wrapup/Makefile.am: Fix automake problems having been introduced
1520        in previous patch.
1521
15222004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1523
1524        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1525        Preinstall dirs.
1526        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1527        * aclocal/check-multiprocessing.m4: Cosmetics.
1528        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1529        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1530
15312004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1532
1533        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1534        librdbg/src/Makefile.am.
1535        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1536        * configure.ac: Reflect changes above.
1537        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1538        * wrapup/Makefile.am: Reflect changes above.
1539        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1540
15412004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1542
1543        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1544
15452004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1546
1547        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1548
15492004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1550
1551        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1552
15532004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1554
1555        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1556        librdbg/src/powerpc/Makefile.am: Remove.
1557        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1558        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1559        * configure.ac: Reflect changes above.
1560
15612004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1562
1563
15642004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1565
1566        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1567        STRIP.
1568
15692004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1570
1571        * librdbg/include/Makefile.am: Merge-in
1572        librdbg/include/rdbg/i386/Makefile.am,
1573        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1574        librdbg/include/rdbg/powerpc/Makefile.am.
1575        * librdbg/include/rdbg/i386/Makefile.am,
1576        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1577        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1578        * configure.ac: Reflect changes above.
1579
15802004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1581
1582        * configure.ac: Use AS_HELP_STRING(ada).
1583
15842004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1585
1586        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1587        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1588        Use AC_CONFIG_HEADERS.
1589        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1590        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1591
15922004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1593
1594        * Makefile.am: include local.am.
1595
15962004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1597
1598        * aclocal/version.m4: 4.6.99.0.
1599
16002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1601
1602        * Makefile.am: Don't include host.am.
1603        * automake/compile.am: Further cleanups.
1604
16052004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1606
1607        * automake/lib.am: Remove (Unused).
1608
16092004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1610
1611        * wrapup/Makefile.am: Don't include lib.am.
1612        * automake/compile.am: Use automake compilation rules.
1613
16142004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1615
1616        * libnetworking/pppd/Makefile.am,
1617        libnetworking/rtems_servers/Makefile.am,
1618        libnetworking/rtems_telnetd/Makefile.am,
1619        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1620        support/Makefile.am: Don't include lib.am.
1621
16222004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1623
1624        * libchip/Makefile.am: Don't include lib.am.
1625        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1626        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1627        unnecessary EXTRA_DISTs.
1628
16292004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1630
1631        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1632        hack.
1633
16342004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1635
1636        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1637        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1638        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1639        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1640
16412004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1642
1643        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1644        Add AM_CONDITIONAL(HAS_MP).
1645        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1646        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1647        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1648        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1649        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1650        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1651        (Deprecated by autoconf 2.59).
1652
16532004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1654
1655        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1656        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1657
16582004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1659
1660        * ChangeLog: Merge-in libnetworking/ChangeLog.
1661        * libnetworking/ChangeLog: Remove.
1662        * ChangeLog: Merge-in librdbg/ChangeLog.
1663        * librdbg/ChangeLog: Remove.
1664        * ChangeLog: Merge-in libchip/ChangeLog.
1665        * libchip/ChangeLog: Remove.
1666        * ChangeLog: Merge-in optman/ChangeLog.
1667        * optman/ChangeLog: Remove.
1668
16692004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1670
1671        * configure.ac: Reflect changes to cpukit.
1672        * wrapup/Makefile.am: Reflect changes to librdbg.
1673        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1674        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1675        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1676        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1677        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1678        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1679        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1680        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1681        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1682
16832004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1684
1685        * aclocal/rtems-top.m4: Remove check for version.m4.
1686        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1687
16882004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1689
1690        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1691        * wrapup/Makefile.am: Reflect changes to libchip/*.
1692        * support/Makefile.am: Use automake compilation rules.
1693        * wrapup/Makefile.am: Reflect changes to support/*.
1694        * configure.ac: Remove libnetworking/wrapup/Makefile.
1695        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1696        libnetworking/*/lib*.a instead of libnetapps.a.
1697        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1698        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1699        * optman/Makefile.am: Use automake compilation rules.
1700        * libchip/Makefile.am: Fix typo in previous patch.
1701        * libchip/Makefile.am: Use automake compilation rules.
1702        * libnetworking/Makefile.am: Remove wrapup.
1703        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1704        automake-compilation rules.
1705        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1706        automake-compilation rules.
1707        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1708        automake-compilation rules.
1709        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1710        automake-compilation rules.
1711        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1712
17132004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1714
1715        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1716        PRE/TMPINSTALL_FILES to CLEANFILES.
1717        * automake/lib.am: Remove TMPINSTALL_FILES.
1718        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1719        PRE/TMPINSTALL_FILES to CLEANFILES.
1720        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1721        PRE/TMPINSTALL_FILES to CLEANFILES.
1722        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1723        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1724        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1725        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1726        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1727        * librdbg/src/i386/Makefile.am: Ditto.
1728        * librdbg/src/m68k/Makefile.am: Ditto.
1729        * librdbg/src/powerpc/Makefile.am: Ditto.
1730        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1731        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1732        * libnetworking/rtems_servers/Makefile.am: Ditto.
1733        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1734        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1735
17362004-01-07      Joel Sherrill <joel@OARcorp.com>
1737
1738        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1739        more completely covers the MIPS family.
1740
17412003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1742
1743        * wrapup/Makefile.am: Reflect changes to shmdr.
1744        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1745
17462003-12-18      Joel Sherrill <joel@OARcorp.com>
1747
1748        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1749        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1750        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1751        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1752        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1753        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1754        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1755
17562003-12-17      Joel Sherrill <joel@OARcorp.com>
1757
1758        * aclocal/version.m4: Updated to rtems-20031217-test.
1759
17602003-12-17     
1761
1762        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1763        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1764
17652003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1766
1767        * automake/compile.am: Remove LINK_LIBS (Unused).
1768        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1769
17702003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1771
1772        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1773        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1774        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1775        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1776        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1777
17782003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1779
1780        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1781        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1782        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1783        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1784        * librdbg/src/i386/Makefile.am:
1785        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1786        * librdbg/src/m68k/Makefile.am:
1787        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1788        * librdbg/src/powerpc/Makefile.am:
1789        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1790
17912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1792
1793        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1794        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1795        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1796        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1797        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1798        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1799        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1800        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1801        * optman/Makefile.am: Remove project_libdir.
1802        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1803        PRE/TMPINSTALL_FILES.
1804        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1805        PRE/TMPINSTALL_FILES.
1806        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1807        PRE/TMPINSTALL_FILES.
1808        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1809        PRE/TMPINSTALL_FILES.
1810        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1811        from PRE/TMPINSTALL_FILES.
1812        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1813        PRE/TMPINSTALL_FILES.
1814        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1815        PRE/TMPINSTALL_FILES.
1816        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1817        PRE/TMPINSTALL_FILES.
1818        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1819        PRE/TMPINSTALL_FILES.
1820        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1821        PRE/TMPINSTALL_FILES.
1822        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1823        PRE/TMPINSTALL_FILES.
1824        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1825        from PRE/TMPINSTALL_FILES.
1826
18272003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1828
1829        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1830        * automake/lib.am: Remove project_libdir.
1831        * wrapup/Makefile.am: Reworked.
1832
18332003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1834
1835        * configure.ac: Reflect changes to librdbg.
1836        * optman/Makefile.am: Add tmpinstall dirstamp support.
1837        * libchip/Makefile.am: Fix variant-tmpinstall support.
1838        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1839        * librdbg/src/powerpc/Makefile.am: Merge-in former
1840        new_exception_processing/Makefile.am.
1841        * librdbg/src/m68k/any/Makefile.am: Remove.
1842        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1843        * librdbg/src/i386/any/Makefile.am: Remove.
1844        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1845        * librdbg/src/Makefile.am: Cosmetics.
1846        * librdbg/include/Makefile.am: Cosmetics.
1847        * librdbg/Makefile.am: Cosmetics.
1848        * libnetworking/Makefile.am: Cosmetics.
1849        * libnetworking/pppd/Makefile.am: Cosmetics.
1850        * libnetworking/wrapup/Makefile.am: Cosmetics.
1851
18522003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1853
1854        * Makefile.am: Cosmetics.
1855        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1856        support.
1857
18582003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1859
1860        * automake/compile.am: Remove $(ARCH):-rule.
1861
18622003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1863
1864        * configure.ac: Remove lib/libbsp/shared/Makefile,
1865        lib/libbsp/shmdr/Makefile.
1866
18672003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1868
1869        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1870        libchip/serial/Makefile, libchip/rtc/Makefile.
1871        * support/Makefile.am: Remove all-local: $(ARCH).
1872        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1873        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1874        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1875        * optman/Makefile.am: Remove all-local: $(ARCH).
1876        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1877        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1878        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1879        compilation dirstamp support.
1880        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1881        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1882        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1883        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1884        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1885        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1886        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1887        all-local: $(ARCH).
1888        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1889        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1890        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1891        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1892        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1893
18942003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1895
1896        * aclocal/lead-dot.m4: New (from automake-1.7f).
1897        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1898        AC_SUBST(dirstamp).
1899        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1900        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1901        libchip/serial/Makefile.am: Ditto.
1902        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1903        * librdbg/include/Makefile.am: Ditto.
1904        * librdbg/include/rdbg/Makefile.am: Ditto.
1905        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1906        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1907        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1908        * librdbg/src/Makefile.am: Ditto.
1909        * librdbg/src/i386/Makefile.am: Ditto.
1910        * librdbg/src/i386/any/Makefile.am: Ditto.
1911        * librdbg/src/m68k/Makefile.am: Ditto.
1912        * librdbg/src/m68k/any/Makefile.am: Ditto.
1913        * librdbg/src/powerpc/Makefile.am: Ditto.
1914        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1915        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1916        preinstallation.
1917        * libnetworking/pppd/Makefile.am: Ditto.
1918        * libnetworking/rtems_servers/Makefile.am: Ditto.
1919        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1920        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1921        * libnetworking/wrapup/Makefile.am: Ditto.
1922
19232003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1924
1925        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1926        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1927        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1928        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1929        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1930        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1931        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1932        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1933        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1934        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1935        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1936        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1937        underquoting to silence automake-1.8.
1938
19392003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1940
1941        * configure.ac: Reflect having moved tests to ../../testsuites.
1942
19432003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1944
1945        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1946        * aclocal/canonical-host.m4: Remove.
1947        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1948        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1949
19502003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1951
1952        * aclocal/check-cpu.m4: Remove.
1953        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1954        * aclocal/canonical-target-name.m4: Add m4-quotes.
1955        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1956        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1957        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1958        * aclocal/check-networking.m4: Add m4-quotes. Require
1959        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1960        * aclocal/check-posix.m4: Add m4-quotes. Require
1961        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1962        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1963        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1964        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1965
19662003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1967
1968        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1969        * aclocal/bsp-alias.m4: Remove.
1970
19712003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1972
1973        * configure.ac: Make presence of tests/ optional.
1974
19752003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1976
1977        * aclocal/path-perl.m4: Remove (Unused).
1978
19792003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1980
1981        * automake/force-preinstall.am: Remove.
1982
19832003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1984
1985        PR 499/rtems_misc
1986        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1987        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1988        Configuration (Odd was forced) - Correction of Stop Bit configuration
1989        (inversed) - Correction of ISR Handler to call
1990        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1991        CTS Hardware flow control Configuration.
1992
19932003-09-04      Joel Sherrill <joel@OARcorp.com>
1994
1995        * lib/libcpu/shared/include/cache.h,
1996        lib/libcpu/shared/src/cache_aligned_malloc.c,
1997        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1998        license changed.
1999        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
2000        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
2001        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
2002        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
2003        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
2004        for license changed.
2005        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
2006        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
2007        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
2008        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
2009        libchip/network/cs8900.h, libchip/network/dec21140.c,
2010        libchip/network/elnk.c, libchip/network/open_eth.c,
2011        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
2012        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
2013        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
2014        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
2015        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
2016        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
2017        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
2018        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
2019        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
2020        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
2021        libchip/serial/serial.h, libchip/serial/z85c30.c,
2022        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
2023        libchip/serial/z85c30_reg.c: URL for license changed.
2024
20252003-09-03      Jiri Gaisler <jiri@gaisler.com>
2026
2027        PR 477/networking
2028        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
2029        * libchip/network/README.open_eth, libchip/network/open_eth.c,
2030        libchip/network/open_eth.h: New files.
2031
20322003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2033
2034        * aclocal/rtems-top.m4: Add RTEMS_API.
2035        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
2036
20372003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2038
2039        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2040        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
2041        @RTEMS_BSP@.cfg.
2042
20432003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2044
2045        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2046
20472003-08-20      Joel Sherrill <joel@OARcorp.com>
2048
2049        * libchip/network/cs8900.c: Correct copyright statements.
2050
20512003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2052
2053        * aclocal/check-itron.m4: Remove.
2054        * aclocal/enable-inlines.m4: Remove.
2055        * Makefile.am: Reflect having moved aclocal/.
2056        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
2057        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
2058        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
2059        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
2060        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
2061        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
2062        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
2063        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
2064        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
2065        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
2066        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
2067        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
2068        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
2069        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
2070        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
2071        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
2072        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
2073        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
2074        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
2075        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
2076        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
2077        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
2078        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
2079        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
2080        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
2081        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
2082        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
2083        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2084        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2085        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2086        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2087        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2088        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2089        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2090        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2091        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2092        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2093        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2094        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2095        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2096        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2097        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2098        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2099        * aclocal/target.m4: New (Copied from ../../aclocal).
2100        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2101        * aclocal/version.m4: New (Copied from ../../aclocal).
2102
21032003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2104
2105        * configure.ac: Remove stray comments.
2106        * automake/local.am, automake/host.am: Remove "debug".
2107
21082003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2109
2110        * Makefile.am: Reflect having moved automake/.
2111        * lib/Makefile.am: Reflect having moved automake/.
2112        * support/Makefile.am: Reflect having moved automake/.
2113        * wrapup/Makefile.am: Reflect having moved automake/.
2114        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2115        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2116        from ../../automake).
2117        * optman/Makefile.am: Reflect having moved automake/.
2118        * libchip/Makefile.am: Reflect having moved automake/.
2119        * libchip/ide/Makefile.am: Reflect having moved automake/.
2120        * libchip/network/Makefile.am: Reflect having moved automake/.
2121        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2122        * libchip/serial/Makefile.am: Reflect having moved automake/.
2123        * librdbg/Makefile.am: Reflect having moved automake/.
2124        * librdbg/include/Makefile.am: Reflect having moved automake/.
2125        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2126        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2127        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2128        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2129        automake/.
2130        * librdbg/src/Makefile.am: Reflect having moved automake/.
2131        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2132        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2133        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2134        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2135        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2136        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2137        having moved automake/.
2138        * libnetworking/Makefile.am: Reflect having moved automake/.
2139        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2140        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2141        automake/.
2142        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2143        automake/.
2144        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2145        automake/.
2146        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2147
21482003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2149
2150        * Makefile.am: Add bsp.pc.in.
2151        * bsp.pc.in: New (pkgconfig support).
2152
21532003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2154
2155        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2156
21572003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2158
2159        * lib/Makefile.am: New (Required by 'make dist').
2160        * lib/ChangeLog: Remove.
2161        * lib/.cvsignore: Cleanup.
2162        * configure.ac: Reflect having added lib/Makefile.am.
2163        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2164        lib/libbsp/configure.ac.
2165        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2166        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2167
21682003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2169
2170        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2171        * configure.ac: Merge-in librdbg/configure.ac.
2172        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2173        librdbg/configure.ac.
2174        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2175        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2176        LIBCHIP. Conditionally build include-dirs.
2177        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2178        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2179        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2180        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2181        librdbg/include/rdbg/m68k/Makefile.am,
2182        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2183        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2184        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2185        librdbg/src/powerpc/Makefile.am, librdbg/
2186        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2187        configure.ac into ../configure.ac.
2188        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2189        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2190        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2191        libnetworking/rtems_telnetd/Makefile.am,
2192        libnetworking/rtems_webserver/Makefile.am,
2193        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2194        into ../configure.ac.
2195
21962003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2197
2198        PR 427/rtems
2199        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2200        * librdbg/src/servtsp.c: Ditto.
2201
22022003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2203
2204        PR 429/bsps
2205        PR 432/bsps
2206        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2207        packets are queued onto an elnk board, the ISR will deadlock the device
2208        with a tx complete interrupt.  Lighter tx loads are not affected as they
2209        end up submitting single packets to the device.
2210
22112003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2212
2213        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2214        optman/configure.ac.
2215        * optman/configure.ac: Remove (Merged into ../configure.ac).
2216        * optman/Makefile.am: Reflect having merged configure.ac into
2217        ../configure.ac.
2218        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2219        * libchip/Makefile.am, libchip/ide/Makefile.am,
2220        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2221        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2222        ../configure.ac.
2223
22242003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2225
2226        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2227
22282003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2229
2230        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2231        on i386.
2232
22332003-06-13      Joel Sherrill <joel@OARcorp.com>
2234
2235        * libnetworking/pppd/chat.c: Removed warnings.
2236
22372003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2238
2239        * libchip/network/README.3com: New file missed in previous commit.
2240        PR 405/bsps
2241        PR 393/networking
2242        * libchip/network/dec21140.c: Fix leak also known as PR393.
2243        * libchip/network/elnk.c, libchip/network/if_media.h,
2244        libchip/network/mii.h: New files.
2245        * libchip/network/Makefile.am: Reflect new files.
2246
22472003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2248
2249        * configure.ac: Remove support for profile-variant.
2250
22512003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2252
2253        PR 397/pppd
2254        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2255        * libnetworking/pppd/magic.c: Remove *rand48.
2256        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2257
22582003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2259
2260        * wrapup/Makefile.am: Add libide.a.
2261
22622003-04-15      Joel Sherrill <joel@OARcorp.com>
2263
2264        PR 387/rtems_misc
2265        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2266        routines.
2267        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2268
22692003-04-11      Joel Sherrill <joel@OARcorp.com>
2270
2271        * libnetworking/rtems_webserver/cgi.c,
2272        libnetworking/rtems_webserver/sockGen.c,
2273        libnetworking/rtems_webserver/umui.c,
2274        libnetworking/rtems_webserver/websSSL.c,
2275        libnetworking/rtems_webserver/websSSL.h,
2276        libnetworking/rtems_webserver/websda.c,
2277        libnetworking/rtems_webserver/websda.h: New files. Not included in
2278        previous commit.
2279
22802003-04-10      Joel Sherrill <joel@OARcorp.com>
2281
2282        PR 371/pppd
2283        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2284        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2285        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2286        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2287        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2288        still global symbols in rtemspppd.h which might need to be changed or
2289        converted into member of a structure which is dereferenced with a
2290        pointer that is managed as a per task variable. But this patch should
2291        avoid many conflicts.
2292
22932003-03-27      Joel Sherrill <joel@OARcorp.com>
2294
2295        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2296        not allowed in the cpukit source code since it must be buildable
2297        independent of any BSP. These files were moved to libchip/ide.
2298        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2299        files.
2300
23012003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2302
2303        PR 368/filesystems
2304        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2305        improvements which now work on pc386 and mbx8xx.
2306        * libchip/ide/ide_controller.c: New file.
2307
23082003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2309
2310        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2311
23122003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2313
2314        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2315        * configure.ac: Add support/.
2316        * support/.cvsignore: New.
2317        * support/Makefile.am: New.
2318        * support/version.c: New.
2319        * wrapup/Makefile.am: Add support/libsupport.a.
2320        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2321        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2322        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2323        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2324
23252003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2326
2327        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2328
23292003-02-20      Till Straumann <strauman@slac.stanford.edu>
2330
2331        PR 354/networking
2332        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2333        chip against a table of supported chips. The untested ones are still
2334        commented out, however.
2335
23362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2337
2338        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2339        * configure.ac: AC_PREREQ(2.57).
2340        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2341        * optman/configure.ac: AC_PREREQ(2.57).
2342        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2343        * libchip/configure.ac: AC_PREREQ(2.57).
2344        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2345        * librdbg/configure.ac: AC_PREREQ(2.57).
2346        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2347        * libnetworking/configure.ac: AC_PREREQ(2.57).
2348
23492003-02-06      Joel Sherrill <joel@OARcorp.com>
2350
2351        * libnetworking/pppd/chat.c: Convert routines with common names to
2352        static. This included get_char(), put_char(), and character() among
2353        others.
2354
23552003-02-03      Joel Sherrill <joel@OARcorp.com>
2356
2357        PR 338/filesystem
2358        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2359        rtems_io_lookup_name() (API change).  Unused function removed.
2360
23612003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2362
2363        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2364        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2365        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2366        Eliminate *_O_FILES.
2367        * libnetworking/rtems_servers/Makefile.am,
2368        libnetworking/rtems_webserver/Makefile.am,
2369        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2370
23712002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2372
2373        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2374        Let all-local: depend on $(LIB).
2375        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2376        * optman/Makefile.am: Apply install-data-local to install *.rels.
2377
23782002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2379
2380        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2381        %.c rules.
2382        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2383        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2384        * libchip/rtc/Makefile.am: Ditto.
2385        * libchip/serial/Makefile.am: Ditto.
2386
23872002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2388
2389        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2390        LIBC_DEFINES.
2391        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2392        LIBC_DEFINES.
2393        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2394        LIBC_DEFINES.
2395
23962002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2397
2398        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2399
24002002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2401
2402        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2403        cache-checking.
2404        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2405
24062002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2407
2408        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2409        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2410        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2411        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2412        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2413
24142002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2415
2416        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2417        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2418        Remove.
2419        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2420
24212002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2422
2423        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2424        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2425
24262002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2427
2428        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2429        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2430
24312002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2432
2433        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2434        * optman/rel.am: New.
2435
24362002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2437
2438        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2439        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2440        braino in comment on "exec". Extend --enable-ada handling.
2441
24422002-11-04      Joel Sherrill <joel@OARcorp.com>
2443
2444        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2445        tasks and rolling multiple loops into 1.
2446        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2447        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2448        Removed warnings.
2449
24502002-10-31      Joel Sherrill <joel@OARcorp.com>
2451
2452        * libchip/network/dec21140.c: Removed warnings.
2453        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2454        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2455        librdbg/src/m68k/any/remdeb_xdr.c,
2456        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2457        warnings.
2458        * libnetworking/rtems_webserver/socket.c,
2459        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2460
24612002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2462
2463        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2464        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2465        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2466        above.
2467
24682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2469
2470        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2471        * wrapup/.cvsignore: Remove autom4te.cache.
2472        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2473        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2474        autom4te.cache.
2475        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2476        autom4te.cache.
2477        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2478        autom4te.cache.
2479
24802002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2481
2482        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2483
24842002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2485
2486        * optman/.cvsignore: Add autom4te.cache.
2487
24882002-09-14      Joel Sherrill <joel@OARcorp.com>
2489
2490        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2491
24922002-09-07      Joel Sherrill <joel@OARcorp.com>
2493
2494        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2495        include files to resolve warnings.
2496
24972002-09-07      Chris Johns <ccj@acm.org>
2498
2499        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2500        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2501        which corrects the problem  where the cs8900.c file was actually the BSP
2502        glue.  Joel did some hacking so this file will compile.  Previously it
2503        required providing a target.h file to compile.
2504        * libchip/network/cs8900.c.bsp: New file.
2505
25062002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2507
2508        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2509
25102002-08-31      Joel Sherrill <joel@OARcorp.com>
2511
2512        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2513        eliminate warning.
2514
25152002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2516
2517        * configure.ac: Add ada-tests.
2518
25192002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2520
2521        * Makefile.am: Add preinstall-stamp.
2522
25232002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2524
2525        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2526        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2527        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2528        gcc31 happy.
2529        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2530        cp.
2531
25322002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2533
2534        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2535        make/bsp.mak.
2536        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2537        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2538
25392002-08-12      Joel Sherrill <joel@OARcorp.com>
2540
2541        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2542        avoid error.
2543
25442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2545
2546        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2547        * configure.ac: Add BSP_SUBDIRS.
2548        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2549        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2550        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2551        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2552        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2553        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2554        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2555        RTEMS_CHECK_BSP_CACHE.
2556        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2557        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2558        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2559        .$(OBJEXT) instead of .o.
2560        * libnetworking/pppd/Makefile.am,
2561        libnetworking/rtems_servers/Makefile.am,
2562        libnetworking/rtems_telnetd/Makefile.am,
2563        libnetworking/rtems_webserver/Makefile.am,
2564        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2565
25662002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2567
2568        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2569        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2570        ../libchip/serial/$(ARCH)/libserialio.a.
2571        * libchip/serial/Makefile.am: Don't tmp-install lib.
2572        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2573
25742002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2575
2576        * Makefile.am: Add rtems_makedir.
2577        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2578        * Makefile.am: Add wrapup-SUBDIR.
2579        * wrapup/ChangeLog: Remove.
2580        * wrapup/configure.ac: Remove.
2581        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2582        (Make the bare BSP happy).
2583        * configure.ac: Ditto.
2584        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2585        Create make/custom/default.cfg.
2586        * configure.ac: Add creation of make/custom/*.cfg. Create
2587        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2588
25892002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2590
2591        * Makefile.am: Clean $(PROJECT_RELEASE).
2592
25932002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2594
2595        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2596        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2597        prototype mismatches.
2598
25992002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2600
2601        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2602        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2603
26042002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2605
2606        * acinclude.m4: Add test "$multilib" != "yes".
2607        * config-ml.in: Remove.
2608        * acinclude.m4: Cleanups.
2609        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2610        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2611        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2612        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2613        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2614
26152002-07-16      Eric Norum <eric.norum@usask.ca>
2616
2617        * New driver for the Intel EtherExpressPro (82559ER) chip.
2618        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2619        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2620        * libchip/network/Makefile.am: Modified to reflect above.
2621
26222002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2623
2624        * acinclude.m4: New.
2625        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2626        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2627        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2628
26292002-07-01      Joel Sherrill <joel@OARcorp.com>
2630
2631        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2632        _Objects_Information_table now that it is a two dimensional array based
2633        upon API and class.
2634        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2635        of strnlen().
2636
26372002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2638
2639        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2640        preinstall libnetapps.a.
2641
26422002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2643
2644        * configure.ac: Remove librpc.
2645
26462002-06-25      Joel Sherrill <joel@OARcorp.com>
2647
2648        * Per PR233, moved librpc to exec.
2649        * configure.ac, wrapup/Makefile.am: Modified.
2650        * librpc, librpc/ChangeLog: Removed.
2651
26522002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2653
2654        * optman/Makefile.am: Remove multilib support.
2655        * optman/configure.ac: Ditto.
2656        * optman/sapi/Makefile.am: Ditto.
2657
26582002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2659
2660        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2661        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2662
26632002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2664
2665        Move networking libraries to c/src/exec/libnetworking
2666        * libnetworking/configure.ac, libnetworking/Makefile.am,
2667        libnetworking/wrapup/Makefile.am: Reflect Moval.
2668
26692002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2670
2671        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2672        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2673        <rtems/bspIo.h>.
2674
26752002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2676
2677        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2678        * libnetworking/rtems/mkrootfs.h: Ditto.
2679        * libnetworking/rtems/Makefile.am: Reflect changes above.
2680
26812002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2682
2683        * configure.ac: Remove lib.
2684
26852002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2686
2687        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2688        that exception stack frames on M68K members with VBR always are 6 byte
2689        long. The incorrect assumption resulted in some gdb commands like "next"
2690        to fail on the 68360.
2691
26922002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2693
2694        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2695        PR 220
2696        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2697        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2698        CVS.
2699        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2700        libnetworking/sys/filio.h: Remove.
2701        * libnetworking/sys/Makefile.am: Reflect changes above.
2702
27032002-05-07      Chris Johns <ccj@acm.org>
2704
2705        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2706        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2707        requires it to be stripped.
2708
27092002-05-01      Eric Norum <eric.norum@usask.ca>
2710
2711        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2712        assembly  to satisfy gcc 3.1 and newer.
2713
27142002-04-26      Eric Norum <eric.norum@usask.ca>
2715
2716        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2717        agressive optimization in gcc 3.1 does not reorder things.
2718
27192002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2720
2721        * libchip/network/dec21140.c: Reflect changes to powerpc's
2722        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2723        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2724        <rtems/score/cpu.h>.
2725        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2726        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2727
27282002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2729
2730        * optman/configure.ac: Remove ENABLE_GCC28.
2731
27322002-04-11      Chris Johns <ccj@acm.org>
2733
2734        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2735        driver control block field to the ifconfig network driver structure.
2736        This field is needed by the i82586 driver which was ported from NetBSD
2737        as it had better hardware abstraction.
2738        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2739        PR59, added the drv_ctrl driver control block field to the ifconfig
2740        network driver structure. This field is needed by the i82586 driver
2741        which was ported from NetBSD as it had better hardware abstraction.
2742
27432002-04-10      Mike Siers <mikes@poliac.com>
2744
2745        * libnetworking/rtems_webserver/NOTES,
2746        libnetworking/rtems_webserver/asp.c,
2747        libnetworking/rtems_webserver/balloc.c,
2748        libnetworking/rtems_webserver/default.c,
2749        libnetworking/rtems_webserver/ej.h,
2750        libnetworking/rtems_webserver/ejIntrn.h,
2751        libnetworking/rtems_webserver/ejlex.c,
2752        libnetworking/rtems_webserver/ejparse.c,
2753        libnetworking/rtems_webserver/emfdb.c,
2754        libnetworking/rtems_webserver/emfdb.h,
2755        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2756        libnetworking/rtems_webserver/handler.c,
2757        libnetworking/rtems_webserver/license.txt,
2758        libnetworking/rtems_webserver/md5.h,
2759        libnetworking/rtems_webserver/md5c.c,
2760        libnetworking/rtems_webserver/mime.c,
2761        libnetworking/rtems_webserver/misc.c,
2762        libnetworking/rtems_webserver/ringq.c,
2763        libnetworking/rtems_webserver/rom.c,
2764        libnetworking/rtems_webserver/security.c,
2765        libnetworking/rtems_webserver/sock.c,
2766        libnetworking/rtems_webserver/sym.c,
2767        libnetworking/rtems_webserver/uemf.c,
2768        libnetworking/rtems_webserver/uemf.h,
2769        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2770        libnetworking/rtems_webserver/url.c,
2771        libnetworking/rtems_webserver/value.c,
2772        libnetworking/rtems_webserver/wbase64.c,
2773        libnetworking/rtems_webserver/webcomp.c,
2774        libnetworking/rtems_webserver/webpage.c,
2775        libnetworking/rtems_webserver/webrom.c,
2776        libnetworking/rtems_webserver/webs.c,
2777        libnetworking/rtems_webserver/webs.h,
2778        libnetworking/rtems_webserver/websuemf.c,
2779        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2780        2.1.4.
2781
27822002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2783
2784        * libchip/network/i82586.c: Include <string.h>.
2785        * libchip/network/sonic.c: Ditto.
2786
27872002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2788
2789        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2790
27912002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2792
2793        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2794
27952002-03-27      Thomas.Doerfler@imd-systems.de
2796
2797        PR 144
2798        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2799        memory address 0 when called for the first time. This is done when
2800        trying to clear the variable "dhcp_hostname".
2801
28022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2803
2804        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2805        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2806        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2807        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2808        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2809        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2810        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2811        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2812        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2813        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2814        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2815        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2816        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2817        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2818        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2819        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2820        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2821        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2822        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2823        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2824        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2825        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2826        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2827        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2828        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2829        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2830        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2831        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2832        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2833        AUTOMAKE_OPTIONS.
2834        * libnetworking/configure.ac:
2835        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2836        foreign 1.6]).
2837        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2838        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2839        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2840        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2841        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2842        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2843        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2844        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2845        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2846        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2847        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2848        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2849        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2850        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2851        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2852        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2853        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2854
28552002-03-27      Ilya Alexeev <ilya@continuum.ru>
2856
2857        PR 162
2858        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2859        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2860        used in a device write routines.  Now ppp_softc structure have own
2861        character for writing to device (sc_outchar).  I think that converting
2862        local variables to static is not a right solution, because problems will
2863        occur in the case of two or more ppp instances.
2864        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2865        must be u_long, otherwise in the case of the big output packet endless
2866        loop may occur.
2867
28682002-03-21      Ilya Alexeev <ilya@continuum.ru>
2869
2870        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2871        preparations for multiple PPPD connections.
2872
28732002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2874
2875        PR 149
2876        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2877        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2878        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2879        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2880
28812002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2882
2883        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2884        * configure.ac: Modified to reflect addition.
2885
28862002-02-27      Ilya Alexeev <ilya@continuum.ru>
2887
2888        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2889        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2890        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2891        capabilities as well as eliminate some warnings.
2892
28932002-02-27      Eric Norum <eric.norum@usask.ca>
2894
2895        * libnetworking/net/radix.c: Properly handle fetching the default route
2896        when there is no route.  This was a bug in the original FreeBSD code and
2897        this fix is from an updated version of their code.
2898
28992002-02-16      Eric Norum <eric.norum@usask.ca>
2900
2901        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2902        checking.
2903
29042002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2905
2906        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2907        dodefaultroute.
2908
29092002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2910
2911        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2912        include <rtems/seterr.h>.
2913
29142002-02-01      Mike Siers <mikes@poliac.com>
2915
2916        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2917        avoid bringing the link down too fast. NOTE: Mike reports successfully
2918        running at 56K baud on a direct link.
2919
29202002-02-01      Eric Valette <valette@crf.canon.fr>
2921
2922        * librdbg/So many patches have been posted recently on the mailing list
2923        and  because we were unable to find correct solution to compile on
2924        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2925        because the coding  style of rdbg was rather inconsistant among various
2926        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2927        global coding style (using indent + manual edits), 2) incorporate/review
2928        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2929        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2930        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2931        after rdbg initialization is done, NB : the paches is huge but it is
2932        mainly due to coding styke chnages.  Only few lines of codes have been
2933        really changed and they do not impact  rdbg functionnality (AFAIKT).
2934        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2935        librdbg/include/rdbg/m68k/rdbg_f.h,
2936        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2937        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2938        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2939        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2940        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2941        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2942        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2943        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2944        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2945        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2946        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2947        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2948        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2949        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2950        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2951        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2952
29532002-01-31      Mike Siers <mikes@poliac.com>
2954
2955        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2956        * Nice Update of PPPD support which eliminates the requiremetn that
2957        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2958        and reports that it seems to be more stable and handle larger packets
2959        better.  This patch replaces the termios tasks with more general pppd
2960        network driver tasks.  The functions pppinput() and pppstart() get
2961        called from the interrupt service routine.
2962        * libnetworking/Makefile.am, libnetworking/configure.ac,
2963        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2964        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2965        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2966        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2967        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2968        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2969        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2970        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2971        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2972        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2973        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2974        libnetworking/net/route.c, libnetworking/net/route.h,
2975        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2976        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2977        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2978        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2979        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2980        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2981        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2982        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2983        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2984        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2985        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2986        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2987        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2988        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2989        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2990        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2991        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2992        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2993        libnetworking/pppd/example/README,
2994        libnetworking/pppd/example/netconfig.h,
2995        libnetworking/wrapup/Makefile.am: Modified.
2996        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2997        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2998        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2999        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
3000        * libnetworking/modem/, libnetworking/modem/.cvsignore,
3001        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
3002        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
3003        libnetworking/modem/pppcompress.c: Subdirectory removed.
3004
30052002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3006
3007        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
3008        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
3009
30102002-01-18      Till Straumann <strauman@slac.stanford.edu>
3011
3012        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
3013        issues: - exception handler needs to enable MSR_FP if the interrupted
3014        thread is FP enabled. - printk message for MSR fixed and added
3015        stacktrace. NOTE: this requires the stacktrace patch to
3016        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
3017        however).
3018
30192002-01-06      Joel Sherrill <joel@OARcorp.com>
3020
3021        * optman/.cvsignore: Added aclocal.m4 and configure.
3022        * optman/.cvsignore: New file.
3023
30242002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3025
3026        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
3027
30282002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3029
3030        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
3031        * optman/ChangeLog: New.
3032        * optman/configure.ac: New.
3033        * optman/Makefile.am: New.
3034        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
3035        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
3036
30372001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3038
3039        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
3040
30412001-12-18      Eric Norum <eric.norum@usask.ca>
3042
3043        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
3044        `directories' (path names with a / at the end) while disallowing open()
3045        operations on TFTP `directories'.
3046
30472001-12-07      Eric Norum <eric.norum@usask.ca>
3048
3049        * libnetworking/lib/tftpDriver.c: Restore write capability.
3050
30512001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3052
3053        * libchip/network/sonic.h: Fix typo.
3054        * libnetworking/arpa/Makefile.am: Remove stray lines.
3055
30562001-10-30      Victor V. Vengerov <vvv@oktet.ru>
3057
3058        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
3059
30602001-10-18      Eric Norum <eric.norum@usask.ca>
3061
3062        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
3063        chdir() and open() operations within the TFTP file system.
3064
30652001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3066
3067        * librdbg/configure.ac: Fix latent bug exposed by removal of
3068        config.cache's which prevented powerpc targets librdbg from building.
3069
30702001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3071
3072        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
3073        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
3074        autoconf-2.52 happy.
3075
30762001-10-12      Mike Siers <mikes@poliac.com>
3077
3078        * libnetworking/Update to stable working state.  Congratulations Mike!
3079        :).
3080        * libnetworking/modem_example: Directory removed.
3081        * libnetworking/modem_example/16550.h,
3082        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
3083        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3084        libnetworking/modem_example/ppp.h,
3085        libnetworking/modem_example/pppcompress.c: Files removed.
3086        * libnetworking/pppd/example/pppd.options: New file.
3087        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3088        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3089        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3090        libnetworking/pppd/rtemsmain.c: Updated.
3091
30922001-10-12      Joel Sherrill <joel@OARcorp.com>
3093
3094        * libchip/serial/z85c30.c: Fixed typo.
3095
30962001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3097
3098        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3099        * configure.in: Remove.
3100        * configure.ac: New file, generated from configure.in by autoupdate.
3101        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3102        * libchip/configure.in: Remove.
3103        * libchip/configure.ac: New file, generated from configure.in by
3104        autoupdate.
3105        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3106        * librdbg/configure.in: Remove.
3107        * librdbg/configure.ac: New file, generated from configure.in by
3108        autoupdate.
3109        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3110        * libnetworking/configure.in: Remove.
3111        * libnetworking/configure.ac: New file, generated from configure.in by
3112        autoupdate.
3113
31142001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3115
3116        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3117        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3118        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3119
31202001-09-27      Joel Sherrill <joel@OARcorp.com>
3121
3122        * libchip/ChangeLog: Fixed typo in date.
3123
31242001-09-27      Eric Norum <eric.norum@usask.ca>
3125
3126        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3127        TFTP  filesystem.
3128
31292001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3130
3131        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3132        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3133        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3134        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3135        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3136        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3137        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3138        'PREINSTALL_FILES ='.
3139        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3140        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3141        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3142        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3143        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3144        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3145        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3146        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3147        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3148        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3149        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3150        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3151
31522001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3153
3154        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3155        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3156        * librdbg/src/m68k/any/Makefile.am: Ditto.
3157        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3158        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3159        happy.
3160
31612001-09-21      Joel Sherrill <joel@OARcorp.com>
3162
3163        * libchip/network/Makefile.am: Fixed typo on file name.
3164        * libchip/network/i82586.c: Commented out line 318 which is referencing
3165        a member of a structure that is not currently there.  This needs to be
3166        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3167        to C style.
3168
31692001-09-19      Eric Norum <eric.norum@usask.ca>
3170
3171        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3172
31732001-09-19      Chris Johns <ccj@acm.org>
3174
3175        * libchip/network/README.i82586, libchip/network/i82586.c,
3176        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3177        Network driver for Intel i82586.
3178        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3179        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3180        "root" filesystem with information obtained via the DHCP response.
3181
31822001-09-14      Eric Norum <eric.norum@usask.ca>
3183
3184        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3185        make gcc 3.x happy.
3186
31872001-08-16      Mike Siers <mikes@poliac.com>
3188
3189        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3190        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3191        These support callback functionality that has not even been compiled
3192        under RTEMS yet.
3193        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3194        example application.  Mike's notes on the modifications: - renamed
3195        error() function because of namespace problems - removed calls to the
3196        exit() funciton - removed extra files from the pppd source directory -
3197        defined pppd task constant values in rtemspppd.h - modifyied example
3198        code to get actual tick per second value - placed the pppd 2.3.11 man
3199        page file (pppd.8) into the pppd directory.
3200        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3201        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3202        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3203        libnetworking/pppd/rtems-ppp.c: Deleted.
3204        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3205        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3206        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3207        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3208        libnetworking/pppd/example/init.c,
3209        libnetworking/pppd/example/netconfig.h,
3210        libnetworking/pppd/example/ppp.conf,
3211        libnetworking/pppd/example/pppdapp.c,
3212        libnetworking/pppd/example/system.h: New files.
3213        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3214        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3215        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3216        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3217        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3218        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3219        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3220        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3221        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3222        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3223        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3224        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3225        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3226        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3227        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3228
32292001-08-16      Joel Sherrill <joel@OARcorp.com>
3230
3231        * libnetworking/pppd/example/Makefile: Removed.
3232        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3233        to avoid bootstrap -c clobbering it.
3234        * libnetworking/rtems_telnetd/.cvsignore: New file.
3235
32362001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3237
3238        * libnetworking/Makefile.am, libnetworking/configure.in,
3239        libnetworking/rtems_servers/Makefile.am,
3240        libnetworking/rtems_servers/telnetd.c,
3241        libnetworking/rtems_servers/telnetd.h,
3242        libnetworking/rtems_telnetd/Makefile.am,
3243        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3244        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3245        libnetworking/rtems_telnetd/telnetd.c,
3246        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3247        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3248        effect when ftpd change. - the tcp/ip stats have been implemented into
3249        icmds.c and started when telnetd daemon is started.
3250        * libnetworking/rtems_servers/telnetd.c,
3251        libnetworking/rtems_servers/telnetd.h: Removed.
3252        * libnetworking/rtems_telnetd: New directory.
3253        * libnetworking/rtems_telnetd/Makefile.am,
3254        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3255        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3256        libnetworking/rtems_telnetd/telnetd.c,
3257        libnetworking/rtems_telnetd/telnetd.h: New files.
3258
32592001-06-14      Joel Sherrill <joel@OARcorp.com>
3260
3261        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3262        Moved from libmisc/shell so the network stack to address network
3263        depenendency.
3264        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3265
32662001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3267
3268        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3269
32702001-05-15      Joel Sherrill <joel@OARcorp.com>
3271
3272        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3273        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3274        accidentally deleted the incorrectly empty versions.
3275
32762001-05-14      Till Straumann <strauman@slac.stanford.edu>
3277
3278        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3279        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3280        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3281        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3282        to know the values) - the affected BSP (shared/motorola) headers have
3283        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3284        driver (libchip/network/dec21140.c) has been fixed to use
3285        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3286        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3287        who is using this driver. - the DEC driver also has been fixed to use
3288        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3289        delay_in_bus_cycles().
3290
32912001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3292
3293        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3294
32952001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3296
3297        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3298
32992001-04-24      Eric Norum <eric.norum@usask.ca>
3300
3301        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3302        NTP synchronization a little more robust -- no NTP daemon yet, but at
3303        least it trys a little harder when the primary NTP server is down.
3304
33052001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3306
3307        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3308        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3309        libnetworking/pppd/modem_example/modem.c,
3310        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3311        other strings into English.
3312        * libnetworking/pppd/STATUS: updated to reflect the changes.
3313
33142001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3315
3316        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3317        again.
3318
33192001-04-20      Eric Valette <valette@crf.canon.fr>
3320
3321        * mcp750 directory renamed new_exception processing as it supports many
3322        more CPU models.
3323        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3324        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3325        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3326        formerly in mcp750 plus modifications.
3327        * librdbg/src/powerpc/mcp750/.cvsignore,
3328        librdbg/src/powerpc/mcp750/Makefile.am,
3329        librdbg/src/powerpc/mcp750/remdeb.h,
3330        librdbg/src/powerpc/mcp750/remdeb_f.x,
3331        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3332        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3333        new_exception_processing.
3334        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3335        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3336        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3337        part of this effort to add support for the MPC8xx.
3338
33392001-04-19      Joel Sherrill <joel@OARcorp.com>
3340
3341        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3342        internal include files.
3343
33442001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3345
3346        PR 158
3347        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3348        rcmd() library call by commenting out the parts that deal with signals.
3349        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3350        stdio. The 'server-side' parts of this file which deal with
3351        authentication are disabled since they are not needed.
3352
33532001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3354
3355        * libnetworking/include/.cvsignore: Remove dangling file.
3356
33572001-03-14      Joel Sherrill <joel@OARcorp.com>
3358
3359        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3360        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3361        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3362        libchip style serial drivers can be written in libcpu or libbsp.
3363
33642001-03-01      Joel Sherrill <joel@OARcorp.com>
3365
3366        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3367        libchip/network/sonic.c, libchip/network/sonic.h,
3368        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3369        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3370        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3371        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3372        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3373        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3374        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3375        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3376
33772001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3378
3379        * librdbg/include/rdbg/Makefile.am,
3380        librdbg/include/rdbg/i386/Makefile.am,
3381        librdbg/include/rdbg/m68k/Makefile.am,
3382        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3383        style on include files.
3384
33852001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3386
3387        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3388        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3389        replace ${..} with $(..).
3390        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3391        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3392        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3393        libnetworking/rtems/Makefile.am, libnetworking/
3394        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3395        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3396        include_*HEADERS instead of H_FILES.
3397        * libnetworking/include/Makefile.am: Remove.
3398        * libnetworking/Makefile.am: Add handling of *.h files.
3399        * libnetworking/configure.in: Remove include/Makefile.
3400
34012001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3402
3403        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3404
34052001-01-31      Sergei Organov <osv@javad.ru>
3406
3407        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3408        current dir and root dir removed in favor of new libio support for
3409        task-local current and root directories. - Bug in `close_data_socket()'
3410        introduced by previous change fixed. - `command_pasv()' changed to set
3411        timeout on socket we are listening on and code fixed to don't close
3412        socket twice on error. - `serr()' changed to clear `errno'. -
3413        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3414        changed to clear `errno' before processing session. -
3415        `close_data_socket()' fixed to close both active and passive sockets -
3416        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3417        empty string  in `exec_command()'.
3418
34192001-01-25      Eric Norum <eric.norum@usask.ca>
3420
3421        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3422        improves throughput on systems which are dropping packets.   Only the
3423        first timeout is reduced.  This keeps the number of extra packets down
3424        on networks that are very busy and dropping lots of packets.
3425
34262001-01-24      Sergei Organov <osv@javad.ru>
3427
3428        * libnetworking/rtems_servers/ftpd.c,
3429        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3430        - Timeouts on sockets implemented. 'idle' field added to configuration.
3431        No timeout by default to keep backward compatibility. Note: SITE IDLE
3432        command not implemented yet. - Basic global access control implemented.
3433        'access' field added to configuration. No access limitations by default
3434        to keep backward compatibility. - Anchor data socket for active mode
3435        (using self IP and port 20.) - Fixed default data port support (still
3436        not tested). - Don't allow IP address different from originating host in
3437        PORT command to improve security. - Fixed bug in MDTM command. - Check
3438        for correctness of parsing of argument in command_port(). - Fixed
3439        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3440        a directory. - Command parsing a little bit improved: command names are
3441        now converted to upper-case to be more compatible with RFC (command
3442        names are not case-sensitive.) - Reformat comments so that they have
3443        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3444        previous changes - True ASCII mode implemented (doesn't work for hooks
3445        and /dev/null) - Passive mode implemented, PASV command added. - Default
3446        port for data connection could be used (untested, can't find ftp client
3447        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3448        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3449
34502001-01-18      Joel Sherrill <joel@OARcorp.com>
3451
3452        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3453        macro using variable arguments.
3454        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3455        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3456        since I updated the main RTEMS development machine to RedHat 7.2 and
3457        apparently got a new version of rpcgen.
3458
34592001-01-12      Sergei Organov <osv@javad.ru>
3460
3461        * libnetworking/rtems_servers/ftpd.c,
3462        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3463        - use pool of pre-created threads to handle sessions instead of
3464        creating/deleting threads on the fly - LIST output is now similar to
3465        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3466        happy with it. - LIST NAME now works (both for files and directories) -
3467        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3468        clients happy  - keep track of CWD for every session separately -
3469        ability to specify root directory name for FTPD in configuration table.
3470        FTPD will then create illusion for FTP clients that this is actually
3471        root directory. - ignore options sent in commands, thus LIST -al FILE
3472        works and doesn't try to list "-al" directory. - buffers are allocated
3473        on stack instead of heap where possible to eliminate malloc/free calls
3474        (avoid possible heap fragmentation troubles). - drop using of task
3475        notepad to pass parameters - use function arguments instead - use
3476        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3477        in socket() instead of AF_INET.
3478
34792001-01-02      Joel Sherrill <joel@OARcorp.com>
3480
3481        * libnetworking/CHANGELOG: Removed.
3482        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3483
34842000-12-14      Eric Norum <eric.norum@usask.ca>
3485
3486        * libnetworking/lib/tftpDriver.c: Added write capability.
3487
34882000-12-08      Joel Sherrill <joel@OARcorp.com>
3489
3490        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3491        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3492        numerous variable declarations conditional on PPP_COMPRESS and
3493        PPP_FILTER.  Commented out variables that were not used because the code
3494        using them was commented out. Removed totally unused variables.
3495        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3496        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3497
34982000-11-30      Joel Sherrill <joel@OARcorp.com>
3499
3500        * libnetworking/modem/ppp_tty.c: Changed to include
3501        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3502        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3503        * libnetworking/Makefile.am: Modified to reflect above.
3504
35052000-11-27      Joel Sherrill <joel@OARcorp.com>
3506
3507        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3508
35092000-11-25      Eric Norum <eric.norum@usask.ca>
3510
3511        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3512        core.
3513
35142000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3515
3516        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3517        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3518        subdir.
3519        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3520        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3521        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3522        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3523        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3524        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3525        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3526        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3527        ppp_tty.c and the real pppd main is in pppmain.c.
3528
35292000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3530
3531        * libchip/network/sonic.c: Added ipalign() routine to align the received
3532        packet so that the ip header is on a 32-bit boundary. Necessary for
3533        cpu's that do not allow unaligned loads and stores and when the 32-bit
3534        DMA mode is used.
3535
35362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3537
3538        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3539        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3540        ACLOCAL_AMFLAGS.
3541        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3542        ACLOCAL_AMFLAGS.
3543        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3544        ACLOCAL_AMFLAGS.
3545
35462000-11-03      Chris Johns <ccj@acm.org>
3547
3548        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3549        libchip/network/cs8900.h: New files.
3550
35512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3552
3553        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3554        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3555        $(RTEMS_TOPdir)/aclocal.
3556        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3557        $(RTEMS_TOPdir)/aclocal.
3558        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3559        $(RTEMS_TOPdir)/aclocal.
3560
35612000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3562
3563        * configure.in: Switch to GNU-canonicalization.
3564        * Makefile.am: Reflect changes to configure.in.
3565        * acinclude.m4: Remove.
3566
35672000-10-30      Joel Sherrill <joel@OARcorp.com>
3568
3569        * POSIX include files merged into newlib.  This resulted in some
3570        definitions moving to other files and thus some secondary effects in
3571        RTEMS source code.
3572        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3573        in sync with newlib's <machine/types.h>.
3574        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3575        definition of struct itimerval in <sys/time.h>.
3576
35772000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3578
3579        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3580        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3581        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3582        * ChangeLog: Fix typos.
3583        * configure.in: add tests to the GNU canonicalized subdirectories.
3584
35852000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3586
3587        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3588        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3589        the lib directory before configuring lib/.
3590
35912000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3592
3593        * configure.in, Makefile.am: add exec to the GNU canonicalized
3594        subdirectories.
3595        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3596        * configure.in: add libnetworking, librpc and librdb to the GNU
3597        canonicalized subdirectories.
3598        * configure.in: add libmisc and libchip to the GNU canonicalized
3599        subdirectories.
3600        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3601        Switch to GNU canonicalization.
3602        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3603        Switch to GNU canonicalization.
3604        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3605        Switch to GNU canonicalization.
3606
36072000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3608
3609        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3610        canonicalization to libfs/. The approach is currently a bit of a hack as
3611        GNU canonicalization does not support the per-BSP build some of the
3612        other directories require.  As more of the tree is converted, this will
3613        become less  of an issue.
3614
36152000-10-20      Joel Sherrill <joel@OARcorp.com>
3616
3617        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3618        parameter.
3619
36202000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3621
3622        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3623        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3624        * librdbg/configure.in: Add m68k support.
3625        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3626        subdirectory.
3627        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3628        failure.
3629        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3630        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3631        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3632        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3633        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3634        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3635        librdbg/src/m68k/.cvsignore: New files.
3636        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3637        function pointers.
3638        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3639        _after_ pointer has been checked against NULL.
3640
36412000-10-18      Joel Sherrill <joel@OARcorp.com>
3642
3643        * wrapup/Makefile.am: Added libfs.
3644
36452000-10-18      Chris Johns <ccj@acm.org>
3646
3647        * libfs created.
3648        * configure.in: Added libfs subdirectory.
3649        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3650
36512000-09-28      Joel Sherrill <joel@OARcorp.com>
3652
3653        * libnetworking/rtems_webserver/Makefile.am,
3654        libnetworking/rtems_webserver/base64.c,
3655        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3656        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3657
36582000-09-22      Joel Sherrill <joel@OARcorp.com>
3659
3660        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3661        libnetworking/rtems/rtems_bsdnet_internal.h,
3662        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3663        have included rtems.h.  It is now including precisely the  least amount
3664        of low level, yet portable .h files to get the basic RTEMS types
3665        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3666        used machine/types.h to include rtems.h.
3667
36682000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3669
3670        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3671
36722000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3673
3674        * libnetworking/ChangeLog: Cleanup.
3675
36762000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3677
3678        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3679        * libchip/ChangeLog: Fix formating.
3680
36812000-09-05      Joel Sherrill <joel@OARcorp.com>
3682
3683        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3684        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3685        confusion and to work with the converted flags.
3686
36872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3688
3689        * wrapup/Makefile.am: Include compile.am.
3690        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3691        libchip/serial/Makefile.am: Include compile.am.
3692        * librdbg/src/i386/any/Makefile.am,
3693        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3694        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3695        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3696        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3697        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3698        libnetworking/rtems_servers/Makefile.am,
3699        libnetworking/rtems_webserver/Makefile.am,
3700        libnetworking/wrapup/Makefile.am: Include compile.am.
3701
37022000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3703
3704        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3705        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3706
37072000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3708
3709        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3710
37112000-08-31      Joel Sherrill <joel@OARcorp.com>
3712
3713        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3714        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3715        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3716        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3717        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3718        * libnetworking/wbase64.c: Removed.
3719        * libnetworking/Makefile.am, libnetworking/asp.c,
3720        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3721        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3722        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3723        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3724        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3725        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3726        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3727        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3728        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3729        Modified.
3730
37312000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3732
3733        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3734
37352000-08-30      Joel Sherrill <joel@OARcorp.com>
3736
3737        * libnetworking/rtems_webserver/license.txt: New file.
3738
37392000-08-10      Joel Sherrill <joel@OARcorp.com>
3740
3741        * ChangeLog: New file.
3742        * libchip/ChangeLog: New file.
3743        * librdbg/ChangeLog: New file.
3744        * libnetworking/ChangeLog: New file.
3745
Note: See TracBrowser for help on using the repository browser.