source: rtems/c/src/ChangeLog @ 2c77cbff

4.104.114.95
Last change on this file since 2c77cbff was fc216b96, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/08 at 10:49:03

2008-08-18 Ralf Corsépius <ralf.corsepius@…>

  • libchip/network/dec21140.c: Add missing prototype.
  • Property mode set to 100644
File size: 138.9 KB
Line 
12008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * libchip/network/dec21140.c: Add missing prototype.
4        * libchip/ide/ata.c, libchip/network/elnk.c: Add missing prototypes.
5
62008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * aclocal/prog-cc.m4: Add -Wimplicit-function-declaration
9        -Wstrict-prototypes to RTEMS_CFLAGS.
10
112008-08-02      Chris Johns <chrisj@rtems.org>
12
13        * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
14        rtems_blkdev_request count and start references. Use
15        RTEMS_BLKDEV_START_BLOCK.
16
172008-07-29      Chris Johns <chrisj@rtems.org>
18
19        * libchip/i2c/spi-sd-card.c: Updated to the libblock changes.
20
21        * libchip/ide/ata.c: Change to use a mutex rather than disable
22        pre-emption. Updated to the libblock changes.
23
24        * libchip/ide/ata_internal.h: Updated to the new chains API.
25
26        * libchip/ide/ide_controller.c: Updated to the libblock
27        changes. Added come debug tracing.
28
29        * libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h: Updated
30        to the libblock changes.
31
322008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * configure.ac: Remove RPCGEN, RPCTOOLS.
35
362008-07-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
37
38        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Use inttypes.h
39        for output format specifiers.
40
412008-07-17      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
42
43        * libchip/display/font_hcms29xx.h, libchip/display/disp_hcms29xx.h:
44        Fixed some data types
45
462008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
47
48        * libchip/i2c/spi-sd-card.c: Added missing header file.
49        * libchip/Makefile.am: Added SD Card driver.
50
512008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
52
53        * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
54        make glyphs non-constant, added file headers
55
562008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
57
58        * libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
59        * libchip/display/disp_hcms29xx.h, libchip/display/font_hcms29xx.c
60        * libchip/display/font_hcms29xx.h
61        Creation of SPI display driver
62
632008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
64
65        * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: SD Card driver
66        via SPI.
67
682008-06-29      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
71        AC_PREREQ(2.62).
72
732008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
76
772008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * libchip/Makefile.am: Move termios helper routines from libchip to
80        libcsupport. Add routine which makes it easy for a termios device
81        driver to inform termios of its default baud rate. This avoids
82        inconsistencies in later termios settings changes.
83        * libchip/serial/termios_baud2index.c,
84        libchip/serial/termios_baud2num.c: Removed.
85
862008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
89
902008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
93        not fail if there are none.
94
952008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
96
97        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
98        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
99        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
100        * libchip/Makefile.am:
101        derived a generic spi memory driver from spi-flash-m25p40,
102        added descriptor for fram fm25l256
103
1042008-05-07      Till Straumann <strauman@slac.stanford.edu>
105
106        PR 649/bsps
107        * libchip/ide/ata.c: Give up if the interface does not become ready.
108
1092008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        Moved to cpukit.
112        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
113        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
114        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
115        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
116        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
117        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
118        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
119        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
120        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
121        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
122        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
123        nfsclient/src/xdr_mbuf.c: Removed.
124
1252008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
128
1292008-01-05      Chris Johns <chrisj@rtems.org>
130
131        * libchip/flash/am29lv160.c: Update the blank check error message
132        to say there is an error.
133       
1342007-12-22      Chris Johns <chrisj@rtems.org>
135
136        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
137        the hello message. Just one line but still a little too long.
138       
1392007-12-14      Chris Johns <chrisj@rtems.org>
140
141        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
142        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
143        * libchip/flash, libchip/flash/am29lv160.c,
144        libchip/flash/am29lv160.h: New.
145
1462007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
147
148        * libchip/network/if_fxp.c: Spacing.
149
1502007-11-20      Till Straumann <strauman@slac.stanford.edu>
151
152        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
153        Avoid using 'stdio' before the system is up and fully
154        initialized.
155
1562007-11-20      Till Straumann <strauman@slac.stanford.edu>
157
158        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
159        * libchip/Makefile.am, libchip/preinstall.am:
160        added new driver for Maxim DS1375 i2c RTC.
161
1622007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
163
164        * libchip/i2c/spi-flash-m25p40.c:
165        added addressing call in write function
166
1672007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
168
169        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
170        * libchip/Makefile.am:
171        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
172
1732007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
174
175        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
176
1772007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
178
179        * nfsclient/Makefile.am: Fix errors.
180
1812007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
182
183        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
184
1852007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * aclocal/version.m4: Bump RTEMS_API to 4.9.
188        Bump RTEMS_VERSION to 4.8.99.0.
189
1902007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
191
192        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
193
1942007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * configure.ac: Remove AC_PROG_AWK (Unused).
197
1982007-09-14      Daron Chabot <djc915@mail.usask.ca>
199
200        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
201        rtems_interrupt_vector, to permit passing arbitrary arguments to the
202        ISR. Clean up of variables to silence compiler warnings.
203
2042007-09-13      Daniel Hellstrom <daniel@gaisler.com>
205
206        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
207
2082007-09-12      Daniel Hellstrom <daniel@gaisler.com>
209
210        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
211          - Odd bit bug in some chips taken care of.
212          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
213            alignment but failing to do so must have made the driver writer to make
214            some incorrect assumptions about MBUFs.
215          - Fixed MBUF handling to handle mbuf chains better. The Data length of
216            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
217          - Made while loop responsible for copying data to fifo port copy 16 shorts
218            per loop instead of 1 short, increasing the copying process.
219
2202007-09-07      Daniel Hellstrom <daniel@gaisler.com>
221
222        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
223        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
224
2252007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
226
227        * configure.ac, wrapup/Makefile.am: Remove RDBG.
228        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
229        librdbg/Makefile.am, librdbg/preinstall.am,
230        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
231        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
232        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
233        librdbg/include/rdbg/powerpc/rdbg_f.h,
234        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
235        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
236        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
237        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
238        librdbg/src/servtsp.c, librdbg/src/servutil.c,
239        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
240        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
241        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
242        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
243        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
244        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
245        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
246        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
247        librdbg/src/powerpc/rdbg_f.c,
248        librdbg/src/powerpc/new_exception_processing/remdeb.h,
249        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
250        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
251        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
252
2532007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
254
255        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
256
2572007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
258
259        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
260          sizes.
261
2622007-07-27      Chris Johns <chrisj@rtems.org>
263
264        * wrapup/Makefile.am: Create archive from a file for hosts
265        with a limited command line size.
266
2672007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
268
269        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
270          sizes.
271
2722007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
273       
274        * configure.ac: Add nfsclient.
275        * nfsclient/Makefile.am: New.
276        * nfsclient/proto/Makefile, nfsclient/Makefile,
277          nfsclient/src/Makefile: Remove.
278        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
279        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
280
2812007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
282
283        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
284        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
285        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
286        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
287        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
288        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
289        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
290        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
291        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
292        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
293        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
294        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
295
2962007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
297
298        * libchip/serial/ns16550.c: removed timed out wait for transmitter
299        to become ready: This will not work for fast CPUs.
300
3012007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
302
303        * libchip/ide/ata.c: fixed warning
304
3052007-06-20      Ray Xu <rayx@gmail.com>
306
307        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
308        console, and libio. This shrinks the memory requirements but Joel has
309        not figured out how best to present this to application space.
310        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
311        New files.
312
3132007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
314
315        * optman/sapi/no-io.c: Split IO Manager into one function per file so
316        now we only need required initialization methods.
317
3182007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
319
320        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
321        parameter since it was used to configure a no longer used feature.
322        Device names are now part of the filesystem not in a table.
323
3242007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
325
326        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
327        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
328        optman/rtems/no-part.c, optman/rtems/no-region.c,
329        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
330        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
331        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
332        other optional managers so using them reduces application size
333        instead of increasing it.
334        * optman/rtems/no-barrier.c: New file.
335
3362007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
337
338        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
339        adjustments to pci-API changes.
340        * libchip/network/dec21140.c, libchip/network/elnk.c,
341        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
342        changes.
343
3442007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
345
346        * libchip/network/dec21140.c, libchip/network/if_dc.c,
347        libchip/network/if_fxp.c: Reflect changes to pci-API.
348
3492007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
350
351        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
352        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
353
3542007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
355
356        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
357          being used to compile "tools").
358
3592007-03-13      Joel Sherrill <joel@OARcorp.com>
360
361        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
362
3632007-03-12      Joel Sherrill <joel@OARcorp.com>
364
365        * libchip/network/cs8900.c, libchip/network/cs8900.h,
366        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
367        and/or fix mistake in copyright notice. Both of these mistakes appear
368        to be from code submitted after these changes were made previously.
369
3702007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
371
372        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
373
3742007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
375
376        * libchip/Makefile.am: Correct path to README.tulipclone.
377
3782007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
379
380        * libchip/ide/ata.c: Remove superfluous type casts.
381
3822007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
383
384        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
385        Use size_t for sizes.
386
3872007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
388
389        * libchip/ide/ata.c: in ata_request_done: moved call to free()
390        from preemption disabled region
391
3922007-01-16      Till Straumann <strauman@slac.stanford.edu>
393
394        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
395        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
396        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
397
3982006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
399
400        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
401          ioctl_command_t as ioctl argument.
402
4032006-12-13      Joel Sherrill <joel@OARcorp.com>
404
405        * librtems++/include/rtems++/rtemsEvent.h,
406        librtems++/include/rtems++/rtemsMessageQueue.h,
407        librtems++/include/rtems++/rtemsSemaphore.h,
408        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
409        librtems++/src/rtemsMessageQueue.cc,
410        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
411        rtems_unsigned32 to uint32_t.
412
4132006-12-13      Joel Sherrill <joel@OARcorp.com>
414
415        PR 1181/bsps
416        * optman/rtems/no-msg.c: Clean up dead code.
417
4182006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
419
420        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
421
4222006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
423
424        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
425        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
426        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
427
4282006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
429
430        * configure.ac: New BUG-REPORT address.
431
4322006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
433
434        * Makefile.am: Remove ampolish3.
435
4362006-11-17      Joel Sherrill <joel@OARcorp.com>
437
438        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
439        blank lines.
440
4412006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
442
443        * configure.ac: Remove RTEMS_AMPOLISH3.
444        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
445          Remove checks for AMPOLISH3.
446        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
447        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
448        * ampolish3: Remove.
449
4502006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
451
452        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
453        * aclocal/prog-cc.m4: Remove CFLAGS.
454        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
455        Compose CFLAGS. Append CFLAGS to ac_configure_args.
456
4572006-10-23      Joel Sherrill <joel@OARcorp.com>
458
459        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
460
4612006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
462
463        * automake/compile.am: Use hard-coded RTEMS_* flags.
464
4652006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
466
467        * aclocal/rtems-top.m4: Remove RTEMS_API.
468        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
469
4702006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
471
472        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
473
4742006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
475
476        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
477
4782006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
479
480        * aclocal/version.m4: Bump version to 4.7.99.0.
481
4822006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
483
484        * configure.ac: Require autoconf-2.60. Require automake-1.10.
485
4862006-09-11      Joel Sherrill <joel@OARcorp.com>
487
488        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
489
4902006-09-04      Joel Sherrill <joel@OARcorp.com>
491
492        * libchip/network/greth.c, libchip/network/open_eth.c,
493        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
494        introduced by warning removal.
495
4962006-09-01      Joel Sherrill <joel@OARcorp.com>
497
498        * libchip/network/greth.c, libchip/network/open_eth.c,
499        libchip/network/smc91111.c: Remove warnings and correct prototype
500        added earlier today.
501
5022006-09-01      Joel Sherrill <joel@OARcorp.com>
503
504        * libchip/network/cs8900.c, libchip/network/greth.c,
505        libchip/network/i82586.c, libchip/network/open_eth.c,
506        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
507        sized integers, and inttypes.h printf helpers.
508
5092006-08-09      Kolja Waschk <waschk@telos.de>
510
511        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
512
5132006-07-12      Joel Sherrill <joel@OARcorp.com>
514
515        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
516
5172006-07-11      Jerry Needell <jerry.needell@unh.edu>
518
519        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
520        4.6 branch.  Original modifications by Gaisler Enterprises.
521        * libchip/network/greth.c, libchip/network/greth.h: New files.
522
5232006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
524
525        * ide/ata.[ch]:
526        (PR1118) fetch priority for ATA task from a variable,
527        not a fixed configuration value.
528       
5292006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
530
531        * Makefile.am: Add ampolish3.
532
5332006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
534
535        * ampolish3: New.
536        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
537
5382006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
539
540        * aclocal/rtems-ampolish.m4: New.
541        * configure.ac: Use RTEMS_AMPOLISH3.
542
5432006-04-18  Joel Sherrill <joel@OARcorp.com>
544
545        * aclocal/version.m4: Updated to rtems-4.6.99.3.
546
5472006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
548
549        PR 853/filesystem
550        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
551        should be modified to support the new exception scheme and to use the
552        handle parameter.
553
5542006-02-a32     Eric Norum <norume@aps.anl.gov>
555
556        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
557        "newer" PCI access calls.  Minor cleanups.  Comments.
558
5592006-01-12      Eric Norum <norume@aps.anl.gov>
560
561        PR 861/networking
562        PR 863/networking
563        * libchip/network/smc91111.c: Fix illegal lvalue increments.
564
5652006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
566
567        * wrapup/Makefile.am: Add preinstall.am.
568        * libchip/Makefile.am: Build libchip/network/smc91111.
569        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
570        Eliminate cyg_int* crap.
571
5722006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
573
574        * librdbg/Makefile.am: Add preinstall.am.
575        * aclocal/bsp-configure.m4: Add ampolish3.
576        New header guards.
577
5782006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
579
580        * libchip/network/open_eth.c, libchip/network/open_eth.h:
581        Merger from rtems-4-6-branch.
582
5832006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
584
585        * libchip/network/smc91111.c
586        libchip/network/smc91111config.h
587        libchip/network/smc91111exp.h
588        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
589        * libchip/Makefile.am: Reflect adding smc91111*.
590
5912006-01-08      Joel Sherrill <joel@OARcorp.com>
592
593        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
594        char *.
595
5962006-01-08      Joel Sherrill <joel@OARcorp.com>
597
598        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
599        warnings.
600
6012005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
602
603        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
604        Add RTEMS_RELLDFLAGS.
605        * automake/compile.am: Remove RTEMS_USE_GCC.
606        Remove RTEMS_RELLDFLAGS.
607        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
608
6092005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
610
611        * libchip/network/if_media.h, libchip/network/mii.h:
612        Remove (Moved to cpukit).
613        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
614        and libchip/network/if_media.h.
615        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
616        if_media.h having moved.
617
6182005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
619
620        * automake/compile.am, automake/host.am, automake/local.am,
621        automake/subdirs.am: Remove depend.
622        * configure.ac: Explicitly pass --libdir and --includedir to
623        testsuites.
624
6252005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
626
627        * configure.ac: Reflect changes to testsuites.
628
6292005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
630
631        * automake/compile.am: Remove GCCSPECS.
632        * aclocal/prog-cc.m4: Add GCCSPECS.
633        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
634
6352005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
636
637        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
638        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
639
6402005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
641
642        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
643        libcpu/byteorder.h for i386.
644
6452005-11-02      Till Straumann <strauman@slac.stanford.edu>
646
647        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
648        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
649        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
650        added a simple API/library for i2c devices and drivers for i2c
651        2-byte eeproms and a ds1621 temperature sensor; API is documented
652        in libi2c.h.
653
6542005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
655
656        * libnetworking/pppd/ipxcp.c,
657        libnetworking/pppd/chat.c,
658        libnetworking/pppd/patchlevel.h,
659        libnetworking/pppd/upap.h,
660        libnetworking/pppd/md5.h,
661        libnetworking/pppd/pppd.8,
662        libnetworking/pppd/README,
663        libnetworking/pppd/preinstall.am,
664        libnetworking/pppd/md4.h,
665        libnetworking/pppd/magic.c,
666        libnetworking/pppd/pppd.h,
667        libnetworking/pppd/demand.c,
668        libnetworking/pppd/rtemsmain.c,
669        libnetworking/pppd/sys-rtems.c,
670        libnetworking/pppd/ipcp.h,
671        libnetworking/pppd/lcp.h,
672        libnetworking/pppd/chap_ms.c,
673        libnetworking/pppd/md4.c,
674        libnetworking/pppd/rtemspppd.h,
675        libnetworking/pppd/cbcp.h,
676        libnetworking/pppd/auth.c,
677        libnetworking/pppd/lcp.c,
678        libnetworking/pppd/example/README,
679        libnetworking/pppd/example/ppp.conf,
680        libnetworking/pppd/example/system.h,
681        libnetworking/pppd/example/netconfig.h,
682        libnetworking/pppd/example/pppdapp.c,
683        libnetworking/pppd/example/init.c,
684        libnetworking/pppd/example/Makefile-user,
685        libnetworking/pppd/example/pppd.options,
686        libnetworking/pppd/rtemspppd.c,
687        libnetworking/pppd/ipxcp.h,
688        libnetworking/pppd/chap_ms.h,
689        libnetworking/pppd/options.c,
690        libnetworking/pppd/magic.h,
691        libnetworking/pppd/chap.h,
692        libnetworking/pppd/cbcp.c,
693        libnetworking/pppd/upap.c,
694        libnetworking/pppd/chap.c,
695        libnetworking/pppd/Makefile.am,
696        libnetworking/pppd/ccp.h,
697        libnetworking/pppd/utils.c,
698        libnetworking/pppd/rtemsdialer.h,
699        libnetworking/pppd/fsm.h,
700        libnetworking/pppd/pathnames.h,
701        libnetworking/pppd/md5.c,
702        libnetworking/pppd/fsm.c,
703        libnetworking/pppd/ipcp.c,
704        libnetworking/pppd/STATUS,
705        libnetworking/pppd/ccp.c,
706        libnetworking/Makefile.am: Remove (Moved to cpukit).
707
7082005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
709
710        * configure.ac: Remove libnetworking, libnetworking/pppd.
711        * wrapup/Makefile.am: Remove libpppd.a.
712
7132005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
714
715        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
716        rtemsdialer.h to $(includedir)/rtems.
717
7182005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
719
720        * libnetworking/rtems_telnetd/icmds.c,
721        libnetworking/rtems_telnetd/Makefile.am,
722        libnetworking/rtems_telnetd/preinstall.am,
723        libnetworking/rtems_telnetd/pty.c,
724        libnetworking/rtems_telnetd/pty.h,
725        libnetworking/rtems_telnetd/README,
726        libnetworking/rtems_telnetd/telnetd.c,
727        libnetworking/rtems_telnetd/telnetd.h:
728        Remove (Moved to cpukit).
729
7302005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
731
732        * configure.ac: Remove libnetworking/rtems_telnetd.
733        * libnetworking/Makefile.am: Remove rtems_telnetd.
734        * libnetworking/README: Remove (Obsolete).
735        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
736
7372005-10-20  Eric Norum <norume@aps.anl.gov>
738
739        * libchip/network/dec21140.c: Clean up PCI mapping.
740
7412005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
742
743        * libnetworking/pppd/Makefile.am: Use preinstall.am.
744        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
745        librdbg/src/servrpc.c, librdbg/src/servtgt.c
746        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
747        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
748        * configure.ac: Move optman to the end of BSP_SUBDIRS.
749
7502005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
751
752        * aclocal/bspopts.m4: Add missing m4 quotes.
753
7542005-09-02  Joel Sherrill <joel@OARcorp.com>
755
756    * aclocal/version.m4: Updated to rtems-4.6.99.2.
757
7582005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
759
760        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
761        libchip/network/dec21140.c: Remove initialization of PCI bus.
762
7632005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
764
765        * optman/Makefile.am: Add preinstall.am.
766
7672005-07-18      Karel Gardas <kgardas@objectsecurity.com>
768
769        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
770        UNTESTED to tested.
771
7722005-06-17      Joel Sherrill <joel@OARcorp.com>
773
774        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
775        it is not supported by the MPC5xx.
776
7772005-06-17      Joel Sherrill <joel@OARcorp.com>
778
779        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
780        interface. Also correct attempting to build on other than PowerPC and
781        x86.
782
7832005-06-16      Daron Chabot <daron@nucleus.usask.ca>
784
785        * libchip/Makefile.am: Add driver for Tulip clones.
786        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
787        libchip/network/if_dcreg.h: New files.
788
7892005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
790
791        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
792        to enable rdbg.
793        * configure.ac: Reflect changes above.
794
7952005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
796
797        * configure.ac: Add ada/.
798
7992005-05-20      Sergei Organov  <osv@topconrd.ru>
800
801        PR 750/networking
802        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
803        wait_input().
804
8052005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
806
807        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
808        rtems/irq.h.
809
8102005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
811
812        * libchip/Makefile.am: Include preinstall.am.
813        * libchip/preinstall.am: New.
814
8152005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
816
817        * configure.ac: Add AMPOLISH3.
818        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
819        * libnetworking/rtems_telnetd/preinstall.am: New.
820        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
821
8222005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
823
824        * configure.ac: Let enable_rpcgen default to "no".
825
8262005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
827
828        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
829
8302005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
831
832        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
833        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
834
8352005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
836
837        * libchip/network/dec21140.c, libchip/network/elnk.c,
838        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
839
8402005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
841
842        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
843        of code as a result of the implementation of a common PCI interface.
844
8452005-05-04      Joel Sherrill <joel@OARcorp.com>
846
847        * libchip/network/open_eth.c: Remove prototype of set_vector.
848
8492005-05-03      Joel Sherrill <joel@OARcorp.com>
850
851        * librdbg/src/ptrace.c: Remove warning.
852
8532005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
854
855        * libchip/network/dec21140.c, libchip/network/elnk.c,
856        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
857        Modified parameter list to remove warnings.
858
8592005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
860
861        * libchip/network/cs8900.c, libchip/network/i82586.c,
862        libchip/network/open_eth.c, libchip/network/sonic.c,
863        libchip/serial/mc68681.c: Modified types to remove
864        warnings.  Added initialization to remove warnings.
865
8662005-04-28      Joel Sherrill <joel@OARcorp.com>
867
868        * libchip/network/README.sonic: Rewritten to account for removal of
869        dmv177.
870
8712005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
872
873        PR 781/rtems_misc
874        * libchip/serial/ns16550_p.h: Fix baud rate calculation
875
8762005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
877
878        * libchip/serial/ns16550.c:
879        Fixed warnings generated in various powerpc configurations
880
8812005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
882
883        * libchip/serial/ns16550.c: Modified
884        ISR to work with PPC new exception processing
885
8862005-03-14      Joel Sherrill <joel@OARcorp.com>
887
888        * libchip/network/dec21140.c, libchip/network/elnk.c,
889        libchip/network/if_fxp.c: Continue PCI API unification. All use
890        pci_find_device(). Network drivers manufacture a signature since all
891        calls have not been converted yet.
892
8932005-03-04      Joel Sherrill <joel@OARcorp.com>
894
895        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
896        initialize function part of the unified PCI API as pci_initialize().
897
8982005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
899
900        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
901        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
902
9032005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
904
905        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
906        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
907
9082005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
909
910        * aclocal/ppc.m4: Reflect changes to ppc exception processing
911        building procedures.
912
9132005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
914
915        * aclocal/prog-cc.m4:
916        Quote CFLAGS's RHS to accomodate Solaris broken sh.
917
9182005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
919
920        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
921
9222005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
923
924        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
925
9262005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
927
928        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
929
9302005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
931
932        * libnetworking/rtems_servers/ftp.c,
933        libnetworking/rtems_servers/ftp.h,
934        libnetworking/rtems_servers/Makefile.am:
935        Remove (relocated to cpukit/ftpd).
936        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
937        removed move libnetworking/rtems_servers.
938
9392005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
940
941        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
942
9432005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
944
945        PR 755/rtems
946        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
947        Remove local declarations of rtems_bsdnet_nameservers,
948        rtems_bsdnet_nameservers_count.
949
9502005-01-31      Sergei Organov <osv@topconrd.ru>
951
952        PR 751/pppd
953        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
954        committed to fix PR736 breaks pppd. chat.c should have its own static
955        ttyfd for pppd to work correctly. The symptom is that second
956        invokation of chat (for connect script) fails due to pppd_ttyfd set
957        to -1 by previous chat invokation (for init script). In addition,
958        this patch fixes leaving of dangling pointer in the abort_stbring[]
959        by chat_send().
960
9612005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
962
963        * configure.ac: Remove CFLAGS_DEBUG_V.
964        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
965
9662005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
967
968        * wrapup/Makefile.am: Remove rtems-ctor.o.
969
9702005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
971
972        * libchip/rtc/rtc.h: size_t RTC_Count.
973
9742005-01-20      Joel Sherrill <joel@OARcorp.com>
975
976        PR 736/pppd
977        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
978        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
979        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
980        should not be static and should have a name more specific to pppd.
981
9822005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
983
984        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
985        libnetworking/rtems_servers/Makefile.am,
986        libnetworking/rtems_telnetd/Makefile.am,
987        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
988        Eliminate CFLAGS_OPTIMIZE_V.
989
9902005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
991
992        * configure.ac: Pass CFLAGS to testsuites configure.
993        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
994        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
995
9962005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
997
998        * configure.ac: Pass CFLAGS to cpukit configure.
999        * aclocal/rtems-flags.m4: Remove (Unused).
1000        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
1001        * aclocal/env-rtemsbsp.m4:
1002        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
1003        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
1004        RTEMS_CFLAGS.
1005        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
1006        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
1007        Cleanup comments.
1008
10092005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1010
1011        * automake/compile.am: Remove build-variant support.
1012
10132005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1014
1015        * libnetworking/pppd/Makefile.am,
1016        libnetworking/rtems_servers/Makefile.am,
1017        libnetworking/rtems_telnetd/Makefile.am:
1018        Remove build-variant support.
1019
10202005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1021
1022        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
1023        support/Makefile.am, wrapup/Makefile.am:
1024        Remove build-variant support.
1025
10262004-11-22      Joel Sherrill <joel@OARcorp.com>
1027
1028        * libchip/network/if_fxp.c: Add entry for another module ID code.
1029
10302004-11-22      Joel Sherrill <joel@OARcorp.com>
1031
1032        PR 693/misc
1033        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1034        in/outport routines.
1035
10362004-11-22      Joel Sherrill <joel@OARcorp.com>
1037
1038        PR 693/misc
1039        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
1040        in/outport routines.
1041
10422004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1043
1044        * aclocal/enable-itron.m4: Remove (unused).
1045
10462004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1047
1048        * configure.ac: Misc. quoting cleanups.
1049        Enable ada-tests iff --enable-ada and --enable-tests.
1050
10512004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
1052
1053        PR 703/filesystem
1054        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
1055        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
1056        libchip/ide/ide_controller.c:
1057        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
1058        available for BSPS/device drivers.
1059        Extend the "modes_available" and "mode_active" parameters to
1060        uint16_t for UDMA support.
1061
10622004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
1063
1064        * libchip/network/dec21140.c: Cleanup a bit and remove message about
1065        not supported on PowerPC since it works on the MVME2100 BSP.
1066
10672004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
1068
1069        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
1070        Add dependency tracking for *.cfgs.
1071        * Makefile.am: Add dependency tracking for *.cfg.
1072
10732004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1074
1075        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1076        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1077
10782004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1079
1080        PR 707/make_build
1081        * configure.ac: Add --enable-rpcgen.
1082
10832004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1084
1085        PR 700/rtems_misc
1086        * libnetworking/rtems_webserver/asp.c,
1087        libnetworking/rtems_webserver/balloc.c,
1088        libnetworking/rtems_webserver/cgi.c,
1089        libnetworking/rtems_webserver/default.c,
1090        libnetworking/rtems_webserver/ej.h,
1091        libnetworking/rtems_webserver/ejIntrn.h,
1092        libnetworking/rtems_webserver/ejlex.c,
1093        libnetworking/rtems_webserver/ejparse.c,
1094        libnetworking/rtems_webserver/emfdb.c,
1095        libnetworking/rtems_webserver/emfdb.h,
1096        libnetworking/rtems_webserver/form.c,
1097        libnetworking/rtems_webserver/handler.c,
1098        libnetworking/rtems_webserver/h.c,
1099        libnetworking/rtems_webserver/license.txt,
1100        libnetworking/rtems_webserver/Makefile.am,
1101        libnetworking/rtems_webserver/md5c.c,
1102        libnetworking/rtems_webserver/md5.h,
1103        libnetworking/rtems_webserver/mime.c,
1104        libnetworking/rtems_webserver/misc.c,
1105        libnetworking/rtems_webserver/NOTES,
1106        libnetworking/rtems_webserver/ringq.c,
1107        libnetworking/rtems_webserver/rom.c,
1108        libnetworking/rtems_webserver/rtems_webserver.h,
1109        libnetworking/rtems_webserver/security.c,
1110        libnetworking/rtems_webserver/sock.c,
1111        libnetworking/rtems_webserver/socket.c,
1112        libnetworking/rtems_webserver/sockGen.c,
1113        libnetworking/rtems_webserver/sym.c,
1114        libnetworking/rtems_webserver/uemf.c,
1115        libnetworking/rtems_webserver/uemf.h,
1116        libnetworking/rtems_webserver/um.c,
1117        libnetworking/rtems_webserver/um.h,
1118        libnetworking/rtems_webserver/umui.c,
1119        libnetworking/rtems_webserver/url.c,
1120        libnetworking/rtems_webserver/value.c,
1121        libnetworking/rtems_webserver/wbase64.c,
1122        libnetworking/rtems_webserver/webcomp.c,
1123        libnetworking/rtems_webserver/webmain.c,
1124        libnetworking/rtems_webserver/webpage.c,
1125        libnetworking/rtems_webserver/webrom.c,
1126        libnetworking/rtems_webserver/webs.c,
1127        libnetworking/rtems_webserver/websda.c,
1128        libnetworking/rtems_webserver/websda.h,
1129        libnetworking/rtems_webserver/webs.h,
1130        libnetworking/rtems_webserver/websSSL.c,
1131        libnetworking/rtems_webserver/websSSL.h,
1132        libnetworking/rtems_webserver/websuemf.c,
1133        libnetworking/rtems_webserver/wsIntrn.h:
1134        Remove (Moved to cpukit/http).
1135
11362004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1137
1138        PR 700/rtems_misc
1139        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1140        Remove libnetworking/rtems_webserver.
1141
11422004-10-25      Eric Norum <norume@aps.anl.gov>
1143
1144        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1145
11462004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1147
1148        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1149
11502004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1151
1152        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1153        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1154
11552004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1156
1157        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1158
11592004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1160
1161        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1162        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1163
11642004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1165
1166        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1167        BITSPERBYTE.
1168
11692004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1170
1171        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1172        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1173
11742004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1175
1176        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1177
11782004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1179
1180        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1181        * aclocal/enable-bare.m4: Remove.
1182        * configure.ac: Remove BARE_CPU_MODEL.
1183
11842004-10-13      Eric Norum <norume@aps.anl.gov>
1185
1186        PR 688/bsps
1187        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1188        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1189        MC146818A (and several Dallas Semiconductor) TOD chips.
1190
11912004-10-13      Eric Norum <norume@aps.anl.gov>
1192
1193        PR 686/networking
1194        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1195        device code.
1196
11972004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1198
1199        * libchip/network/dec21140.c: include <rtems/pci.h>.
1200
12012004-09-29      Joel Sherrill <joel@OARcorp.com>
1202
1203        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1204        libnetworking/pppd/utils.c: i960 obsoleted and all references
1205        removed.
1206
12072004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1208
1209        PR 607/networking
1210        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1211        instead of fully specifying unused PCI features.
1212
12132004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1214
1215        * configure.ac: Require automake > 1.9.
1216
12172004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1218
1219        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1220
12212004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1222
1223        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1224        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1225
12262004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1227
1228        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1229        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1230
12312004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1232
1233        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1234
12352004-07-28  Joel Sherrill <joel@OARcorp.com>
1236
1237    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1238
12392004-07-25      Joel Sherrill <joel@OARcorp.com>
1240
1241        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1242
12432004-05-21  Till Strauman <strauman@slac.stanford.edu>
1244
1245        PR 625/networking
1246        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1247        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1248        an error rather than panic if no chip is detected (thus allowing
1249        for probing).
1250        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1251        instead of looping forever.  Avoid divide by zero (crashed my PC).
1252        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1253        they are UNTESTED.
1254
12552004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1256
1257        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1258
12592004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1260
1261        * libchip/network/dec21140.c, libchip/network/elnk.c:
1262        #include <errno.h>.
1263
12642004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1265
1266        * libchip/network/if_media.h: Update from FreeBSD.
1267        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1268        libchip/network/i82586.c: #include <errno.h>.
1269
12702004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1271
1272        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1273
12742004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1275
1276        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1277
12782004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1279
1280        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1281        automake).
1282
12832004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1284
1285        PR 599/pppd
1286        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1287
12882004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1289
1290        * optman/rtems/no-region.c: Reflect having changed
1291        rtems_region_get_segment_size.
1292
12932004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1294
1295        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1296        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1297        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1298        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1299        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1300        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1301        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1302
13032004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1304
1305        * libchip/ide/ata.c, libchip/network/dec21140.c,
1306        libchip/network/elnk.c, libchip/network/i82586.c,
1307        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1308        libchip/network/open_eth.c, libchip/network/sonic.c,
1309        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1310        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1311        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1312        libchip/shmdr/shm_driver.h: Cosmetics.
1313
13142004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1315
1316        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1317        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1318        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1319        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1320        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1321        fixed size types.
1322
13232004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1324
1325        * configure.ac: Explicitly pass --includedir and --libdir to
1326        cpukit/configure.
1327
13282004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1329
1330        * librdbg/Makefile.am: Fix rpcgen rules.
1331        * librdbg/src/i386/any/remdeb_xdr.c,
1332        librdbg/src/m68k/any/remdeb_xdr.c,
1333        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1334        Reflect changes to librdbg/Makefile.am.
1335
13362004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1337
1338        * configure.ac: Reflect changes testsuites/configure.ac and
1339        cpukit/configure.ac.
1340
13412004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1342
1343        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1344        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1345
13462004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1347
1348        * configure.ac: Reflect changes to testsuites's configuration.
1349
13502004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1351
1352        PR/589 rtems
1353        * libchip/network/pci.h: Remove (Moved to cpukit).
1354
13552004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1356
1357        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1358        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1359        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1360        libchip/network/dec21140.c, libchip/network/elnk.c,
1361        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1362        libchip/network/open_eth.h, libchip/network/sonic.c,
1363        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1364        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1365        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1366        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1367        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1368        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1369        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1370        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1371        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1372        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1373        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1374        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1375        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1376        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1377        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1378        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1379        fixed-size types.
1380
13812004-03-14      Chris Johns  <chrisj@rtems.org>
1382
1383        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1384        the BSP example code.
1385        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1386        support the DIMMPC. This is a pc386 target with IO port support. Minor
1387        formating clean up. Add documentation to the header file.
1388        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1389        cs8900.h header file.
1390
13912004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1392
1393        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1394        Cosmetics.
1395
13962004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1397
1398        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1399        There are no application level Makefiles in here.
1400
14012004-03-04      Joel Sherrill <joel@OARcorp.com>
1402
1403        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1404        they can be used in application level makefiles.
1405
14062004-03-05      Joel Sherrill <joel@OARcorp.com>
1407
1408        * libnetworking/rtems_webserver/ejparse.c,
1409        libnetworking/rtems_webserver/emfdb.c,
1410        libnetworking/rtems_webserver/sock.c,
1411        libnetworking/rtems_webserver/socket.c,
1412        libnetworking/rtems_webserver/sym.c,
1413        libnetworking/rtems_webserver/webs.c,
1414        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
14152004-03-05      Joel Sherrill <joel@OARcorp.com>
1416
1417        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1418        compiling this file only only those CPU families with supported
1419        exception models.
1420
14212004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1422
1423        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1424        testsuites (Was exposed with --enable-multilib, only).
1425        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1426         Add RTEMS_BSP_CONFIG_SUBDIR.
1427        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1428        testsuites's configure.
1429        * aclocal/rtems-top.m4: Remove ENDIF hack.
1430        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1431
14322004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1433
1434        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1435        wrapup/Makefile.am: Fix automake problems having been introduced
1436        in previous patch.
1437
14382004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1439
1440        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1441        Preinstall dirs.
1442        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1443        * aclocal/check-multiprocessing.m4: Cosmetics.
1444        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1445        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1446
14472004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1448
1449        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1450        librdbg/src/Makefile.am.
1451        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1452        * configure.ac: Reflect changes above.
1453        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1454        * wrapup/Makefile.am: Reflect changes above.
1455        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1456
14572004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1458
1459        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1460
14612004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1462
1463        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1464
14652004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1466
1467        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1468
14692004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1470
1471        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1472        librdbg/src/powerpc/Makefile.am: Remove.
1473        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1474        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1475        * configure.ac: Reflect changes above.
1476
14772004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1478
1479
14802004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1481
1482        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1483        STRIP.
1484
14852004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1486
1487        * librdbg/include/Makefile.am: Merge-in
1488        librdbg/include/rdbg/i386/Makefile.am,
1489        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1490        librdbg/include/rdbg/powerpc/Makefile.am.
1491        * librdbg/include/rdbg/i386/Makefile.am,
1492        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1493        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1494        * configure.ac: Reflect changes above.
1495
14962004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1497
1498        * configure.ac: Use AS_HELP_STRING(ada).
1499
15002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1501
1502        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1503        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1504        Use AC_CONFIG_HEADERS.
1505        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1506        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1507
15082004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1509
1510        * Makefile.am: include local.am.
1511
15122004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1513
1514        * aclocal/version.m4: 4.6.99.0.
1515
15162004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1517
1518        * Makefile.am: Don't include host.am.
1519        * automake/compile.am: Further cleanups.
1520
15212004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1522
1523        * automake/lib.am: Remove (Unused).
1524
15252004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1526
1527        * wrapup/Makefile.am: Don't include lib.am.
1528        * automake/compile.am: Use automake compilation rules.
1529
15302004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1531
1532        * libnetworking/pppd/Makefile.am,
1533        libnetworking/rtems_servers/Makefile.am,
1534        libnetworking/rtems_telnetd/Makefile.am,
1535        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1536        support/Makefile.am: Don't include lib.am.
1537
15382004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1539
1540        * libchip/Makefile.am: Don't include lib.am.
1541        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1542        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1543        unnecessary EXTRA_DISTs.
1544
15452004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1546
1547        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1548        hack.
1549
15502004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1551
1552        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1553        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1554        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1555        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1556
15572004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1558
1559        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1560        Add AM_CONDITIONAL(HAS_MP).
1561        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1562        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1563        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1564        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1565        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1566        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1567        (Deprecated by autoconf 2.59).
1568
15692004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1570
1571        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1572        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1573
15742004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1575
1576        * ChangeLog: Merge-in libnetworking/ChangeLog.
1577        * libnetworking/ChangeLog: Remove.
1578        * ChangeLog: Merge-in librdbg/ChangeLog.
1579        * librdbg/ChangeLog: Remove.
1580        * ChangeLog: Merge-in libchip/ChangeLog.
1581        * libchip/ChangeLog: Remove.
1582        * ChangeLog: Merge-in optman/ChangeLog.
1583        * optman/ChangeLog: Remove.
1584
15852004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1586
1587        * configure.ac: Reflect changes to cpukit.
1588        * wrapup/Makefile.am: Reflect changes to librdbg.
1589        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1590        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1591        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1592        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1593        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1594        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1595        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1596        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1597        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1598
15992004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1600
1601        * aclocal/rtems-top.m4: Remove check for version.m4.
1602        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1603
16042004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1605
1606        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1607        * wrapup/Makefile.am: Reflect changes to libchip/*.
1608        * support/Makefile.am: Use automake compilation rules.
1609        * wrapup/Makefile.am: Reflect changes to support/*.
1610        * configure.ac: Remove libnetworking/wrapup/Makefile.
1611        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1612        libnetworking/*/lib*.a instead of libnetapps.a.
1613        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1614        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1615        * optman/Makefile.am: Use automake compilation rules.
1616        * libchip/Makefile.am: Fix typo in previous patch.
1617        * libchip/Makefile.am: Use automake compilation rules.
1618        * libnetworking/Makefile.am: Remove wrapup.
1619        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1620        automake-compilation rules.
1621        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1622        automake-compilation rules.
1623        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1624        automake-compilation rules.
1625        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1626        automake-compilation rules.
1627        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1628
16292004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1630
1631        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1632        PRE/TMPINSTALL_FILES to CLEANFILES.
1633        * automake/lib.am: Remove TMPINSTALL_FILES.
1634        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1635        PRE/TMPINSTALL_FILES to CLEANFILES.
1636        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1637        PRE/TMPINSTALL_FILES to CLEANFILES.
1638        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1639        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1640        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1641        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1642        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1643        * librdbg/src/i386/Makefile.am: Ditto.
1644        * librdbg/src/m68k/Makefile.am: Ditto.
1645        * librdbg/src/powerpc/Makefile.am: Ditto.
1646        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1647        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1648        * libnetworking/rtems_servers/Makefile.am: Ditto.
1649        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1650        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1651
16522004-01-07      Joel Sherrill <joel@OARcorp.com>
1653
1654        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1655        more completely covers the MIPS family.
1656
16572003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1658
1659        * wrapup/Makefile.am: Reflect changes to shmdr.
1660        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1661
16622003-12-18      Joel Sherrill <joel@OARcorp.com>
1663
1664        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1665        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1666        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1667        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1668        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1669        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1670        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1671
16722003-12-17      Joel Sherrill <joel@OARcorp.com>
1673
1674        * aclocal/version.m4: Updated to rtems-20031217-test.
1675
16762003-12-17     
1677
1678        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1679        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1680
16812003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1682
1683        * automake/compile.am: Remove LINK_LIBS (Unused).
1684        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1685
16862003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1687
1688        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1689        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1690        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1691        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1692        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1693
16942003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1695
1696        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1697        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1698        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1699        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1700        * librdbg/src/i386/Makefile.am:
1701        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1702        * librdbg/src/m68k/Makefile.am:
1703        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1704        * librdbg/src/powerpc/Makefile.am:
1705        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1706
17072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1708
1709        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1710        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1711        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1712        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1713        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1714        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1715        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1716        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1717        * optman/Makefile.am: Remove project_libdir.
1718        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1719        PRE/TMPINSTALL_FILES.
1720        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1721        PRE/TMPINSTALL_FILES.
1722        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1723        PRE/TMPINSTALL_FILES.
1724        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1725        PRE/TMPINSTALL_FILES.
1726        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1727        from PRE/TMPINSTALL_FILES.
1728        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1729        PRE/TMPINSTALL_FILES.
1730        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1731        PRE/TMPINSTALL_FILES.
1732        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1733        PRE/TMPINSTALL_FILES.
1734        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1735        PRE/TMPINSTALL_FILES.
1736        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1737        PRE/TMPINSTALL_FILES.
1738        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1739        PRE/TMPINSTALL_FILES.
1740        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1741        from PRE/TMPINSTALL_FILES.
1742
17432003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1744
1745        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1746        * automake/lib.am: Remove project_libdir.
1747        * wrapup/Makefile.am: Reworked.
1748
17492003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1750
1751        * configure.ac: Reflect changes to librdbg.
1752        * optman/Makefile.am: Add tmpinstall dirstamp support.
1753        * libchip/Makefile.am: Fix variant-tmpinstall support.
1754        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1755        * librdbg/src/powerpc/Makefile.am: Merge-in former
1756        new_exception_processing/Makefile.am.
1757        * librdbg/src/m68k/any/Makefile.am: Remove.
1758        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1759        * librdbg/src/i386/any/Makefile.am: Remove.
1760        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1761        * librdbg/src/Makefile.am: Cosmetics.
1762        * librdbg/include/Makefile.am: Cosmetics.
1763        * librdbg/Makefile.am: Cosmetics.
1764        * libnetworking/Makefile.am: Cosmetics.
1765        * libnetworking/pppd/Makefile.am: Cosmetics.
1766        * libnetworking/wrapup/Makefile.am: Cosmetics.
1767
17682003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1769
1770        * Makefile.am: Cosmetics.
1771        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1772        support.
1773
17742003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1775
1776        * automake/compile.am: Remove $(ARCH):-rule.
1777
17782003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1779
1780        * configure.ac: Remove lib/libbsp/shared/Makefile,
1781        lib/libbsp/shmdr/Makefile.
1782
17832003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1784
1785        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1786        libchip/serial/Makefile, libchip/rtc/Makefile.
1787        * support/Makefile.am: Remove all-local: $(ARCH).
1788        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1789        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1790        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1791        * optman/Makefile.am: Remove all-local: $(ARCH).
1792        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1793        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1794        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1795        compilation dirstamp support.
1796        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1797        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1798        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1799        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1800        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1801        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1802        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1803        all-local: $(ARCH).
1804        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1805        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1806        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1807        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1808        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1809
18102003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1811
1812        * aclocal/lead-dot.m4: New (from automake-1.7f).
1813        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1814        AC_SUBST(dirstamp).
1815        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1816        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1817        libchip/serial/Makefile.am: Ditto.
1818        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1819        * librdbg/include/Makefile.am: Ditto.
1820        * librdbg/include/rdbg/Makefile.am: Ditto.
1821        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1822        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1823        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1824        * librdbg/src/Makefile.am: Ditto.
1825        * librdbg/src/i386/Makefile.am: Ditto.
1826        * librdbg/src/i386/any/Makefile.am: Ditto.
1827        * librdbg/src/m68k/Makefile.am: Ditto.
1828        * librdbg/src/m68k/any/Makefile.am: Ditto.
1829        * librdbg/src/powerpc/Makefile.am: Ditto.
1830        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1831        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1832        preinstallation.
1833        * libnetworking/pppd/Makefile.am: Ditto.
1834        * libnetworking/rtems_servers/Makefile.am: Ditto.
1835        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1836        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1837        * libnetworking/wrapup/Makefile.am: Ditto.
1838
18392003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1840
1841        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1842        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1843        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1844        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1845        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1846        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1847        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1848        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1849        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1850        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1851        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1852        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1853        underquoting to silence automake-1.8.
1854
18552003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1856
1857        * configure.ac: Reflect having moved tests to ../../testsuites.
1858
18592003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1860
1861        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1862        * aclocal/canonical-host.m4: Remove.
1863        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1864        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1865
18662003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1867
1868        * aclocal/check-cpu.m4: Remove.
1869        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1870        * aclocal/canonical-target-name.m4: Add m4-quotes.
1871        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1872        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1873        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1874        * aclocal/check-networking.m4: Add m4-quotes. Require
1875        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1876        * aclocal/check-posix.m4: Add m4-quotes. Require
1877        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1878        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1879        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1880        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1881
18822003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1883
1884        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1885        * aclocal/bsp-alias.m4: Remove.
1886
18872003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1888
1889        * configure.ac: Make presence of tests/ optional.
1890
18912003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1892
1893        * aclocal/path-perl.m4: Remove (Unused).
1894
18952003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1896
1897        * automake/force-preinstall.am: Remove.
1898
18992003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1900
1901        PR 499/rtems_misc
1902        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1903        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1904        Configuration (Odd was forced) - Correction of Stop Bit configuration
1905        (inversed) - Correction of ISR Handler to call
1906        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1907        CTS Hardware flow control Configuration.
1908
19092003-09-04      Joel Sherrill <joel@OARcorp.com>
1910
1911        * lib/libcpu/shared/include/cache.h,
1912        lib/libcpu/shared/src/cache_aligned_malloc.c,
1913        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1914        license changed.
1915        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1916        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1917        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1918        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1919        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1920        for license changed.
1921        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1922        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1923        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1924        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1925        libchip/network/cs8900.h, libchip/network/dec21140.c,
1926        libchip/network/elnk.c, libchip/network/open_eth.c,
1927        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1928        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1929        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1930        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1931        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1932        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1933        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1934        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1935        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1936        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1937        libchip/serial/serial.h, libchip/serial/z85c30.c,
1938        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1939        libchip/serial/z85c30_reg.c: URL for license changed.
1940
19412003-09-03      Jiri Gaisler <jiri@gaisler.com>
1942
1943        PR 477/networking
1944        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1945        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1946        libchip/network/open_eth.h: New files.
1947
19482003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1949
1950        * aclocal/rtems-top.m4: Add RTEMS_API.
1951        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1952
19532003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1954
1955        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1956        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1957        @RTEMS_BSP@.cfg.
1958
19592003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1960
1961        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1962
19632003-08-20      Joel Sherrill <joel@OARcorp.com>
1964
1965        * libchip/network/cs8900.c: Correct copyright statements.
1966
19672003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1968
1969        * aclocal/check-itron.m4: Remove.
1970        * aclocal/enable-inlines.m4: Remove.
1971        * Makefile.am: Reflect having moved aclocal/.
1972        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1973        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1974        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1975        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1976        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1977        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1978        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1979        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1980        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1981        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1982        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1983        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1984        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1985        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1986        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1987        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1988        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1989        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1990        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1991        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1992        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1993        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1994        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1995        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1996        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1997        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1998        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1999        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
2000        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
2001        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
2002        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
2003        * aclocal/multilib.m4: New (Copied from ../../aclocal).
2004        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
2005        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
2006        * aclocal/ppc.m4: New (Copied from ../../aclocal).
2007        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
2008        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
2009        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
2010        * aclocal/project-root.m4: New (Copied from ../../aclocal).
2011        * aclocal/quoting.m4: New (Copied from ../../aclocal).
2012        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
2013        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
2014        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
2015        * aclocal/target.m4: New (Copied from ../../aclocal).
2016        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
2017        * aclocal/version.m4: New (Copied from ../../aclocal).
2018
20192003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2020
2021        * configure.ac: Remove stray comments.
2022        * automake/local.am, automake/host.am: Remove "debug".
2023
20242003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2025
2026        * Makefile.am: Reflect having moved automake/.
2027        * lib/Makefile.am: Reflect having moved automake/.
2028        * support/Makefile.am: Reflect having moved automake/.
2029        * wrapup/Makefile.am: Reflect having moved automake/.
2030        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
2031        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
2032        from ../../automake).
2033        * optman/Makefile.am: Reflect having moved automake/.
2034        * libchip/Makefile.am: Reflect having moved automake/.
2035        * libchip/ide/Makefile.am: Reflect having moved automake/.
2036        * libchip/network/Makefile.am: Reflect having moved automake/.
2037        * libchip/rtc/Makefile.am: Reflect having moved automake/.
2038        * libchip/serial/Makefile.am: Reflect having moved automake/.
2039        * librdbg/Makefile.am: Reflect having moved automake/.
2040        * librdbg/include/Makefile.am: Reflect having moved automake/.
2041        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
2042        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
2043        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
2044        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
2045        automake/.
2046        * librdbg/src/Makefile.am: Reflect having moved automake/.
2047        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
2048        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
2049        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
2050        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
2051        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
2052        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
2053        having moved automake/.
2054        * libnetworking/Makefile.am: Reflect having moved automake/.
2055        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
2056        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
2057        automake/.
2058        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
2059        automake/.
2060        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
2061        automake/.
2062        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
2063
20642003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2065
2066        * Makefile.am: Add bsp.pc.in.
2067        * bsp.pc.in: New (pkgconfig support).
2068
20692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2070
2071        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2072
20732003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2074
2075        * lib/Makefile.am: New (Required by 'make dist').
2076        * lib/ChangeLog: Remove.
2077        * lib/.cvsignore: Cleanup.
2078        * configure.ac: Reflect having added lib/Makefile.am.
2079        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2080        lib/libbsp/configure.ac.
2081        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2082        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2083
20842003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2085
2086        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2087        * configure.ac: Merge-in librdbg/configure.ac.
2088        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2089        librdbg/configure.ac.
2090        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2091        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2092        LIBCHIP. Conditionally build include-dirs.
2093        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2094        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2095        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2096        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2097        librdbg/include/rdbg/m68k/Makefile.am,
2098        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2099        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2100        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2101        librdbg/src/powerpc/Makefile.am, librdbg/
2102        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2103        configure.ac into ../configure.ac.
2104        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2105        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2106        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2107        libnetworking/rtems_telnetd/Makefile.am,
2108        libnetworking/rtems_webserver/Makefile.am,
2109        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2110        into ../configure.ac.
2111
21122003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2113
2114        PR 427/rtems
2115        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2116        * librdbg/src/servtsp.c: Ditto.
2117
21182003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2119
2120        PR 429/bsps
2121        PR 432/bsps
2122        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2123        packets are queued onto an elnk board, the ISR will deadlock the device
2124        with a tx complete interrupt.  Lighter tx loads are not affected as they
2125        end up submitting single packets to the device.
2126
21272003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2128
2129        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2130        optman/configure.ac.
2131        * optman/configure.ac: Remove (Merged into ../configure.ac).
2132        * optman/Makefile.am: Reflect having merged configure.ac into
2133        ../configure.ac.
2134        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2135        * libchip/Makefile.am, libchip/ide/Makefile.am,
2136        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2137        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2138        ../configure.ac.
2139
21402003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2141
2142        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2143
21442003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2145
2146        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2147        on i386.
2148
21492003-06-13      Joel Sherrill <joel@OARcorp.com>
2150
2151        * libnetworking/pppd/chat.c: Removed warnings.
2152
21532003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2154
2155        * libchip/network/README.3com: New file missed in previous commit.
2156        PR 405/bsps
2157        PR 393/networking
2158        * libchip/network/dec21140.c: Fix leak also known as PR393.
2159        * libchip/network/elnk.c, libchip/network/if_media.h,
2160        libchip/network/mii.h: New files.
2161        * libchip/network/Makefile.am: Reflect new files.
2162
21632003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2164
2165        * configure.ac: Remove support for profile-variant.
2166
21672003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2168
2169        PR 397/pppd
2170        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2171        * libnetworking/pppd/magic.c: Remove *rand48.
2172        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2173
21742003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2175
2176        * wrapup/Makefile.am: Add libide.a.
2177
21782003-04-15      Joel Sherrill <joel@OARcorp.com>
2179
2180        PR 387/rtems_misc
2181        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2182        routines.
2183        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2184
21852003-04-11      Joel Sherrill <joel@OARcorp.com>
2186
2187        * libnetworking/rtems_webserver/cgi.c,
2188        libnetworking/rtems_webserver/sockGen.c,
2189        libnetworking/rtems_webserver/umui.c,
2190        libnetworking/rtems_webserver/websSSL.c,
2191        libnetworking/rtems_webserver/websSSL.h,
2192        libnetworking/rtems_webserver/websda.c,
2193        libnetworking/rtems_webserver/websda.h: New files. Not included in
2194        previous commit.
2195
21962003-04-10      Joel Sherrill <joel@OARcorp.com>
2197
2198        PR 371/pppd
2199        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2200        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2201        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2202        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2203        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2204        still global symbols in rtemspppd.h which might need to be changed or
2205        converted into member of a structure which is dereferenced with a
2206        pointer that is managed as a per task variable. But this patch should
2207        avoid many conflicts.
2208
22092003-03-27      Joel Sherrill <joel@OARcorp.com>
2210
2211        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2212        not allowed in the cpukit source code since it must be buildable
2213        independent of any BSP. These files were moved to libchip/ide.
2214        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2215        files.
2216
22172003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2218
2219        PR 368/filesystems
2220        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2221        improvements which now work on pc386 and mbx8xx.
2222        * libchip/ide/ide_controller.c: New file.
2223
22242003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2225
2226        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2227
22282003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2229
2230        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2231        * configure.ac: Add support/.
2232        * support/.cvsignore: New.
2233        * support/Makefile.am: New.
2234        * support/version.c: New.
2235        * wrapup/Makefile.am: Add support/libsupport.a.
2236        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2237        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2238        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2239        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2240
22412003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2242
2243        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2244
22452003-02-20      Till Straumann <strauman@slac.stanford.edu>
2246
2247        PR 354/networking
2248        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2249        chip against a table of supported chips. The untested ones are still
2250        commented out, however.
2251
22522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2253
2254        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2255        * configure.ac: AC_PREREQ(2.57).
2256        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2257        * optman/configure.ac: AC_PREREQ(2.57).
2258        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2259        * libchip/configure.ac: AC_PREREQ(2.57).
2260        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2261        * librdbg/configure.ac: AC_PREREQ(2.57).
2262        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2263        * libnetworking/configure.ac: AC_PREREQ(2.57).
2264
22652003-02-06      Joel Sherrill <joel@OARcorp.com>
2266
2267        * libnetworking/pppd/chat.c: Convert routines with common names to
2268        static. This included get_char(), put_char(), and character() among
2269        others.
2270
22712003-02-03      Joel Sherrill <joel@OARcorp.com>
2272
2273        PR 338/filesystem
2274        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2275        rtems_io_lookup_name() (API change).  Unused function removed.
2276
22772003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2278
2279        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2280        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2281        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2282        Eliminate *_O_FILES.
2283        * libnetworking/rtems_servers/Makefile.am,
2284        libnetworking/rtems_webserver/Makefile.am,
2285        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2286
22872002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2288
2289        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2290        Let all-local: depend on $(LIB).
2291        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2292        * optman/Makefile.am: Apply install-data-local to install *.rels.
2293
22942002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2295
2296        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2297        %.c rules.
2298        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2299        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2300        * libchip/rtc/Makefile.am: Ditto.
2301        * libchip/serial/Makefile.am: Ditto.
2302
23032002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2304
2305        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2306        LIBC_DEFINES.
2307        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2308        LIBC_DEFINES.
2309        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2310        LIBC_DEFINES.
2311
23122002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2313
2314        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2315
23162002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2317
2318        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2319        cache-checking.
2320        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2321
23222002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2323
2324        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2325        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2326        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2327        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2328        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2329
23302002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2331
2332        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2333        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2334        Remove.
2335        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2336
23372002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2338
2339        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2340        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2341
23422002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2343
2344        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2345        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2346
23472002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2348
2349        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2350        * optman/rel.am: New.
2351
23522002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2353
2354        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2355        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2356        braino in comment on "exec". Extend --enable-ada handling.
2357
23582002-11-04      Joel Sherrill <joel@OARcorp.com>
2359
2360        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2361        tasks and rolling multiple loops into 1.
2362        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2363        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2364        Removed warnings.
2365
23662002-10-31      Joel Sherrill <joel@OARcorp.com>
2367
2368        * libchip/network/dec21140.c: Removed warnings.
2369        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2370        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2371        librdbg/src/m68k/any/remdeb_xdr.c,
2372        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2373        warnings.
2374        * libnetworking/rtems_webserver/socket.c,
2375        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2376
23772002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2378
2379        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2380        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2381        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2382        above.
2383
23842002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2385
2386        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2387        * wrapup/.cvsignore: Remove autom4te.cache.
2388        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2389        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2390        autom4te.cache.
2391        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2392        autom4te.cache.
2393        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2394        autom4te.cache.
2395
23962002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2397
2398        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2399
24002002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2401
2402        * optman/.cvsignore: Add autom4te.cache.
2403
24042002-09-14      Joel Sherrill <joel@OARcorp.com>
2405
2406        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2407
24082002-09-07      Joel Sherrill <joel@OARcorp.com>
2409
2410        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2411        include files to resolve warnings.
2412
24132002-09-07      Chris Johns <ccj@acm.org>
2414
2415        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2416        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2417        which corrects the problem  where the cs8900.c file was actually the BSP
2418        glue.  Joel did some hacking so this file will compile.  Previously it
2419        required providing a target.h file to compile.
2420        * libchip/network/cs8900.c.bsp: New file.
2421
24222002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2423
2424        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2425
24262002-08-31      Joel Sherrill <joel@OARcorp.com>
2427
2428        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2429        eliminate warning.
2430
24312002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2432
2433        * configure.ac: Add ada-tests.
2434
24352002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2436
2437        * Makefile.am: Add preinstall-stamp.
2438
24392002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2440
2441        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2442        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2443        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2444        gcc31 happy.
2445        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2446        cp.
2447
24482002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2449
2450        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2451        make/bsp.mak.
2452        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2453        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2454
24552002-08-12      Joel Sherrill <joel@OARcorp.com>
2456
2457        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2458        avoid error.
2459
24602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2461
2462        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2463        * configure.ac: Add BSP_SUBDIRS.
2464        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2465        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2466        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2467        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2468        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2469        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2470        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2471        RTEMS_CHECK_BSP_CACHE.
2472        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2473        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2474        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2475        .$(OBJEXT) instead of .o.
2476        * libnetworking/pppd/Makefile.am,
2477        libnetworking/rtems_servers/Makefile.am,
2478        libnetworking/rtems_telnetd/Makefile.am,
2479        libnetworking/rtems_webserver/Makefile.am,
2480        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2481
24822002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2483
2484        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2485        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2486        ../libchip/serial/$(ARCH)/libserialio.a.
2487        * libchip/serial/Makefile.am: Don't tmp-install lib.
2488        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2489
24902002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2491
2492        * Makefile.am: Add rtems_makedir.
2493        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2494        * Makefile.am: Add wrapup-SUBDIR.
2495        * wrapup/ChangeLog: Remove.
2496        * wrapup/configure.ac: Remove.
2497        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2498        (Make the bare BSP happy).
2499        * configure.ac: Ditto.
2500        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2501        Create make/custom/default.cfg.
2502        * configure.ac: Add creation of make/custom/*.cfg. Create
2503        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2504
25052002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2506
2507        * Makefile.am: Clean $(PROJECT_RELEASE).
2508
25092002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2510
2511        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2512        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2513        prototype mismatches.
2514
25152002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2516
2517        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2518        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2519
25202002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2521
2522        * acinclude.m4: Add test "$multilib" != "yes".
2523        * config-ml.in: Remove.
2524        * acinclude.m4: Cleanups.
2525        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2526        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2527        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2528        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2529        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2530
25312002-07-16      Eric Norum <eric.norum@usask.ca>
2532
2533        * New driver for the Intel EtherExpressPro (82559ER) chip.
2534        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2535        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2536        * libchip/network/Makefile.am: Modified to reflect above.
2537
25382002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2539
2540        * acinclude.m4: New.
2541        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2542        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2543        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2544
25452002-07-01      Joel Sherrill <joel@OARcorp.com>
2546
2547        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2548        _Objects_Information_table now that it is a two dimensional array based
2549        upon API and class.
2550        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2551        of strnlen().
2552
25532002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2554
2555        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2556        preinstall libnetapps.a.
2557
25582002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2559
2560        * configure.ac: Remove librpc.
2561
25622002-06-25      Joel Sherrill <joel@OARcorp.com>
2563
2564        * Per PR233, moved librpc to exec.
2565        * configure.ac, wrapup/Makefile.am: Modified.
2566        * librpc, librpc/ChangeLog: Removed.
2567
25682002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2569
2570        * optman/Makefile.am: Remove multilib support.
2571        * optman/configure.ac: Ditto.
2572        * optman/sapi/Makefile.am: Ditto.
2573
25742002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2575
2576        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2577        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2578
25792002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2580
2581        Move networking libraries to c/src/exec/libnetworking
2582        * libnetworking/configure.ac, libnetworking/Makefile.am,
2583        libnetworking/wrapup/Makefile.am: Reflect Moval.
2584
25852002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2586
2587        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2588        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2589        <rtems/bspIo.h>.
2590
25912002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2592
2593        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2594        * libnetworking/rtems/mkrootfs.h: Ditto.
2595        * libnetworking/rtems/Makefile.am: Reflect changes above.
2596
25972002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2598
2599        * configure.ac: Remove lib.
2600
26012002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2602
2603        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2604        that exception stack frames on M68K members with VBR always are 6 byte
2605        long. The incorrect assumption resulted in some gdb commands like "next"
2606        to fail on the 68360.
2607
26082002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2609
2610        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2611        PR 220
2612        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2613        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2614        CVS.
2615        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2616        libnetworking/sys/filio.h: Remove.
2617        * libnetworking/sys/Makefile.am: Reflect changes above.
2618
26192002-05-07      Chris Johns <ccj@acm.org>
2620
2621        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2622        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2623        requires it to be stripped.
2624
26252002-05-01      Eric Norum <eric.norum@usask.ca>
2626
2627        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2628        assembly  to satisfy gcc 3.1 and newer.
2629
26302002-04-26      Eric Norum <eric.norum@usask.ca>
2631
2632        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2633        agressive optimization in gcc 3.1 does not reorder things.
2634
26352002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2636
2637        * libchip/network/dec21140.c: Reflect changes to powerpc's
2638        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2639        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2640        <rtems/score/cpu.h>.
2641        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2642        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2643
26442002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2645
2646        * optman/configure.ac: Remove ENABLE_GCC28.
2647
26482002-04-11      Chris Johns <ccj@acm.org>
2649
2650        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2651        driver control block field to the ifconfig network driver structure.
2652        This field is needed by the i82586 driver which was ported from NetBSD
2653        as it had better hardware abstraction.
2654        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2655        PR59, added the drv_ctrl driver control block field to the ifconfig
2656        network driver structure. This field is needed by the i82586 driver
2657        which was ported from NetBSD as it had better hardware abstraction.
2658
26592002-04-10      Mike Siers <mikes@poliac.com>
2660
2661        * libnetworking/rtems_webserver/NOTES,
2662        libnetworking/rtems_webserver/asp.c,
2663        libnetworking/rtems_webserver/balloc.c,
2664        libnetworking/rtems_webserver/default.c,
2665        libnetworking/rtems_webserver/ej.h,
2666        libnetworking/rtems_webserver/ejIntrn.h,
2667        libnetworking/rtems_webserver/ejlex.c,
2668        libnetworking/rtems_webserver/ejparse.c,
2669        libnetworking/rtems_webserver/emfdb.c,
2670        libnetworking/rtems_webserver/emfdb.h,
2671        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2672        libnetworking/rtems_webserver/handler.c,
2673        libnetworking/rtems_webserver/license.txt,
2674        libnetworking/rtems_webserver/md5.h,
2675        libnetworking/rtems_webserver/md5c.c,
2676        libnetworking/rtems_webserver/mime.c,
2677        libnetworking/rtems_webserver/misc.c,
2678        libnetworking/rtems_webserver/ringq.c,
2679        libnetworking/rtems_webserver/rom.c,
2680        libnetworking/rtems_webserver/security.c,
2681        libnetworking/rtems_webserver/sock.c,
2682        libnetworking/rtems_webserver/sym.c,
2683        libnetworking/rtems_webserver/uemf.c,
2684        libnetworking/rtems_webserver/uemf.h,
2685        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2686        libnetworking/rtems_webserver/url.c,
2687        libnetworking/rtems_webserver/value.c,
2688        libnetworking/rtems_webserver/wbase64.c,
2689        libnetworking/rtems_webserver/webcomp.c,
2690        libnetworking/rtems_webserver/webpage.c,
2691        libnetworking/rtems_webserver/webrom.c,
2692        libnetworking/rtems_webserver/webs.c,
2693        libnetworking/rtems_webserver/webs.h,
2694        libnetworking/rtems_webserver/websuemf.c,
2695        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2696        2.1.4.
2697
26982002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2699
2700        * libchip/network/i82586.c: Include <string.h>.
2701        * libchip/network/sonic.c: Ditto.
2702
27032002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2704
2705        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2706
27072002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2708
2709        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2710
27112002-03-27      Thomas.Doerfler@imd-systems.de
2712
2713        PR 144
2714        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2715        memory address 0 when called for the first time. This is done when
2716        trying to clear the variable "dhcp_hostname".
2717
27182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2719
2720        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2721        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2722        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2723        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2724        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2725        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2726        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2727        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2728        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2729        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2730        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2731        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2732        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2733        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2734        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2735        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2736        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2737        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2738        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2739        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2740        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2741        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2742        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2743        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2744        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2745        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2746        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2747        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2748        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2749        AUTOMAKE_OPTIONS.
2750        * libnetworking/configure.ac:
2751        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2752        foreign 1.6]).
2753        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2754        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2755        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2756        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2757        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2758        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2759        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2760        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2761        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2762        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2763        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2764        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2765        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2766        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2767        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2768        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2769        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2770
27712002-03-27      Ilya Alexeev <ilya@continuum.ru>
2772
2773        PR 162
2774        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2775        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2776        used in a device write routines.  Now ppp_softc structure have own
2777        character for writing to device (sc_outchar).  I think that converting
2778        local variables to static is not a right solution, because problems will
2779        occur in the case of two or more ppp instances.
2780        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2781        must be u_long, otherwise in the case of the big output packet endless
2782        loop may occur.
2783
27842002-03-21      Ilya Alexeev <ilya@continuum.ru>
2785
2786        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2787        preparations for multiple PPPD connections.
2788
27892002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2790
2791        PR 149
2792        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2793        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2794        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2795        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2796
27972002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2798
2799        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2800        * configure.ac: Modified to reflect addition.
2801
28022002-02-27      Ilya Alexeev <ilya@continuum.ru>
2803
2804        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2805        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2806        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2807        capabilities as well as eliminate some warnings.
2808
28092002-02-27      Eric Norum <eric.norum@usask.ca>
2810
2811        * libnetworking/net/radix.c: Properly handle fetching the default route
2812        when there is no route.  This was a bug in the original FreeBSD code and
2813        this fix is from an updated version of their code.
2814
28152002-02-16      Eric Norum <eric.norum@usask.ca>
2816
2817        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2818        checking.
2819
28202002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2821
2822        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2823        dodefaultroute.
2824
28252002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2826
2827        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2828        include <rtems/seterr.h>.
2829
28302002-02-01      Mike Siers <mikes@poliac.com>
2831
2832        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2833        avoid bringing the link down too fast. NOTE: Mike reports successfully
2834        running at 56K baud on a direct link.
2835
28362002-02-01      Eric Valette <valette@crf.canon.fr>
2837
2838        * librdbg/So many patches have been posted recently on the mailing list
2839        and  because we were unable to find correct solution to compile on
2840        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2841        because the coding  style of rdbg was rather inconsistant among various
2842        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2843        global coding style (using indent + manual edits), 2) incorporate/review
2844        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2845        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2846        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2847        after rdbg initialization is done, NB : the paches is huge but it is
2848        mainly due to coding styke chnages.  Only few lines of codes have been
2849        really changed and they do not impact  rdbg functionnality (AFAIKT).
2850        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2851        librdbg/include/rdbg/m68k/rdbg_f.h,
2852        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2853        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2854        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2855        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2856        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2857        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2858        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2859        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2860        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2861        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2862        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2863        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2864        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2865        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2866        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2867        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2868
28692002-01-31      Mike Siers <mikes@poliac.com>
2870
2871        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2872        * Nice Update of PPPD support which eliminates the requiremetn that
2873        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2874        and reports that it seems to be more stable and handle larger packets
2875        better.  This patch replaces the termios tasks with more general pppd
2876        network driver tasks.  The functions pppinput() and pppstart() get
2877        called from the interrupt service routine.
2878        * libnetworking/Makefile.am, libnetworking/configure.ac,
2879        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2880        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2881        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2882        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2883        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2884        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2885        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2886        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2887        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2888        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2889        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2890        libnetworking/net/route.c, libnetworking/net/route.h,
2891        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2892        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2893        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2894        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2895        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2896        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2897        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2898        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2899        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2900        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2901        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2902        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2903        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2904        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2905        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2906        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2907        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2908        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2909        libnetworking/pppd/example/README,
2910        libnetworking/pppd/example/netconfig.h,
2911        libnetworking/wrapup/Makefile.am: Modified.
2912        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2913        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2914        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2915        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2916        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2917        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2918        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2919        libnetworking/modem/pppcompress.c: Subdirectory removed.
2920
29212002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2922
2923        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2924        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2925
29262002-01-18      Till Straumann <strauman@slac.stanford.edu>
2927
2928        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2929        issues: - exception handler needs to enable MSR_FP if the interrupted
2930        thread is FP enabled. - printk message for MSR fixed and added
2931        stacktrace. NOTE: this requires the stacktrace patch to
2932        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2933        however).
2934
29352002-01-06      Joel Sherrill <joel@OARcorp.com>
2936
2937        * optman/.cvsignore: Added aclocal.m4 and configure.
2938        * optman/.cvsignore: New file.
2939
29402002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2941
2942        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2943
29442002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2945
2946        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2947        * optman/ChangeLog: New.
2948        * optman/configure.ac: New.
2949        * optman/Makefile.am: New.
2950        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2951        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2952
29532001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2954
2955        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2956
29572001-12-18      Eric Norum <eric.norum@usask.ca>
2958
2959        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2960        `directories' (path names with a / at the end) while disallowing open()
2961        operations on TFTP `directories'.
2962
29632001-12-07      Eric Norum <eric.norum@usask.ca>
2964
2965        * libnetworking/lib/tftpDriver.c: Restore write capability.
2966
29672001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2968
2969        * libchip/network/sonic.h: Fix typo.
2970        * libnetworking/arpa/Makefile.am: Remove stray lines.
2971
29722001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2973
2974        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2975
29762001-10-18      Eric Norum <eric.norum@usask.ca>
2977
2978        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2979        chdir() and open() operations within the TFTP file system.
2980
29812001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2982
2983        * librdbg/configure.ac: Fix latent bug exposed by removal of
2984        config.cache's which prevented powerpc targets librdbg from building.
2985
29862001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2987
2988        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2989        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2990        autoconf-2.52 happy.
2991
29922001-10-12      Mike Siers <mikes@poliac.com>
2993
2994        * libnetworking/Update to stable working state.  Congratulations Mike!
2995        :).
2996        * libnetworking/modem_example: Directory removed.
2997        * libnetworking/modem_example/16550.h,
2998        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2999        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
3000        libnetworking/modem_example/ppp.h,
3001        libnetworking/modem_example/pppcompress.c: Files removed.
3002        * libnetworking/pppd/example/pppd.options: New file.
3003        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
3004        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3005        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
3006        libnetworking/pppd/rtemsmain.c: Updated.
3007
30082001-10-12      Joel Sherrill <joel@OARcorp.com>
3009
3010        * libchip/serial/z85c30.c: Fixed typo.
3011
30122001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3013
3014        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
3015        * configure.in: Remove.
3016        * configure.ac: New file, generated from configure.in by autoupdate.
3017        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3018        * libchip/configure.in: Remove.
3019        * libchip/configure.ac: New file, generated from configure.in by
3020        autoupdate.
3021        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3022        * librdbg/configure.in: Remove.
3023        * librdbg/configure.ac: New file, generated from configure.in by
3024        autoupdate.
3025        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
3026        * libnetworking/configure.in: Remove.
3027        * libnetworking/configure.ac: New file, generated from configure.in by
3028        autoupdate.
3029
30302001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3031
3032        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
3033        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
3034        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
3035
30362001-09-27      Joel Sherrill <joel@OARcorp.com>
3037
3038        * libchip/ChangeLog: Fixed typo in date.
3039
30402001-09-27      Eric Norum <eric.norum@usask.ca>
3041
3042        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
3043        TFTP  filesystem.
3044
30452001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3046
3047        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
3048        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
3049        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
3050        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
3051        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3052        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
3053        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
3054        'PREINSTALL_FILES ='.
3055        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
3056        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
3057        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
3058        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
3059        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
3060        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
3061        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
3062        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
3063        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
3064        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
3065        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
3066        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
3067
30682001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3069
3070        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
3071        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3072        * librdbg/src/m68k/any/Makefile.am: Ditto.
3073        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3074        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3075        happy.
3076
30772001-09-21      Joel Sherrill <joel@OARcorp.com>
3078
3079        * libchip/network/Makefile.am: Fixed typo on file name.
3080        * libchip/network/i82586.c: Commented out line 318 which is referencing
3081        a member of a structure that is not currently there.  This needs to be
3082        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3083        to C style.
3084
30852001-09-19      Eric Norum <eric.norum@usask.ca>
3086
3087        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3088
30892001-09-19      Chris Johns <ccj@acm.org>
3090
3091        * libchip/network/README.i82586, libchip/network/i82586.c,
3092        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3093        Network driver for Intel i82586.
3094        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3095        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3096        "root" filesystem with information obtained via the DHCP response.
3097
30982001-09-14      Eric Norum <eric.norum@usask.ca>
3099
3100        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3101        make gcc 3.x happy.
3102
31032001-08-16      Mike Siers <mikes@poliac.com>
3104
3105        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3106        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3107        These support callback functionality that has not even been compiled
3108        under RTEMS yet.
3109        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3110        example application.  Mike's notes on the modifications: - renamed
3111        error() function because of namespace problems - removed calls to the
3112        exit() funciton - removed extra files from the pppd source directory -
3113        defined pppd task constant values in rtemspppd.h - modifyied example
3114        code to get actual tick per second value - placed the pppd 2.3.11 man
3115        page file (pppd.8) into the pppd directory.
3116        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3117        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3118        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3119        libnetworking/pppd/rtems-ppp.c: Deleted.
3120        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3121        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3122        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3123        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3124        libnetworking/pppd/example/init.c,
3125        libnetworking/pppd/example/netconfig.h,
3126        libnetworking/pppd/example/ppp.conf,
3127        libnetworking/pppd/example/pppdapp.c,
3128        libnetworking/pppd/example/system.h: New files.
3129        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3130        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3131        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3132        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3133        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3134        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3135        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3136        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3137        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3138        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3139        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3140        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3141        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3142        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3143        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3144
31452001-08-16      Joel Sherrill <joel@OARcorp.com>
3146
3147        * libnetworking/pppd/example/Makefile: Removed.
3148        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3149        to avoid bootstrap -c clobbering it.
3150        * libnetworking/rtems_telnetd/.cvsignore: New file.
3151
31522001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3153
3154        * libnetworking/Makefile.am, libnetworking/configure.in,
3155        libnetworking/rtems_servers/Makefile.am,
3156        libnetworking/rtems_servers/telnetd.c,
3157        libnetworking/rtems_servers/telnetd.h,
3158        libnetworking/rtems_telnetd/Makefile.am,
3159        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3160        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3161        libnetworking/rtems_telnetd/telnetd.c,
3162        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3163        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3164        effect when ftpd change. - the tcp/ip stats have been implemented into
3165        icmds.c and started when telnetd daemon is started.
3166        * libnetworking/rtems_servers/telnetd.c,
3167        libnetworking/rtems_servers/telnetd.h: Removed.
3168        * libnetworking/rtems_telnetd: New directory.
3169        * libnetworking/rtems_telnetd/Makefile.am,
3170        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3171        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3172        libnetworking/rtems_telnetd/telnetd.c,
3173        libnetworking/rtems_telnetd/telnetd.h: New files.
3174
31752001-06-14      Joel Sherrill <joel@OARcorp.com>
3176
3177        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3178        Moved from libmisc/shell so the network stack to address network
3179        depenendency.
3180        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3181
31822001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3183
3184        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3185
31862001-05-15      Joel Sherrill <joel@OARcorp.com>
3187
3188        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3189        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3190        accidentally deleted the incorrectly empty versions.
3191
31922001-05-14      Till Straumann <strauman@slac.stanford.edu>
3193
3194        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3195        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3196        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3197        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3198        to know the values) - the affected BSP (shared/motorola) headers have
3199        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3200        driver (libchip/network/dec21140.c) has been fixed to use
3201        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3202        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3203        who is using this driver. - the DEC driver also has been fixed to use
3204        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3205        delay_in_bus_cycles().
3206
32072001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3208
3209        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3210
32112001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3212
3213        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3214
32152001-04-24      Eric Norum <eric.norum@usask.ca>
3216
3217        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3218        NTP synchronization a little more robust -- no NTP daemon yet, but at
3219        least it trys a little harder when the primary NTP server is down.
3220
32212001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3222
3223        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3224        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3225        libnetworking/pppd/modem_example/modem.c,
3226        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3227        other strings into English.
3228        * libnetworking/pppd/STATUS: updated to reflect the changes.
3229
32302001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3231
3232        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3233        again.
3234
32352001-04-20      Eric Valette <valette@crf.canon.fr>
3236
3237        * mcp750 directory renamed new_exception processing as it supports many
3238        more CPU models.
3239        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3240        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3241        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3242        formerly in mcp750 plus modifications.
3243        * librdbg/src/powerpc/mcp750/.cvsignore,
3244        librdbg/src/powerpc/mcp750/Makefile.am,
3245        librdbg/src/powerpc/mcp750/remdeb.h,
3246        librdbg/src/powerpc/mcp750/remdeb_f.x,
3247        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3248        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3249        new_exception_processing.
3250        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3251        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3252        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3253        part of this effort to add support for the MPC8xx.
3254
32552001-04-19      Joel Sherrill <joel@OARcorp.com>
3256
3257        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3258        internal include files.
3259
32602001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3261
3262        PR 158
3263        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3264        rcmd() library call by commenting out the parts that deal with signals.
3265        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3266        stdio. The 'server-side' parts of this file which deal with
3267        authentication are disabled since they are not needed.
3268
32692001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3270
3271        * libnetworking/include/.cvsignore: Remove dangling file.
3272
32732001-03-14      Joel Sherrill <joel@OARcorp.com>
3274
3275        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3276        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3277        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3278        libchip style serial drivers can be written in libcpu or libbsp.
3279
32802001-03-01      Joel Sherrill <joel@OARcorp.com>
3281
3282        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3283        libchip/network/sonic.c, libchip/network/sonic.h,
3284        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3285        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3286        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3287        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3288        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3289        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3290        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3291        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3292
32932001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3294
3295        * librdbg/include/rdbg/Makefile.am,
3296        librdbg/include/rdbg/i386/Makefile.am,
3297        librdbg/include/rdbg/m68k/Makefile.am,
3298        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3299        style on include files.
3300
33012001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3302
3303        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3304        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3305        replace ${..} with $(..).
3306        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3307        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3308        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3309        libnetworking/rtems/Makefile.am, libnetworking/
3310        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3311        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3312        include_*HEADERS instead of H_FILES.
3313        * libnetworking/include/Makefile.am: Remove.
3314        * libnetworking/Makefile.am: Add handling of *.h files.
3315        * libnetworking/configure.in: Remove include/Makefile.
3316
33172001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3318
3319        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3320
33212001-01-31      Sergei Organov <osv@javad.ru>
3322
3323        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3324        current dir and root dir removed in favor of new libio support for
3325        task-local current and root directories. - Bug in `close_data_socket()'
3326        introduced by previous change fixed. - `command_pasv()' changed to set
3327        timeout on socket we are listening on and code fixed to don't close
3328        socket twice on error. - `serr()' changed to clear `errno'. -
3329        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3330        changed to clear `errno' before processing session. -
3331        `close_data_socket()' fixed to close both active and passive sockets -
3332        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3333        empty string  in `exec_command()'.
3334
33352001-01-25      Eric Norum <eric.norum@usask.ca>
3336
3337        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3338        improves throughput on systems which are dropping packets.   Only the
3339        first timeout is reduced.  This keeps the number of extra packets down
3340        on networks that are very busy and dropping lots of packets.
3341
33422001-01-24      Sergei Organov <osv@javad.ru>
3343
3344        * libnetworking/rtems_servers/ftpd.c,
3345        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3346        - Timeouts on sockets implemented. 'idle' field added to configuration.
3347        No timeout by default to keep backward compatibility. Note: SITE IDLE
3348        command not implemented yet. - Basic global access control implemented.
3349        'access' field added to configuration. No access limitations by default
3350        to keep backward compatibility. - Anchor data socket for active mode
3351        (using self IP and port 20.) - Fixed default data port support (still
3352        not tested). - Don't allow IP address different from originating host in
3353        PORT command to improve security. - Fixed bug in MDTM command. - Check
3354        for correctness of parsing of argument in command_port(). - Fixed
3355        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3356        a directory. - Command parsing a little bit improved: command names are
3357        now converted to upper-case to be more compatible with RFC (command
3358        names are not case-sensitive.) - Reformat comments so that they have
3359        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3360        previous changes - True ASCII mode implemented (doesn't work for hooks
3361        and /dev/null) - Passive mode implemented, PASV command added. - Default
3362        port for data connection could be used (untested, can't find ftp client
3363        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3364        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3365
33662001-01-18      Joel Sherrill <joel@OARcorp.com>
3367
3368        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3369        macro using variable arguments.
3370        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3371        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3372        since I updated the main RTEMS development machine to RedHat 7.2 and
3373        apparently got a new version of rpcgen.
3374
33752001-01-12      Sergei Organov <osv@javad.ru>
3376
3377        * libnetworking/rtems_servers/ftpd.c,
3378        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3379        - use pool of pre-created threads to handle sessions instead of
3380        creating/deleting threads on the fly - LIST output is now similar to
3381        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3382        happy with it. - LIST NAME now works (both for files and directories) -
3383        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3384        clients happy  - keep track of CWD for every session separately -
3385        ability to specify root directory name for FTPD in configuration table.
3386        FTPD will then create illusion for FTP clients that this is actually
3387        root directory. - ignore options sent in commands, thus LIST -al FILE
3388        works and doesn't try to list "-al" directory. - buffers are allocated
3389        on stack instead of heap where possible to eliminate malloc/free calls
3390        (avoid possible heap fragmentation troubles). - drop using of task
3391        notepad to pass parameters - use function arguments instead - use
3392        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3393        in socket() instead of AF_INET.
3394
33952001-01-02      Joel Sherrill <joel@OARcorp.com>
3396
3397        * libnetworking/CHANGELOG: Removed.
3398        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3399
34002000-12-14      Eric Norum <eric.norum@usask.ca>
3401
3402        * libnetworking/lib/tftpDriver.c: Added write capability.
3403
34042000-12-08      Joel Sherrill <joel@OARcorp.com>
3405
3406        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3407        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3408        numerous variable declarations conditional on PPP_COMPRESS and
3409        PPP_FILTER.  Commented out variables that were not used because the code
3410        using them was commented out. Removed totally unused variables.
3411        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3412        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3413
34142000-11-30      Joel Sherrill <joel@OARcorp.com>
3415
3416        * libnetworking/modem/ppp_tty.c: Changed to include
3417        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3418        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3419        * libnetworking/Makefile.am: Modified to reflect above.
3420
34212000-11-27      Joel Sherrill <joel@OARcorp.com>
3422
3423        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3424
34252000-11-25      Eric Norum <eric.norum@usask.ca>
3426
3427        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3428        core.
3429
34302000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3431
3432        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3433        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3434        subdir.
3435        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3436        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3437        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3438        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3439        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3440        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3441        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3442        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3443        ppp_tty.c and the real pppd main is in pppmain.c.
3444
34452000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3446
3447        * libchip/network/sonic.c: Added ipalign() routine to align the received
3448        packet so that the ip header is on a 32-bit boundary. Necessary for
3449        cpu's that do not allow unaligned loads and stores and when the 32-bit
3450        DMA mode is used.
3451
34522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3453
3454        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3455        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3456        ACLOCAL_AMFLAGS.
3457        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3458        ACLOCAL_AMFLAGS.
3459        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3460        ACLOCAL_AMFLAGS.
3461
34622000-11-03      Chris Johns <ccj@acm.org>
3463
3464        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3465        libchip/network/cs8900.h: New files.
3466
34672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3468
3469        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3470        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3471        $(RTEMS_TOPdir)/aclocal.
3472        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3473        $(RTEMS_TOPdir)/aclocal.
3474        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3475        $(RTEMS_TOPdir)/aclocal.
3476
34772000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3478
3479        * configure.in: Switch to GNU-canonicalization.
3480        * Makefile.am: Reflect changes to configure.in.
3481        * acinclude.m4: Remove.
3482
34832000-10-30      Joel Sherrill <joel@OARcorp.com>
3484
3485        * POSIX include files merged into newlib.  This resulted in some
3486        definitions moving to other files and thus some secondary effects in
3487        RTEMS source code.
3488        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3489        in sync with newlib's <machine/types.h>.
3490        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3491        definition of struct itimerval in <sys/time.h>.
3492
34932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3494
3495        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3496        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3497        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3498        * ChangeLog: Fix typos.
3499        * configure.in: add tests to the GNU canonicalized subdirectories.
3500
35012000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3502
3503        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3504        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3505        the lib directory before configuring lib/.
3506
35072000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3508
3509        * configure.in, Makefile.am: add exec to the GNU canonicalized
3510        subdirectories.
3511        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3512        * configure.in: add libnetworking, librpc and librdb to the GNU
3513        canonicalized subdirectories.
3514        * configure.in: add libmisc and libchip to the GNU canonicalized
3515        subdirectories.
3516        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3517        Switch to GNU canonicalization.
3518        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3519        Switch to GNU canonicalization.
3520        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3521        Switch to GNU canonicalization.
3522
35232000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3524
3525        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3526        canonicalization to libfs/. The approach is currently a bit of a hack as
3527        GNU canonicalization does not support the per-BSP build some of the
3528        other directories require.  As more of the tree is converted, this will
3529        become less  of an issue.
3530
35312000-10-20      Joel Sherrill <joel@OARcorp.com>
3532
3533        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3534        parameter.
3535
35362000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3537
3538        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3539        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3540        * librdbg/configure.in: Add m68k support.
3541        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3542        subdirectory.
3543        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3544        failure.
3545        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3546        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3547        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3548        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3549        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3550        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3551        librdbg/src/m68k/.cvsignore: New files.
3552        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3553        function pointers.
3554        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3555        _after_ pointer has been checked against NULL.
3556
35572000-10-18      Joel Sherrill <joel@OARcorp.com>
3558
3559        * wrapup/Makefile.am: Added libfs.
3560
35612000-10-18      Chris Johns <ccj@acm.org>
3562
3563        * libfs created.
3564        * configure.in: Added libfs subdirectory.
3565        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3566
35672000-09-28      Joel Sherrill <joel@OARcorp.com>
3568
3569        * libnetworking/rtems_webserver/Makefile.am,
3570        libnetworking/rtems_webserver/base64.c,
3571        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3572        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3573
35742000-09-22      Joel Sherrill <joel@OARcorp.com>
3575
3576        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3577        libnetworking/rtems/rtems_bsdnet_internal.h,
3578        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3579        have included rtems.h.  It is now including precisely the  least amount
3580        of low level, yet portable .h files to get the basic RTEMS types
3581        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3582        used machine/types.h to include rtems.h.
3583
35842000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3585
3586        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3587
35882000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3589
3590        * libnetworking/ChangeLog: Cleanup.
3591
35922000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3593
3594        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3595        * libchip/ChangeLog: Fix formating.
3596
35972000-09-05      Joel Sherrill <joel@OARcorp.com>
3598
3599        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3600        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3601        confusion and to work with the converted flags.
3602
36032000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3604
3605        * wrapup/Makefile.am: Include compile.am.
3606        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3607        libchip/serial/Makefile.am: Include compile.am.
3608        * librdbg/src/i386/any/Makefile.am,
3609        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3610        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3611        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3612        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3613        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3614        libnetworking/rtems_servers/Makefile.am,
3615        libnetworking/rtems_webserver/Makefile.am,
3616        libnetworking/wrapup/Makefile.am: Include compile.am.
3617
36182000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3619
3620        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3621        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3622
36232000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3624
3625        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3626
36272000-08-31      Joel Sherrill <joel@OARcorp.com>
3628
3629        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3630        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3631        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3632        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3633        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3634        * libnetworking/wbase64.c: Removed.
3635        * libnetworking/Makefile.am, libnetworking/asp.c,
3636        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3637        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3638        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3639        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3640        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3641        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3642        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3643        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3644        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3645        Modified.
3646
36472000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3648
3649        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3650
36512000-08-30      Joel Sherrill <joel@OARcorp.com>
3652
3653        * libnetworking/rtems_webserver/license.txt: New file.
3654
36552000-08-10      Joel Sherrill <joel@OARcorp.com>
3656
3657        * ChangeLog: New file.
3658        * libchip/ChangeLog: New file.
3659        * librdbg/ChangeLog: New file.
3660        * libnetworking/ChangeLog: New file.
3661
Note: See TracBrowser for help on using the repository browser.