source: rtems/c/src/ChangeLog @ 96eadec4

4.104.114.95
Last change on this file since 96eadec4 was 96eadec4, checked in by Joel Sherrill <joel.sherrill@…>, on 09/25/07 at 16:56:48

2007-09-25 Joel Sherrill <joel.sherrill@…>

  • nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
  • Property mode set to 100644
File size: 132.9 KB
Line 
12007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
4
52007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * aclocal/version.m4: Bump RTEMS_API to 4.9.
8        Bump RTEMS_VERSION to 4.8.99.0.
9
102007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
13
142007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * configure.ac: Remove AC_PROG_AWK (Unused).
17
182007-09-14      Daron Chabot <djc915@mail.usask.ca>
19
20        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
21        rtems_interrupt_vector, to permit passing arbitrary arguments to the
22        ISR. Clean up of variables to silence compiler warnings.
23
242007-09-13      Daniel Hellstrom <daniel@gaisler.com>
25
26        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
27
282007-09-12      Daniel Hellstrom <daniel@gaisler.com>
29
30        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
31          - Odd bit bug in some chips taken care of.
32          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
33            alignment but failing to do so must have made the driver writer to make
34            some incorrect assumptions about MBUFs.
35          - Fixed MBUF handling to handle mbuf chains better. The Data length of
36            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
37          - Made while loop responsible for copying data to fifo port copy 16 shorts
38            per loop instead of 1 short, increasing the copying process.
39
402007-09-07      Daniel Hellstrom <daniel@gaisler.com>
41
42        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
43        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
44
452007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * configure.ac, wrapup/Makefile.am: Remove RDBG.
48        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
49        librdbg/Makefile.am, librdbg/preinstall.am,
50        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
51        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
52        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
53        librdbg/include/rdbg/powerpc/rdbg_f.h,
54        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
55        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
56        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
57        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
58        librdbg/src/servtsp.c, librdbg/src/servutil.c,
59        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
60        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
61        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
62        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
63        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
64        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
65        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
66        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
67        librdbg/src/powerpc/rdbg_f.c,
68        librdbg/src/powerpc/new_exception_processing/remdeb.h,
69        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
70        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
71        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
72
732007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
76
772007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
80          sizes.
81
822007-07-27      Chris Johns <chrisj@rtems.org>
83
84        * wrapup/Makefile.am: Create archive from a file for hosts
85        with a limited command line size.
86
872007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
90          sizes.
91
922007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
93       
94        * configure.ac: Add nfsclient.
95        * nfsclient/Makefile.am: New.
96        * nfsclient/proto/Makefile, nfsclient/Makefile,
97          nfsclient/src/Makefile: Remove.
98        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
99        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
100
1012007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
104        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
105        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
106        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
107        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
108        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
109        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
110        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
111        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
112        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
113        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
114        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
115
1162007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
117
118        * libchip/serial/ns16550.c: removed timed out wait for transmitter
119        to become ready: This will not work for fast CPUs.
120
1212007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
122
123        * libchip/ide/ata.c: fixed warning
124
1252007-06-20      Ray Xu <rayx@gmail.com>
126
127        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
128        console, and libio. This shrinks the memory requirements but Joel has
129        not figured out how best to present this to application space.
130        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
131        New files.
132
1332007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * optman/sapi/no-io.c: Split IO Manager into one function per file so
136        now we only need required initialization methods.
137
1382007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
141        parameter since it was used to configure a no longer used feature.
142        Device names are now part of the filesystem not in a table.
143
1442007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
147        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
148        optman/rtems/no-part.c, optman/rtems/no-region.c,
149        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
150        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
151        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
152        other optional managers so using them reduces application size
153        instead of increasing it.
154        * optman/rtems/no-barrier.c: New file.
155
1562007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
159        adjustments to pci-API changes.
160        * libchip/network/dec21140.c, libchip/network/elnk.c,
161        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
162        changes.
163
1642007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * libchip/network/dec21140.c, libchip/network/if_dc.c,
167        libchip/network/if_fxp.c: Reflect changes to pci-API.
168
1692007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
172        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
173
1742007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
177          being used to compile "tools").
178
1792007-03-13      Joel Sherrill <joel@OARcorp.com>
180
181        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
182
1832007-03-12      Joel Sherrill <joel@OARcorp.com>
184
185        * libchip/network/cs8900.c, libchip/network/cs8900.h,
186        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
187        and/or fix mistake in copyright notice. Both of these mistakes appear
188        to be from code submitted after these changes were made previously.
189
1902007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
193
1942007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * libchip/Makefile.am: Correct path to README.tulipclone.
197
1982007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * libchip/ide/ata.c: Remove superfluous type casts.
201
2022007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
205        Use size_t for sizes.
206
2072007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
208
209        * libchip/ide/ata.c: in ata_request_done: moved call to free()
210        from preemption disabled region
211
2122007-01-16      Till Straumann <strauman@slac.stanford.edu>
213
214        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
215        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
216        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
217
2182006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
219
220        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
221          ioctl_command_t as ioctl argument.
222
2232006-12-13      Joel Sherrill <joel@OARcorp.com>
224
225        * librtems++/include/rtems++/rtemsEvent.h,
226        librtems++/include/rtems++/rtemsMessageQueue.h,
227        librtems++/include/rtems++/rtemsSemaphore.h,
228        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
229        librtems++/src/rtemsMessageQueue.cc,
230        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
231        rtems_unsigned32 to uint32_t.
232
2332006-12-13      Joel Sherrill <joel@OARcorp.com>
234
235        PR 1181/bsps
236        * optman/rtems/no-msg.c: Clean up dead code.
237
2382006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
239
240        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
241
2422006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
243
244        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
245        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
246        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
247
2482006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
249
250        * configure.ac: New BUG-REPORT address.
251
2522006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
253
254        * Makefile.am: Remove ampolish3.
255
2562006-11-17      Joel Sherrill <joel@OARcorp.com>
257
258        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
259        blank lines.
260
2612006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
262
263        * configure.ac: Remove RTEMS_AMPOLISH3.
264        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
265          Remove checks for AMPOLISH3.
266        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
267        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
268        * ampolish3: Remove.
269
2702006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
271
272        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
273        * aclocal/prog-cc.m4: Remove CFLAGS.
274        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
275        Compose CFLAGS. Append CFLAGS to ac_configure_args.
276
2772006-10-23      Joel Sherrill <joel@OARcorp.com>
278
279        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
280
2812006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
282
283        * automake/compile.am: Use hard-coded RTEMS_* flags.
284
2852006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
286
287        * aclocal/rtems-top.m4: Remove RTEMS_API.
288        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
289
2902006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
291
292        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
293
2942006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
297
2982006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
299
300        * aclocal/version.m4: Bump version to 4.7.99.0.
301
3022006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
303
304        * configure.ac: Require autoconf-2.60. Require automake-1.10.
305
3062006-09-11      Joel Sherrill <joel@OARcorp.com>
307
308        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
309
3102006-09-04      Joel Sherrill <joel@OARcorp.com>
311
312        * libchip/network/greth.c, libchip/network/open_eth.c,
313        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
314        introduced by warning removal.
315
3162006-09-01      Joel Sherrill <joel@OARcorp.com>
317
318        * libchip/network/greth.c, libchip/network/open_eth.c,
319        libchip/network/smc91111.c: Remove warnings and correct prototype
320        added earlier today.
321
3222006-09-01      Joel Sherrill <joel@OARcorp.com>
323
324        * libchip/network/cs8900.c, libchip/network/greth.c,
325        libchip/network/i82586.c, libchip/network/open_eth.c,
326        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
327        sized integers, and inttypes.h printf helpers.
328
3292006-08-09      Kolja Waschk <waschk@telos.de>
330
331        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
332
3332006-07-12      Joel Sherrill <joel@OARcorp.com>
334
335        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
336
3372006-07-11      Jerry Needell <jerry.needell@unh.edu>
338
339        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
340        4.6 branch.  Original modifications by Gaisler Enterprises.
341        * libchip/network/greth.c, libchip/network/greth.h: New files.
342
3432006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
344
345        * ide/ata.[ch]:
346        (PR1118) fetch priority for ATA task from a variable,
347        not a fixed configuration value.
348       
3492006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
350
351        * Makefile.am: Add ampolish3.
352
3532006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
354
355        * ampolish3: New.
356        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
357
3582006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
359
360        * aclocal/rtems-ampolish.m4: New.
361        * configure.ac: Use RTEMS_AMPOLISH3.
362
3632006-04-18  Joel Sherrill <joel@OARcorp.com>
364
365        * aclocal/version.m4: Updated to rtems-4.6.99.3.
366
3672006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
368
369        PR 853/filesystem
370        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
371        should be modified to support the new exception scheme and to use the
372        handle parameter.
373
3742006-02-a32     Eric Norum <norume@aps.anl.gov>
375
376        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
377        "newer" PCI access calls.  Minor cleanups.  Comments.
378
3792006-01-12      Eric Norum <norume@aps.anl.gov>
380
381        PR 861/networking
382        PR 863/networking
383        * libchip/network/smc91111.c: Fix illegal lvalue increments.
384
3852006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
386
387        * wrapup/Makefile.am: Add preinstall.am.
388        * libchip/Makefile.am: Build libchip/network/smc91111.
389        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
390        Eliminate cyg_int* crap.
391
3922006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
393
394        * librdbg/Makefile.am: Add preinstall.am.
395        * aclocal/bsp-configure.m4: Add ampolish3.
396        New header guards.
397
3982006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
399
400        * libchip/network/open_eth.c, libchip/network/open_eth.h:
401        Merger from rtems-4-6-branch.
402
4032006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
404
405        * libchip/network/smc91111.c
406        libchip/network/smc91111config.h
407        libchip/network/smc91111exp.h
408        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
409        * libchip/Makefile.am: Reflect adding smc91111*.
410
4112006-01-08      Joel Sherrill <joel@OARcorp.com>
412
413        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
414        char *.
415
4162006-01-08      Joel Sherrill <joel@OARcorp.com>
417
418        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
419        warnings.
420
4212005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
422
423        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
424        Add RTEMS_RELLDFLAGS.
425        * automake/compile.am: Remove RTEMS_USE_GCC.
426        Remove RTEMS_RELLDFLAGS.
427        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
428
4292005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
430
431        * libchip/network/if_media.h, libchip/network/mii.h:
432        Remove (Moved to cpukit).
433        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
434        and libchip/network/if_media.h.
435        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
436        if_media.h having moved.
437
4382005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
439
440        * automake/compile.am, automake/host.am, automake/local.am,
441        automake/subdirs.am: Remove depend.
442        * configure.ac: Explicitly pass --libdir and --includedir to
443        testsuites.
444
4452005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
446
447        * configure.ac: Reflect changes to testsuites.
448
4492005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
450
451        * automake/compile.am: Remove GCCSPECS.
452        * aclocal/prog-cc.m4: Add GCCSPECS.
453        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
454
4552005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
456
457        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
458        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
459
4602005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
461
462        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
463        libcpu/byteorder.h for i386.
464
4652005-11-02      Till Straumann <strauman@slac.stanford.edu>
466
467        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
468        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
469        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
470        added a simple API/library for i2c devices and drivers for i2c
471        2-byte eeproms and a ds1621 temperature sensor; API is documented
472        in libi2c.h.
473
4742005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
475
476        * libnetworking/pppd/ipxcp.c,
477        libnetworking/pppd/chat.c,
478        libnetworking/pppd/patchlevel.h,
479        libnetworking/pppd/upap.h,
480        libnetworking/pppd/md5.h,
481        libnetworking/pppd/pppd.8,
482        libnetworking/pppd/README,
483        libnetworking/pppd/preinstall.am,
484        libnetworking/pppd/md4.h,
485        libnetworking/pppd/magic.c,
486        libnetworking/pppd/pppd.h,
487        libnetworking/pppd/demand.c,
488        libnetworking/pppd/rtemsmain.c,
489        libnetworking/pppd/sys-rtems.c,
490        libnetworking/pppd/ipcp.h,
491        libnetworking/pppd/lcp.h,
492        libnetworking/pppd/chap_ms.c,
493        libnetworking/pppd/md4.c,
494        libnetworking/pppd/rtemspppd.h,
495        libnetworking/pppd/cbcp.h,
496        libnetworking/pppd/auth.c,
497        libnetworking/pppd/lcp.c,
498        libnetworking/pppd/example/README,
499        libnetworking/pppd/example/ppp.conf,
500        libnetworking/pppd/example/system.h,
501        libnetworking/pppd/example/netconfig.h,
502        libnetworking/pppd/example/pppdapp.c,
503        libnetworking/pppd/example/init.c,
504        libnetworking/pppd/example/Makefile-user,
505        libnetworking/pppd/example/pppd.options,
506        libnetworking/pppd/rtemspppd.c,
507        libnetworking/pppd/ipxcp.h,
508        libnetworking/pppd/chap_ms.h,
509        libnetworking/pppd/options.c,
510        libnetworking/pppd/magic.h,
511        libnetworking/pppd/chap.h,
512        libnetworking/pppd/cbcp.c,
513        libnetworking/pppd/upap.c,
514        libnetworking/pppd/chap.c,
515        libnetworking/pppd/Makefile.am,
516        libnetworking/pppd/ccp.h,
517        libnetworking/pppd/utils.c,
518        libnetworking/pppd/rtemsdialer.h,
519        libnetworking/pppd/fsm.h,
520        libnetworking/pppd/pathnames.h,
521        libnetworking/pppd/md5.c,
522        libnetworking/pppd/fsm.c,
523        libnetworking/pppd/ipcp.c,
524        libnetworking/pppd/STATUS,
525        libnetworking/pppd/ccp.c,
526        libnetworking/Makefile.am: Remove (Moved to cpukit).
527
5282005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
529
530        * configure.ac: Remove libnetworking, libnetworking/pppd.
531        * wrapup/Makefile.am: Remove libpppd.a.
532
5332005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
534
535        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
536        rtemsdialer.h to $(includedir)/rtems.
537
5382005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
539
540        * libnetworking/rtems_telnetd/icmds.c,
541        libnetworking/rtems_telnetd/Makefile.am,
542        libnetworking/rtems_telnetd/preinstall.am,
543        libnetworking/rtems_telnetd/pty.c,
544        libnetworking/rtems_telnetd/pty.h,
545        libnetworking/rtems_telnetd/README,
546        libnetworking/rtems_telnetd/telnetd.c,
547        libnetworking/rtems_telnetd/telnetd.h:
548        Remove (Moved to cpukit).
549
5502005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
551
552        * configure.ac: Remove libnetworking/rtems_telnetd.
553        * libnetworking/Makefile.am: Remove rtems_telnetd.
554        * libnetworking/README: Remove (Obsolete).
555        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
556
5572005-10-20  Eric Norum <norume@aps.anl.gov>
558
559        * libchip/network/dec21140.c: Clean up PCI mapping.
560
5612005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
562
563        * libnetworking/pppd/Makefile.am: Use preinstall.am.
564        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
565        librdbg/src/servrpc.c, librdbg/src/servtgt.c
566        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
567        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
568        * configure.ac: Move optman to the end of BSP_SUBDIRS.
569
5702005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
571
572        * aclocal/bspopts.m4: Add missing m4 quotes.
573
5742005-09-02  Joel Sherrill <joel@OARcorp.com>
575
576    * aclocal/version.m4: Updated to rtems-4.6.99.2.
577
5782005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
579
580        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
581        libchip/network/dec21140.c: Remove initialization of PCI bus.
582
5832005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
584
585        * optman/Makefile.am: Add preinstall.am.
586
5872005-07-18      Karel Gardas <kgardas@objectsecurity.com>
588
589        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
590        UNTESTED to tested.
591
5922005-06-17      Joel Sherrill <joel@OARcorp.com>
593
594        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
595        it is not supported by the MPC5xx.
596
5972005-06-17      Joel Sherrill <joel@OARcorp.com>
598
599        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
600        interface. Also correct attempting to build on other than PowerPC and
601        x86.
602
6032005-06-16      Daron Chabot <daron@nucleus.usask.ca>
604
605        * libchip/Makefile.am: Add driver for Tulip clones.
606        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
607        libchip/network/if_dcreg.h: New files.
608
6092005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
610
611        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
612        to enable rdbg.
613        * configure.ac: Reflect changes above.
614
6152005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
616
617        * configure.ac: Add ada/.
618
6192005-05-20      Sergei Organov  <osv@topconrd.ru>
620
621        PR 750/networking
622        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
623        wait_input().
624
6252005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
626
627        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
628        rtems/irq.h.
629
6302005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
631
632        * libchip/Makefile.am: Include preinstall.am.
633        * libchip/preinstall.am: New.
634
6352005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
636
637        * configure.ac: Add AMPOLISH3.
638        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
639        * libnetworking/rtems_telnetd/preinstall.am: New.
640        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
641
6422005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
643
644        * configure.ac: Let enable_rpcgen default to "no".
645
6462005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
647
648        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
649
6502005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
651
652        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
653        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
654
6552005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
656
657        * libchip/network/dec21140.c, libchip/network/elnk.c,
658        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
659
6602005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
661
662        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
663        of code as a result of the implementation of a common PCI interface.
664
6652005-05-04      Joel Sherrill <joel@OARcorp.com>
666
667        * libchip/network/open_eth.c: Remove prototype of set_vector.
668
6692005-05-03      Joel Sherrill <joel@OARcorp.com>
670
671        * librdbg/src/ptrace.c: Remove warning.
672
6732005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
674
675        * libchip/network/dec21140.c, libchip/network/elnk.c,
676        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
677        Modified parameter list to remove warnings.
678
6792005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
680
681        * libchip/network/cs8900.c, libchip/network/i82586.c,
682        libchip/network/open_eth.c, libchip/network/sonic.c,
683        libchip/serial/mc68681.c: Modified types to remove
684        warnings.  Added initialization to remove warnings.
685
6862005-04-28      Joel Sherrill <joel@OARcorp.com>
687
688        * libchip/network/README.sonic: Rewritten to account for removal of
689        dmv177.
690
6912005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
692
693        PR 781/rtems_misc
694        * libchip/serial/ns16550_p.h: Fix baud rate calculation
695
6962005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
697
698        * libchip/serial/ns16550.c:
699        Fixed warnings generated in various powerpc configurations
700
7012005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
702
703        * libchip/serial/ns16550.c: Modified
704        ISR to work with PPC new exception processing
705
7062005-03-14      Joel Sherrill <joel@OARcorp.com>
707
708        * libchip/network/dec21140.c, libchip/network/elnk.c,
709        libchip/network/if_fxp.c: Continue PCI API unification. All use
710        pci_find_device(). Network drivers manufacture a signature since all
711        calls have not been converted yet.
712
7132005-03-04      Joel Sherrill <joel@OARcorp.com>
714
715        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
716        initialize function part of the unified PCI API as pci_initialize().
717
7182005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
719
720        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
721        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
722
7232005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
724
725        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
726        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
727
7282005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
729
730        * aclocal/ppc.m4: Reflect changes to ppc exception processing
731        building procedures.
732
7332005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
734
735        * aclocal/prog-cc.m4:
736        Quote CFLAGS's RHS to accomodate Solaris broken sh.
737
7382005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
739
740        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
741
7422005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
743
744        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
745
7462005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
747
748        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
749
7502005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
751
752        * libnetworking/rtems_servers/ftp.c,
753        libnetworking/rtems_servers/ftp.h,
754        libnetworking/rtems_servers/Makefile.am:
755        Remove (relocated to cpukit/ftpd).
756        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
757        removed move libnetworking/rtems_servers.
758
7592005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
760
761        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
762
7632005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
764
765        PR 755/rtems
766        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
767        Remove local declarations of rtems_bsdnet_nameservers,
768        rtems_bsdnet_nameservers_count.
769
7702005-01-31      Sergei Organov <osv@topconrd.ru>
771
772        PR 751/pppd
773        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
774        committed to fix PR736 breaks pppd. chat.c should have its own static
775        ttyfd for pppd to work correctly. The symptom is that second
776        invokation of chat (for connect script) fails due to pppd_ttyfd set
777        to -1 by previous chat invokation (for init script). In addition,
778        this patch fixes leaving of dangling pointer in the abort_stbring[]
779        by chat_send().
780
7812005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
782
783        * configure.ac: Remove CFLAGS_DEBUG_V.
784        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
785
7862005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
787
788        * wrapup/Makefile.am: Remove rtems-ctor.o.
789
7902005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
791
792        * libchip/rtc/rtc.h: size_t RTC_Count.
793
7942005-01-20      Joel Sherrill <joel@OARcorp.com>
795
796        PR 736/pppd
797        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
798        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
799        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
800        should not be static and should have a name more specific to pppd.
801
8022005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
803
804        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
805        libnetworking/rtems_servers/Makefile.am,
806        libnetworking/rtems_telnetd/Makefile.am,
807        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
808        Eliminate CFLAGS_OPTIMIZE_V.
809
8102005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
811
812        * configure.ac: Pass CFLAGS to testsuites configure.
813        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
814        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
815
8162005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
817
818        * configure.ac: Pass CFLAGS to cpukit configure.
819        * aclocal/rtems-flags.m4: Remove (Unused).
820        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
821        * aclocal/env-rtemsbsp.m4:
822        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
823        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
824        RTEMS_CFLAGS.
825        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
826        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
827        Cleanup comments.
828
8292005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
830
831        * automake/compile.am: Remove build-variant support.
832
8332005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
834
835        * libnetworking/pppd/Makefile.am,
836        libnetworking/rtems_servers/Makefile.am,
837        libnetworking/rtems_telnetd/Makefile.am:
838        Remove build-variant support.
839
8402005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
841
842        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
843        support/Makefile.am, wrapup/Makefile.am:
844        Remove build-variant support.
845
8462004-11-22      Joel Sherrill <joel@OARcorp.com>
847
848        * libchip/network/if_fxp.c: Add entry for another module ID code.
849
8502004-11-22      Joel Sherrill <joel@OARcorp.com>
851
852        PR 693/misc
853        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
854        in/outport routines.
855
8562004-11-22      Joel Sherrill <joel@OARcorp.com>
857
858        PR 693/misc
859        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
860        in/outport routines.
861
8622004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
863
864        * aclocal/enable-itron.m4: Remove (unused).
865
8662004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
867
868        * configure.ac: Misc. quoting cleanups.
869        Enable ada-tests iff --enable-ada and --enable-tests.
870
8712004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
872
873        PR 703/filesystem
874        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
875        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
876        libchip/ide/ide_controller.c:
877        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
878        available for BSPS/device drivers.
879        Extend the "modes_available" and "mode_active" parameters to
880        uint16_t for UDMA support.
881
8822004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
883
884        * libchip/network/dec21140.c: Cleanup a bit and remove message about
885        not supported on PowerPC since it works on the MVME2100 BSP.
886
8872004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
888
889        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
890        Add dependency tracking for *.cfgs.
891        * Makefile.am: Add dependency tracking for *.cfg.
892
8932004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
894
895        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
896        (Thanks to Lars Munch <lars@segv.dk> for catching this).
897
8982004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
899
900        PR 707/make_build
901        * configure.ac: Add --enable-rpcgen.
902
9032004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
904
905        PR 700/rtems_misc
906        * libnetworking/rtems_webserver/asp.c,
907        libnetworking/rtems_webserver/balloc.c,
908        libnetworking/rtems_webserver/cgi.c,
909        libnetworking/rtems_webserver/default.c,
910        libnetworking/rtems_webserver/ej.h,
911        libnetworking/rtems_webserver/ejIntrn.h,
912        libnetworking/rtems_webserver/ejlex.c,
913        libnetworking/rtems_webserver/ejparse.c,
914        libnetworking/rtems_webserver/emfdb.c,
915        libnetworking/rtems_webserver/emfdb.h,
916        libnetworking/rtems_webserver/form.c,
917        libnetworking/rtems_webserver/handler.c,
918        libnetworking/rtems_webserver/h.c,
919        libnetworking/rtems_webserver/license.txt,
920        libnetworking/rtems_webserver/Makefile.am,
921        libnetworking/rtems_webserver/md5c.c,
922        libnetworking/rtems_webserver/md5.h,
923        libnetworking/rtems_webserver/mime.c,
924        libnetworking/rtems_webserver/misc.c,
925        libnetworking/rtems_webserver/NOTES,
926        libnetworking/rtems_webserver/ringq.c,
927        libnetworking/rtems_webserver/rom.c,
928        libnetworking/rtems_webserver/rtems_webserver.h,
929        libnetworking/rtems_webserver/security.c,
930        libnetworking/rtems_webserver/sock.c,
931        libnetworking/rtems_webserver/socket.c,
932        libnetworking/rtems_webserver/sockGen.c,
933        libnetworking/rtems_webserver/sym.c,
934        libnetworking/rtems_webserver/uemf.c,
935        libnetworking/rtems_webserver/uemf.h,
936        libnetworking/rtems_webserver/um.c,
937        libnetworking/rtems_webserver/um.h,
938        libnetworking/rtems_webserver/umui.c,
939        libnetworking/rtems_webserver/url.c,
940        libnetworking/rtems_webserver/value.c,
941        libnetworking/rtems_webserver/wbase64.c,
942        libnetworking/rtems_webserver/webcomp.c,
943        libnetworking/rtems_webserver/webmain.c,
944        libnetworking/rtems_webserver/webpage.c,
945        libnetworking/rtems_webserver/webrom.c,
946        libnetworking/rtems_webserver/webs.c,
947        libnetworking/rtems_webserver/websda.c,
948        libnetworking/rtems_webserver/websda.h,
949        libnetworking/rtems_webserver/webs.h,
950        libnetworking/rtems_webserver/websSSL.c,
951        libnetworking/rtems_webserver/websSSL.h,
952        libnetworking/rtems_webserver/websuemf.c,
953        libnetworking/rtems_webserver/wsIntrn.h:
954        Remove (Moved to cpukit/http).
955
9562004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
957
958        PR 700/rtems_misc
959        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
960        Remove libnetworking/rtems_webserver.
961
9622004-10-25      Eric Norum <norume@aps.anl.gov>
963
964        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
965
9662004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
967
968        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
969
9702004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
971
972        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
973        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
974
9752004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
976
977        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
978
9792004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
980
981        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
982        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
983
9842004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
985
986        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
987        BITSPERBYTE.
988
9892004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
990
991        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
992        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
993
9942004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
995
996        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
997
9982004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
999
1000        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1001        * aclocal/enable-bare.m4: Remove.
1002        * configure.ac: Remove BARE_CPU_MODEL.
1003
10042004-10-13      Eric Norum <norume@aps.anl.gov>
1005
1006        PR 688/bsps
1007        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1008        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1009        MC146818A (and several Dallas Semiconductor) TOD chips.
1010
10112004-10-13      Eric Norum <norume@aps.anl.gov>
1012
1013        PR 686/networking
1014        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1015        device code.
1016
10172004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1018
1019        * libchip/network/dec21140.c: include <rtems/pci.h>.
1020
10212004-09-29      Joel Sherrill <joel@OARcorp.com>
1022
1023        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1024        libnetworking/pppd/utils.c: i960 obsoleted and all references
1025        removed.
1026
10272004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1028
1029        PR 607/networking
1030        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1031        instead of fully specifying unused PCI features.
1032
10332004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1034
1035        * configure.ac: Require automake > 1.9.
1036
10372004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1038
1039        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1040
10412004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1042
1043        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1044        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1045
10462004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1047
1048        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1049        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1050
10512004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1052
1053        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1054
10552004-07-28  Joel Sherrill <joel@OARcorp.com>
1056
1057    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1058
10592004-07-25      Joel Sherrill <joel@OARcorp.com>
1060
1061        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1062
10632004-05-21  Till Strauman <strauman@slac.stanford.edu>
1064
1065        PR 625/networking
1066        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1067        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1068        an error rather than panic if no chip is detected (thus allowing
1069        for probing).
1070        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1071        instead of looping forever.  Avoid divide by zero (crashed my PC).
1072        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1073        they are UNTESTED.
1074
10752004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1076
1077        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1078
10792004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1080
1081        * libchip/network/dec21140.c, libchip/network/elnk.c:
1082        #include <errno.h>.
1083
10842004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1085
1086        * libchip/network/if_media.h: Update from FreeBSD.
1087        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1088        libchip/network/i82586.c: #include <errno.h>.
1089
10902004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1091
1092        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1093
10942004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1095
1096        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1097
10982004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1099
1100        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1101        automake).
1102
11032004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1104
1105        PR 599/pppd
1106        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1107
11082004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1109
1110        * optman/rtems/no-region.c: Reflect having changed
1111        rtems_region_get_segment_size.
1112
11132004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1114
1115        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1116        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1117        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1118        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1119        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1120        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1121        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1122
11232004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1124
1125        * libchip/ide/ata.c, libchip/network/dec21140.c,
1126        libchip/network/elnk.c, libchip/network/i82586.c,
1127        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1128        libchip/network/open_eth.c, libchip/network/sonic.c,
1129        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1130        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1131        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1132        libchip/shmdr/shm_driver.h: Cosmetics.
1133
11342004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1135
1136        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1137        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1138        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1139        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1140        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1141        fixed size types.
1142
11432004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1144
1145        * configure.ac: Explicitly pass --includedir and --libdir to
1146        cpukit/configure.
1147
11482004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1149
1150        * librdbg/Makefile.am: Fix rpcgen rules.
1151        * librdbg/src/i386/any/remdeb_xdr.c,
1152        librdbg/src/m68k/any/remdeb_xdr.c,
1153        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1154        Reflect changes to librdbg/Makefile.am.
1155
11562004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1157
1158        * configure.ac: Reflect changes testsuites/configure.ac and
1159        cpukit/configure.ac.
1160
11612004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1162
1163        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1164        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1165
11662004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1167
1168        * configure.ac: Reflect changes to testsuites's configuration.
1169
11702004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1171
1172        PR/589 rtems
1173        * libchip/network/pci.h: Remove (Moved to cpukit).
1174
11752004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1176
1177        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1178        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1179        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1180        libchip/network/dec21140.c, libchip/network/elnk.c,
1181        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1182        libchip/network/open_eth.h, libchip/network/sonic.c,
1183        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1184        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1185        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1186        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1187        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1188        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1189        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1190        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1191        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1192        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1193        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1194        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1195        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1196        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1197        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1198        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1199        fixed-size types.
1200
12012004-03-14      Chris Johns  <chrisj@rtems.org>
1202
1203        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1204        the BSP example code.
1205        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1206        support the DIMMPC. This is a pc386 target with IO port support. Minor
1207        formating clean up. Add documentation to the header file.
1208        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1209        cs8900.h header file.
1210
12112004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1212
1213        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1214        Cosmetics.
1215
12162004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1217
1218        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1219        There are no application level Makefiles in here.
1220
12212004-03-04      Joel Sherrill <joel@OARcorp.com>
1222
1223        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1224        they can be used in application level makefiles.
1225
12262004-03-05      Joel Sherrill <joel@OARcorp.com>
1227
1228        * libnetworking/rtems_webserver/ejparse.c,
1229        libnetworking/rtems_webserver/emfdb.c,
1230        libnetworking/rtems_webserver/sock.c,
1231        libnetworking/rtems_webserver/socket.c,
1232        libnetworking/rtems_webserver/sym.c,
1233        libnetworking/rtems_webserver/webs.c,
1234        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
12352004-03-05      Joel Sherrill <joel@OARcorp.com>
1236
1237        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1238        compiling this file only only those CPU families with supported
1239        exception models.
1240
12412004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1242
1243        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1244        testsuites (Was exposed with --enable-multilib, only).
1245        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1246         Add RTEMS_BSP_CONFIG_SUBDIR.
1247        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1248        testsuites's configure.
1249        * aclocal/rtems-top.m4: Remove ENDIF hack.
1250        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1251
12522004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1253
1254        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1255        wrapup/Makefile.am: Fix automake problems having been introduced
1256        in previous patch.
1257
12582004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1259
1260        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1261        Preinstall dirs.
1262        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1263        * aclocal/check-multiprocessing.m4: Cosmetics.
1264        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1265        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1266
12672004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1268
1269        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1270        librdbg/src/Makefile.am.
1271        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1272        * configure.ac: Reflect changes above.
1273        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1274        * wrapup/Makefile.am: Reflect changes above.
1275        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1276
12772004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1278
1279        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1280
12812004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1282
1283        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1284
12852004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1286
1287        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1288
12892004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1290
1291        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1292        librdbg/src/powerpc/Makefile.am: Remove.
1293        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1294        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1295        * configure.ac: Reflect changes above.
1296
12972004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1298
1299
13002004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1301
1302        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1303        STRIP.
1304
13052004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1306
1307        * librdbg/include/Makefile.am: Merge-in
1308        librdbg/include/rdbg/i386/Makefile.am,
1309        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1310        librdbg/include/rdbg/powerpc/Makefile.am.
1311        * librdbg/include/rdbg/i386/Makefile.am,
1312        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1313        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1314        * configure.ac: Reflect changes above.
1315
13162004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1317
1318        * configure.ac: Use AS_HELP_STRING(ada).
1319
13202004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1321
1322        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1323        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1324        Use AC_CONFIG_HEADERS.
1325        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1326        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1327
13282004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1329
1330        * Makefile.am: include local.am.
1331
13322004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1333
1334        * aclocal/version.m4: 4.6.99.0.
1335
13362004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1337
1338        * Makefile.am: Don't include host.am.
1339        * automake/compile.am: Further cleanups.
1340
13412004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1342
1343        * automake/lib.am: Remove (Unused).
1344
13452004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1346
1347        * wrapup/Makefile.am: Don't include lib.am.
1348        * automake/compile.am: Use automake compilation rules.
1349
13502004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1351
1352        * libnetworking/pppd/Makefile.am,
1353        libnetworking/rtems_servers/Makefile.am,
1354        libnetworking/rtems_telnetd/Makefile.am,
1355        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1356        support/Makefile.am: Don't include lib.am.
1357
13582004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1359
1360        * libchip/Makefile.am: Don't include lib.am.
1361        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1362        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1363        unnecessary EXTRA_DISTs.
1364
13652004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1366
1367        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1368        hack.
1369
13702004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1371
1372        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1373        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1374        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1375        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1376
13772004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1378
1379        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1380        Add AM_CONDITIONAL(HAS_MP).
1381        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1382        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1383        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1384        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1385        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1386        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1387        (Deprecated by autoconf 2.59).
1388
13892004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1390
1391        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1392        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1393
13942004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1395
1396        * ChangeLog: Merge-in libnetworking/ChangeLog.
1397        * libnetworking/ChangeLog: Remove.
1398        * ChangeLog: Merge-in librdbg/ChangeLog.
1399        * librdbg/ChangeLog: Remove.
1400        * ChangeLog: Merge-in libchip/ChangeLog.
1401        * libchip/ChangeLog: Remove.
1402        * ChangeLog: Merge-in optman/ChangeLog.
1403        * optman/ChangeLog: Remove.
1404
14052004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1406
1407        * configure.ac: Reflect changes to cpukit.
1408        * wrapup/Makefile.am: Reflect changes to librdbg.
1409        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1410        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1411        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1412        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1413        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1414        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1415        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1416        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1417        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1418
14192004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1420
1421        * aclocal/rtems-top.m4: Remove check for version.m4.
1422        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1423
14242004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1425
1426        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1427        * wrapup/Makefile.am: Reflect changes to libchip/*.
1428        * support/Makefile.am: Use automake compilation rules.
1429        * wrapup/Makefile.am: Reflect changes to support/*.
1430        * configure.ac: Remove libnetworking/wrapup/Makefile.
1431        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1432        libnetworking/*/lib*.a instead of libnetapps.a.
1433        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1434        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1435        * optman/Makefile.am: Use automake compilation rules.
1436        * libchip/Makefile.am: Fix typo in previous patch.
1437        * libchip/Makefile.am: Use automake compilation rules.
1438        * libnetworking/Makefile.am: Remove wrapup.
1439        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1440        automake-compilation rules.
1441        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1442        automake-compilation rules.
1443        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1444        automake-compilation rules.
1445        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1446        automake-compilation rules.
1447        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1448
14492004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1450
1451        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1452        PRE/TMPINSTALL_FILES to CLEANFILES.
1453        * automake/lib.am: Remove TMPINSTALL_FILES.
1454        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1455        PRE/TMPINSTALL_FILES to CLEANFILES.
1456        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1457        PRE/TMPINSTALL_FILES to CLEANFILES.
1458        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1459        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1460        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1461        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1462        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1463        * librdbg/src/i386/Makefile.am: Ditto.
1464        * librdbg/src/m68k/Makefile.am: Ditto.
1465        * librdbg/src/powerpc/Makefile.am: Ditto.
1466        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1467        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1468        * libnetworking/rtems_servers/Makefile.am: Ditto.
1469        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1470        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1471
14722004-01-07      Joel Sherrill <joel@OARcorp.com>
1473
1474        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1475        more completely covers the MIPS family.
1476
14772003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1478
1479        * wrapup/Makefile.am: Reflect changes to shmdr.
1480        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1481
14822003-12-18      Joel Sherrill <joel@OARcorp.com>
1483
1484        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1485        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1486        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1487        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1488        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1489        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1490        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1491
14922003-12-17      Joel Sherrill <joel@OARcorp.com>
1493
1494        * aclocal/version.m4: Updated to rtems-20031217-test.
1495
14962003-12-17     
1497
1498        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1499        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1500
15012003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1502
1503        * automake/compile.am: Remove LINK_LIBS (Unused).
1504        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1505
15062003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1507
1508        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1509        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1510        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1511        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1512        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1513
15142003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1515
1516        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1517        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1518        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1519        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1520        * librdbg/src/i386/Makefile.am:
1521        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1522        * librdbg/src/m68k/Makefile.am:
1523        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1524        * librdbg/src/powerpc/Makefile.am:
1525        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1526
15272003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1528
1529        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1530        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1531        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1532        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1533        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1534        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1535        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1536        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1537        * optman/Makefile.am: Remove project_libdir.
1538        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1539        PRE/TMPINSTALL_FILES.
1540        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1541        PRE/TMPINSTALL_FILES.
1542        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1543        PRE/TMPINSTALL_FILES.
1544        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1545        PRE/TMPINSTALL_FILES.
1546        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1547        from PRE/TMPINSTALL_FILES.
1548        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1549        PRE/TMPINSTALL_FILES.
1550        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1551        PRE/TMPINSTALL_FILES.
1552        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1553        PRE/TMPINSTALL_FILES.
1554        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1555        PRE/TMPINSTALL_FILES.
1556        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1557        PRE/TMPINSTALL_FILES.
1558        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1559        PRE/TMPINSTALL_FILES.
1560        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1561        from PRE/TMPINSTALL_FILES.
1562
15632003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1564
1565        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1566        * automake/lib.am: Remove project_libdir.
1567        * wrapup/Makefile.am: Reworked.
1568
15692003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1570
1571        * configure.ac: Reflect changes to librdbg.
1572        * optman/Makefile.am: Add tmpinstall dirstamp support.
1573        * libchip/Makefile.am: Fix variant-tmpinstall support.
1574        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1575        * librdbg/src/powerpc/Makefile.am: Merge-in former
1576        new_exception_processing/Makefile.am.
1577        * librdbg/src/m68k/any/Makefile.am: Remove.
1578        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1579        * librdbg/src/i386/any/Makefile.am: Remove.
1580        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1581        * librdbg/src/Makefile.am: Cosmetics.
1582        * librdbg/include/Makefile.am: Cosmetics.
1583        * librdbg/Makefile.am: Cosmetics.
1584        * libnetworking/Makefile.am: Cosmetics.
1585        * libnetworking/pppd/Makefile.am: Cosmetics.
1586        * libnetworking/wrapup/Makefile.am: Cosmetics.
1587
15882003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1589
1590        * Makefile.am: Cosmetics.
1591        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1592        support.
1593
15942003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1595
1596        * automake/compile.am: Remove $(ARCH):-rule.
1597
15982003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1599
1600        * configure.ac: Remove lib/libbsp/shared/Makefile,
1601        lib/libbsp/shmdr/Makefile.
1602
16032003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1604
1605        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1606        libchip/serial/Makefile, libchip/rtc/Makefile.
1607        * support/Makefile.am: Remove all-local: $(ARCH).
1608        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1609        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1610        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1611        * optman/Makefile.am: Remove all-local: $(ARCH).
1612        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1613        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1614        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1615        compilation dirstamp support.
1616        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1617        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1618        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1619        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1620        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1621        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1622        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1623        all-local: $(ARCH).
1624        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1625        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1626        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1627        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1628        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1629
16302003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1631
1632        * aclocal/lead-dot.m4: New (from automake-1.7f).
1633        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1634        AC_SUBST(dirstamp).
1635        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1636        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1637        libchip/serial/Makefile.am: Ditto.
1638        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1639        * librdbg/include/Makefile.am: Ditto.
1640        * librdbg/include/rdbg/Makefile.am: Ditto.
1641        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1642        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1643        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1644        * librdbg/src/Makefile.am: Ditto.
1645        * librdbg/src/i386/Makefile.am: Ditto.
1646        * librdbg/src/i386/any/Makefile.am: Ditto.
1647        * librdbg/src/m68k/Makefile.am: Ditto.
1648        * librdbg/src/m68k/any/Makefile.am: Ditto.
1649        * librdbg/src/powerpc/Makefile.am: Ditto.
1650        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1651        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1652        preinstallation.
1653        * libnetworking/pppd/Makefile.am: Ditto.
1654        * libnetworking/rtems_servers/Makefile.am: Ditto.
1655        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1656        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1657        * libnetworking/wrapup/Makefile.am: Ditto.
1658
16592003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1660
1661        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1662        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1663        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1664        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1665        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1666        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1667        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1668        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1669        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1670        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1671        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1672        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1673        underquoting to silence automake-1.8.
1674
16752003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1676
1677        * configure.ac: Reflect having moved tests to ../../testsuites.
1678
16792003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1680
1681        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1682        * aclocal/canonical-host.m4: Remove.
1683        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1684        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1685
16862003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1687
1688        * aclocal/check-cpu.m4: Remove.
1689        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1690        * aclocal/canonical-target-name.m4: Add m4-quotes.
1691        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1692        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1693        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1694        * aclocal/check-networking.m4: Add m4-quotes. Require
1695        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1696        * aclocal/check-posix.m4: Add m4-quotes. Require
1697        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1698        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1699        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1700        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1701
17022003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1703
1704        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1705        * aclocal/bsp-alias.m4: Remove.
1706
17072003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1708
1709        * configure.ac: Make presence of tests/ optional.
1710
17112003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1712
1713        * aclocal/path-perl.m4: Remove (Unused).
1714
17152003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1716
1717        * automake/force-preinstall.am: Remove.
1718
17192003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1720
1721        PR 499/rtems_misc
1722        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1723        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1724        Configuration (Odd was forced) - Correction of Stop Bit configuration
1725        (inversed) - Correction of ISR Handler to call
1726        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1727        CTS Hardware flow control Configuration.
1728
17292003-09-04      Joel Sherrill <joel@OARcorp.com>
1730
1731        * lib/libcpu/shared/include/cache.h,
1732        lib/libcpu/shared/src/cache_aligned_malloc.c,
1733        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1734        license changed.
1735        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1736        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1737        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1738        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1739        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1740        for license changed.
1741        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1742        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1743        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1744        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1745        libchip/network/cs8900.h, libchip/network/dec21140.c,
1746        libchip/network/elnk.c, libchip/network/open_eth.c,
1747        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1748        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1749        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1750        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1751        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1752        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1753        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1754        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1755        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1756        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1757        libchip/serial/serial.h, libchip/serial/z85c30.c,
1758        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1759        libchip/serial/z85c30_reg.c: URL for license changed.
1760
17612003-09-03      Jiri Gaisler <jiri@gaisler.com>
1762
1763        PR 477/networking
1764        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1765        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1766        libchip/network/open_eth.h: New files.
1767
17682003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1769
1770        * aclocal/rtems-top.m4: Add RTEMS_API.
1771        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1772
17732003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1774
1775        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1776        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1777        @RTEMS_BSP@.cfg.
1778
17792003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1780
1781        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1782
17832003-08-20      Joel Sherrill <joel@OARcorp.com>
1784
1785        * libchip/network/cs8900.c: Correct copyright statements.
1786
17872003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1788
1789        * aclocal/check-itron.m4: Remove.
1790        * aclocal/enable-inlines.m4: Remove.
1791        * Makefile.am: Reflect having moved aclocal/.
1792        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1793        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1794        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1795        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1796        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1797        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1798        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1799        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1800        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1801        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1802        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1803        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1804        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1805        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1806        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1807        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1808        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1809        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1810        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1811        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1812        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1813        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1814        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1815        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1816        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1817        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1818        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1819        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1820        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1821        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1822        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1823        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1824        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1825        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1826        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1827        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1828        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1829        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1830        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1831        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1832        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1833        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1834        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1835        * aclocal/target.m4: New (Copied from ../../aclocal).
1836        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1837        * aclocal/version.m4: New (Copied from ../../aclocal).
1838
18392003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1840
1841        * configure.ac: Remove stray comments.
1842        * automake/local.am, automake/host.am: Remove "debug".
1843
18442003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1845
1846        * Makefile.am: Reflect having moved automake/.
1847        * lib/Makefile.am: Reflect having moved automake/.
1848        * support/Makefile.am: Reflect having moved automake/.
1849        * wrapup/Makefile.am: Reflect having moved automake/.
1850        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1851        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1852        from ../../automake).
1853        * optman/Makefile.am: Reflect having moved automake/.
1854        * libchip/Makefile.am: Reflect having moved automake/.
1855        * libchip/ide/Makefile.am: Reflect having moved automake/.
1856        * libchip/network/Makefile.am: Reflect having moved automake/.
1857        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1858        * libchip/serial/Makefile.am: Reflect having moved automake/.
1859        * librdbg/Makefile.am: Reflect having moved automake/.
1860        * librdbg/include/Makefile.am: Reflect having moved automake/.
1861        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1862        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1863        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1864        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1865        automake/.
1866        * librdbg/src/Makefile.am: Reflect having moved automake/.
1867        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1868        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1869        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1870        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1871        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1872        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1873        having moved automake/.
1874        * libnetworking/Makefile.am: Reflect having moved automake/.
1875        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1876        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1877        automake/.
1878        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1879        automake/.
1880        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1881        automake/.
1882        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1883
18842003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1885
1886        * Makefile.am: Add bsp.pc.in.
1887        * bsp.pc.in: New (pkgconfig support).
1888
18892003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1890
1891        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1892
18932003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1894
1895        * lib/Makefile.am: New (Required by 'make dist').
1896        * lib/ChangeLog: Remove.
1897        * lib/.cvsignore: Cleanup.
1898        * configure.ac: Reflect having added lib/Makefile.am.
1899        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1900        lib/libbsp/configure.ac.
1901        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1902        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1903
19042003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1905
1906        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1907        * configure.ac: Merge-in librdbg/configure.ac.
1908        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1909        librdbg/configure.ac.
1910        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1911        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1912        LIBCHIP. Conditionally build include-dirs.
1913        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1914        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1915        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1916        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1917        librdbg/include/rdbg/m68k/Makefile.am,
1918        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1919        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1920        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1921        librdbg/src/powerpc/Makefile.am, librdbg/
1922        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1923        configure.ac into ../configure.ac.
1924        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1925        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1926        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1927        libnetworking/rtems_telnetd/Makefile.am,
1928        libnetworking/rtems_webserver/Makefile.am,
1929        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1930        into ../configure.ac.
1931
19322003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1933
1934        PR 427/rtems
1935        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1936        * librdbg/src/servtsp.c: Ditto.
1937
19382003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1939
1940        PR 429/bsps
1941        PR 432/bsps
1942        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1943        packets are queued onto an elnk board, the ISR will deadlock the device
1944        with a tx complete interrupt.  Lighter tx loads are not affected as they
1945        end up submitting single packets to the device.
1946
19472003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1948
1949        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1950        optman/configure.ac.
1951        * optman/configure.ac: Remove (Merged into ../configure.ac).
1952        * optman/Makefile.am: Reflect having merged configure.ac into
1953        ../configure.ac.
1954        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1955        * libchip/Makefile.am, libchip/ide/Makefile.am,
1956        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1957        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1958        ../configure.ac.
1959
19602003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1961
1962        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1963
19642003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1965
1966        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1967        on i386.
1968
19692003-06-13      Joel Sherrill <joel@OARcorp.com>
1970
1971        * libnetworking/pppd/chat.c: Removed warnings.
1972
19732003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1974
1975        * libchip/network/README.3com: New file missed in previous commit.
1976        PR 405/bsps
1977        PR 393/networking
1978        * libchip/network/dec21140.c: Fix leak also known as PR393.
1979        * libchip/network/elnk.c, libchip/network/if_media.h,
1980        libchip/network/mii.h: New files.
1981        * libchip/network/Makefile.am: Reflect new files.
1982
19832003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1984
1985        * configure.ac: Remove support for profile-variant.
1986
19872003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1988
1989        PR 397/pppd
1990        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1991        * libnetworking/pppd/magic.c: Remove *rand48.
1992        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1993
19942003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1995
1996        * wrapup/Makefile.am: Add libide.a.
1997
19982003-04-15      Joel Sherrill <joel@OARcorp.com>
1999
2000        PR 387/rtems_misc
2001        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2002        routines.
2003        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2004
20052003-04-11      Joel Sherrill <joel@OARcorp.com>
2006
2007        * libnetworking/rtems_webserver/cgi.c,
2008        libnetworking/rtems_webserver/sockGen.c,
2009        libnetworking/rtems_webserver/umui.c,
2010        libnetworking/rtems_webserver/websSSL.c,
2011        libnetworking/rtems_webserver/websSSL.h,
2012        libnetworking/rtems_webserver/websda.c,
2013        libnetworking/rtems_webserver/websda.h: New files. Not included in
2014        previous commit.
2015
20162003-04-10      Joel Sherrill <joel@OARcorp.com>
2017
2018        PR 371/pppd
2019        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2020        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2021        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2022        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2023        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2024        still global symbols in rtemspppd.h which might need to be changed or
2025        converted into member of a structure which is dereferenced with a
2026        pointer that is managed as a per task variable. But this patch should
2027        avoid many conflicts.
2028
20292003-03-27      Joel Sherrill <joel@OARcorp.com>
2030
2031        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2032        not allowed in the cpukit source code since it must be buildable
2033        independent of any BSP. These files were moved to libchip/ide.
2034        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2035        files.
2036
20372003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2038
2039        PR 368/filesystems
2040        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2041        improvements which now work on pc386 and mbx8xx.
2042        * libchip/ide/ide_controller.c: New file.
2043
20442003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2045
2046        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2047
20482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2049
2050        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2051        * configure.ac: Add support/.
2052        * support/.cvsignore: New.
2053        * support/Makefile.am: New.
2054        * support/version.c: New.
2055        * wrapup/Makefile.am: Add support/libsupport.a.
2056        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2057        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2058        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2059        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2060
20612003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2062
2063        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2064
20652003-02-20      Till Straumann <strauman@slac.stanford.edu>
2066
2067        PR 354/networking
2068        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2069        chip against a table of supported chips. The untested ones are still
2070        commented out, however.
2071
20722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2073
2074        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2075        * configure.ac: AC_PREREQ(2.57).
2076        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2077        * optman/configure.ac: AC_PREREQ(2.57).
2078        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2079        * libchip/configure.ac: AC_PREREQ(2.57).
2080        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2081        * librdbg/configure.ac: AC_PREREQ(2.57).
2082        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2083        * libnetworking/configure.ac: AC_PREREQ(2.57).
2084
20852003-02-06      Joel Sherrill <joel@OARcorp.com>
2086
2087        * libnetworking/pppd/chat.c: Convert routines with common names to
2088        static. This included get_char(), put_char(), and character() among
2089        others.
2090
20912003-02-03      Joel Sherrill <joel@OARcorp.com>
2092
2093        PR 338/filesystem
2094        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2095        rtems_io_lookup_name() (API change).  Unused function removed.
2096
20972003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2098
2099        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2100        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2101        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2102        Eliminate *_O_FILES.
2103        * libnetworking/rtems_servers/Makefile.am,
2104        libnetworking/rtems_webserver/Makefile.am,
2105        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2106
21072002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2108
2109        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2110        Let all-local: depend on $(LIB).
2111        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2112        * optman/Makefile.am: Apply install-data-local to install *.rels.
2113
21142002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2115
2116        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2117        %.c rules.
2118        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2119        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2120        * libchip/rtc/Makefile.am: Ditto.
2121        * libchip/serial/Makefile.am: Ditto.
2122
21232002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2124
2125        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2126        LIBC_DEFINES.
2127        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2128        LIBC_DEFINES.
2129        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2130        LIBC_DEFINES.
2131
21322002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2133
2134        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2135
21362002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2137
2138        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2139        cache-checking.
2140        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2141
21422002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2143
2144        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2145        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2146        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2147        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2148        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2149
21502002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2151
2152        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2153        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2154        Remove.
2155        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2156
21572002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2158
2159        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2160        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2161
21622002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2163
2164        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2165        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2166
21672002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2168
2169        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2170        * optman/rel.am: New.
2171
21722002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2173
2174        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2175        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2176        braino in comment on "exec". Extend --enable-ada handling.
2177
21782002-11-04      Joel Sherrill <joel@OARcorp.com>
2179
2180        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2181        tasks and rolling multiple loops into 1.
2182        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2183        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2184        Removed warnings.
2185
21862002-10-31      Joel Sherrill <joel@OARcorp.com>
2187
2188        * libchip/network/dec21140.c: Removed warnings.
2189        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2190        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2191        librdbg/src/m68k/any/remdeb_xdr.c,
2192        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2193        warnings.
2194        * libnetworking/rtems_webserver/socket.c,
2195        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2196
21972002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2198
2199        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2200        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2201        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2202        above.
2203
22042002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2205
2206        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2207        * wrapup/.cvsignore: Remove autom4te.cache.
2208        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2209        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2210        autom4te.cache.
2211        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2212        autom4te.cache.
2213        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2214        autom4te.cache.
2215
22162002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2217
2218        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2219
22202002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2221
2222        * optman/.cvsignore: Add autom4te.cache.
2223
22242002-09-14      Joel Sherrill <joel@OARcorp.com>
2225
2226        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2227
22282002-09-07      Joel Sherrill <joel@OARcorp.com>
2229
2230        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2231        include files to resolve warnings.
2232
22332002-09-07      Chris Johns <ccj@acm.org>
2234
2235        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2236        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2237        which corrects the problem  where the cs8900.c file was actually the BSP
2238        glue.  Joel did some hacking so this file will compile.  Previously it
2239        required providing a target.h file to compile.
2240        * libchip/network/cs8900.c.bsp: New file.
2241
22422002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2243
2244        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2245
22462002-08-31      Joel Sherrill <joel@OARcorp.com>
2247
2248        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2249        eliminate warning.
2250
22512002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2252
2253        * configure.ac: Add ada-tests.
2254
22552002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2256
2257        * Makefile.am: Add preinstall-stamp.
2258
22592002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2260
2261        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2262        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2263        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2264        gcc31 happy.
2265        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2266        cp.
2267
22682002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2269
2270        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2271        make/bsp.mak.
2272        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2273        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2274
22752002-08-12      Joel Sherrill <joel@OARcorp.com>
2276
2277        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2278        avoid error.
2279
22802002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2281
2282        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2283        * configure.ac: Add BSP_SUBDIRS.
2284        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2285        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2286        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2287        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2288        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2289        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2290        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2291        RTEMS_CHECK_BSP_CACHE.
2292        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2293        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2294        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2295        .$(OBJEXT) instead of .o.
2296        * libnetworking/pppd/Makefile.am,
2297        libnetworking/rtems_servers/Makefile.am,
2298        libnetworking/rtems_telnetd/Makefile.am,
2299        libnetworking/rtems_webserver/Makefile.am,
2300        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2301
23022002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2303
2304        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2305        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2306        ../libchip/serial/$(ARCH)/libserialio.a.
2307        * libchip/serial/Makefile.am: Don't tmp-install lib.
2308        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2309
23102002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2311
2312        * Makefile.am: Add rtems_makedir.
2313        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2314        * Makefile.am: Add wrapup-SUBDIR.
2315        * wrapup/ChangeLog: Remove.
2316        * wrapup/configure.ac: Remove.
2317        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2318        (Make the bare BSP happy).
2319        * configure.ac: Ditto.
2320        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2321        Create make/custom/default.cfg.
2322        * configure.ac: Add creation of make/custom/*.cfg. Create
2323        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2324
23252002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2326
2327        * Makefile.am: Clean $(PROJECT_RELEASE).
2328
23292002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2330
2331        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2332        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2333        prototype mismatches.
2334
23352002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2336
2337        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2338        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2339
23402002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2341
2342        * acinclude.m4: Add test "$multilib" != "yes".
2343        * config-ml.in: Remove.
2344        * acinclude.m4: Cleanups.
2345        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2346        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2347        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2348        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2349        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2350
23512002-07-16      Eric Norum <eric.norum@usask.ca>
2352
2353        * New driver for the Intel EtherExpressPro (82559ER) chip.
2354        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2355        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2356        * libchip/network/Makefile.am: Modified to reflect above.
2357
23582002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2359
2360        * acinclude.m4: New.
2361        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2362        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2363        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2364
23652002-07-01      Joel Sherrill <joel@OARcorp.com>
2366
2367        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2368        _Objects_Information_table now that it is a two dimensional array based
2369        upon API and class.
2370        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2371        of strnlen().
2372
23732002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2374
2375        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2376        preinstall libnetapps.a.
2377
23782002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2379
2380        * configure.ac: Remove librpc.
2381
23822002-06-25      Joel Sherrill <joel@OARcorp.com>
2383
2384        * Per PR233, moved librpc to exec.
2385        * configure.ac, wrapup/Makefile.am: Modified.
2386        * librpc, librpc/ChangeLog: Removed.
2387
23882002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2389
2390        * optman/Makefile.am: Remove multilib support.
2391        * optman/configure.ac: Ditto.
2392        * optman/sapi/Makefile.am: Ditto.
2393
23942002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2395
2396        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2397        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2398
23992002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2400
2401        Move networking libraries to c/src/exec/libnetworking
2402        * libnetworking/configure.ac, libnetworking/Makefile.am,
2403        libnetworking/wrapup/Makefile.am: Reflect Moval.
2404
24052002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2406
2407        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2408        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2409        <rtems/bspIo.h>.
2410
24112002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2412
2413        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2414        * libnetworking/rtems/mkrootfs.h: Ditto.
2415        * libnetworking/rtems/Makefile.am: Reflect changes above.
2416
24172002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2418
2419        * configure.ac: Remove lib.
2420
24212002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2422
2423        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2424        that exception stack frames on M68K members with VBR always are 6 byte
2425        long. The incorrect assumption resulted in some gdb commands like "next"
2426        to fail on the 68360.
2427
24282002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2429
2430        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2431        PR 220
2432        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2433        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2434        CVS.
2435        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2436        libnetworking/sys/filio.h: Remove.
2437        * libnetworking/sys/Makefile.am: Reflect changes above.
2438
24392002-05-07      Chris Johns <ccj@acm.org>
2440
2441        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2442        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2443        requires it to be stripped.
2444
24452002-05-01      Eric Norum <eric.norum@usask.ca>
2446
2447        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2448        assembly  to satisfy gcc 3.1 and newer.
2449
24502002-04-26      Eric Norum <eric.norum@usask.ca>
2451
2452        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2453        agressive optimization in gcc 3.1 does not reorder things.
2454
24552002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2456
2457        * libchip/network/dec21140.c: Reflect changes to powerpc's
2458        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2459        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2460        <rtems/score/cpu.h>.
2461        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2462        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2463
24642002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2465
2466        * optman/configure.ac: Remove ENABLE_GCC28.
2467
24682002-04-11      Chris Johns <ccj@acm.org>
2469
2470        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2471        driver control block field to the ifconfig network driver structure.
2472        This field is needed by the i82586 driver which was ported from NetBSD
2473        as it had better hardware abstraction.
2474        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2475        PR59, added the drv_ctrl driver control block field to the ifconfig
2476        network driver structure. This field is needed by the i82586 driver
2477        which was ported from NetBSD as it had better hardware abstraction.
2478
24792002-04-10      Mike Siers <mikes@poliac.com>
2480
2481        * libnetworking/rtems_webserver/NOTES,
2482        libnetworking/rtems_webserver/asp.c,
2483        libnetworking/rtems_webserver/balloc.c,
2484        libnetworking/rtems_webserver/default.c,
2485        libnetworking/rtems_webserver/ej.h,
2486        libnetworking/rtems_webserver/ejIntrn.h,
2487        libnetworking/rtems_webserver/ejlex.c,
2488        libnetworking/rtems_webserver/ejparse.c,
2489        libnetworking/rtems_webserver/emfdb.c,
2490        libnetworking/rtems_webserver/emfdb.h,
2491        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2492        libnetworking/rtems_webserver/handler.c,
2493        libnetworking/rtems_webserver/license.txt,
2494        libnetworking/rtems_webserver/md5.h,
2495        libnetworking/rtems_webserver/md5c.c,
2496        libnetworking/rtems_webserver/mime.c,
2497        libnetworking/rtems_webserver/misc.c,
2498        libnetworking/rtems_webserver/ringq.c,
2499        libnetworking/rtems_webserver/rom.c,
2500        libnetworking/rtems_webserver/security.c,
2501        libnetworking/rtems_webserver/sock.c,
2502        libnetworking/rtems_webserver/sym.c,
2503        libnetworking/rtems_webserver/uemf.c,
2504        libnetworking/rtems_webserver/uemf.h,
2505        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2506        libnetworking/rtems_webserver/url.c,
2507        libnetworking/rtems_webserver/value.c,
2508        libnetworking/rtems_webserver/wbase64.c,
2509        libnetworking/rtems_webserver/webcomp.c,
2510        libnetworking/rtems_webserver/webpage.c,
2511        libnetworking/rtems_webserver/webrom.c,
2512        libnetworking/rtems_webserver/webs.c,
2513        libnetworking/rtems_webserver/webs.h,
2514        libnetworking/rtems_webserver/websuemf.c,
2515        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2516        2.1.4.
2517
25182002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2519
2520        * libchip/network/i82586.c: Include <string.h>.
2521        * libchip/network/sonic.c: Ditto.
2522
25232002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2524
2525        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2526
25272002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2528
2529        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2530
25312002-03-27      Thomas.Doerfler@imd-systems.de
2532
2533        PR 144
2534        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2535        memory address 0 when called for the first time. This is done when
2536        trying to clear the variable "dhcp_hostname".
2537
25382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2539
2540        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2541        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2542        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2543        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2544        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2545        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2546        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2547        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2548        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2549        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2550        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2551        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2552        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2553        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2554        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2555        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2556        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2557        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2558        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2559        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2560        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2561        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2562        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2563        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2564        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2565        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2566        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2567        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2568        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2569        AUTOMAKE_OPTIONS.
2570        * libnetworking/configure.ac:
2571        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2572        foreign 1.6]).
2573        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2574        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2575        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2576        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2577        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2578        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2579        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2580        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2581        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2582        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2583        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2584        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2585        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2586        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2587        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2588        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2589        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2590
25912002-03-27      Ilya Alexeev <ilya@continuum.ru>
2592
2593        PR 162
2594        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2595        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2596        used in a device write routines.  Now ppp_softc structure have own
2597        character for writing to device (sc_outchar).  I think that converting
2598        local variables to static is not a right solution, because problems will
2599        occur in the case of two or more ppp instances.
2600        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2601        must be u_long, otherwise in the case of the big output packet endless
2602        loop may occur.
2603
26042002-03-21      Ilya Alexeev <ilya@continuum.ru>
2605
2606        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2607        preparations for multiple PPPD connections.
2608
26092002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2610
2611        PR 149
2612        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2613        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2614        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2615        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2616
26172002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2618
2619        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2620        * configure.ac: Modified to reflect addition.
2621
26222002-02-27      Ilya Alexeev <ilya@continuum.ru>
2623
2624        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2625        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2626        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2627        capabilities as well as eliminate some warnings.
2628
26292002-02-27      Eric Norum <eric.norum@usask.ca>
2630
2631        * libnetworking/net/radix.c: Properly handle fetching the default route
2632        when there is no route.  This was a bug in the original FreeBSD code and
2633        this fix is from an updated version of their code.
2634
26352002-02-16      Eric Norum <eric.norum@usask.ca>
2636
2637        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2638        checking.
2639
26402002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2641
2642        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2643        dodefaultroute.
2644
26452002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2646
2647        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2648        include <rtems/seterr.h>.
2649
26502002-02-01      Mike Siers <mikes@poliac.com>
2651
2652        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2653        avoid bringing the link down too fast. NOTE: Mike reports successfully
2654        running at 56K baud on a direct link.
2655
26562002-02-01      Eric Valette <valette@crf.canon.fr>
2657
2658        * librdbg/So many patches have been posted recently on the mailing list
2659        and  because we were unable to find correct solution to compile on
2660        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2661        because the coding  style of rdbg was rather inconsistant among various
2662        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2663        global coding style (using indent + manual edits), 2) incorporate/review
2664        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2665        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2666        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2667        after rdbg initialization is done, NB : the paches is huge but it is
2668        mainly due to coding styke chnages.  Only few lines of codes have been
2669        really changed and they do not impact  rdbg functionnality (AFAIKT).
2670        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2671        librdbg/include/rdbg/m68k/rdbg_f.h,
2672        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2673        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2674        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2675        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2676        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2677        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2678        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2679        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2680        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2681        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2682        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2683        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2684        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2685        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2686        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2687        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2688
26892002-01-31      Mike Siers <mikes@poliac.com>
2690
2691        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2692        * Nice Update of PPPD support which eliminates the requiremetn that
2693        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2694        and reports that it seems to be more stable and handle larger packets
2695        better.  This patch replaces the termios tasks with more general pppd
2696        network driver tasks.  The functions pppinput() and pppstart() get
2697        called from the interrupt service routine.
2698        * libnetworking/Makefile.am, libnetworking/configure.ac,
2699        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2700        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2701        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2702        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2703        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2704        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2705        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2706        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2707        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2708        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2709        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2710        libnetworking/net/route.c, libnetworking/net/route.h,
2711        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2712        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2713        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2714        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2715        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2716        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2717        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2718        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2719        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2720        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2721        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2722        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2723        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2724        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2725        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2726        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2727        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2728        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2729        libnetworking/pppd/example/README,
2730        libnetworking/pppd/example/netconfig.h,
2731        libnetworking/wrapup/Makefile.am: Modified.
2732        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2733        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2734        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2735        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2736        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2737        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2738        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2739        libnetworking/modem/pppcompress.c: Subdirectory removed.
2740
27412002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2742
2743        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2744        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2745
27462002-01-18      Till Straumann <strauman@slac.stanford.edu>
2747
2748        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2749        issues: - exception handler needs to enable MSR_FP if the interrupted
2750        thread is FP enabled. - printk message for MSR fixed and added
2751        stacktrace. NOTE: this requires the stacktrace patch to
2752        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2753        however).
2754
27552002-01-06      Joel Sherrill <joel@OARcorp.com>
2756
2757        * optman/.cvsignore: Added aclocal.m4 and configure.
2758        * optman/.cvsignore: New file.
2759
27602002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2761
2762        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2763
27642002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2765
2766        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2767        * optman/ChangeLog: New.
2768        * optman/configure.ac: New.
2769        * optman/Makefile.am: New.
2770        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2771        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2772
27732001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2774
2775        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2776
27772001-12-18      Eric Norum <eric.norum@usask.ca>
2778
2779        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2780        `directories' (path names with a / at the end) while disallowing open()
2781        operations on TFTP `directories'.
2782
27832001-12-07      Eric Norum <eric.norum@usask.ca>
2784
2785        * libnetworking/lib/tftpDriver.c: Restore write capability.
2786
27872001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2788
2789        * libchip/network/sonic.h: Fix typo.
2790        * libnetworking/arpa/Makefile.am: Remove stray lines.
2791
27922001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2793
2794        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2795
27962001-10-18      Eric Norum <eric.norum@usask.ca>
2797
2798        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2799        chdir() and open() operations within the TFTP file system.
2800
28012001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2802
2803        * librdbg/configure.ac: Fix latent bug exposed by removal of
2804        config.cache's which prevented powerpc targets librdbg from building.
2805
28062001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2807
2808        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2809        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2810        autoconf-2.52 happy.
2811
28122001-10-12      Mike Siers <mikes@poliac.com>
2813
2814        * libnetworking/Update to stable working state.  Congratulations Mike!
2815        :).
2816        * libnetworking/modem_example: Directory removed.
2817        * libnetworking/modem_example/16550.h,
2818        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2819        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2820        libnetworking/modem_example/ppp.h,
2821        libnetworking/modem_example/pppcompress.c: Files removed.
2822        * libnetworking/pppd/example/pppd.options: New file.
2823        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2824        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2825        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2826        libnetworking/pppd/rtemsmain.c: Updated.
2827
28282001-10-12      Joel Sherrill <joel@OARcorp.com>
2829
2830        * libchip/serial/z85c30.c: Fixed typo.
2831
28322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2833
2834        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2835        * configure.in: Remove.
2836        * configure.ac: New file, generated from configure.in by autoupdate.
2837        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2838        * libchip/configure.in: Remove.
2839        * libchip/configure.ac: New file, generated from configure.in by
2840        autoupdate.
2841        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2842        * librdbg/configure.in: Remove.
2843        * librdbg/configure.ac: New file, generated from configure.in by
2844        autoupdate.
2845        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2846        * libnetworking/configure.in: Remove.
2847        * libnetworking/configure.ac: New file, generated from configure.in by
2848        autoupdate.
2849
28502001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2851
2852        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2853        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2854        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2855
28562001-09-27      Joel Sherrill <joel@OARcorp.com>
2857
2858        * libchip/ChangeLog: Fixed typo in date.
2859
28602001-09-27      Eric Norum <eric.norum@usask.ca>
2861
2862        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2863        TFTP  filesystem.
2864
28652001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2866
2867        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2868        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2869        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2870        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2871        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2872        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2873        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2874        'PREINSTALL_FILES ='.
2875        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2876        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2877        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2878        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2879        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2880        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2881        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2882        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2883        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2884        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2885        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2886        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2887
28882001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2889
2890        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2891        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2892        * librdbg/src/m68k/any/Makefile.am: Ditto.
2893        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2894        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2895        happy.
2896
28972001-09-21      Joel Sherrill <joel@OARcorp.com>
2898
2899        * libchip/network/Makefile.am: Fixed typo on file name.
2900        * libchip/network/i82586.c: Commented out line 318 which is referencing
2901        a member of a structure that is not currently there.  This needs to be
2902        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2903        to C style.
2904
29052001-09-19      Eric Norum <eric.norum@usask.ca>
2906
2907        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2908
29092001-09-19      Chris Johns <ccj@acm.org>
2910
2911        * libchip/network/README.i82586, libchip/network/i82586.c,
2912        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2913        Network driver for Intel i82586.
2914        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2915        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2916        "root" filesystem with information obtained via the DHCP response.
2917
29182001-09-14      Eric Norum <eric.norum@usask.ca>
2919
2920        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2921        make gcc 3.x happy.
2922
29232001-08-16      Mike Siers <mikes@poliac.com>
2924
2925        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2926        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2927        These support callback functionality that has not even been compiled
2928        under RTEMS yet.
2929        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2930        example application.  Mike's notes on the modifications: - renamed
2931        error() function because of namespace problems - removed calls to the
2932        exit() funciton - removed extra files from the pppd source directory -
2933        defined pppd task constant values in rtemspppd.h - modifyied example
2934        code to get actual tick per second value - placed the pppd 2.3.11 man
2935        page file (pppd.8) into the pppd directory.
2936        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2937        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2938        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2939        libnetworking/pppd/rtems-ppp.c: Deleted.
2940        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2941        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2942        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2943        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2944        libnetworking/pppd/example/init.c,
2945        libnetworking/pppd/example/netconfig.h,
2946        libnetworking/pppd/example/ppp.conf,
2947        libnetworking/pppd/example/pppdapp.c,
2948        libnetworking/pppd/example/system.h: New files.
2949        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2950        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2951        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2952        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2953        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2954        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2955        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2956        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2957        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2958        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2959        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2960        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2961        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2962        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2963        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2964
29652001-08-16      Joel Sherrill <joel@OARcorp.com>
2966
2967        * libnetworking/pppd/example/Makefile: Removed.
2968        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2969        to avoid bootstrap -c clobbering it.
2970        * libnetworking/rtems_telnetd/.cvsignore: New file.
2971
29722001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2973
2974        * libnetworking/Makefile.am, libnetworking/configure.in,
2975        libnetworking/rtems_servers/Makefile.am,
2976        libnetworking/rtems_servers/telnetd.c,
2977        libnetworking/rtems_servers/telnetd.h,
2978        libnetworking/rtems_telnetd/Makefile.am,
2979        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2980        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2981        libnetworking/rtems_telnetd/telnetd.c,
2982        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2983        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2984        effect when ftpd change. - the tcp/ip stats have been implemented into
2985        icmds.c and started when telnetd daemon is started.
2986        * libnetworking/rtems_servers/telnetd.c,
2987        libnetworking/rtems_servers/telnetd.h: Removed.
2988        * libnetworking/rtems_telnetd: New directory.
2989        * libnetworking/rtems_telnetd/Makefile.am,
2990        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2991        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2992        libnetworking/rtems_telnetd/telnetd.c,
2993        libnetworking/rtems_telnetd/telnetd.h: New files.
2994
29952001-06-14      Joel Sherrill <joel@OARcorp.com>
2996
2997        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2998        Moved from libmisc/shell so the network stack to address network
2999        depenendency.
3000        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3001
30022001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3003
3004        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3005
30062001-05-15      Joel Sherrill <joel@OARcorp.com>
3007
3008        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3009        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3010        accidentally deleted the incorrectly empty versions.
3011
30122001-05-14      Till Straumann <strauman@slac.stanford.edu>
3013
3014        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3015        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3016        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3017        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3018        to know the values) - the affected BSP (shared/motorola) headers have
3019        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3020        driver (libchip/network/dec21140.c) has been fixed to use
3021        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3022        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3023        who is using this driver. - the DEC driver also has been fixed to use
3024        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3025        delay_in_bus_cycles().
3026
30272001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3028
3029        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3030
30312001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3032
3033        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3034
30352001-04-24      Eric Norum <eric.norum@usask.ca>
3036
3037        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3038        NTP synchronization a little more robust -- no NTP daemon yet, but at
3039        least it trys a little harder when the primary NTP server is down.
3040
30412001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3042
3043        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3044        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3045        libnetworking/pppd/modem_example/modem.c,
3046        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3047        other strings into English.
3048        * libnetworking/pppd/STATUS: updated to reflect the changes.
3049
30502001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3051
3052        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3053        again.
3054
30552001-04-20      Eric Valette <valette@crf.canon.fr>
3056
3057        * mcp750 directory renamed new_exception processing as it supports many
3058        more CPU models.
3059        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3060        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3061        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3062        formerly in mcp750 plus modifications.
3063        * librdbg/src/powerpc/mcp750/.cvsignore,
3064        librdbg/src/powerpc/mcp750/Makefile.am,
3065        librdbg/src/powerpc/mcp750/remdeb.h,
3066        librdbg/src/powerpc/mcp750/remdeb_f.x,
3067        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3068        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3069        new_exception_processing.
3070        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3071        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3072        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3073        part of this effort to add support for the MPC8xx.
3074
30752001-04-19      Joel Sherrill <joel@OARcorp.com>
3076
3077        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3078        internal include files.
3079
30802001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3081
3082        PR 158
3083        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3084        rcmd() library call by commenting out the parts that deal with signals.
3085        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3086        stdio. The 'server-side' parts of this file which deal with
3087        authentication are disabled since they are not needed.
3088
30892001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3090
3091        * libnetworking/include/.cvsignore: Remove dangling file.
3092
30932001-03-14      Joel Sherrill <joel@OARcorp.com>
3094
3095        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3096        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3097        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3098        libchip style serial drivers can be written in libcpu or libbsp.
3099
31002001-03-01      Joel Sherrill <joel@OARcorp.com>
3101
3102        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3103        libchip/network/sonic.c, libchip/network/sonic.h,
3104        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3105        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3106        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3107        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3108        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3109        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3110        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3111        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3112
31132001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3114
3115        * librdbg/include/rdbg/Makefile.am,
3116        librdbg/include/rdbg/i386/Makefile.am,
3117        librdbg/include/rdbg/m68k/Makefile.am,
3118        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3119        style on include files.
3120
31212001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3122
3123        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3124        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3125        replace ${..} with $(..).
3126        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3127        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3128        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3129        libnetworking/rtems/Makefile.am, libnetworking/
3130        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3131        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3132        include_*HEADERS instead of H_FILES.
3133        * libnetworking/include/Makefile.am: Remove.
3134        * libnetworking/Makefile.am: Add handling of *.h files.
3135        * libnetworking/configure.in: Remove include/Makefile.
3136
31372001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3138
3139        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3140
31412001-01-31      Sergei Organov <osv@javad.ru>
3142
3143        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3144        current dir and root dir removed in favor of new libio support for
3145        task-local current and root directories. - Bug in `close_data_socket()'
3146        introduced by previous change fixed. - `command_pasv()' changed to set
3147        timeout on socket we are listening on and code fixed to don't close
3148        socket twice on error. - `serr()' changed to clear `errno'. -
3149        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3150        changed to clear `errno' before processing session. -
3151        `close_data_socket()' fixed to close both active and passive sockets -
3152        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3153        empty string  in `exec_command()'.
3154
31552001-01-25      Eric Norum <eric.norum@usask.ca>
3156
3157        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3158        improves throughput on systems which are dropping packets.   Only the
3159        first timeout is reduced.  This keeps the number of extra packets down
3160        on networks that are very busy and dropping lots of packets.
3161
31622001-01-24      Sergei Organov <osv@javad.ru>
3163
3164        * libnetworking/rtems_servers/ftpd.c,
3165        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3166        - Timeouts on sockets implemented. 'idle' field added to configuration.
3167        No timeout by default to keep backward compatibility. Note: SITE IDLE
3168        command not implemented yet. - Basic global access control implemented.
3169        'access' field added to configuration. No access limitations by default
3170        to keep backward compatibility. - Anchor data socket for active mode
3171        (using self IP and port 20.) - Fixed default data port support (still
3172        not tested). - Don't allow IP address different from originating host in
3173        PORT command to improve security. - Fixed bug in MDTM command. - Check
3174        for correctness of parsing of argument in command_port(). - Fixed
3175        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3176        a directory. - Command parsing a little bit improved: command names are
3177        now converted to upper-case to be more compatible with RFC (command
3178        names are not case-sensitive.) - Reformat comments so that they have
3179        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3180        previous changes - True ASCII mode implemented (doesn't work for hooks
3181        and /dev/null) - Passive mode implemented, PASV command added. - Default
3182        port for data connection could be used (untested, can't find ftp client
3183        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3184        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3185
31862001-01-18      Joel Sherrill <joel@OARcorp.com>
3187
3188        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3189        macro using variable arguments.
3190        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3191        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3192        since I updated the main RTEMS development machine to RedHat 7.2 and
3193        apparently got a new version of rpcgen.
3194
31952001-01-12      Sergei Organov <osv@javad.ru>
3196
3197        * libnetworking/rtems_servers/ftpd.c,
3198        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3199        - use pool of pre-created threads to handle sessions instead of
3200        creating/deleting threads on the fly - LIST output is now similar to
3201        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3202        happy with it. - LIST NAME now works (both for files and directories) -
3203        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3204        clients happy  - keep track of CWD for every session separately -
3205        ability to specify root directory name for FTPD in configuration table.
3206        FTPD will then create illusion for FTP clients that this is actually
3207        root directory. - ignore options sent in commands, thus LIST -al FILE
3208        works and doesn't try to list "-al" directory. - buffers are allocated
3209        on stack instead of heap where possible to eliminate malloc/free calls
3210        (avoid possible heap fragmentation troubles). - drop using of task
3211        notepad to pass parameters - use function arguments instead - use
3212        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3213        in socket() instead of AF_INET.
3214
32152001-01-02      Joel Sherrill <joel@OARcorp.com>
3216
3217        * libnetworking/CHANGELOG: Removed.
3218        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3219
32202000-12-14      Eric Norum <eric.norum@usask.ca>
3221
3222        * libnetworking/lib/tftpDriver.c: Added write capability.
3223
32242000-12-08      Joel Sherrill <joel@OARcorp.com>
3225
3226        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3227        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3228        numerous variable declarations conditional on PPP_COMPRESS and
3229        PPP_FILTER.  Commented out variables that were not used because the code
3230        using them was commented out. Removed totally unused variables.
3231        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3232        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3233
32342000-11-30      Joel Sherrill <joel@OARcorp.com>
3235
3236        * libnetworking/modem/ppp_tty.c: Changed to include
3237        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3238        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3239        * libnetworking/Makefile.am: Modified to reflect above.
3240
32412000-11-27      Joel Sherrill <joel@OARcorp.com>
3242
3243        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3244
32452000-11-25      Eric Norum <eric.norum@usask.ca>
3246
3247        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3248        core.
3249
32502000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3251
3252        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3253        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3254        subdir.
3255        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3256        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3257        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3258        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3259        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3260        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3261        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3262        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3263        ppp_tty.c and the real pppd main is in pppmain.c.
3264
32652000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3266
3267        * libchip/network/sonic.c: Added ipalign() routine to align the received
3268        packet so that the ip header is on a 32-bit boundary. Necessary for
3269        cpu's that do not allow unaligned loads and stores and when the 32-bit
3270        DMA mode is used.
3271
32722000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3273
3274        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3275        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3276        ACLOCAL_AMFLAGS.
3277        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3278        ACLOCAL_AMFLAGS.
3279        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3280        ACLOCAL_AMFLAGS.
3281
32822000-11-03      Chris Johns <ccj@acm.org>
3283
3284        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3285        libchip/network/cs8900.h: New files.
3286
32872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3288
3289        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3290        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3291        $(RTEMS_TOPdir)/aclocal.
3292        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3293        $(RTEMS_TOPdir)/aclocal.
3294        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3295        $(RTEMS_TOPdir)/aclocal.
3296
32972000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3298
3299        * configure.in: Switch to GNU-canonicalization.
3300        * Makefile.am: Reflect changes to configure.in.
3301        * acinclude.m4: Remove.
3302
33032000-10-30      Joel Sherrill <joel@OARcorp.com>
3304
3305        * POSIX include files merged into newlib.  This resulted in some
3306        definitions moving to other files and thus some secondary effects in
3307        RTEMS source code.
3308        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3309        in sync with newlib's <machine/types.h>.
3310        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3311        definition of struct itimerval in <sys/time.h>.
3312
33132000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3314
3315        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3316        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3317        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3318        * ChangeLog: Fix typos.
3319        * configure.in: add tests to the GNU canonicalized subdirectories.
3320
33212000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3322
3323        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3324        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3325        the lib directory before configuring lib/.
3326
33272000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3328
3329        * configure.in, Makefile.am: add exec to the GNU canonicalized
3330        subdirectories.
3331        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3332        * configure.in: add libnetworking, librpc and librdb to the GNU
3333        canonicalized subdirectories.
3334        * configure.in: add libmisc and libchip to the GNU canonicalized
3335        subdirectories.
3336        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3337        Switch to GNU canonicalization.
3338        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3339        Switch to GNU canonicalization.
3340        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3341        Switch to GNU canonicalization.
3342
33432000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3344
3345        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3346        canonicalization to libfs/. The approach is currently a bit of a hack as
3347        GNU canonicalization does not support the per-BSP build some of the
3348        other directories require.  As more of the tree is converted, this will
3349        become less  of an issue.
3350
33512000-10-20      Joel Sherrill <joel@OARcorp.com>
3352
3353        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3354        parameter.
3355
33562000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3357
3358        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3359        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3360        * librdbg/configure.in: Add m68k support.
3361        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3362        subdirectory.
3363        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3364        failure.
3365        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3366        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3367        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3368        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3369        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3370        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3371        librdbg/src/m68k/.cvsignore: New files.
3372        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3373        function pointers.
3374        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3375        _after_ pointer has been checked against NULL.
3376
33772000-10-18      Joel Sherrill <joel@OARcorp.com>
3378
3379        * wrapup/Makefile.am: Added libfs.
3380
33812000-10-18      Chris Johns <ccj@acm.org>
3382
3383        * libfs created.
3384        * configure.in: Added libfs subdirectory.
3385        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3386
33872000-09-28      Joel Sherrill <joel@OARcorp.com>
3388
3389        * libnetworking/rtems_webserver/Makefile.am,
3390        libnetworking/rtems_webserver/base64.c,
3391        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3392        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3393
33942000-09-22      Joel Sherrill <joel@OARcorp.com>
3395
3396        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3397        libnetworking/rtems/rtems_bsdnet_internal.h,
3398        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3399        have included rtems.h.  It is now including precisely the  least amount
3400        of low level, yet portable .h files to get the basic RTEMS types
3401        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3402        used machine/types.h to include rtems.h.
3403
34042000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3405
3406        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3407
34082000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3409
3410        * libnetworking/ChangeLog: Cleanup.
3411
34122000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3413
3414        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3415        * libchip/ChangeLog: Fix formating.
3416
34172000-09-05      Joel Sherrill <joel@OARcorp.com>
3418
3419        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3420        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3421        confusion and to work with the converted flags.
3422
34232000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3424
3425        * wrapup/Makefile.am: Include compile.am.
3426        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3427        libchip/serial/Makefile.am: Include compile.am.
3428        * librdbg/src/i386/any/Makefile.am,
3429        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3430        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3431        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3432        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3433        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3434        libnetworking/rtems_servers/Makefile.am,
3435        libnetworking/rtems_webserver/Makefile.am,
3436        libnetworking/wrapup/Makefile.am: Include compile.am.
3437
34382000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3439
3440        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3441        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3442
34432000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3444
3445        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3446
34472000-08-31      Joel Sherrill <joel@OARcorp.com>
3448
3449        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3450        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3451        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3452        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3453        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3454        * libnetworking/wbase64.c: Removed.
3455        * libnetworking/Makefile.am, libnetworking/asp.c,
3456        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3457        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3458        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3459        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3460        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3461        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3462        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3463        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3464        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3465        Modified.
3466
34672000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3468
3469        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3470
34712000-08-30      Joel Sherrill <joel@OARcorp.com>
3472
3473        * libnetworking/rtems_webserver/license.txt: New file.
3474
34752000-08-10      Joel Sherrill <joel@OARcorp.com>
3476
3477        * ChangeLog: New file.
3478        * libchip/ChangeLog: New file.
3479        * librdbg/ChangeLog: New file.
3480        * libnetworking/ChangeLog: New file.
3481
Note: See TracBrowser for help on using the repository browser.