source: rtems/c/src/ChangeLog @ 21961089

4.104.114.95
Last change on this file since 21961089 was 21961089, checked in by Joel Sherrill <joel.sherrill@…>, on 09/25/07 at 21:13:27

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

  • nfsclient/Makefile.am: Fix errors.
  • Property mode set to 100644
File size: 133.0 KB
Line 
12007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * nfsclient/Makefile.am: Fix errors.
4
52007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
8
92007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * aclocal/version.m4: Bump RTEMS_API to 4.9.
12        Bump RTEMS_VERSION to 4.8.99.0.
13
142007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
15
16        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
17
182007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * configure.ac: Remove AC_PROG_AWK (Unused).
21
222007-09-14      Daron Chabot <djc915@mail.usask.ca>
23
24        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
25        rtems_interrupt_vector, to permit passing arbitrary arguments to the
26        ISR. Clean up of variables to silence compiler warnings.
27
282007-09-13      Daniel Hellstrom <daniel@gaisler.com>
29
30        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
31
322007-09-12      Daniel Hellstrom <daniel@gaisler.com>
33
34        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
35          - Odd bit bug in some chips taken care of.
36          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
37            alignment but failing to do so must have made the driver writer to make
38            some incorrect assumptions about MBUFs.
39          - Fixed MBUF handling to handle mbuf chains better. The Data length of
40            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
41          - Made while loop responsible for copying data to fifo port copy 16 shorts
42            per loop instead of 1 short, increasing the copying process.
43
442007-09-07      Daniel Hellstrom <daniel@gaisler.com>
45
46        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
47        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
48
492007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * configure.ac, wrapup/Makefile.am: Remove RDBG.
52        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
53        librdbg/Makefile.am, librdbg/preinstall.am,
54        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
55        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
56        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
57        librdbg/include/rdbg/powerpc/rdbg_f.h,
58        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
59        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
60        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
61        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
62        librdbg/src/servtsp.c, librdbg/src/servutil.c,
63        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
64        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
65        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
66        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
67        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
68        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
69        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
70        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
71        librdbg/src/powerpc/rdbg_f.c,
72        librdbg/src/powerpc/new_exception_processing/remdeb.h,
73        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
74        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
75        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
76
772007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
80
812007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
84          sizes.
85
862007-07-27      Chris Johns <chrisj@rtems.org>
87
88        * wrapup/Makefile.am: Create archive from a file for hosts
89        with a limited command line size.
90
912007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
94          sizes.
95
962007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
97       
98        * configure.ac: Add nfsclient.
99        * nfsclient/Makefile.am: New.
100        * nfsclient/proto/Makefile, nfsclient/Makefile,
101          nfsclient/src/Makefile: Remove.
102        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
103        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
104
1052007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
108        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
109        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
110        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
111        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
112        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
113        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
114        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
115        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
116        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
117        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
118        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
119
1202007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
121
122        * libchip/serial/ns16550.c: removed timed out wait for transmitter
123        to become ready: This will not work for fast CPUs.
124
1252007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
126
127        * libchip/ide/ata.c: fixed warning
128
1292007-06-20      Ray Xu <rayx@gmail.com>
130
131        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
132        console, and libio. This shrinks the memory requirements but Joel has
133        not figured out how best to present this to application space.
134        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
135        New files.
136
1372007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * optman/sapi/no-io.c: Split IO Manager into one function per file so
140        now we only need required initialization methods.
141
1422007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
145        parameter since it was used to configure a no longer used feature.
146        Device names are now part of the filesystem not in a table.
147
1482007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
151        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
152        optman/rtems/no-part.c, optman/rtems/no-region.c,
153        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
154        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
155        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
156        other optional managers so using them reduces application size
157        instead of increasing it.
158        * optman/rtems/no-barrier.c: New file.
159
1602007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
163        adjustments to pci-API changes.
164        * libchip/network/dec21140.c, libchip/network/elnk.c,
165        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
166        changes.
167
1682007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * libchip/network/dec21140.c, libchip/network/if_dc.c,
171        libchip/network/if_fxp.c: Reflect changes to pci-API.
172
1732007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
176        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
177
1782007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
179
180        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
181          being used to compile "tools").
182
1832007-03-13      Joel Sherrill <joel@OARcorp.com>
184
185        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
186
1872007-03-12      Joel Sherrill <joel@OARcorp.com>
188
189        * libchip/network/cs8900.c, libchip/network/cs8900.h,
190        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
191        and/or fix mistake in copyright notice. Both of these mistakes appear
192        to be from code submitted after these changes were made previously.
193
1942007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
197
1982007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * libchip/Makefile.am: Correct path to README.tulipclone.
201
2022007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * libchip/ide/ata.c: Remove superfluous type casts.
205
2062007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
207
208        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
209        Use size_t for sizes.
210
2112007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
212
213        * libchip/ide/ata.c: in ata_request_done: moved call to free()
214        from preemption disabled region
215
2162007-01-16      Till Straumann <strauman@slac.stanford.edu>
217
218        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
219        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
220        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
221
2222006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
223
224        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
225          ioctl_command_t as ioctl argument.
226
2272006-12-13      Joel Sherrill <joel@OARcorp.com>
228
229        * librtems++/include/rtems++/rtemsEvent.h,
230        librtems++/include/rtems++/rtemsMessageQueue.h,
231        librtems++/include/rtems++/rtemsSemaphore.h,
232        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
233        librtems++/src/rtemsMessageQueue.cc,
234        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
235        rtems_unsigned32 to uint32_t.
236
2372006-12-13      Joel Sherrill <joel@OARcorp.com>
238
239        PR 1181/bsps
240        * optman/rtems/no-msg.c: Clean up dead code.
241
2422006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
243
244        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
245
2462006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
247
248        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
249        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
250        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
251
2522006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
253
254        * configure.ac: New BUG-REPORT address.
255
2562006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
257
258        * Makefile.am: Remove ampolish3.
259
2602006-11-17      Joel Sherrill <joel@OARcorp.com>
261
262        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
263        blank lines.
264
2652006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
266
267        * configure.ac: Remove RTEMS_AMPOLISH3.
268        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
269          Remove checks for AMPOLISH3.
270        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
271        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
272        * ampolish3: Remove.
273
2742006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
275
276        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
277        * aclocal/prog-cc.m4: Remove CFLAGS.
278        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
279        Compose CFLAGS. Append CFLAGS to ac_configure_args.
280
2812006-10-23      Joel Sherrill <joel@OARcorp.com>
282
283        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
284
2852006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
286
287        * automake/compile.am: Use hard-coded RTEMS_* flags.
288
2892006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
290
291        * aclocal/rtems-top.m4: Remove RTEMS_API.
292        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
293
2942006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
297
2982006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
299
300        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
301
3022006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
303
304        * aclocal/version.m4: Bump version to 4.7.99.0.
305
3062006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
307
308        * configure.ac: Require autoconf-2.60. Require automake-1.10.
309
3102006-09-11      Joel Sherrill <joel@OARcorp.com>
311
312        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
313
3142006-09-04      Joel Sherrill <joel@OARcorp.com>
315
316        * libchip/network/greth.c, libchip/network/open_eth.c,
317        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
318        introduced by warning removal.
319
3202006-09-01      Joel Sherrill <joel@OARcorp.com>
321
322        * libchip/network/greth.c, libchip/network/open_eth.c,
323        libchip/network/smc91111.c: Remove warnings and correct prototype
324        added earlier today.
325
3262006-09-01      Joel Sherrill <joel@OARcorp.com>
327
328        * libchip/network/cs8900.c, libchip/network/greth.c,
329        libchip/network/i82586.c, libchip/network/open_eth.c,
330        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
331        sized integers, and inttypes.h printf helpers.
332
3332006-08-09      Kolja Waschk <waschk@telos.de>
334
335        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
336
3372006-07-12      Joel Sherrill <joel@OARcorp.com>
338
339        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
340
3412006-07-11      Jerry Needell <jerry.needell@unh.edu>
342
343        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
344        4.6 branch.  Original modifications by Gaisler Enterprises.
345        * libchip/network/greth.c, libchip/network/greth.h: New files.
346
3472006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
348
349        * ide/ata.[ch]:
350        (PR1118) fetch priority for ATA task from a variable,
351        not a fixed configuration value.
352       
3532006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
354
355        * Makefile.am: Add ampolish3.
356
3572006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
358
359        * ampolish3: New.
360        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
361
3622006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
363
364        * aclocal/rtems-ampolish.m4: New.
365        * configure.ac: Use RTEMS_AMPOLISH3.
366
3672006-04-18  Joel Sherrill <joel@OARcorp.com>
368
369        * aclocal/version.m4: Updated to rtems-4.6.99.3.
370
3712006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
372
373        PR 853/filesystem
374        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
375        should be modified to support the new exception scheme and to use the
376        handle parameter.
377
3782006-02-a32     Eric Norum <norume@aps.anl.gov>
379
380        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
381        "newer" PCI access calls.  Minor cleanups.  Comments.
382
3832006-01-12      Eric Norum <norume@aps.anl.gov>
384
385        PR 861/networking
386        PR 863/networking
387        * libchip/network/smc91111.c: Fix illegal lvalue increments.
388
3892006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
390
391        * wrapup/Makefile.am: Add preinstall.am.
392        * libchip/Makefile.am: Build libchip/network/smc91111.
393        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
394        Eliminate cyg_int* crap.
395
3962006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
397
398        * librdbg/Makefile.am: Add preinstall.am.
399        * aclocal/bsp-configure.m4: Add ampolish3.
400        New header guards.
401
4022006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
403
404        * libchip/network/open_eth.c, libchip/network/open_eth.h:
405        Merger from rtems-4-6-branch.
406
4072006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
408
409        * libchip/network/smc91111.c
410        libchip/network/smc91111config.h
411        libchip/network/smc91111exp.h
412        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
413        * libchip/Makefile.am: Reflect adding smc91111*.
414
4152006-01-08      Joel Sherrill <joel@OARcorp.com>
416
417        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
418        char *.
419
4202006-01-08      Joel Sherrill <joel@OARcorp.com>
421
422        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
423        warnings.
424
4252005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
426
427        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
428        Add RTEMS_RELLDFLAGS.
429        * automake/compile.am: Remove RTEMS_USE_GCC.
430        Remove RTEMS_RELLDFLAGS.
431        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
432
4332005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
434
435        * libchip/network/if_media.h, libchip/network/mii.h:
436        Remove (Moved to cpukit).
437        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
438        and libchip/network/if_media.h.
439        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
440        if_media.h having moved.
441
4422005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
443
444        * automake/compile.am, automake/host.am, automake/local.am,
445        automake/subdirs.am: Remove depend.
446        * configure.ac: Explicitly pass --libdir and --includedir to
447        testsuites.
448
4492005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
450
451        * configure.ac: Reflect changes to testsuites.
452
4532005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
454
455        * automake/compile.am: Remove GCCSPECS.
456        * aclocal/prog-cc.m4: Add GCCSPECS.
457        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
458
4592005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
460
461        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
462        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
463
4642005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
465
466        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
467        libcpu/byteorder.h for i386.
468
4692005-11-02      Till Straumann <strauman@slac.stanford.edu>
470
471        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
472        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
473        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
474        added a simple API/library for i2c devices and drivers for i2c
475        2-byte eeproms and a ds1621 temperature sensor; API is documented
476        in libi2c.h.
477
4782005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
479
480        * libnetworking/pppd/ipxcp.c,
481        libnetworking/pppd/chat.c,
482        libnetworking/pppd/patchlevel.h,
483        libnetworking/pppd/upap.h,
484        libnetworking/pppd/md5.h,
485        libnetworking/pppd/pppd.8,
486        libnetworking/pppd/README,
487        libnetworking/pppd/preinstall.am,
488        libnetworking/pppd/md4.h,
489        libnetworking/pppd/magic.c,
490        libnetworking/pppd/pppd.h,
491        libnetworking/pppd/demand.c,
492        libnetworking/pppd/rtemsmain.c,
493        libnetworking/pppd/sys-rtems.c,
494        libnetworking/pppd/ipcp.h,
495        libnetworking/pppd/lcp.h,
496        libnetworking/pppd/chap_ms.c,
497        libnetworking/pppd/md4.c,
498        libnetworking/pppd/rtemspppd.h,
499        libnetworking/pppd/cbcp.h,
500        libnetworking/pppd/auth.c,
501        libnetworking/pppd/lcp.c,
502        libnetworking/pppd/example/README,
503        libnetworking/pppd/example/ppp.conf,
504        libnetworking/pppd/example/system.h,
505        libnetworking/pppd/example/netconfig.h,
506        libnetworking/pppd/example/pppdapp.c,
507        libnetworking/pppd/example/init.c,
508        libnetworking/pppd/example/Makefile-user,
509        libnetworking/pppd/example/pppd.options,
510        libnetworking/pppd/rtemspppd.c,
511        libnetworking/pppd/ipxcp.h,
512        libnetworking/pppd/chap_ms.h,
513        libnetworking/pppd/options.c,
514        libnetworking/pppd/magic.h,
515        libnetworking/pppd/chap.h,
516        libnetworking/pppd/cbcp.c,
517        libnetworking/pppd/upap.c,
518        libnetworking/pppd/chap.c,
519        libnetworking/pppd/Makefile.am,
520        libnetworking/pppd/ccp.h,
521        libnetworking/pppd/utils.c,
522        libnetworking/pppd/rtemsdialer.h,
523        libnetworking/pppd/fsm.h,
524        libnetworking/pppd/pathnames.h,
525        libnetworking/pppd/md5.c,
526        libnetworking/pppd/fsm.c,
527        libnetworking/pppd/ipcp.c,
528        libnetworking/pppd/STATUS,
529        libnetworking/pppd/ccp.c,
530        libnetworking/Makefile.am: Remove (Moved to cpukit).
531
5322005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
533
534        * configure.ac: Remove libnetworking, libnetworking/pppd.
535        * wrapup/Makefile.am: Remove libpppd.a.
536
5372005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
538
539        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
540        rtemsdialer.h to $(includedir)/rtems.
541
5422005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
543
544        * libnetworking/rtems_telnetd/icmds.c,
545        libnetworking/rtems_telnetd/Makefile.am,
546        libnetworking/rtems_telnetd/preinstall.am,
547        libnetworking/rtems_telnetd/pty.c,
548        libnetworking/rtems_telnetd/pty.h,
549        libnetworking/rtems_telnetd/README,
550        libnetworking/rtems_telnetd/telnetd.c,
551        libnetworking/rtems_telnetd/telnetd.h:
552        Remove (Moved to cpukit).
553
5542005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
555
556        * configure.ac: Remove libnetworking/rtems_telnetd.
557        * libnetworking/Makefile.am: Remove rtems_telnetd.
558        * libnetworking/README: Remove (Obsolete).
559        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
560
5612005-10-20  Eric Norum <norume@aps.anl.gov>
562
563        * libchip/network/dec21140.c: Clean up PCI mapping.
564
5652005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
566
567        * libnetworking/pppd/Makefile.am: Use preinstall.am.
568        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
569        librdbg/src/servrpc.c, librdbg/src/servtgt.c
570        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
571        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
572        * configure.ac: Move optman to the end of BSP_SUBDIRS.
573
5742005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
575
576        * aclocal/bspopts.m4: Add missing m4 quotes.
577
5782005-09-02  Joel Sherrill <joel@OARcorp.com>
579
580    * aclocal/version.m4: Updated to rtems-4.6.99.2.
581
5822005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
583
584        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
585        libchip/network/dec21140.c: Remove initialization of PCI bus.
586
5872005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
588
589        * optman/Makefile.am: Add preinstall.am.
590
5912005-07-18      Karel Gardas <kgardas@objectsecurity.com>
592
593        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
594        UNTESTED to tested.
595
5962005-06-17      Joel Sherrill <joel@OARcorp.com>
597
598        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
599        it is not supported by the MPC5xx.
600
6012005-06-17      Joel Sherrill <joel@OARcorp.com>
602
603        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
604        interface. Also correct attempting to build on other than PowerPC and
605        x86.
606
6072005-06-16      Daron Chabot <daron@nucleus.usask.ca>
608
609        * libchip/Makefile.am: Add driver for Tulip clones.
610        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
611        libchip/network/if_dcreg.h: New files.
612
6132005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
614
615        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
616        to enable rdbg.
617        * configure.ac: Reflect changes above.
618
6192005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
620
621        * configure.ac: Add ada/.
622
6232005-05-20      Sergei Organov  <osv@topconrd.ru>
624
625        PR 750/networking
626        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
627        wait_input().
628
6292005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
630
631        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
632        rtems/irq.h.
633
6342005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
635
636        * libchip/Makefile.am: Include preinstall.am.
637        * libchip/preinstall.am: New.
638
6392005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
640
641        * configure.ac: Add AMPOLISH3.
642        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
643        * libnetworking/rtems_telnetd/preinstall.am: New.
644        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
645
6462005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
647
648        * configure.ac: Let enable_rpcgen default to "no".
649
6502005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
651
652        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
653
6542005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
655
656        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
657        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
658
6592005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
660
661        * libchip/network/dec21140.c, libchip/network/elnk.c,
662        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
663
6642005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
665
666        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
667        of code as a result of the implementation of a common PCI interface.
668
6692005-05-04      Joel Sherrill <joel@OARcorp.com>
670
671        * libchip/network/open_eth.c: Remove prototype of set_vector.
672
6732005-05-03      Joel Sherrill <joel@OARcorp.com>
674
675        * librdbg/src/ptrace.c: Remove warning.
676
6772005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
678
679        * libchip/network/dec21140.c, libchip/network/elnk.c,
680        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
681        Modified parameter list to remove warnings.
682
6832005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
684
685        * libchip/network/cs8900.c, libchip/network/i82586.c,
686        libchip/network/open_eth.c, libchip/network/sonic.c,
687        libchip/serial/mc68681.c: Modified types to remove
688        warnings.  Added initialization to remove warnings.
689
6902005-04-28      Joel Sherrill <joel@OARcorp.com>
691
692        * libchip/network/README.sonic: Rewritten to account for removal of
693        dmv177.
694
6952005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
696
697        PR 781/rtems_misc
698        * libchip/serial/ns16550_p.h: Fix baud rate calculation
699
7002005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
701
702        * libchip/serial/ns16550.c:
703        Fixed warnings generated in various powerpc configurations
704
7052005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
706
707        * libchip/serial/ns16550.c: Modified
708        ISR to work with PPC new exception processing
709
7102005-03-14      Joel Sherrill <joel@OARcorp.com>
711
712        * libchip/network/dec21140.c, libchip/network/elnk.c,
713        libchip/network/if_fxp.c: Continue PCI API unification. All use
714        pci_find_device(). Network drivers manufacture a signature since all
715        calls have not been converted yet.
716
7172005-03-04      Joel Sherrill <joel@OARcorp.com>
718
719        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
720        initialize function part of the unified PCI API as pci_initialize().
721
7222005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
723
724        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
725        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
726
7272005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
728
729        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
730        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
731
7322005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
733
734        * aclocal/ppc.m4: Reflect changes to ppc exception processing
735        building procedures.
736
7372005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
738
739        * aclocal/prog-cc.m4:
740        Quote CFLAGS's RHS to accomodate Solaris broken sh.
741
7422005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
743
744        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
745
7462005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
747
748        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
749
7502005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
751
752        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
753
7542005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
755
756        * libnetworking/rtems_servers/ftp.c,
757        libnetworking/rtems_servers/ftp.h,
758        libnetworking/rtems_servers/Makefile.am:
759        Remove (relocated to cpukit/ftpd).
760        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
761        removed move libnetworking/rtems_servers.
762
7632005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
764
765        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
766
7672005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
768
769        PR 755/rtems
770        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
771        Remove local declarations of rtems_bsdnet_nameservers,
772        rtems_bsdnet_nameservers_count.
773
7742005-01-31      Sergei Organov <osv@topconrd.ru>
775
776        PR 751/pppd
777        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
778        committed to fix PR736 breaks pppd. chat.c should have its own static
779        ttyfd for pppd to work correctly. The symptom is that second
780        invokation of chat (for connect script) fails due to pppd_ttyfd set
781        to -1 by previous chat invokation (for init script). In addition,
782        this patch fixes leaving of dangling pointer in the abort_stbring[]
783        by chat_send().
784
7852005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
786
787        * configure.ac: Remove CFLAGS_DEBUG_V.
788        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
789
7902005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
791
792        * wrapup/Makefile.am: Remove rtems-ctor.o.
793
7942005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
795
796        * libchip/rtc/rtc.h: size_t RTC_Count.
797
7982005-01-20      Joel Sherrill <joel@OARcorp.com>
799
800        PR 736/pppd
801        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
802        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
803        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
804        should not be static and should have a name more specific to pppd.
805
8062005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
807
808        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
809        libnetworking/rtems_servers/Makefile.am,
810        libnetworking/rtems_telnetd/Makefile.am,
811        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
812        Eliminate CFLAGS_OPTIMIZE_V.
813
8142005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
815
816        * configure.ac: Pass CFLAGS to testsuites configure.
817        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
818        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
819
8202005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
821
822        * configure.ac: Pass CFLAGS to cpukit configure.
823        * aclocal/rtems-flags.m4: Remove (Unused).
824        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
825        * aclocal/env-rtemsbsp.m4:
826        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
827        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
828        RTEMS_CFLAGS.
829        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
830        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
831        Cleanup comments.
832
8332005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
834
835        * automake/compile.am: Remove build-variant support.
836
8372005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
838
839        * libnetworking/pppd/Makefile.am,
840        libnetworking/rtems_servers/Makefile.am,
841        libnetworking/rtems_telnetd/Makefile.am:
842        Remove build-variant support.
843
8442005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
845
846        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
847        support/Makefile.am, wrapup/Makefile.am:
848        Remove build-variant support.
849
8502004-11-22      Joel Sherrill <joel@OARcorp.com>
851
852        * libchip/network/if_fxp.c: Add entry for another module ID code.
853
8542004-11-22      Joel Sherrill <joel@OARcorp.com>
855
856        PR 693/misc
857        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
858        in/outport routines.
859
8602004-11-22      Joel Sherrill <joel@OARcorp.com>
861
862        PR 693/misc
863        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
864        in/outport routines.
865
8662004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
867
868        * aclocal/enable-itron.m4: Remove (unused).
869
8702004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
871
872        * configure.ac: Misc. quoting cleanups.
873        Enable ada-tests iff --enable-ada and --enable-tests.
874
8752004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
876
877        PR 703/filesystem
878        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
879        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
880        libchip/ide/ide_controller.c:
881        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
882        available for BSPS/device drivers.
883        Extend the "modes_available" and "mode_active" parameters to
884        uint16_t for UDMA support.
885
8862004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
887
888        * libchip/network/dec21140.c: Cleanup a bit and remove message about
889        not supported on PowerPC since it works on the MVME2100 BSP.
890
8912004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
892
893        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
894        Add dependency tracking for *.cfgs.
895        * Makefile.am: Add dependency tracking for *.cfg.
896
8972004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
898
899        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
900        (Thanks to Lars Munch <lars@segv.dk> for catching this).
901
9022004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
903
904        PR 707/make_build
905        * configure.ac: Add --enable-rpcgen.
906
9072004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
908
909        PR 700/rtems_misc
910        * libnetworking/rtems_webserver/asp.c,
911        libnetworking/rtems_webserver/balloc.c,
912        libnetworking/rtems_webserver/cgi.c,
913        libnetworking/rtems_webserver/default.c,
914        libnetworking/rtems_webserver/ej.h,
915        libnetworking/rtems_webserver/ejIntrn.h,
916        libnetworking/rtems_webserver/ejlex.c,
917        libnetworking/rtems_webserver/ejparse.c,
918        libnetworking/rtems_webserver/emfdb.c,
919        libnetworking/rtems_webserver/emfdb.h,
920        libnetworking/rtems_webserver/form.c,
921        libnetworking/rtems_webserver/handler.c,
922        libnetworking/rtems_webserver/h.c,
923        libnetworking/rtems_webserver/license.txt,
924        libnetworking/rtems_webserver/Makefile.am,
925        libnetworking/rtems_webserver/md5c.c,
926        libnetworking/rtems_webserver/md5.h,
927        libnetworking/rtems_webserver/mime.c,
928        libnetworking/rtems_webserver/misc.c,
929        libnetworking/rtems_webserver/NOTES,
930        libnetworking/rtems_webserver/ringq.c,
931        libnetworking/rtems_webserver/rom.c,
932        libnetworking/rtems_webserver/rtems_webserver.h,
933        libnetworking/rtems_webserver/security.c,
934        libnetworking/rtems_webserver/sock.c,
935        libnetworking/rtems_webserver/socket.c,
936        libnetworking/rtems_webserver/sockGen.c,
937        libnetworking/rtems_webserver/sym.c,
938        libnetworking/rtems_webserver/uemf.c,
939        libnetworking/rtems_webserver/uemf.h,
940        libnetworking/rtems_webserver/um.c,
941        libnetworking/rtems_webserver/um.h,
942        libnetworking/rtems_webserver/umui.c,
943        libnetworking/rtems_webserver/url.c,
944        libnetworking/rtems_webserver/value.c,
945        libnetworking/rtems_webserver/wbase64.c,
946        libnetworking/rtems_webserver/webcomp.c,
947        libnetworking/rtems_webserver/webmain.c,
948        libnetworking/rtems_webserver/webpage.c,
949        libnetworking/rtems_webserver/webrom.c,
950        libnetworking/rtems_webserver/webs.c,
951        libnetworking/rtems_webserver/websda.c,
952        libnetworking/rtems_webserver/websda.h,
953        libnetworking/rtems_webserver/webs.h,
954        libnetworking/rtems_webserver/websSSL.c,
955        libnetworking/rtems_webserver/websSSL.h,
956        libnetworking/rtems_webserver/websuemf.c,
957        libnetworking/rtems_webserver/wsIntrn.h:
958        Remove (Moved to cpukit/http).
959
9602004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
961
962        PR 700/rtems_misc
963        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
964        Remove libnetworking/rtems_webserver.
965
9662004-10-25      Eric Norum <norume@aps.anl.gov>
967
968        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
969
9702004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
971
972        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
973
9742004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
975
976        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
977        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
978
9792004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
980
981        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
982
9832004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
984
985        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
986        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
987
9882004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
989
990        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
991        BITSPERBYTE.
992
9932004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
994
995        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
996        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
997
9982004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
999
1000        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1001
10022004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1003
1004        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1005        * aclocal/enable-bare.m4: Remove.
1006        * configure.ac: Remove BARE_CPU_MODEL.
1007
10082004-10-13      Eric Norum <norume@aps.anl.gov>
1009
1010        PR 688/bsps
1011        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1012        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1013        MC146818A (and several Dallas Semiconductor) TOD chips.
1014
10152004-10-13      Eric Norum <norume@aps.anl.gov>
1016
1017        PR 686/networking
1018        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1019        device code.
1020
10212004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1022
1023        * libchip/network/dec21140.c: include <rtems/pci.h>.
1024
10252004-09-29      Joel Sherrill <joel@OARcorp.com>
1026
1027        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1028        libnetworking/pppd/utils.c: i960 obsoleted and all references
1029        removed.
1030
10312004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1032
1033        PR 607/networking
1034        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1035        instead of fully specifying unused PCI features.
1036
10372004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1038
1039        * configure.ac: Require automake > 1.9.
1040
10412004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1042
1043        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1044
10452004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1046
1047        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1048        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1049
10502004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1051
1052        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1053        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1054
10552004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1056
1057        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1058
10592004-07-28  Joel Sherrill <joel@OARcorp.com>
1060
1061    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1062
10632004-07-25      Joel Sherrill <joel@OARcorp.com>
1064
1065        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1066
10672004-05-21  Till Strauman <strauman@slac.stanford.edu>
1068
1069        PR 625/networking
1070        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1071        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1072        an error rather than panic if no chip is detected (thus allowing
1073        for probing).
1074        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1075        instead of looping forever.  Avoid divide by zero (crashed my PC).
1076        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1077        they are UNTESTED.
1078
10792004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1080
1081        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1082
10832004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1084
1085        * libchip/network/dec21140.c, libchip/network/elnk.c:
1086        #include <errno.h>.
1087
10882004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1089
1090        * libchip/network/if_media.h: Update from FreeBSD.
1091        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1092        libchip/network/i82586.c: #include <errno.h>.
1093
10942004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1095
1096        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1097
10982004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1099
1100        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1101
11022004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1103
1104        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1105        automake).
1106
11072004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1108
1109        PR 599/pppd
1110        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1111
11122004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1113
1114        * optman/rtems/no-region.c: Reflect having changed
1115        rtems_region_get_segment_size.
1116
11172004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1118
1119        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1120        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1121        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1122        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1123        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1124        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1125        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1126
11272004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1128
1129        * libchip/ide/ata.c, libchip/network/dec21140.c,
1130        libchip/network/elnk.c, libchip/network/i82586.c,
1131        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1132        libchip/network/open_eth.c, libchip/network/sonic.c,
1133        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1134        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1135        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1136        libchip/shmdr/shm_driver.h: Cosmetics.
1137
11382004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1139
1140        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1141        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1142        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1143        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1144        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1145        fixed size types.
1146
11472004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1148
1149        * configure.ac: Explicitly pass --includedir and --libdir to
1150        cpukit/configure.
1151
11522004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1153
1154        * librdbg/Makefile.am: Fix rpcgen rules.
1155        * librdbg/src/i386/any/remdeb_xdr.c,
1156        librdbg/src/m68k/any/remdeb_xdr.c,
1157        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1158        Reflect changes to librdbg/Makefile.am.
1159
11602004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1161
1162        * configure.ac: Reflect changes testsuites/configure.ac and
1163        cpukit/configure.ac.
1164
11652004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1166
1167        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1168        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1169
11702004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1171
1172        * configure.ac: Reflect changes to testsuites's configuration.
1173
11742004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1175
1176        PR/589 rtems
1177        * libchip/network/pci.h: Remove (Moved to cpukit).
1178
11792004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1180
1181        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1182        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1183        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1184        libchip/network/dec21140.c, libchip/network/elnk.c,
1185        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1186        libchip/network/open_eth.h, libchip/network/sonic.c,
1187        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1188        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1189        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1190        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1191        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1192        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1193        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1194        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1195        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1196        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1197        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1198        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1199        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1200        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1201        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1202        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1203        fixed-size types.
1204
12052004-03-14      Chris Johns  <chrisj@rtems.org>
1206
1207        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1208        the BSP example code.
1209        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1210        support the DIMMPC. This is a pc386 target with IO port support. Minor
1211        formating clean up. Add documentation to the header file.
1212        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1213        cs8900.h header file.
1214
12152004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1216
1217        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1218        Cosmetics.
1219
12202004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1221
1222        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1223        There are no application level Makefiles in here.
1224
12252004-03-04      Joel Sherrill <joel@OARcorp.com>
1226
1227        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1228        they can be used in application level makefiles.
1229
12302004-03-05      Joel Sherrill <joel@OARcorp.com>
1231
1232        * libnetworking/rtems_webserver/ejparse.c,
1233        libnetworking/rtems_webserver/emfdb.c,
1234        libnetworking/rtems_webserver/sock.c,
1235        libnetworking/rtems_webserver/socket.c,
1236        libnetworking/rtems_webserver/sym.c,
1237        libnetworking/rtems_webserver/webs.c,
1238        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
12392004-03-05      Joel Sherrill <joel@OARcorp.com>
1240
1241        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1242        compiling this file only only those CPU families with supported
1243        exception models.
1244
12452004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1246
1247        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1248        testsuites (Was exposed with --enable-multilib, only).
1249        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1250         Add RTEMS_BSP_CONFIG_SUBDIR.
1251        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1252        testsuites's configure.
1253        * aclocal/rtems-top.m4: Remove ENDIF hack.
1254        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1255
12562004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1257
1258        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1259        wrapup/Makefile.am: Fix automake problems having been introduced
1260        in previous patch.
1261
12622004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1263
1264        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1265        Preinstall dirs.
1266        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1267        * aclocal/check-multiprocessing.m4: Cosmetics.
1268        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1269        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1270
12712004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1272
1273        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1274        librdbg/src/Makefile.am.
1275        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1276        * configure.ac: Reflect changes above.
1277        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1278        * wrapup/Makefile.am: Reflect changes above.
1279        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1280
12812004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1282
1283        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1284
12852004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1286
1287        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1288
12892004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1290
1291        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1292
12932004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1294
1295        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1296        librdbg/src/powerpc/Makefile.am: Remove.
1297        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1298        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1299        * configure.ac: Reflect changes above.
1300
13012004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1302
1303
13042004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1305
1306        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1307        STRIP.
1308
13092004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1310
1311        * librdbg/include/Makefile.am: Merge-in
1312        librdbg/include/rdbg/i386/Makefile.am,
1313        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1314        librdbg/include/rdbg/powerpc/Makefile.am.
1315        * librdbg/include/rdbg/i386/Makefile.am,
1316        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1317        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1318        * configure.ac: Reflect changes above.
1319
13202004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1321
1322        * configure.ac: Use AS_HELP_STRING(ada).
1323
13242004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1325
1326        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1327        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1328        Use AC_CONFIG_HEADERS.
1329        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1330        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1331
13322004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1333
1334        * Makefile.am: include local.am.
1335
13362004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1337
1338        * aclocal/version.m4: 4.6.99.0.
1339
13402004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1341
1342        * Makefile.am: Don't include host.am.
1343        * automake/compile.am: Further cleanups.
1344
13452004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1346
1347        * automake/lib.am: Remove (Unused).
1348
13492004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1350
1351        * wrapup/Makefile.am: Don't include lib.am.
1352        * automake/compile.am: Use automake compilation rules.
1353
13542004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1355
1356        * libnetworking/pppd/Makefile.am,
1357        libnetworking/rtems_servers/Makefile.am,
1358        libnetworking/rtems_telnetd/Makefile.am,
1359        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1360        support/Makefile.am: Don't include lib.am.
1361
13622004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1363
1364        * libchip/Makefile.am: Don't include lib.am.
1365        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1366        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1367        unnecessary EXTRA_DISTs.
1368
13692004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1370
1371        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1372        hack.
1373
13742004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1375
1376        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1377        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1378        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1379        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1380
13812004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1382
1383        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1384        Add AM_CONDITIONAL(HAS_MP).
1385        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1386        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1387        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1388        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1389        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1390        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1391        (Deprecated by autoconf 2.59).
1392
13932004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1394
1395        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1396        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1397
13982004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1399
1400        * ChangeLog: Merge-in libnetworking/ChangeLog.
1401        * libnetworking/ChangeLog: Remove.
1402        * ChangeLog: Merge-in librdbg/ChangeLog.
1403        * librdbg/ChangeLog: Remove.
1404        * ChangeLog: Merge-in libchip/ChangeLog.
1405        * libchip/ChangeLog: Remove.
1406        * ChangeLog: Merge-in optman/ChangeLog.
1407        * optman/ChangeLog: Remove.
1408
14092004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1410
1411        * configure.ac: Reflect changes to cpukit.
1412        * wrapup/Makefile.am: Reflect changes to librdbg.
1413        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1414        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1415        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1416        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1417        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1418        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1419        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1420        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1421        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1422
14232004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1424
1425        * aclocal/rtems-top.m4: Remove check for version.m4.
1426        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1427
14282004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1429
1430        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1431        * wrapup/Makefile.am: Reflect changes to libchip/*.
1432        * support/Makefile.am: Use automake compilation rules.
1433        * wrapup/Makefile.am: Reflect changes to support/*.
1434        * configure.ac: Remove libnetworking/wrapup/Makefile.
1435        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1436        libnetworking/*/lib*.a instead of libnetapps.a.
1437        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1438        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1439        * optman/Makefile.am: Use automake compilation rules.
1440        * libchip/Makefile.am: Fix typo in previous patch.
1441        * libchip/Makefile.am: Use automake compilation rules.
1442        * libnetworking/Makefile.am: Remove wrapup.
1443        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1444        automake-compilation rules.
1445        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1446        automake-compilation rules.
1447        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1448        automake-compilation rules.
1449        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1450        automake-compilation rules.
1451        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1452
14532004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1454
1455        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1456        PRE/TMPINSTALL_FILES to CLEANFILES.
1457        * automake/lib.am: Remove TMPINSTALL_FILES.
1458        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1459        PRE/TMPINSTALL_FILES to CLEANFILES.
1460        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1461        PRE/TMPINSTALL_FILES to CLEANFILES.
1462        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1463        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1464        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1465        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1466        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1467        * librdbg/src/i386/Makefile.am: Ditto.
1468        * librdbg/src/m68k/Makefile.am: Ditto.
1469        * librdbg/src/powerpc/Makefile.am: Ditto.
1470        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1471        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1472        * libnetworking/rtems_servers/Makefile.am: Ditto.
1473        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1474        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1475
14762004-01-07      Joel Sherrill <joel@OARcorp.com>
1477
1478        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1479        more completely covers the MIPS family.
1480
14812003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1482
1483        * wrapup/Makefile.am: Reflect changes to shmdr.
1484        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1485
14862003-12-18      Joel Sherrill <joel@OARcorp.com>
1487
1488        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1489        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1490        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1491        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1492        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1493        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1494        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1495
14962003-12-17      Joel Sherrill <joel@OARcorp.com>
1497
1498        * aclocal/version.m4: Updated to rtems-20031217-test.
1499
15002003-12-17     
1501
1502        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1503        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1504
15052003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1506
1507        * automake/compile.am: Remove LINK_LIBS (Unused).
1508        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1509
15102003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1511
1512        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1513        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1514        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1515        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1516        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1517
15182003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1519
1520        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1521        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1522        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1523        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1524        * librdbg/src/i386/Makefile.am:
1525        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1526        * librdbg/src/m68k/Makefile.am:
1527        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1528        * librdbg/src/powerpc/Makefile.am:
1529        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1530
15312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1532
1533        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1534        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1535        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1536        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1537        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1538        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1539        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1540        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1541        * optman/Makefile.am: Remove project_libdir.
1542        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1543        PRE/TMPINSTALL_FILES.
1544        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1545        PRE/TMPINSTALL_FILES.
1546        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1547        PRE/TMPINSTALL_FILES.
1548        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1549        PRE/TMPINSTALL_FILES.
1550        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1551        from PRE/TMPINSTALL_FILES.
1552        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1553        PRE/TMPINSTALL_FILES.
1554        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1555        PRE/TMPINSTALL_FILES.
1556        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1557        PRE/TMPINSTALL_FILES.
1558        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1559        PRE/TMPINSTALL_FILES.
1560        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1561        PRE/TMPINSTALL_FILES.
1562        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1563        PRE/TMPINSTALL_FILES.
1564        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1565        from PRE/TMPINSTALL_FILES.
1566
15672003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1568
1569        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1570        * automake/lib.am: Remove project_libdir.
1571        * wrapup/Makefile.am: Reworked.
1572
15732003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1574
1575        * configure.ac: Reflect changes to librdbg.
1576        * optman/Makefile.am: Add tmpinstall dirstamp support.
1577        * libchip/Makefile.am: Fix variant-tmpinstall support.
1578        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1579        * librdbg/src/powerpc/Makefile.am: Merge-in former
1580        new_exception_processing/Makefile.am.
1581        * librdbg/src/m68k/any/Makefile.am: Remove.
1582        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1583        * librdbg/src/i386/any/Makefile.am: Remove.
1584        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1585        * librdbg/src/Makefile.am: Cosmetics.
1586        * librdbg/include/Makefile.am: Cosmetics.
1587        * librdbg/Makefile.am: Cosmetics.
1588        * libnetworking/Makefile.am: Cosmetics.
1589        * libnetworking/pppd/Makefile.am: Cosmetics.
1590        * libnetworking/wrapup/Makefile.am: Cosmetics.
1591
15922003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1593
1594        * Makefile.am: Cosmetics.
1595        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1596        support.
1597
15982003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1599
1600        * automake/compile.am: Remove $(ARCH):-rule.
1601
16022003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1603
1604        * configure.ac: Remove lib/libbsp/shared/Makefile,
1605        lib/libbsp/shmdr/Makefile.
1606
16072003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1608
1609        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1610        libchip/serial/Makefile, libchip/rtc/Makefile.
1611        * support/Makefile.am: Remove all-local: $(ARCH).
1612        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1613        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1614        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1615        * optman/Makefile.am: Remove all-local: $(ARCH).
1616        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1617        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1618        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1619        compilation dirstamp support.
1620        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1621        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1622        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1623        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1624        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1625        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1626        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1627        all-local: $(ARCH).
1628        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1629        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1630        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1631        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1632        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1633
16342003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1635
1636        * aclocal/lead-dot.m4: New (from automake-1.7f).
1637        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1638        AC_SUBST(dirstamp).
1639        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1640        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1641        libchip/serial/Makefile.am: Ditto.
1642        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1643        * librdbg/include/Makefile.am: Ditto.
1644        * librdbg/include/rdbg/Makefile.am: Ditto.
1645        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1646        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1647        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1648        * librdbg/src/Makefile.am: Ditto.
1649        * librdbg/src/i386/Makefile.am: Ditto.
1650        * librdbg/src/i386/any/Makefile.am: Ditto.
1651        * librdbg/src/m68k/Makefile.am: Ditto.
1652        * librdbg/src/m68k/any/Makefile.am: Ditto.
1653        * librdbg/src/powerpc/Makefile.am: Ditto.
1654        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1655        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1656        preinstallation.
1657        * libnetworking/pppd/Makefile.am: Ditto.
1658        * libnetworking/rtems_servers/Makefile.am: Ditto.
1659        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1660        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1661        * libnetworking/wrapup/Makefile.am: Ditto.
1662
16632003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1664
1665        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1666        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1667        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1668        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1669        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1670        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1671        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1672        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1673        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1674        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1675        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1676        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1677        underquoting to silence automake-1.8.
1678
16792003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1680
1681        * configure.ac: Reflect having moved tests to ../../testsuites.
1682
16832003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1684
1685        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1686        * aclocal/canonical-host.m4: Remove.
1687        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1688        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1689
16902003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1691
1692        * aclocal/check-cpu.m4: Remove.
1693        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1694        * aclocal/canonical-target-name.m4: Add m4-quotes.
1695        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1696        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1697        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1698        * aclocal/check-networking.m4: Add m4-quotes. Require
1699        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1700        * aclocal/check-posix.m4: Add m4-quotes. Require
1701        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1702        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1703        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1704        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1705
17062003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1707
1708        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1709        * aclocal/bsp-alias.m4: Remove.
1710
17112003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1712
1713        * configure.ac: Make presence of tests/ optional.
1714
17152003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1716
1717        * aclocal/path-perl.m4: Remove (Unused).
1718
17192003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1720
1721        * automake/force-preinstall.am: Remove.
1722
17232003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1724
1725        PR 499/rtems_misc
1726        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1727        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1728        Configuration (Odd was forced) - Correction of Stop Bit configuration
1729        (inversed) - Correction of ISR Handler to call
1730        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1731        CTS Hardware flow control Configuration.
1732
17332003-09-04      Joel Sherrill <joel@OARcorp.com>
1734
1735        * lib/libcpu/shared/include/cache.h,
1736        lib/libcpu/shared/src/cache_aligned_malloc.c,
1737        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1738        license changed.
1739        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1740        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1741        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1742        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1743        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1744        for license changed.
1745        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1746        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1747        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1748        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1749        libchip/network/cs8900.h, libchip/network/dec21140.c,
1750        libchip/network/elnk.c, libchip/network/open_eth.c,
1751        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1752        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1753        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1754        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1755        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1756        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1757        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1758        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1759        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1760        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1761        libchip/serial/serial.h, libchip/serial/z85c30.c,
1762        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1763        libchip/serial/z85c30_reg.c: URL for license changed.
1764
17652003-09-03      Jiri Gaisler <jiri@gaisler.com>
1766
1767        PR 477/networking
1768        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1769        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1770        libchip/network/open_eth.h: New files.
1771
17722003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1773
1774        * aclocal/rtems-top.m4: Add RTEMS_API.
1775        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1776
17772003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1778
1779        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1780        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1781        @RTEMS_BSP@.cfg.
1782
17832003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1784
1785        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1786
17872003-08-20      Joel Sherrill <joel@OARcorp.com>
1788
1789        * libchip/network/cs8900.c: Correct copyright statements.
1790
17912003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1792
1793        * aclocal/check-itron.m4: Remove.
1794        * aclocal/enable-inlines.m4: Remove.
1795        * Makefile.am: Reflect having moved aclocal/.
1796        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1797        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1798        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1799        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1800        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1801        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1802        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1803        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1804        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1805        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1806        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1807        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1808        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1809        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1810        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1811        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1812        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1813        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1814        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1815        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1816        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1817        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1818        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1819        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1820        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1821        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1822        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1823        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1824        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1825        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1826        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1827        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1828        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1829        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1830        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1831        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1832        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1833        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1834        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1835        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1836        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1837        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1838        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1839        * aclocal/target.m4: New (Copied from ../../aclocal).
1840        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1841        * aclocal/version.m4: New (Copied from ../../aclocal).
1842
18432003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1844
1845        * configure.ac: Remove stray comments.
1846        * automake/local.am, automake/host.am: Remove "debug".
1847
18482003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1849
1850        * Makefile.am: Reflect having moved automake/.
1851        * lib/Makefile.am: Reflect having moved automake/.
1852        * support/Makefile.am: Reflect having moved automake/.
1853        * wrapup/Makefile.am: Reflect having moved automake/.
1854        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1855        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1856        from ../../automake).
1857        * optman/Makefile.am: Reflect having moved automake/.
1858        * libchip/Makefile.am: Reflect having moved automake/.
1859        * libchip/ide/Makefile.am: Reflect having moved automake/.
1860        * libchip/network/Makefile.am: Reflect having moved automake/.
1861        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1862        * libchip/serial/Makefile.am: Reflect having moved automake/.
1863        * librdbg/Makefile.am: Reflect having moved automake/.
1864        * librdbg/include/Makefile.am: Reflect having moved automake/.
1865        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1866        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1867        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1868        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1869        automake/.
1870        * librdbg/src/Makefile.am: Reflect having moved automake/.
1871        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1872        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1873        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1874        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1875        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1876        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1877        having moved automake/.
1878        * libnetworking/Makefile.am: Reflect having moved automake/.
1879        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1880        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1881        automake/.
1882        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1883        automake/.
1884        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1885        automake/.
1886        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1887
18882003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1889
1890        * Makefile.am: Add bsp.pc.in.
1891        * bsp.pc.in: New (pkgconfig support).
1892
18932003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1894
1895        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1896
18972003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1898
1899        * lib/Makefile.am: New (Required by 'make dist').
1900        * lib/ChangeLog: Remove.
1901        * lib/.cvsignore: Cleanup.
1902        * configure.ac: Reflect having added lib/Makefile.am.
1903        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1904        lib/libbsp/configure.ac.
1905        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1906        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1907
19082003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1909
1910        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1911        * configure.ac: Merge-in librdbg/configure.ac.
1912        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1913        librdbg/configure.ac.
1914        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1915        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1916        LIBCHIP. Conditionally build include-dirs.
1917        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1918        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1919        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1920        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1921        librdbg/include/rdbg/m68k/Makefile.am,
1922        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1923        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1924        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1925        librdbg/src/powerpc/Makefile.am, librdbg/
1926        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1927        configure.ac into ../configure.ac.
1928        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1929        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1930        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1931        libnetworking/rtems_telnetd/Makefile.am,
1932        libnetworking/rtems_webserver/Makefile.am,
1933        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1934        into ../configure.ac.
1935
19362003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1937
1938        PR 427/rtems
1939        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1940        * librdbg/src/servtsp.c: Ditto.
1941
19422003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1943
1944        PR 429/bsps
1945        PR 432/bsps
1946        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1947        packets are queued onto an elnk board, the ISR will deadlock the device
1948        with a tx complete interrupt.  Lighter tx loads are not affected as they
1949        end up submitting single packets to the device.
1950
19512003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1952
1953        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1954        optman/configure.ac.
1955        * optman/configure.ac: Remove (Merged into ../configure.ac).
1956        * optman/Makefile.am: Reflect having merged configure.ac into
1957        ../configure.ac.
1958        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1959        * libchip/Makefile.am, libchip/ide/Makefile.am,
1960        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1961        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1962        ../configure.ac.
1963
19642003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1965
1966        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
1967
19682003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1969
1970        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1971        on i386.
1972
19732003-06-13      Joel Sherrill <joel@OARcorp.com>
1974
1975        * libnetworking/pppd/chat.c: Removed warnings.
1976
19772003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1978
1979        * libchip/network/README.3com: New file missed in previous commit.
1980        PR 405/bsps
1981        PR 393/networking
1982        * libchip/network/dec21140.c: Fix leak also known as PR393.
1983        * libchip/network/elnk.c, libchip/network/if_media.h,
1984        libchip/network/mii.h: New files.
1985        * libchip/network/Makefile.am: Reflect new files.
1986
19872003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1988
1989        * configure.ac: Remove support for profile-variant.
1990
19912003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1992
1993        PR 397/pppd
1994        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1995        * libnetworking/pppd/magic.c: Remove *rand48.
1996        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1997
19982003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1999
2000        * wrapup/Makefile.am: Add libide.a.
2001
20022003-04-15      Joel Sherrill <joel@OARcorp.com>
2003
2004        PR 387/rtems_misc
2005        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2006        routines.
2007        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2008
20092003-04-11      Joel Sherrill <joel@OARcorp.com>
2010
2011        * libnetworking/rtems_webserver/cgi.c,
2012        libnetworking/rtems_webserver/sockGen.c,
2013        libnetworking/rtems_webserver/umui.c,
2014        libnetworking/rtems_webserver/websSSL.c,
2015        libnetworking/rtems_webserver/websSSL.h,
2016        libnetworking/rtems_webserver/websda.c,
2017        libnetworking/rtems_webserver/websda.h: New files. Not included in
2018        previous commit.
2019
20202003-04-10      Joel Sherrill <joel@OARcorp.com>
2021
2022        PR 371/pppd
2023        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2024        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2025        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2026        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2027        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2028        still global symbols in rtemspppd.h which might need to be changed or
2029        converted into member of a structure which is dereferenced with a
2030        pointer that is managed as a per task variable. But this patch should
2031        avoid many conflicts.
2032
20332003-03-27      Joel Sherrill <joel@OARcorp.com>
2034
2035        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2036        not allowed in the cpukit source code since it must be buildable
2037        independent of any BSP. These files were moved to libchip/ide.
2038        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2039        files.
2040
20412003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2042
2043        PR 368/filesystems
2044        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2045        improvements which now work on pc386 and mbx8xx.
2046        * libchip/ide/ide_controller.c: New file.
2047
20482003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2049
2050        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2051
20522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2053
2054        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2055        * configure.ac: Add support/.
2056        * support/.cvsignore: New.
2057        * support/Makefile.am: New.
2058        * support/version.c: New.
2059        * wrapup/Makefile.am: Add support/libsupport.a.
2060        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2061        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2062        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2063        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2064
20652003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2066
2067        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2068
20692003-02-20      Till Straumann <strauman@slac.stanford.edu>
2070
2071        PR 354/networking
2072        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2073        chip against a table of supported chips. The untested ones are still
2074        commented out, however.
2075
20762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2077
2078        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2079        * configure.ac: AC_PREREQ(2.57).
2080        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2081        * optman/configure.ac: AC_PREREQ(2.57).
2082        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2083        * libchip/configure.ac: AC_PREREQ(2.57).
2084        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2085        * librdbg/configure.ac: AC_PREREQ(2.57).
2086        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2087        * libnetworking/configure.ac: AC_PREREQ(2.57).
2088
20892003-02-06      Joel Sherrill <joel@OARcorp.com>
2090
2091        * libnetworking/pppd/chat.c: Convert routines with common names to
2092        static. This included get_char(), put_char(), and character() among
2093        others.
2094
20952003-02-03      Joel Sherrill <joel@OARcorp.com>
2096
2097        PR 338/filesystem
2098        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2099        rtems_io_lookup_name() (API change).  Unused function removed.
2100
21012003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2102
2103        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2104        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2105        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2106        Eliminate *_O_FILES.
2107        * libnetworking/rtems_servers/Makefile.am,
2108        libnetworking/rtems_webserver/Makefile.am,
2109        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2110
21112002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2112
2113        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2114        Let all-local: depend on $(LIB).
2115        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2116        * optman/Makefile.am: Apply install-data-local to install *.rels.
2117
21182002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2119
2120        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2121        %.c rules.
2122        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2123        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2124        * libchip/rtc/Makefile.am: Ditto.
2125        * libchip/serial/Makefile.am: Ditto.
2126
21272002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2128
2129        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2130        LIBC_DEFINES.
2131        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2132        LIBC_DEFINES.
2133        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2134        LIBC_DEFINES.
2135
21362002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2137
2138        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2139
21402002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2141
2142        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2143        cache-checking.
2144        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2145
21462002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2147
2148        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2149        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2150        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2151        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2152        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2153
21542002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2155
2156        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2157        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2158        Remove.
2159        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2160
21612002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2162
2163        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2164        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2165
21662002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2167
2168        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2169        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2170
21712002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2172
2173        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2174        * optman/rel.am: New.
2175
21762002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2177
2178        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2179        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2180        braino in comment on "exec". Extend --enable-ada handling.
2181
21822002-11-04      Joel Sherrill <joel@OARcorp.com>
2183
2184        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2185        tasks and rolling multiple loops into 1.
2186        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2187        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2188        Removed warnings.
2189
21902002-10-31      Joel Sherrill <joel@OARcorp.com>
2191
2192        * libchip/network/dec21140.c: Removed warnings.
2193        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2194        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2195        librdbg/src/m68k/any/remdeb_xdr.c,
2196        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2197        warnings.
2198        * libnetworking/rtems_webserver/socket.c,
2199        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2200
22012002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2202
2203        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2204        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2205        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2206        above.
2207
22082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2209
2210        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2211        * wrapup/.cvsignore: Remove autom4te.cache.
2212        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2213        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2214        autom4te.cache.
2215        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2216        autom4te.cache.
2217        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2218        autom4te.cache.
2219
22202002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2221
2222        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2223
22242002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2225
2226        * optman/.cvsignore: Add autom4te.cache.
2227
22282002-09-14      Joel Sherrill <joel@OARcorp.com>
2229
2230        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2231
22322002-09-07      Joel Sherrill <joel@OARcorp.com>
2233
2234        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2235        include files to resolve warnings.
2236
22372002-09-07      Chris Johns <ccj@acm.org>
2238
2239        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2240        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2241        which corrects the problem  where the cs8900.c file was actually the BSP
2242        glue.  Joel did some hacking so this file will compile.  Previously it
2243        required providing a target.h file to compile.
2244        * libchip/network/cs8900.c.bsp: New file.
2245
22462002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2247
2248        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2249
22502002-08-31      Joel Sherrill <joel@OARcorp.com>
2251
2252        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2253        eliminate warning.
2254
22552002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2256
2257        * configure.ac: Add ada-tests.
2258
22592002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2260
2261        * Makefile.am: Add preinstall-stamp.
2262
22632002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2264
2265        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2266        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2267        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2268        gcc31 happy.
2269        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2270        cp.
2271
22722002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2273
2274        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2275        make/bsp.mak.
2276        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2277        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2278
22792002-08-12      Joel Sherrill <joel@OARcorp.com>
2280
2281        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2282        avoid error.
2283
22842002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2285
2286        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2287        * configure.ac: Add BSP_SUBDIRS.
2288        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2289        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2290        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2291        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2292        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2293        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2294        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2295        RTEMS_CHECK_BSP_CACHE.
2296        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2297        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2298        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2299        .$(OBJEXT) instead of .o.
2300        * libnetworking/pppd/Makefile.am,
2301        libnetworking/rtems_servers/Makefile.am,
2302        libnetworking/rtems_telnetd/Makefile.am,
2303        libnetworking/rtems_webserver/Makefile.am,
2304        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2305
23062002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2307
2308        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2309        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2310        ../libchip/serial/$(ARCH)/libserialio.a.
2311        * libchip/serial/Makefile.am: Don't tmp-install lib.
2312        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2313
23142002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2315
2316        * Makefile.am: Add rtems_makedir.
2317        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2318        * Makefile.am: Add wrapup-SUBDIR.
2319        * wrapup/ChangeLog: Remove.
2320        * wrapup/configure.ac: Remove.
2321        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2322        (Make the bare BSP happy).
2323        * configure.ac: Ditto.
2324        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2325        Create make/custom/default.cfg.
2326        * configure.ac: Add creation of make/custom/*.cfg. Create
2327        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2328
23292002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2330
2331        * Makefile.am: Clean $(PROJECT_RELEASE).
2332
23332002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2334
2335        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2336        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2337        prototype mismatches.
2338
23392002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2340
2341        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2342        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2343
23442002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2345
2346        * acinclude.m4: Add test "$multilib" != "yes".
2347        * config-ml.in: Remove.
2348        * acinclude.m4: Cleanups.
2349        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2350        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2351        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2352        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2353        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2354
23552002-07-16      Eric Norum <eric.norum@usask.ca>
2356
2357        * New driver for the Intel EtherExpressPro (82559ER) chip.
2358        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2359        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2360        * libchip/network/Makefile.am: Modified to reflect above.
2361
23622002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2363
2364        * acinclude.m4: New.
2365        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2366        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2367        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2368
23692002-07-01      Joel Sherrill <joel@OARcorp.com>
2370
2371        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2372        _Objects_Information_table now that it is a two dimensional array based
2373        upon API and class.
2374        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2375        of strnlen().
2376
23772002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2378
2379        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2380        preinstall libnetapps.a.
2381
23822002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2383
2384        * configure.ac: Remove librpc.
2385
23862002-06-25      Joel Sherrill <joel@OARcorp.com>
2387
2388        * Per PR233, moved librpc to exec.
2389        * configure.ac, wrapup/Makefile.am: Modified.
2390        * librpc, librpc/ChangeLog: Removed.
2391
23922002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2393
2394        * optman/Makefile.am: Remove multilib support.
2395        * optman/configure.ac: Ditto.
2396        * optman/sapi/Makefile.am: Ditto.
2397
23982002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2399
2400        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2401        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2402
24032002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2404
2405        Move networking libraries to c/src/exec/libnetworking
2406        * libnetworking/configure.ac, libnetworking/Makefile.am,
2407        libnetworking/wrapup/Makefile.am: Reflect Moval.
2408
24092002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2410
2411        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2412        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2413        <rtems/bspIo.h>.
2414
24152002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2416
2417        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2418        * libnetworking/rtems/mkrootfs.h: Ditto.
2419        * libnetworking/rtems/Makefile.am: Reflect changes above.
2420
24212002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2422
2423        * configure.ac: Remove lib.
2424
24252002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2426
2427        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2428        that exception stack frames on M68K members with VBR always are 6 byte
2429        long. The incorrect assumption resulted in some gdb commands like "next"
2430        to fail on the 68360.
2431
24322002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2433
2434        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2435        PR 220
2436        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2437        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2438        CVS.
2439        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2440        libnetworking/sys/filio.h: Remove.
2441        * libnetworking/sys/Makefile.am: Reflect changes above.
2442
24432002-05-07      Chris Johns <ccj@acm.org>
2444
2445        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2446        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2447        requires it to be stripped.
2448
24492002-05-01      Eric Norum <eric.norum@usask.ca>
2450
2451        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2452        assembly  to satisfy gcc 3.1 and newer.
2453
24542002-04-26      Eric Norum <eric.norum@usask.ca>
2455
2456        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2457        agressive optimization in gcc 3.1 does not reorder things.
2458
24592002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2460
2461        * libchip/network/dec21140.c: Reflect changes to powerpc's
2462        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2463        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2464        <rtems/score/cpu.h>.
2465        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2466        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2467
24682002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2469
2470        * optman/configure.ac: Remove ENABLE_GCC28.
2471
24722002-04-11      Chris Johns <ccj@acm.org>
2473
2474        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2475        driver control block field to the ifconfig network driver structure.
2476        This field is needed by the i82586 driver which was ported from NetBSD
2477        as it had better hardware abstraction.
2478        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2479        PR59, added the drv_ctrl driver control block field to the ifconfig
2480        network driver structure. This field is needed by the i82586 driver
2481        which was ported from NetBSD as it had better hardware abstraction.
2482
24832002-04-10      Mike Siers <mikes@poliac.com>
2484
2485        * libnetworking/rtems_webserver/NOTES,
2486        libnetworking/rtems_webserver/asp.c,
2487        libnetworking/rtems_webserver/balloc.c,
2488        libnetworking/rtems_webserver/default.c,
2489        libnetworking/rtems_webserver/ej.h,
2490        libnetworking/rtems_webserver/ejIntrn.h,
2491        libnetworking/rtems_webserver/ejlex.c,
2492        libnetworking/rtems_webserver/ejparse.c,
2493        libnetworking/rtems_webserver/emfdb.c,
2494        libnetworking/rtems_webserver/emfdb.h,
2495        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2496        libnetworking/rtems_webserver/handler.c,
2497        libnetworking/rtems_webserver/license.txt,
2498        libnetworking/rtems_webserver/md5.h,
2499        libnetworking/rtems_webserver/md5c.c,
2500        libnetworking/rtems_webserver/mime.c,
2501        libnetworking/rtems_webserver/misc.c,
2502        libnetworking/rtems_webserver/ringq.c,
2503        libnetworking/rtems_webserver/rom.c,
2504        libnetworking/rtems_webserver/security.c,
2505        libnetworking/rtems_webserver/sock.c,
2506        libnetworking/rtems_webserver/sym.c,
2507        libnetworking/rtems_webserver/uemf.c,
2508        libnetworking/rtems_webserver/uemf.h,
2509        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2510        libnetworking/rtems_webserver/url.c,
2511        libnetworking/rtems_webserver/value.c,
2512        libnetworking/rtems_webserver/wbase64.c,
2513        libnetworking/rtems_webserver/webcomp.c,
2514        libnetworking/rtems_webserver/webpage.c,
2515        libnetworking/rtems_webserver/webrom.c,
2516        libnetworking/rtems_webserver/webs.c,
2517        libnetworking/rtems_webserver/webs.h,
2518        libnetworking/rtems_webserver/websuemf.c,
2519        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2520        2.1.4.
2521
25222002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2523
2524        * libchip/network/i82586.c: Include <string.h>.
2525        * libchip/network/sonic.c: Ditto.
2526
25272002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2528
2529        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2530
25312002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2532
2533        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2534
25352002-03-27      Thomas.Doerfler@imd-systems.de
2536
2537        PR 144
2538        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2539        memory address 0 when called for the first time. This is done when
2540        trying to clear the variable "dhcp_hostname".
2541
25422002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2543
2544        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2545        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2546        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2547        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2548        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2549        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2550        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2551        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2552        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2553        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2554        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2555        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2556        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2557        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2558        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2559        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2560        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2561        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2562        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2563        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2564        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2565        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2566        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2567        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2568        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2569        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2570        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2571        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2572        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2573        AUTOMAKE_OPTIONS.
2574        * libnetworking/configure.ac:
2575        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2576        foreign 1.6]).
2577        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2578        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2579        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2580        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2581        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2582        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2583        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2584        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2585        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2586        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2587        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2588        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2589        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2590        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2591        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2592        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2593        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2594
25952002-03-27      Ilya Alexeev <ilya@continuum.ru>
2596
2597        PR 162
2598        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2599        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2600        used in a device write routines.  Now ppp_softc structure have own
2601        character for writing to device (sc_outchar).  I think that converting
2602        local variables to static is not a right solution, because problems will
2603        occur in the case of two or more ppp instances.
2604        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2605        must be u_long, otherwise in the case of the big output packet endless
2606        loop may occur.
2607
26082002-03-21      Ilya Alexeev <ilya@continuum.ru>
2609
2610        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2611        preparations for multiple PPPD connections.
2612
26132002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2614
2615        PR 149
2616        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2617        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2618        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2619        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2620
26212002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2622
2623        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2624        * configure.ac: Modified to reflect addition.
2625
26262002-02-27      Ilya Alexeev <ilya@continuum.ru>
2627
2628        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2629        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2630        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2631        capabilities as well as eliminate some warnings.
2632
26332002-02-27      Eric Norum <eric.norum@usask.ca>
2634
2635        * libnetworking/net/radix.c: Properly handle fetching the default route
2636        when there is no route.  This was a bug in the original FreeBSD code and
2637        this fix is from an updated version of their code.
2638
26392002-02-16      Eric Norum <eric.norum@usask.ca>
2640
2641        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2642        checking.
2643
26442002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2645
2646        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2647        dodefaultroute.
2648
26492002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2650
2651        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2652        include <rtems/seterr.h>.
2653
26542002-02-01      Mike Siers <mikes@poliac.com>
2655
2656        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2657        avoid bringing the link down too fast. NOTE: Mike reports successfully
2658        running at 56K baud on a direct link.
2659
26602002-02-01      Eric Valette <valette@crf.canon.fr>
2661
2662        * librdbg/So many patches have been posted recently on the mailing list
2663        and  because we were unable to find correct solution to compile on
2664        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2665        because the coding  style of rdbg was rather inconsistant among various
2666        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2667        global coding style (using indent + manual edits), 2) incorporate/review
2668        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2669        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2670        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2671        after rdbg initialization is done, NB : the paches is huge but it is
2672        mainly due to coding styke chnages.  Only few lines of codes have been
2673        really changed and they do not impact  rdbg functionnality (AFAIKT).
2674        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2675        librdbg/include/rdbg/m68k/rdbg_f.h,
2676        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2677        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2678        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2679        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2680        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2681        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2682        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2683        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2684        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2685        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2686        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2687        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2688        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2689        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2690        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2691        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2692
26932002-01-31      Mike Siers <mikes@poliac.com>
2694
2695        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2696        * Nice Update of PPPD support which eliminates the requiremetn that
2697        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2698        and reports that it seems to be more stable and handle larger packets
2699        better.  This patch replaces the termios tasks with more general pppd
2700        network driver tasks.  The functions pppinput() and pppstart() get
2701        called from the interrupt service routine.
2702        * libnetworking/Makefile.am, libnetworking/configure.ac,
2703        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2704        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2705        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2706        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2707        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2708        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2709        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2710        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2711        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2712        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2713        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2714        libnetworking/net/route.c, libnetworking/net/route.h,
2715        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2716        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2717        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2718        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2719        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2720        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2721        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2722        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2723        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2724        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2725        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2726        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2727        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2728        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2729        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2730        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2731        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2732        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2733        libnetworking/pppd/example/README,
2734        libnetworking/pppd/example/netconfig.h,
2735        libnetworking/wrapup/Makefile.am: Modified.
2736        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2737        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2738        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2739        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2740        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2741        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2742        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2743        libnetworking/modem/pppcompress.c: Subdirectory removed.
2744
27452002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2746
2747        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2748        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2749
27502002-01-18      Till Straumann <strauman@slac.stanford.edu>
2751
2752        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2753        issues: - exception handler needs to enable MSR_FP if the interrupted
2754        thread is FP enabled. - printk message for MSR fixed and added
2755        stacktrace. NOTE: this requires the stacktrace patch to
2756        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2757        however).
2758
27592002-01-06      Joel Sherrill <joel@OARcorp.com>
2760
2761        * optman/.cvsignore: Added aclocal.m4 and configure.
2762        * optman/.cvsignore: New file.
2763
27642002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2765
2766        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2767
27682002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2769
2770        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2771        * optman/ChangeLog: New.
2772        * optman/configure.ac: New.
2773        * optman/Makefile.am: New.
2774        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2775        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2776
27772001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2778
2779        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2780
27812001-12-18      Eric Norum <eric.norum@usask.ca>
2782
2783        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2784        `directories' (path names with a / at the end) while disallowing open()
2785        operations on TFTP `directories'.
2786
27872001-12-07      Eric Norum <eric.norum@usask.ca>
2788
2789        * libnetworking/lib/tftpDriver.c: Restore write capability.
2790
27912001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2792
2793        * libchip/network/sonic.h: Fix typo.
2794        * libnetworking/arpa/Makefile.am: Remove stray lines.
2795
27962001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2797
2798        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2799
28002001-10-18      Eric Norum <eric.norum@usask.ca>
2801
2802        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2803        chdir() and open() operations within the TFTP file system.
2804
28052001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2806
2807        * librdbg/configure.ac: Fix latent bug exposed by removal of
2808        config.cache's which prevented powerpc targets librdbg from building.
2809
28102001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2811
2812        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2813        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2814        autoconf-2.52 happy.
2815
28162001-10-12      Mike Siers <mikes@poliac.com>
2817
2818        * libnetworking/Update to stable working state.  Congratulations Mike!
2819        :).
2820        * libnetworking/modem_example: Directory removed.
2821        * libnetworking/modem_example/16550.h,
2822        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2823        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2824        libnetworking/modem_example/ppp.h,
2825        libnetworking/modem_example/pppcompress.c: Files removed.
2826        * libnetworking/pppd/example/pppd.options: New file.
2827        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2828        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2829        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2830        libnetworking/pppd/rtemsmain.c: Updated.
2831
28322001-10-12      Joel Sherrill <joel@OARcorp.com>
2833
2834        * libchip/serial/z85c30.c: Fixed typo.
2835
28362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2837
2838        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2839        * configure.in: Remove.
2840        * configure.ac: New file, generated from configure.in by autoupdate.
2841        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2842        * libchip/configure.in: Remove.
2843        * libchip/configure.ac: New file, generated from configure.in by
2844        autoupdate.
2845        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2846        * librdbg/configure.in: Remove.
2847        * librdbg/configure.ac: New file, generated from configure.in by
2848        autoupdate.
2849        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2850        * libnetworking/configure.in: Remove.
2851        * libnetworking/configure.ac: New file, generated from configure.in by
2852        autoupdate.
2853
28542001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2855
2856        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2857        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2858        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2859
28602001-09-27      Joel Sherrill <joel@OARcorp.com>
2861
2862        * libchip/ChangeLog: Fixed typo in date.
2863
28642001-09-27      Eric Norum <eric.norum@usask.ca>
2865
2866        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2867        TFTP  filesystem.
2868
28692001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2870
2871        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2872        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2873        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2874        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2875        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2876        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2877        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2878        'PREINSTALL_FILES ='.
2879        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2880        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2881        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2882        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2883        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2884        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2885        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2886        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2887        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2888        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2889        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2890        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2891
28922001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2893
2894        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2895        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2896        * librdbg/src/m68k/any/Makefile.am: Ditto.
2897        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2898        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2899        happy.
2900
29012001-09-21      Joel Sherrill <joel@OARcorp.com>
2902
2903        * libchip/network/Makefile.am: Fixed typo on file name.
2904        * libchip/network/i82586.c: Commented out line 318 which is referencing
2905        a member of a structure that is not currently there.  This needs to be
2906        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2907        to C style.
2908
29092001-09-19      Eric Norum <eric.norum@usask.ca>
2910
2911        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2912
29132001-09-19      Chris Johns <ccj@acm.org>
2914
2915        * libchip/network/README.i82586, libchip/network/i82586.c,
2916        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2917        Network driver for Intel i82586.
2918        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2919        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2920        "root" filesystem with information obtained via the DHCP response.
2921
29222001-09-14      Eric Norum <eric.norum@usask.ca>
2923
2924        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2925        make gcc 3.x happy.
2926
29272001-08-16      Mike Siers <mikes@poliac.com>
2928
2929        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2930        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2931        These support callback functionality that has not even been compiled
2932        under RTEMS yet.
2933        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2934        example application.  Mike's notes on the modifications: - renamed
2935        error() function because of namespace problems - removed calls to the
2936        exit() funciton - removed extra files from the pppd source directory -
2937        defined pppd task constant values in rtemspppd.h - modifyied example
2938        code to get actual tick per second value - placed the pppd 2.3.11 man
2939        page file (pppd.8) into the pppd directory.
2940        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2941        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2942        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2943        libnetworking/pppd/rtems-ppp.c: Deleted.
2944        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2945        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2946        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2947        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2948        libnetworking/pppd/example/init.c,
2949        libnetworking/pppd/example/netconfig.h,
2950        libnetworking/pppd/example/ppp.conf,
2951        libnetworking/pppd/example/pppdapp.c,
2952        libnetworking/pppd/example/system.h: New files.
2953        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2954        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2955        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2956        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2957        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2958        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2959        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2960        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2961        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2962        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2963        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2964        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2965        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2966        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2967        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2968
29692001-08-16      Joel Sherrill <joel@OARcorp.com>
2970
2971        * libnetworking/pppd/example/Makefile: Removed.
2972        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2973        to avoid bootstrap -c clobbering it.
2974        * libnetworking/rtems_telnetd/.cvsignore: New file.
2975
29762001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2977
2978        * libnetworking/Makefile.am, libnetworking/configure.in,
2979        libnetworking/rtems_servers/Makefile.am,
2980        libnetworking/rtems_servers/telnetd.c,
2981        libnetworking/rtems_servers/telnetd.h,
2982        libnetworking/rtems_telnetd/Makefile.am,
2983        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2984        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2985        libnetworking/rtems_telnetd/telnetd.c,
2986        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2987        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2988        effect when ftpd change. - the tcp/ip stats have been implemented into
2989        icmds.c and started when telnetd daemon is started.
2990        * libnetworking/rtems_servers/telnetd.c,
2991        libnetworking/rtems_servers/telnetd.h: Removed.
2992        * libnetworking/rtems_telnetd: New directory.
2993        * libnetworking/rtems_telnetd/Makefile.am,
2994        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2995        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2996        libnetworking/rtems_telnetd/telnetd.c,
2997        libnetworking/rtems_telnetd/telnetd.h: New files.
2998
29992001-06-14      Joel Sherrill <joel@OARcorp.com>
3000
3001        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3002        Moved from libmisc/shell so the network stack to address network
3003        depenendency.
3004        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3005
30062001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3007
3008        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3009
30102001-05-15      Joel Sherrill <joel@OARcorp.com>
3011
3012        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3013        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3014        accidentally deleted the incorrectly empty versions.
3015
30162001-05-14      Till Straumann <strauman@slac.stanford.edu>
3017
3018        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3019        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3020        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3021        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3022        to know the values) - the affected BSP (shared/motorola) headers have
3023        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3024        driver (libchip/network/dec21140.c) has been fixed to use
3025        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3026        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3027        who is using this driver. - the DEC driver also has been fixed to use
3028        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3029        delay_in_bus_cycles().
3030
30312001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3032
3033        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3034
30352001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3036
3037        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3038
30392001-04-24      Eric Norum <eric.norum@usask.ca>
3040
3041        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3042        NTP synchronization a little more robust -- no NTP daemon yet, but at
3043        least it trys a little harder when the primary NTP server is down.
3044
30452001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3046
3047        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3048        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3049        libnetworking/pppd/modem_example/modem.c,
3050        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3051        other strings into English.
3052        * libnetworking/pppd/STATUS: updated to reflect the changes.
3053
30542001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3055
3056        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3057        again.
3058
30592001-04-20      Eric Valette <valette@crf.canon.fr>
3060
3061        * mcp750 directory renamed new_exception processing as it supports many
3062        more CPU models.
3063        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3064        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3065        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3066        formerly in mcp750 plus modifications.
3067        * librdbg/src/powerpc/mcp750/.cvsignore,
3068        librdbg/src/powerpc/mcp750/Makefile.am,
3069        librdbg/src/powerpc/mcp750/remdeb.h,
3070        librdbg/src/powerpc/mcp750/remdeb_f.x,
3071        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3072        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3073        new_exception_processing.
3074        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3075        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3076        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3077        part of this effort to add support for the MPC8xx.
3078
30792001-04-19      Joel Sherrill <joel@OARcorp.com>
3080
3081        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3082        internal include files.
3083
30842001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3085
3086        PR 158
3087        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3088        rcmd() library call by commenting out the parts that deal with signals.
3089        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3090        stdio. The 'server-side' parts of this file which deal with
3091        authentication are disabled since they are not needed.
3092
30932001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3094
3095        * libnetworking/include/.cvsignore: Remove dangling file.
3096
30972001-03-14      Joel Sherrill <joel@OARcorp.com>
3098
3099        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3100        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3101        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3102        libchip style serial drivers can be written in libcpu or libbsp.
3103
31042001-03-01      Joel Sherrill <joel@OARcorp.com>
3105
3106        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3107        libchip/network/sonic.c, libchip/network/sonic.h,
3108        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3109        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3110        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3111        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3112        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3113        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3114        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3115        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3116
31172001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3118
3119        * librdbg/include/rdbg/Makefile.am,
3120        librdbg/include/rdbg/i386/Makefile.am,
3121        librdbg/include/rdbg/m68k/Makefile.am,
3122        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3123        style on include files.
3124
31252001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3126
3127        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3128        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3129        replace ${..} with $(..).
3130        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3131        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3132        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3133        libnetworking/rtems/Makefile.am, libnetworking/
3134        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3135        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3136        include_*HEADERS instead of H_FILES.
3137        * libnetworking/include/Makefile.am: Remove.
3138        * libnetworking/Makefile.am: Add handling of *.h files.
3139        * libnetworking/configure.in: Remove include/Makefile.
3140
31412001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3142
3143        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3144
31452001-01-31      Sergei Organov <osv@javad.ru>
3146
3147        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3148        current dir and root dir removed in favor of new libio support for
3149        task-local current and root directories. - Bug in `close_data_socket()'
3150        introduced by previous change fixed. - `command_pasv()' changed to set
3151        timeout on socket we are listening on and code fixed to don't close
3152        socket twice on error. - `serr()' changed to clear `errno'. -
3153        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3154        changed to clear `errno' before processing session. -
3155        `close_data_socket()' fixed to close both active and passive sockets -
3156        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3157        empty string  in `exec_command()'.
3158
31592001-01-25      Eric Norum <eric.norum@usask.ca>
3160
3161        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3162        improves throughput on systems which are dropping packets.   Only the
3163        first timeout is reduced.  This keeps the number of extra packets down
3164        on networks that are very busy and dropping lots of packets.
3165
31662001-01-24      Sergei Organov <osv@javad.ru>
3167
3168        * libnetworking/rtems_servers/ftpd.c,
3169        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3170        - Timeouts on sockets implemented. 'idle' field added to configuration.
3171        No timeout by default to keep backward compatibility. Note: SITE IDLE
3172        command not implemented yet. - Basic global access control implemented.
3173        'access' field added to configuration. No access limitations by default
3174        to keep backward compatibility. - Anchor data socket for active mode
3175        (using self IP and port 20.) - Fixed default data port support (still
3176        not tested). - Don't allow IP address different from originating host in
3177        PORT command to improve security. - Fixed bug in MDTM command. - Check
3178        for correctness of parsing of argument in command_port(). - Fixed
3179        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3180        a directory. - Command parsing a little bit improved: command names are
3181        now converted to upper-case to be more compatible with RFC (command
3182        names are not case-sensitive.) - Reformat comments so that they have
3183        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3184        previous changes - True ASCII mode implemented (doesn't work for hooks
3185        and /dev/null) - Passive mode implemented, PASV command added. - Default
3186        port for data connection could be used (untested, can't find ftp client
3187        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3188        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3189
31902001-01-18      Joel Sherrill <joel@OARcorp.com>
3191
3192        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3193        macro using variable arguments.
3194        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3195        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3196        since I updated the main RTEMS development machine to RedHat 7.2 and
3197        apparently got a new version of rpcgen.
3198
31992001-01-12      Sergei Organov <osv@javad.ru>
3200
3201        * libnetworking/rtems_servers/ftpd.c,
3202        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3203        - use pool of pre-created threads to handle sessions instead of
3204        creating/deleting threads on the fly - LIST output is now similar to
3205        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3206        happy with it. - LIST NAME now works (both for files and directories) -
3207        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3208        clients happy  - keep track of CWD for every session separately -
3209        ability to specify root directory name for FTPD in configuration table.
3210        FTPD will then create illusion for FTP clients that this is actually
3211        root directory. - ignore options sent in commands, thus LIST -al FILE
3212        works and doesn't try to list "-al" directory. - buffers are allocated
3213        on stack instead of heap where possible to eliminate malloc/free calls
3214        (avoid possible heap fragmentation troubles). - drop using of task
3215        notepad to pass parameters - use function arguments instead - use
3216        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3217        in socket() instead of AF_INET.
3218
32192001-01-02      Joel Sherrill <joel@OARcorp.com>
3220
3221        * libnetworking/CHANGELOG: Removed.
3222        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3223
32242000-12-14      Eric Norum <eric.norum@usask.ca>
3225
3226        * libnetworking/lib/tftpDriver.c: Added write capability.
3227
32282000-12-08      Joel Sherrill <joel@OARcorp.com>
3229
3230        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3231        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3232        numerous variable declarations conditional on PPP_COMPRESS and
3233        PPP_FILTER.  Commented out variables that were not used because the code
3234        using them was commented out. Removed totally unused variables.
3235        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3236        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3237
32382000-11-30      Joel Sherrill <joel@OARcorp.com>
3239
3240        * libnetworking/modem/ppp_tty.c: Changed to include
3241        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3242        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3243        * libnetworking/Makefile.am: Modified to reflect above.
3244
32452000-11-27      Joel Sherrill <joel@OARcorp.com>
3246
3247        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3248
32492000-11-25      Eric Norum <eric.norum@usask.ca>
3250
3251        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3252        core.
3253
32542000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3255
3256        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3257        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3258        subdir.
3259        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3260        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3261        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3262        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3263        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3264        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3265        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3266        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3267        ppp_tty.c and the real pppd main is in pppmain.c.
3268
32692000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3270
3271        * libchip/network/sonic.c: Added ipalign() routine to align the received
3272        packet so that the ip header is on a 32-bit boundary. Necessary for
3273        cpu's that do not allow unaligned loads and stores and when the 32-bit
3274        DMA mode is used.
3275
32762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3277
3278        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3279        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3280        ACLOCAL_AMFLAGS.
3281        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3282        ACLOCAL_AMFLAGS.
3283        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3284        ACLOCAL_AMFLAGS.
3285
32862000-11-03      Chris Johns <ccj@acm.org>
3287
3288        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3289        libchip/network/cs8900.h: New files.
3290
32912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3292
3293        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3294        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3295        $(RTEMS_TOPdir)/aclocal.
3296        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3297        $(RTEMS_TOPdir)/aclocal.
3298        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3299        $(RTEMS_TOPdir)/aclocal.
3300
33012000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3302
3303        * configure.in: Switch to GNU-canonicalization.
3304        * Makefile.am: Reflect changes to configure.in.
3305        * acinclude.m4: Remove.
3306
33072000-10-30      Joel Sherrill <joel@OARcorp.com>
3308
3309        * POSIX include files merged into newlib.  This resulted in some
3310        definitions moving to other files and thus some secondary effects in
3311        RTEMS source code.
3312        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3313        in sync with newlib's <machine/types.h>.
3314        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3315        definition of struct itimerval in <sys/time.h>.
3316
33172000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3318
3319        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3320        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3321        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3322        * ChangeLog: Fix typos.
3323        * configure.in: add tests to the GNU canonicalized subdirectories.
3324
33252000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3326
3327        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3328        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3329        the lib directory before configuring lib/.
3330
33312000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3332
3333        * configure.in, Makefile.am: add exec to the GNU canonicalized
3334        subdirectories.
3335        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3336        * configure.in: add libnetworking, librpc and librdb to the GNU
3337        canonicalized subdirectories.
3338        * configure.in: add libmisc and libchip to the GNU canonicalized
3339        subdirectories.
3340        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3341        Switch to GNU canonicalization.
3342        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3343        Switch to GNU canonicalization.
3344        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3345        Switch to GNU canonicalization.
3346
33472000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3348
3349        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3350        canonicalization to libfs/. The approach is currently a bit of a hack as
3351        GNU canonicalization does not support the per-BSP build some of the
3352        other directories require.  As more of the tree is converted, this will
3353        become less  of an issue.
3354
33552000-10-20      Joel Sherrill <joel@OARcorp.com>
3356
3357        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3358        parameter.
3359
33602000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3361
3362        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3363        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3364        * librdbg/configure.in: Add m68k support.
3365        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3366        subdirectory.
3367        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3368        failure.
3369        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3370        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3371        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3372        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3373        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3374        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3375        librdbg/src/m68k/.cvsignore: New files.
3376        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3377        function pointers.
3378        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3379        _after_ pointer has been checked against NULL.
3380
33812000-10-18      Joel Sherrill <joel@OARcorp.com>
3382
3383        * wrapup/Makefile.am: Added libfs.
3384
33852000-10-18      Chris Johns <ccj@acm.org>
3386
3387        * libfs created.
3388        * configure.in: Added libfs subdirectory.
3389        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3390
33912000-09-28      Joel Sherrill <joel@OARcorp.com>
3392
3393        * libnetworking/rtems_webserver/Makefile.am,
3394        libnetworking/rtems_webserver/base64.c,
3395        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3396        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3397
33982000-09-22      Joel Sherrill <joel@OARcorp.com>
3399
3400        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3401        libnetworking/rtems/rtems_bsdnet_internal.h,
3402        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3403        have included rtems.h.  It is now including precisely the  least amount
3404        of low level, yet portable .h files to get the basic RTEMS types
3405        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3406        used machine/types.h to include rtems.h.
3407
34082000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3409
3410        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3411
34122000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3413
3414        * libnetworking/ChangeLog: Cleanup.
3415
34162000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3417
3418        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3419        * libchip/ChangeLog: Fix formating.
3420
34212000-09-05      Joel Sherrill <joel@OARcorp.com>
3422
3423        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3424        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3425        confusion and to work with the converted flags.
3426
34272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3428
3429        * wrapup/Makefile.am: Include compile.am.
3430        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3431        libchip/serial/Makefile.am: Include compile.am.
3432        * librdbg/src/i386/any/Makefile.am,
3433        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3434        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3435        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3436        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3437        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3438        libnetworking/rtems_servers/Makefile.am,
3439        libnetworking/rtems_webserver/Makefile.am,
3440        libnetworking/wrapup/Makefile.am: Include compile.am.
3441
34422000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3443
3444        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3445        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3446
34472000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3448
3449        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3450
34512000-08-31      Joel Sherrill <joel@OARcorp.com>
3452
3453        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3454        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3455        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3456        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3457        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3458        * libnetworking/wbase64.c: Removed.
3459        * libnetworking/Makefile.am, libnetworking/asp.c,
3460        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3461        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3462        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3463        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3464        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3465        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3466        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3467        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3468        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3469        Modified.
3470
34712000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3472
3473        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3474
34752000-08-30      Joel Sherrill <joel@OARcorp.com>
3476
3477        * libnetworking/rtems_webserver/license.txt: New file.
3478
34792000-08-10      Joel Sherrill <joel@OARcorp.com>
3480
3481        * ChangeLog: New file.
3482        * libchip/ChangeLog: New file.
3483        * librdbg/ChangeLog: New file.
3484        * libnetworking/ChangeLog: New file.
3485
Note: See TracBrowser for help on using the repository browser.