source: rtems/c/src/ChangeLog @ 90a51d8a

4.104.114.95
Last change on this file since 90a51d8a was 90a51d8a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/21/07 at 08:50:19

2007-09-21 Ralf Corsépius <ralf.corsepius@…>

  • aclocal/version.m4: Bump RTEMS_API to 4.9. Bump RTEMS_VERSION to 4.8.99.0.
  • Property mode set to 100644
File size: 132.8 KB
RevLine 
[90a51d8a]12007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * aclocal/version.m4: Bump RTEMS_API to 4.9.
4        Bump RTEMS_VERSION to 4.8.99.0.
5
[b00e693]62007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
9
[e7ef4c3]102007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Remove AC_PROG_AWK (Unused).
13
[24af51c5]142007-09-14      Daron Chabot <djc915@mail.usask.ca>
15
16        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
17        rtems_interrupt_vector, to permit passing arbitrary arguments to the
18        ISR. Clean up of variables to silence compiler warnings.
19
[324e311]202007-09-13      Daniel Hellstrom <daniel@gaisler.com>
21
22        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
23
[2a2b206]242007-09-12      Daniel Hellstrom <daniel@gaisler.com>
25
26        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
27          - Odd bit bug in some chips taken care of.
28          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
29            alignment but failing to do so must have made the driver writer to make
30            some incorrect assumptions about MBUFs.
31          - Fixed MBUF handling to handle mbuf chains better. The Data length of
32            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
33          - Made while loop responsible for copying data to fifo port copy 16 shorts
34            per loop instead of 1 short, increasing the copying process.
35
[050249d]362007-09-07      Daniel Hellstrom <daniel@gaisler.com>
37
38        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
39        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
40
[261f99bd]412007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * configure.ac, wrapup/Makefile.am: Remove RDBG.
44        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
45        librdbg/Makefile.am, librdbg/preinstall.am,
46        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
47        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
48        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
49        librdbg/include/rdbg/powerpc/rdbg_f.h,
50        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
51        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
52        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
53        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
54        librdbg/src/servtsp.c, librdbg/src/servutil.c,
55        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
56        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
57        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
58        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
59        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
60        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
61        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
62        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
63        librdbg/src/powerpc/rdbg_f.c,
64        librdbg/src/powerpc/new_exception_processing/remdeb.h,
65        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
66        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
67        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
68
[2aaa1643]692007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
72
732007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
76          sizes.
77
[735892e3]782007-07-27      Chris Johns <chrisj@rtems.org>
79
80        * wrapup/Makefile.am: Create archive from a file for hosts
81        with a limited command line size.
82
[ef38e6ca]832007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
86          sizes.
87
[adb1a08]882007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
[6e6267bb]89       
[9faed348]90        * configure.ac: Add nfsclient.
[6e6267bb]91        * nfsclient/Makefile.am: New.
92        * nfsclient/proto/Makefile, nfsclient/Makefile,
93          nfsclient/src/Makefile: Remove.
[adb1a08]94        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
95        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
96
[516f2d7]972007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
100        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
101        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
102        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
103        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
104        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
105        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
106        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
107        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
108        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
109        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
110        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
111
[6aff507]1122007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
[02a3b35]113
[6aff507]114        * libchip/serial/ns16550.c: removed timed out wait for transmitter
115        to become ready: This will not work for fast CPUs.
116
[f610e83f]1172007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
[02a3b35]118
[f610e83f]119        * libchip/ide/ata.c: fixed warning
120
[5129b24]1212007-06-20      Ray Xu <rayx@gmail.com>
122
123        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
124        console, and libio. This shrinks the memory requirements but Joel has
125        not figured out how best to present this to application space.
126        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
127        New files.
128
[4522dba]1292007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * optman/sapi/no-io.c: Split IO Manager into one function per file so
132        now we only need required initialization methods.
133
[3f72383c]1342007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
137        parameter since it was used to configure a no longer used feature.
138        Device names are now part of the filesystem not in a table.
139
[ff114dc5]1402007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
143        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
144        optman/rtems/no-part.c, optman/rtems/no-region.c,
145        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
146        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
147        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
148        other optional managers so using them reduces application size
149        instead of increasing it.
150        * optman/rtems/no-barrier.c: New file.
151
[0f720a7]1522007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
153
[513b327b]154        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
155        adjustments to pci-API changes.
[0f720a7]156        * libchip/network/dec21140.c, libchip/network/elnk.c,
157        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
158        changes.
159
[ec09d84]1602007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * libchip/network/dec21140.c, libchip/network/if_dc.c,
163        libchip/network/if_fxp.c: Reflect changes to pci-API.
164
[f68663dc]1652007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
166
167        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
168        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
169
[d48955ea]1702007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
173          being used to compile "tools").
174
[d6236b41]1752007-03-13      Joel Sherrill <joel@OARcorp.com>
176
177        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
178
[2697be56]1792007-03-12      Joel Sherrill <joel@OARcorp.com>
180
181        * libchip/network/cs8900.c, libchip/network/cs8900.h,
182        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
183        and/or fix mistake in copyright notice. Both of these mistakes appear
184        to be from code submitted after these changes were made previously.
185
[c4c4528]1862007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
189
[6a00184]1902007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * libchip/Makefile.am: Correct path to README.tulipclone.
193
[397060c]1942007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * libchip/ide/ata.c: Remove superfluous type casts.
197
[2e4aa9e6]1982007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
201        Use size_t for sizes.
202
[3d14a45]2032007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
204
205        * libchip/ide/ata.c: in ata_request_done: moved call to free()
206        from preemption disabled region
207
[6b184e0]2082007-01-16      Till Straumann <strauman@slac.stanford.edu>
209
210        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
[6200dc9]211        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
[6b184e0]212        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
213
[df591b5]2142006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
217          ioctl_command_t as ioctl argument.
218
[600a241e]2192006-12-13      Joel Sherrill <joel@OARcorp.com>
220
221        * librtems++/include/rtems++/rtemsEvent.h,
222        librtems++/include/rtems++/rtemsMessageQueue.h,
223        librtems++/include/rtems++/rtemsSemaphore.h,
224        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
225        librtems++/src/rtemsMessageQueue.cc,
226        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
227        rtems_unsigned32 to uint32_t.
228
[5e11c97]2292006-12-13      Joel Sherrill <joel@OARcorp.com>
230
231        PR 1181/bsps
232        * optman/rtems/no-msg.c: Clean up dead code.
233
[294de470]2342006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
235
236        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
237
[062f6705]2382006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
239
240        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
241        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
242        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
243
[fcb0cd46]2442006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
245
246        * configure.ac: New BUG-REPORT address.
247
[d17f2b5]2482006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
249
250        * Makefile.am: Remove ampolish3.
251
[76ce226]2522006-11-17      Joel Sherrill <joel@OARcorp.com>
253
254        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
255        blank lines.
256
[3b6c332]2572006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
258
259        * configure.ac: Remove RTEMS_AMPOLISH3.
260        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
261          Remove checks for AMPOLISH3.
262        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
263        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
264        * ampolish3: Remove.
265
[f8235c07]2662006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
267
[e4a0c4e]268        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
[f8235c07]269        * aclocal/prog-cc.m4: Remove CFLAGS.
270        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
271        Compose CFLAGS. Append CFLAGS to ac_configure_args.
272
[bb932d4]2732006-10-23      Joel Sherrill <joel@OARcorp.com>
274
275        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
276
[104ff62]2772006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
278
279        * automake/compile.am: Use hard-coded RTEMS_* flags.
280
[9b5e72b]2812006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
282
283        * aclocal/rtems-top.m4: Remove RTEMS_API.
284        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
285
[4f5e472]2862006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
287
288        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
289
[d6a6cff2]2902006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
291
292        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
293
[2e28876]2942006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * aclocal/version.m4: Bump version to 4.7.99.0.
297
[ba2c04f]2982006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
299
300        * configure.ac: Require autoconf-2.60. Require automake-1.10.
301
[158f87b0]3022006-09-11      Joel Sherrill <joel@OARcorp.com>
303
304        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
305
[7f247f3]3062006-09-04      Joel Sherrill <joel@OARcorp.com>
307
308        * libchip/network/greth.c, libchip/network/open_eth.c,
309        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
310        introduced by warning removal.
311
[ac5b81c3]3122006-09-01      Joel Sherrill <joel@OARcorp.com>
313
314        * libchip/network/greth.c, libchip/network/open_eth.c,
315        libchip/network/smc91111.c: Remove warnings and correct prototype
316        added earlier today.
317
[a612b50]3182006-09-01      Joel Sherrill <joel@OARcorp.com>
319
320        * libchip/network/cs8900.c, libchip/network/greth.c,
321        libchip/network/i82586.c, libchip/network/open_eth.c,
322        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
323        sized integers, and inttypes.h printf helpers.
324
[28b8d3af]3252006-08-09      Kolja Waschk <waschk@telos.de>
326
327        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
328
[8faa4a5]3292006-07-12      Joel Sherrill <joel@OARcorp.com>
330
331        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
332
[81d914d8]3332006-07-11      Jerry Needell <jerry.needell@unh.edu>
334
335        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
336        4.6 branch.  Original modifications by Gaisler Enterprises.
337        * libchip/network/greth.c, libchip/network/greth.h: New files.
338
[8eb78a20]3392006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
340
341        * ide/ata.[ch]:
342        (PR1118) fetch priority for ATA task from a variable,
343        not a fixed configuration value.
344       
[bf1cade]3452006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
346
347        * Makefile.am: Add ampolish3.
348
[82d11fc5]3492006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
350
351        * ampolish3: New.
352        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
353
[068cf700]3542006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
355
356        * aclocal/rtems-ampolish.m4: New.
357        * configure.ac: Use RTEMS_AMPOLISH3.
358
[c5a67176]3592006-04-18  Joel Sherrill <joel@OARcorp.com>
360
[84c86f2]361        * aclocal/version.m4: Updated to rtems-4.6.99.3.
[c5a67176]362
[d5ed9e1]3632006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
364
365        PR 853/filesystem
366        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
367        should be modified to support the new exception scheme and to use the
368        handle parameter.
369
[7f7298c4]3702006-02-a32     Eric Norum <norume@aps.anl.gov>
371
[ab8394f6]372        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
373        "newer" PCI access calls.  Minor cleanups.  Comments.
[7f7298c4]374
[3157972]3752006-01-12      Eric Norum <norume@aps.anl.gov>
376
[ab8394f6]377        PR 861/networking
378        PR 863/networking
379        * libchip/network/smc91111.c: Fix illegal lvalue increments.
[3157972]380
[2be6d66b]3812006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
[05278e36]382
383        * wrapup/Makefile.am: Add preinstall.am.
[2be6d66b]384        * libchip/Makefile.am: Build libchip/network/smc91111.
385        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
386        Eliminate cyg_int* crap.
387
[cce0948]3882006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
389
[11222bd]390        * librdbg/Makefile.am: Add preinstall.am.
[cce0948]391        * aclocal/bsp-configure.m4: Add ampolish3.
392        New header guards.
393
[104df63]3942006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
395
396        * libchip/network/open_eth.c, libchip/network/open_eth.h:
397        Merger from rtems-4-6-branch.
398
[9d8ad28]3992006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
400
401        * libchip/network/smc91111.c
402        libchip/network/smc91111config.h
403        libchip/network/smc91111exp.h
404        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
405        * libchip/Makefile.am: Reflect adding smc91111*.
406
[c2c0379]4072006-01-08      Joel Sherrill <joel@OARcorp.com>
408
409        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
410        char *.
411
[34fe0e0]4122006-01-08      Joel Sherrill <joel@OARcorp.com>
413
414        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
415        warnings.
416
[a4a40dac]4172005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
418
[436135fe]419        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
420        Add RTEMS_RELLDFLAGS.
421        * automake/compile.am: Remove RTEMS_USE_GCC.
422        Remove RTEMS_RELLDFLAGS.
[a4a40dac]423        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
424
[a0321355]4252005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
426
427        * libchip/network/if_media.h, libchip/network/mii.h:
428        Remove (Moved to cpukit).
429        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
430        and libchip/network/if_media.h.
431        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
432        if_media.h having moved.
433
[3136ff03]4342005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
435
[d366255b]436        * automake/compile.am, automake/host.am, automake/local.am,
437        automake/subdirs.am: Remove depend.
[3136ff03]438        * configure.ac: Explicitly pass --libdir and --includedir to
439        testsuites.
440
[3f74676]4412005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
442
443        * configure.ac: Reflect changes to testsuites.
444
[95cd708]4452005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
446
447        * automake/compile.am: Remove GCCSPECS.
448        * aclocal/prog-cc.m4: Add GCCSPECS.
449        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
450
[7880193]4512005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
452
453        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
454        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
455
[f6435d36]4562005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
457
458        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
459        libcpu/byteorder.h for i386.
460
[7880193]4612005-11-02      Till Straumann <strauman@slac.stanford.edu>
[78111c3]462
463        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
464        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
465        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
[7880193]466        added a simple API/library for i2c devices and drivers for i2c
467        2-byte eeproms and a ds1621 temperature sensor; API is documented
468        in libi2c.h.
[78111c3]469
[794c624]4702005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
471
472        * libnetworking/pppd/ipxcp.c,
473        libnetworking/pppd/chat.c,
474        libnetworking/pppd/patchlevel.h,
475        libnetworking/pppd/upap.h,
476        libnetworking/pppd/md5.h,
477        libnetworking/pppd/pppd.8,
478        libnetworking/pppd/README,
479        libnetworking/pppd/preinstall.am,
480        libnetworking/pppd/md4.h,
481        libnetworking/pppd/magic.c,
482        libnetworking/pppd/pppd.h,
483        libnetworking/pppd/demand.c,
484        libnetworking/pppd/rtemsmain.c,
485        libnetworking/pppd/sys-rtems.c,
486        libnetworking/pppd/ipcp.h,
487        libnetworking/pppd/lcp.h,
488        libnetworking/pppd/chap_ms.c,
489        libnetworking/pppd/md4.c,
490        libnetworking/pppd/rtemspppd.h,
491        libnetworking/pppd/cbcp.h,
492        libnetworking/pppd/auth.c,
493        libnetworking/pppd/lcp.c,
494        libnetworking/pppd/example/README,
495        libnetworking/pppd/example/ppp.conf,
496        libnetworking/pppd/example/system.h,
497        libnetworking/pppd/example/netconfig.h,
498        libnetworking/pppd/example/pppdapp.c,
499        libnetworking/pppd/example/init.c,
500        libnetworking/pppd/example/Makefile-user,
501        libnetworking/pppd/example/pppd.options,
502        libnetworking/pppd/rtemspppd.c,
503        libnetworking/pppd/ipxcp.h,
504        libnetworking/pppd/chap_ms.h,
505        libnetworking/pppd/options.c,
506        libnetworking/pppd/magic.h,
507        libnetworking/pppd/chap.h,
508        libnetworking/pppd/cbcp.c,
509        libnetworking/pppd/upap.c,
510        libnetworking/pppd/chap.c,
511        libnetworking/pppd/Makefile.am,
512        libnetworking/pppd/ccp.h,
513        libnetworking/pppd/utils.c,
514        libnetworking/pppd/rtemsdialer.h,
515        libnetworking/pppd/fsm.h,
516        libnetworking/pppd/pathnames.h,
517        libnetworking/pppd/md5.c,
518        libnetworking/pppd/fsm.c,
519        libnetworking/pppd/ipcp.c,
520        libnetworking/pppd/STATUS,
521        libnetworking/pppd/ccp.c,
522        libnetworking/Makefile.am: Remove (Moved to cpukit).
523
[330e08be]5242005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
525
526        * configure.ac: Remove libnetworking, libnetworking/pppd.
527        * wrapup/Makefile.am: Remove libpppd.a.
528
[be52582]5292005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
530
531        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
532        rtemsdialer.h to $(includedir)/rtems.
533
[681ab7e]5342005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
535
536        * libnetworking/rtems_telnetd/icmds.c,
537        libnetworking/rtems_telnetd/Makefile.am,
538        libnetworking/rtems_telnetd/preinstall.am,
539        libnetworking/rtems_telnetd/pty.c,
540        libnetworking/rtems_telnetd/pty.h,
541        libnetworking/rtems_telnetd/README,
542        libnetworking/rtems_telnetd/telnetd.c,
543        libnetworking/rtems_telnetd/telnetd.h:
544        Remove (Moved to cpukit).
545
[bfd5fd0]5462005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
547
548        * configure.ac: Remove libnetworking/rtems_telnetd.
549        * libnetworking/Makefile.am: Remove rtems_telnetd.
550        * libnetworking/README: Remove (Obsolete).
551        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
552
[cc2fcc1]5532005-10-20  Eric Norum <norume@aps.anl.gov>
554
[fab9046]555        * libchip/network/dec21140.c: Clean up PCI mapping.
[cc2fcc1]556
[24934c57]5572005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
558
[994eb05]559        * libnetworking/pppd/Makefile.am: Use preinstall.am.
[3d3b423]560        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
561        librdbg/src/servrpc.c, librdbg/src/servtgt.c
562        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
[24934c57]563        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
564        * configure.ac: Move optman to the end of BSP_SUBDIRS.
565
[88b6d8d9]5662005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
[95f9447]567
[88b6d8d9]568        * aclocal/bspopts.m4: Add missing m4 quotes.
[e698e68]569
[1a8f056c]5702005-09-02  Joel Sherrill <joel@OARcorp.com>
571
572    * aclocal/version.m4: Updated to rtems-4.6.99.2.
573
[213810b3]5742005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
575
576        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
577        libchip/network/dec21140.c: Remove initialization of PCI bus.
578
[2604a54]5792005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
580
581        * optman/Makefile.am: Add preinstall.am.
582
[bb72ff9]5832005-07-18      Karel Gardas <kgardas@objectsecurity.com>
584
585        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
586        UNTESTED to tested.
587
[cb4185c]5882005-06-17      Joel Sherrill <joel@OARcorp.com>
589
590        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
591        it is not supported by the MPC5xx.
592
[9c5873b7]5932005-06-17      Joel Sherrill <joel@OARcorp.com>
594
595        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
596        interface. Also correct attempting to build on other than PowerPC and
597        x86.
598
[af28e68e]5992005-06-16      Daron Chabot <daron@nucleus.usask.ca>
600
601        * libchip/Makefile.am: Add driver for Tulip clones.
602        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
603        libchip/network/if_dcreg.h: New files.
604
[d7610229]6052005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
606
607        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
608        to enable rdbg.
609        * configure.ac: Reflect changes above.
610
[aea8e66]6112005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
612
613        * configure.ac: Add ada/.
614
[9f114a8]6152005-05-20      Sergei Organov  <osv@topconrd.ru>
616
617        PR 750/networking
618        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
619        wait_input().
620
[a4ce29f]6212005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
622
623        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
624        rtems/irq.h.
625
[4beccab]6262005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
627
628        * libchip/Makefile.am: Include preinstall.am.
629        * libchip/preinstall.am: New.
630
[eb0901a4]6312005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
632
633        * configure.ac: Add AMPOLISH3.
634        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
635        * libnetworking/rtems_telnetd/preinstall.am: New.
636        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
637
[005fbe56]6382005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
639
640        * configure.ac: Let enable_rpcgen default to "no".
641
[bd2fa0a5]6422005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
643
644        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
645
[e11bf43]6462005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
647
648        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
649        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
650
[0fd3092]6512005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
652
653        * libchip/network/dec21140.c, libchip/network/elnk.c,
654        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
655
[a8e1959]6562005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
657
658        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
659        of code as a result of the implementation of a common PCI interface.
660
[a9cd3a9]6612005-05-04      Joel Sherrill <joel@OARcorp.com>
662
663        * libchip/network/open_eth.c: Remove prototype of set_vector.
664
[d5dbbe5]6652005-05-03      Joel Sherrill <joel@OARcorp.com>
666
667        * librdbg/src/ptrace.c: Remove warning.
668
[48b8259]6692005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
670
671        * libchip/network/dec21140.c, libchip/network/elnk.c,
672        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
673        Modified parameter list to remove warnings.
674
[b7acc4ad]6752005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
676
677        * libchip/network/cs8900.c, libchip/network/i82586.c,
678        libchip/network/open_eth.c, libchip/network/sonic.c,
679        libchip/serial/mc68681.c: Modified types to remove
680        warnings.  Added initialization to remove warnings.
681
[ce7d49bc]6822005-04-28      Joel Sherrill <joel@OARcorp.com>
683
684        * libchip/network/README.sonic: Rewritten to account for removal of
685        dmv177.
686
[1b3028c]6872005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
688
689        PR 781/rtems_misc
690        * libchip/serial/ns16550_p.h: Fix baud rate calculation
691
[cebad96]6922005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
693
694        * libchip/serial/ns16550.c:
695        Fixed warnings generated in various powerpc configurations
696
[c163605f]6972005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
698
699        * libchip/serial/ns16550.c: Modified
700        ISR to work with PPC new exception processing
701
[bb9e843]7022005-03-14      Joel Sherrill <joel@OARcorp.com>
703
704        * libchip/network/dec21140.c, libchip/network/elnk.c,
705        libchip/network/if_fxp.c: Continue PCI API unification. All use
706        pci_find_device(). Network drivers manufacture a signature since all
707        calls have not been converted yet.
708
[160b6b0]7092005-03-04      Joel Sherrill <joel@OARcorp.com>
710
711        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
712        initialize function part of the unified PCI API as pci_initialize().
713
[a3f91c6]7142005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
715
716        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
717        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
718
[9cd49d42]7192005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
720
721        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
722        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
723
[ec899eaf]7242005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
725
726        * aclocal/ppc.m4: Reflect changes to ppc exception processing
727        building procedures.
728
[ea68ed5]7292005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
730
731        * aclocal/prog-cc.m4:
732        Quote CFLAGS's RHS to accomodate Solaris broken sh.
733
[0598fb8]7342005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
735
736        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
737
[7cb25eb]7382005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
739
740        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
741
[376dfb1a]7422005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
743
744        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
745
[4bf6a9f2]7462005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
747
748        * libnetworking/rtems_servers/ftp.c,
749        libnetworking/rtems_servers/ftp.h,
750        libnetworking/rtems_servers/Makefile.am:
751        Remove (relocated to cpukit/ftpd).
752        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
753        removed move libnetworking/rtems_servers.
754
[f92f5f6]7552005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
756
757        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
758
[abb63593]7592005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
760
761        PR 755/rtems
762        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
763        Remove local declarations of rtems_bsdnet_nameservers,
764        rtems_bsdnet_nameservers_count.
765
[9c858e56]7662005-01-31      Sergei Organov <osv@topconrd.ru>
767
[e3022f5d]768        PR 751/pppd
[9c858e56]769        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
770        committed to fix PR736 breaks pppd. chat.c should have its own static
771        ttyfd for pppd to work correctly. The symptom is that second
772        invokation of chat (for connect script) fails due to pppd_ttyfd set
773        to -1 by previous chat invokation (for init script). In addition,
774        this patch fixes leaving of dangling pointer in the abort_stbring[]
775        by chat_send().
776
[355887b]7772005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
778
779        * configure.ac: Remove CFLAGS_DEBUG_V.
780        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
781
[f68b890]7822005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
783
784        * wrapup/Makefile.am: Remove rtems-ctor.o.
785
[4321d1f]7862005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
787
788        * libchip/rtc/rtc.h: size_t RTC_Count.
789
[4ca43d72]7902005-01-20      Joel Sherrill <joel@OARcorp.com>
791
792        PR 736/pppd
793        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
794        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
795        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
796        should not be static and should have a name more specific to pppd.
797
[4f647b9]7982005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
799
800        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
801        libnetworking/rtems_servers/Makefile.am,
802        libnetworking/rtems_telnetd/Makefile.am,
803        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
804        Eliminate CFLAGS_OPTIMIZE_V.
805
[6c2b5324]8062005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
807
808        * configure.ac: Pass CFLAGS to testsuites configure.
809        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
810        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
811
[ea3f559]8122005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
813
814        * configure.ac: Pass CFLAGS to cpukit configure.
815        * aclocal/rtems-flags.m4: Remove (Unused).
816        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
817        * aclocal/env-rtemsbsp.m4:
818        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
819        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
820        RTEMS_CFLAGS.
821        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
822        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
823        Cleanup comments.
824
[4c14ea3e]8252005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
826
827        * automake/compile.am: Remove build-variant support.
828
[44213ad]8292005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
830
831        * libnetworking/pppd/Makefile.am,
832        libnetworking/rtems_servers/Makefile.am,
833        libnetworking/rtems_telnetd/Makefile.am:
834        Remove build-variant support.
835
[552fca7]8362005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
837
838        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
839        support/Makefile.am, wrapup/Makefile.am:
840        Remove build-variant support.
841
[55243362]8422004-11-22      Joel Sherrill <joel@OARcorp.com>
843
844        * libchip/network/if_fxp.c: Add entry for another module ID code.
845
[bb15d1d2]8462004-11-22      Joel Sherrill <joel@OARcorp.com>
847
848        PR 693/misc
849        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
850        in/outport routines.
851
8522004-11-22      Joel Sherrill <joel@OARcorp.com>
853
854        PR 693/misc
855        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
856        in/outport routines.
857
[f4857b21]8582004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
859
860        * aclocal/enable-itron.m4: Remove (unused).
861
[259c516]8622004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
863
864        * configure.ac: Misc. quoting cleanups.
865        Enable ada-tests iff --enable-ada and --enable-tests.
866
[bf474880]8672004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
868
869        PR 703/filesystem
870        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
871        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
872        libchip/ide/ide_controller.c:
873        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
874        available for BSPS/device drivers.
875        Extend the "modes_available" and "mode_active" parameters to
876        uint16_t for UDMA support.
877
[ac8f462]8782004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
879
880        * libchip/network/dec21140.c: Cleanup a bit and remove message about
881        not supported on PowerPC since it works on the MVME2100 BSP.
882
[9bb5b9d]8832004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
884
885        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
886        Add dependency tracking for *.cfgs.
887        * Makefile.am: Add dependency tracking for *.cfg.
888
[1c3dfb4a]8892004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
890
891        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
892        (Thanks to Lars Munch <lars@segv.dk> for catching this).
893
[62fdded]8942004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
895
896        PR 707/make_build
897        * configure.ac: Add --enable-rpcgen.
898
[577fe95]8992004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
900
901        PR 700/rtems_misc
902        * libnetworking/rtems_webserver/asp.c,
903        libnetworking/rtems_webserver/balloc.c,
904        libnetworking/rtems_webserver/cgi.c,
905        libnetworking/rtems_webserver/default.c,
906        libnetworking/rtems_webserver/ej.h,
907        libnetworking/rtems_webserver/ejIntrn.h,
908        libnetworking/rtems_webserver/ejlex.c,
909        libnetworking/rtems_webserver/ejparse.c,
910        libnetworking/rtems_webserver/emfdb.c,
911        libnetworking/rtems_webserver/emfdb.h,
912        libnetworking/rtems_webserver/form.c,
913        libnetworking/rtems_webserver/handler.c,
914        libnetworking/rtems_webserver/h.c,
915        libnetworking/rtems_webserver/license.txt,
916        libnetworking/rtems_webserver/Makefile.am,
917        libnetworking/rtems_webserver/md5c.c,
918        libnetworking/rtems_webserver/md5.h,
919        libnetworking/rtems_webserver/mime.c,
920        libnetworking/rtems_webserver/misc.c,
921        libnetworking/rtems_webserver/NOTES,
922        libnetworking/rtems_webserver/ringq.c,
923        libnetworking/rtems_webserver/rom.c,
924        libnetworking/rtems_webserver/rtems_webserver.h,
925        libnetworking/rtems_webserver/security.c,
926        libnetworking/rtems_webserver/sock.c,
927        libnetworking/rtems_webserver/socket.c,
928        libnetworking/rtems_webserver/sockGen.c,
929        libnetworking/rtems_webserver/sym.c,
930        libnetworking/rtems_webserver/uemf.c,
931        libnetworking/rtems_webserver/uemf.h,
932        libnetworking/rtems_webserver/um.c,
933        libnetworking/rtems_webserver/um.h,
934        libnetworking/rtems_webserver/umui.c,
935        libnetworking/rtems_webserver/url.c,
936        libnetworking/rtems_webserver/value.c,
937        libnetworking/rtems_webserver/wbase64.c,
938        libnetworking/rtems_webserver/webcomp.c,
939        libnetworking/rtems_webserver/webmain.c,
940        libnetworking/rtems_webserver/webpage.c,
941        libnetworking/rtems_webserver/webrom.c,
942        libnetworking/rtems_webserver/webs.c,
943        libnetworking/rtems_webserver/websda.c,
944        libnetworking/rtems_webserver/websda.h,
945        libnetworking/rtems_webserver/webs.h,
946        libnetworking/rtems_webserver/websSSL.c,
947        libnetworking/rtems_webserver/websSSL.h,
948        libnetworking/rtems_webserver/websuemf.c,
949        libnetworking/rtems_webserver/wsIntrn.h:
950        Remove (Moved to cpukit/http).
951
[cc87080]9522004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
953
954        PR 700/rtems_misc
955        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
956        Remove libnetworking/rtems_webserver.
957
[bb5b4048]9582004-10-25      Eric Norum <norume@aps.anl.gov>
959
960        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
961
[ba5288d]9622004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
963
964        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
965
[1e006d52]9662004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
967
968        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
969        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
970
[5146462f]9712004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
972
973        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
974
[d4d624e2]9752004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
976
977        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
978        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
979
[811db88]9802004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
981
982        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
983        BITSPERBYTE.
984
[41d0d94e]9852004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
986
987        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
988        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
989
[9a4b31f]9902004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
991
992        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
993
[41ed282]9942004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
995
996        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
997        * aclocal/enable-bare.m4: Remove.
998        * configure.ac: Remove BARE_CPU_MODEL.
999
[2992cd23]10002004-10-13      Eric Norum <norume@aps.anl.gov>
1001
1002        PR 688/bsps
1003        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1004        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1005        MC146818A (and several Dallas Semiconductor) TOD chips.
1006
10072004-10-13      Eric Norum <norume@aps.anl.gov>
1008
1009        PR 686/networking
1010        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1011        device code.
1012
[efab64d]10132004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1014
1015        * libchip/network/dec21140.c: include <rtems/pci.h>.
1016
[7452b855]10172004-09-29      Joel Sherrill <joel@OARcorp.com>
1018
1019        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1020        libnetworking/pppd/utils.c: i960 obsoleted and all references
1021        removed.
1022
[cd38196f]10232004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1024
1025        PR 607/networking
1026        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1027        instead of fully specifying unused PCI features.
1028
[97891e5e]10292004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1030
1031        * configure.ac: Require automake > 1.9.
1032
[f27c25f]10332004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1034
1035        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1036
[d71ab7fd]10372004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1038
1039        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1040        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1041
[0ad53a9]10422004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1043
1044        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1045        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1046
[2977f24c]10472004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1048
1049        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1050
[90a33a8]10512004-07-28  Joel Sherrill <joel@OARcorp.com>
1052
1053    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1054
[2a757a8]10552004-07-25      Joel Sherrill <joel@OARcorp.com>
1056
1057        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1058
[1402d56a]10592004-05-21  Till Strauman <strauman@slac.stanford.edu>
1060
[4dbbcb7]1061        PR 625/networking
[1402d56a]1062        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1063        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1064        an error rather than panic if no chip is detected (thus allowing
1065        for probing).
1066        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1067        instead of looping forever.  Avoid divide by zero (crashed my PC).
1068        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1069        they are UNTESTED.
1070
[1eaf0fda]10712004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1072
1073        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1074
[593bc32]10752004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1076
1077        * libchip/network/dec21140.c, libchip/network/elnk.c:
1078        #include <errno.h>.
1079
[c8e8f119]10802004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1081
1082        * libchip/network/if_media.h: Update from FreeBSD.
1083        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1084        libchip/network/i82586.c: #include <errno.h>.
1085
[61c78ab]10862004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1087
1088        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1089
[0d0528d3]10902004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1091
1092        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1093
[7b5f6e82]10942004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1095
1096        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1097        automake).
1098
[7220366a]10992004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1100
1101        PR 599/pppd
[7b5f6e82]1102        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
[7220366a]1103
[57c86a05]11042004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1105
1106        * optman/rtems/no-region.c: Reflect having changed
1107        rtems_region_get_segment_size.
1108
[4caeb10]11092004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1110
1111        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1112        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1113        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1114        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1115        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1116        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1117        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1118
[509fec9c]11192004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1120
1121        * libchip/ide/ata.c, libchip/network/dec21140.c,
1122        libchip/network/elnk.c, libchip/network/i82586.c,
1123        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1124        libchip/network/open_eth.c, libchip/network/sonic.c,
1125        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1126        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1127        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1128        libchip/shmdr/shm_driver.h: Cosmetics.
1129
[c83b5678]11302004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1131
1132        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1133        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1134        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1135        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1136        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1137        fixed size types.
1138
[cdf41b07]11392004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1140
1141        * configure.ac: Explicitly pass --includedir and --libdir to
1142        cpukit/configure.
1143
[ddeb7693]11442004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1145
1146        * librdbg/Makefile.am: Fix rpcgen rules.
1147        * librdbg/src/i386/any/remdeb_xdr.c,
1148        librdbg/src/m68k/any/remdeb_xdr.c,
1149        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1150        Reflect changes to librdbg/Makefile.am.
1151
[850c88d]11522004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1153
1154        * configure.ac: Reflect changes testsuites/configure.ac and
1155        cpukit/configure.ac.
1156
[ef02bc1]11572004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1158
1159        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1160        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1161
[8ae203e3]11622004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1163
1164        * configure.ac: Reflect changes to testsuites's configuration.
1165
[cdcef7e6]11662004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1167
1168        PR/589 rtems
1169        * libchip/network/pci.h: Remove (Moved to cpukit).
1170
[ee4f57d]11712004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
[60f9088]1172
[ee4f57d]1173        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1174        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1175        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1176        libchip/network/dec21140.c, libchip/network/elnk.c,
1177        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1178        libchip/network/open_eth.h, libchip/network/sonic.c,
1179        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1180        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1181        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1182        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1183        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1184        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1185        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1186        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1187        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1188        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1189        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1190        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1191        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1192        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1193        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1194        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1195        fixed-size types.
[60f9088]1196
[ee4f57d]11972004-03-14      Chris Johns  <chrisj@rtems.org>
[60f9088]1198
[ee4f57d]1199        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1200        the BSP example code.
1201        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1202        support the DIMMPC. This is a pc386 target with IO port support. Minor
1203        formating clean up. Add documentation to the header file.
1204        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1205        cs8900.h header file.
[60f9088]1206
[51b9899]12072004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1208
1209        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1210        Cosmetics.
1211
[5569cec]12122004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1213
1214        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1215        There are no application level Makefiles in here.
1216
[e73c249]12172004-03-04      Joel Sherrill <joel@OARcorp.com>
1218
1219        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1220        they can be used in application level makefiles.
1221
[845e4f3]12222004-03-05      Joel Sherrill <joel@OARcorp.com>
1223
[bfb4c547]1224        * libnetworking/rtems_webserver/ejparse.c,
1225        libnetworking/rtems_webserver/emfdb.c,
1226        libnetworking/rtems_webserver/sock.c,
1227        libnetworking/rtems_webserver/socket.c,
1228        libnetworking/rtems_webserver/sym.c,
1229        libnetworking/rtems_webserver/webs.c,
1230        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
12312004-03-05      Joel Sherrill <joel@OARcorp.com>
1232
[845e4f3]1233        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1234        compiling this file only only those CPU families with supported
1235        exception models.
1236
[789694a1]12372004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1238
1239        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1240        testsuites (Was exposed with --enable-multilib, only).
1241        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1242         Add RTEMS_BSP_CONFIG_SUBDIR.
1243        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1244        testsuites's configure.
1245        * aclocal/rtems-top.m4: Remove ENDIF hack.
1246        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1247
[fcf0034]12482004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1249
1250        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1251        wrapup/Makefile.am: Fix automake problems having been introduced
1252        in previous patch.
1253
[5e5cf07]12542004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1255
1256        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1257        Preinstall dirs.
1258        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1259        * aclocal/check-multiprocessing.m4: Cosmetics.
1260        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1261        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1262
[e7495ae]12632004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1264
1265        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1266        librdbg/src/Makefile.am.
1267        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1268        * configure.ac: Reflect changes above.
1269        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1270        * wrapup/Makefile.am: Reflect changes above.
1271        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1272
[c9251c7]12732004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1274
1275        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1276
[541a45a]12772004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1278
1279        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1280
[9e23302]12812004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1282
1283        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1284
[832bed1]12852004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1286
1287        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
[9e23302]1288        librdbg/src/powerpc/Makefile.am: Remove.
[832bed1]1289        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1290        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1291        * configure.ac: Reflect changes above.
1292
12932004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1294
1295
[dcf277c]12962004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1297
1298        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1299        STRIP.
1300
[b083736]13012004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1302
1303        * librdbg/include/Makefile.am: Merge-in
1304        librdbg/include/rdbg/i386/Makefile.am,
1305        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1306        librdbg/include/rdbg/powerpc/Makefile.am.
1307        * librdbg/include/rdbg/i386/Makefile.am,
1308        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1309        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1310        * configure.ac: Reflect changes above.
1311
[a03c1ab]13122004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1313
1314        * configure.ac: Use AS_HELP_STRING(ada).
1315
[3025a4a]13162004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1317
1318        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1319        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1320        Use AC_CONFIG_HEADERS.
1321        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1322        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1323
[5434449b]13242004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1325
1326        * Makefile.am: include local.am.
1327
[31ffd58]13282004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1329
1330        * aclocal/version.m4: 4.6.99.0.
1331
[0724e79b]13322004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1333
1334        * Makefile.am: Don't include host.am.
1335        * automake/compile.am: Further cleanups.
1336
[d158c16]13372004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1338
1339        * automake/lib.am: Remove (Unused).
1340
[11cafc0]13412004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1342
1343        * wrapup/Makefile.am: Don't include lib.am.
1344        * automake/compile.am: Use automake compilation rules.
1345
[6436254a]13462004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1347
1348        * libnetworking/pppd/Makefile.am,
1349        libnetworking/rtems_servers/Makefile.am,
1350        libnetworking/rtems_telnetd/Makefile.am,
1351        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1352        support/Makefile.am: Don't include lib.am.
1353
[97380b4]13542004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1355
1356        * libchip/Makefile.am: Don't include lib.am.
1357        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1358        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1359        unnecessary EXTRA_DISTs.
1360
[12b0ada]13612004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1362
1363        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1364        hack.
1365
[b5d91ad]13662004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1367
1368        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1369        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1370        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1371        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1372
[477180fa]13732004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1374
1375        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1376        Add AM_CONDITIONAL(HAS_MP).
1377        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1378        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1379        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1380        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1381        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1382        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1383        (Deprecated by autoconf 2.59).
1384
[171a04c]13852004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1386
1387        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1388        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1389
[d499683]13902004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1391
[93a735b]1392        * ChangeLog: Merge-in libnetworking/ChangeLog.
1393        * libnetworking/ChangeLog: Remove.
[8b615cd]1394        * ChangeLog: Merge-in librdbg/ChangeLog.
1395        * librdbg/ChangeLog: Remove.
1396        * ChangeLog: Merge-in libchip/ChangeLog.
[1d331547]1397        * libchip/ChangeLog: Remove.
[d499683]1398        * ChangeLog: Merge-in optman/ChangeLog.
1399        * optman/ChangeLog: Remove.
1400
[d844a182]14012004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1402
1403        * configure.ac: Reflect changes to cpukit.
[1734d37]1404        * wrapup/Makefile.am: Reflect changes to librdbg.
1405        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
[1d331547]1406        * libchip/Makefile.am: Add PREINSTALL_DIRS.
[8b615cd]1407        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1408        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1409        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1410        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1411        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1412        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1413        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
[1734d37]1414
[208aa86e]14152004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1416
1417        * aclocal/rtems-top.m4: Remove check for version.m4.
1418        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1419
[9480bb42]14202004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1421
[5a80f36b]1422        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
[ebff819]1423        * wrapup/Makefile.am: Reflect changes to libchip/*.
[ca1531c5]1424        * support/Makefile.am: Use automake compilation rules.
1425        * wrapup/Makefile.am: Reflect changes to support/*.
[7c5a840]1426        * configure.ac: Remove libnetworking/wrapup/Makefile.
[5a80f36b]1427        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1428        libnetworking/*/lib*.a instead of libnetapps.a.
1429        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1430        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
[d499683]1431        * optman/Makefile.am: Use automake compilation rules.
[1d331547]1432        * libchip/Makefile.am: Fix typo in previous patch.
1433        * libchip/Makefile.am: Use automake compilation rules.
[93a735b]1434        * libnetworking/Makefile.am: Remove wrapup.
1435        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1436        automake-compilation rules.
1437        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1438        automake-compilation rules.
1439        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1440        automake-compilation rules.
1441        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1442        automake-compilation rules.
1443        * libnetworking/wrapup/Makefile.am: Remove (Unused).
[033f0686]1444
[0724887f]14452004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1446
[5a80f36b]1447        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1448        PRE/TMPINSTALL_FILES to CLEANFILES.
[0724887f]1449        * automake/lib.am: Remove TMPINSTALL_FILES.
[d499683]1450        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1451        PRE/TMPINSTALL_FILES to CLEANFILES.
[1d331547]1452        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1453        PRE/TMPINSTALL_FILES to CLEANFILES.
[8b615cd]1454        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1455        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1456        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1457        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1458        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1459        * librdbg/src/i386/Makefile.am: Ditto.
1460        * librdbg/src/m68k/Makefile.am: Ditto.
1461        * librdbg/src/powerpc/Makefile.am: Ditto.
[93a735b]1462        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1463        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1464        * libnetworking/rtems_servers/Makefile.am: Ditto.
1465        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1466        * libnetworking/rtems_webserver/Makefile.am: Ditto.
[0724887f]1467
[6416628]14682004-01-07      Joel Sherrill <joel@OARcorp.com>
1469
1470        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1471        more completely covers the MIPS family.
1472
[a099e9a]14732003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1474
1475        * wrapup/Makefile.am: Reflect changes to shmdr.
[1d331547]1476        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1477
14782003-12-18      Joel Sherrill <joel@OARcorp.com>
1479
1480        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1481        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1482        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1483        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1484        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1485        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1486        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
[a099e9a]1487
[5a80f36b]14882003-12-17      Joel Sherrill <joel@OARcorp.com>
[44652f8]1489
[5a80f36b]1490        * aclocal/version.m4: Updated to rtems-20031217-test.
[917a884]1491
[5a80f36b]14922003-12-17     
[917a884]1493
[5a80f36b]1494        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1495        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
[2b2353d]1496
[41fc78d]14972003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1498
1499        * automake/compile.am: Remove LINK_LIBS (Unused).
1500        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1501
[e90cff96]15022003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1503
1504        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1505        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1506        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1507        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
[777db82f]1508        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1509
[b946613]15102003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1511
1512        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1513        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[d499683]1514        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[1d331547]1515        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[8b615cd]1516        * librdbg/src/i386/Makefile.am:
1517        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1518        * librdbg/src/m68k/Makefile.am:
1519        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1520        * librdbg/src/powerpc/Makefile.am:
1521        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[b946613]1522
[795d9d46]15232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1524
[5a80f36b]1525        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
[14348a00]1526        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1527        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
[5a80f36b]1528        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1529        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1530        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
[810720b6]1531        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
[d499683]1532        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1533        * optman/Makefile.am: Remove project_libdir.
[1d331547]1534        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1535        PRE/TMPINSTALL_FILES.
[8b615cd]1536        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1537        PRE/TMPINSTALL_FILES.
1538        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1539        PRE/TMPINSTALL_FILES.
1540        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1541        PRE/TMPINSTALL_FILES.
1542        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1543        from PRE/TMPINSTALL_FILES.
1544        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1545        PRE/TMPINSTALL_FILES.
1546        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1547        PRE/TMPINSTALL_FILES.
1548        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1549        PRE/TMPINSTALL_FILES.
[93a735b]1550        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1551        PRE/TMPINSTALL_FILES.
1552        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1553        PRE/TMPINSTALL_FILES.
1554        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1555        PRE/TMPINSTALL_FILES.
1556        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1557        from PRE/TMPINSTALL_FILES.
[810720b6]1558
[0e31ed7]15592003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1560
1561        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1562        * automake/lib.am: Remove project_libdir.
1563        * wrapup/Makefile.am: Reworked.
1564
[109d660]15652003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1566
1567        * configure.ac: Reflect changes to librdbg.
[d499683]1568        * optman/Makefile.am: Add tmpinstall dirstamp support.
[1d331547]1569        * libchip/Makefile.am: Fix variant-tmpinstall support.
[8b615cd]1570        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1571        * librdbg/src/powerpc/Makefile.am: Merge-in former
1572        new_exception_processing/Makefile.am.
1573        * librdbg/src/m68k/any/Makefile.am: Remove.
1574        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1575        * librdbg/src/i386/any/Makefile.am: Remove.
1576        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1577        * librdbg/src/Makefile.am: Cosmetics.
1578        * librdbg/include/Makefile.am: Cosmetics.
1579        * librdbg/Makefile.am: Cosmetics.
[93a735b]1580        * libnetworking/Makefile.am: Cosmetics.
1581        * libnetworking/pppd/Makefile.am: Cosmetics.
1582        * libnetworking/wrapup/Makefile.am: Cosmetics.
[109d660]1583
[91fd793d]15842003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1585
1586        * Makefile.am: Cosmetics.
[5a80f36b]1587        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1588        support.
[91fd793d]1589
[8347069]15902003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1591
1592        * automake/compile.am: Remove $(ARCH):-rule.
1593
[184f279]15942003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1595
1596        * configure.ac: Remove lib/libbsp/shared/Makefile,
1597        lib/libbsp/shmdr/Makefile.
1598
[1ca7bc9]15992003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1600
1601        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1602        libchip/serial/Makefile, libchip/rtc/Makefile.
[f2fc5cf]1603        * support/Makefile.am: Remove all-local: $(ARCH).
1604        * wrapup/Makefile.am: Remove all-local: $(ARCH).
[306a66e]1605        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
[d499683]1606        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1607        * optman/Makefile.am: Remove all-local: $(ARCH).
[1d331547]1608        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1609        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1610        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1611        compilation dirstamp support.
1612        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1613        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1614        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1615        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
[8b615cd]1616        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1617        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1618        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1619        all-local: $(ARCH).
[93a735b]1620        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1621        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1622        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1623        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1624        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
[306a66e]1625
[82bdc057]16262003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1627
1628        * aclocal/lead-dot.m4: New (from automake-1.7f).
[5a80f36b]1629        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1630        AC_SUBST(dirstamp).
[1d331547]1631        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1632        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1633        libchip/serial/Makefile.am: Ditto.
[8b615cd]1634        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1635        * librdbg/include/Makefile.am: Ditto.
1636        * librdbg/include/rdbg/Makefile.am: Ditto.
1637        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1638        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1639        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1640        * librdbg/src/Makefile.am: Ditto.
1641        * librdbg/src/i386/Makefile.am: Ditto.
1642        * librdbg/src/i386/any/Makefile.am: Ditto.
1643        * librdbg/src/m68k/Makefile.am: Ditto.
1644        * librdbg/src/m68k/any/Makefile.am: Ditto.
1645        * librdbg/src/powerpc/Makefile.am: Ditto.
1646        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
[93a735b]1647        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1648        preinstallation.
1649        * libnetworking/pppd/Makefile.am: Ditto.
1650        * libnetworking/rtems_servers/Makefile.am: Ditto.
1651        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1652        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1653        * libnetworking/wrapup/Makefile.am: Ditto.
[82bdc057]1654
[9550125e]16552003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1656
1657        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1658        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
[5a80f36b]1659        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1660        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1661        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1662        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1663        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1664        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1665        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1666        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1667        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1668        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1669        underquoting to silence automake-1.8.
[9550125e]1670
[e42cb8b]16712003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1672
1673        * configure.ac: Reflect having moved tests to ../../testsuites.
1674
[4f21a587]16752003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1676
[5a80f36b]1677        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
[69decf3]1678        * aclocal/canonical-host.m4: Remove.
1679        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
[c44312d]1680        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1681
[51d35b2]16822003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1683
1684        * aclocal/check-cpu.m4: Remove.
1685        * configure.ac: Merge-in former aclocal/check-cpu.m4.
[3993b6f7]1686        * aclocal/canonical-target-name.m4: Add m4-quotes.
[5a80f36b]1687        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1688        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1689        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1690        * aclocal/check-networking.m4: Add m4-quotes. Require
1691        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1692        * aclocal/check-posix.m4: Add m4-quotes. Require
1693        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1694        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1695        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
[1d331547]1696        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
[3993b6f7]1697
[2eaee845]16982003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1699
1700        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1701        * aclocal/bsp-alias.m4: Remove.
1702
[0038885]17032003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1704
1705        * configure.ac: Make presence of tests/ optional.
1706
[8857d525]17072003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1708
1709        * aclocal/path-perl.m4: Remove (Unused).
1710
[15ee26f]17112003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1712
1713        * automake/force-preinstall.am: Remove.
1714
[1d331547]17152003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1716
1717        PR 499/rtems_misc
1718        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1719        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1720        Configuration (Odd was forced) - Correction of Stop Bit configuration
1721        (inversed) - Correction of ISR Handler to call
1722        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1723        CTS Hardware flow control Configuration.
1724
[e96d248]17252003-09-04      Joel Sherrill <joel@OARcorp.com>
1726
1727        * lib/libcpu/shared/include/cache.h,
1728        lib/libcpu/shared/src/cache_aligned_malloc.c,
1729        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1730        license changed.
[d499683]1731        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1732        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1733        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1734        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1735        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1736        for license changed.
[1d331547]1737        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1738        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1739        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1740        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1741        libchip/network/cs8900.h, libchip/network/dec21140.c,
1742        libchip/network/elnk.c, libchip/network/open_eth.c,
1743        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1744        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1745        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1746        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1747        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1748        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1749        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1750        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1751        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1752        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1753        libchip/serial/serial.h, libchip/serial/z85c30.c,
1754        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1755        libchip/serial/z85c30_reg.c: URL for license changed.
1756
17572003-09-03      Jiri Gaisler <jiri@gaisler.com>
1758
1759        PR 477/networking
1760        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1761        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1762        libchip/network/open_eth.h: New files.
[e96d248]1763
[ac3786b]17642003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1765
1766        * aclocal/rtems-top.m4: Add RTEMS_API.
1767        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1768
[8b615cd]17692003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1770
1771        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1772        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1773        @RTEMS_BSP@.cfg.
1774
[1d331547]17752003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1776
1777        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1778
17792003-08-20      Joel Sherrill <joel@OARcorp.com>
1780
1781        * libchip/network/cs8900.c: Correct copyright statements.
1782
[161f2651]17832003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1784
1785        * aclocal/check-itron.m4: Remove.
1786        * aclocal/enable-inlines.m4: Remove.
[fe8bc62f]1787        * Makefile.am: Reflect having moved aclocal/.
[867ab080]1788        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1789        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1790        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1791        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1792        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1793        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1794        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1795        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1796        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1797        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1798        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1799        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1800        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1801        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1802        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1803        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1804        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1805        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1806        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1807        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1808        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1809        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1810        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1811        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1812        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1813        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1814        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1815        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1816        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1817        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1818        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1819        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1820        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1821        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1822        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1823        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1824        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1825        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1826        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1827        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1828        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1829        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1830        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1831        * aclocal/target.m4: New (Copied from ../../aclocal).
1832        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1833        * aclocal/version.m4: New (Copied from ../../aclocal).
1834
[3a99e6f]18352003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1836
1837        * configure.ac: Remove stray comments.
1838        * automake/local.am, automake/host.am: Remove "debug".
1839
[514e77b7]18402003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1841
[c483a4e]1842        * Makefile.am: Reflect having moved automake/.
1843        * lib/Makefile.am: Reflect having moved automake/.
1844        * support/Makefile.am: Reflect having moved automake/.
1845        * wrapup/Makefile.am: Reflect having moved automake/.
[5a80f36b]1846        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1847        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1848        from ../../automake).
[d499683]1849        * optman/Makefile.am: Reflect having moved automake/.
[1d331547]1850        * libchip/Makefile.am: Reflect having moved automake/.
1851        * libchip/ide/Makefile.am: Reflect having moved automake/.
1852        * libchip/network/Makefile.am: Reflect having moved automake/.
1853        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1854        * libchip/serial/Makefile.am: Reflect having moved automake/.
[8b615cd]1855        * librdbg/Makefile.am: Reflect having moved automake/.
1856        * librdbg/include/Makefile.am: Reflect having moved automake/.
1857        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1858        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1859        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1860        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1861        automake/.
1862        * librdbg/src/Makefile.am: Reflect having moved automake/.
1863        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1864        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1865        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1866        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1867        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1868        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1869        having moved automake/.
[93a735b]1870        * libnetworking/Makefile.am: Reflect having moved automake/.
1871        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1872        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1873        automake/.
1874        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1875        automake/.
1876        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1877        automake/.
1878        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
[11a26b9]1879
[d4b5e876]18802003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1881
[5a80f36b]1882        * Makefile.am: Add bsp.pc.in.
[d4b5e876]1883        * bsp.pc.in: New (pkgconfig support).
1884
[7dcc3fe]18852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1886
1887        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1888
[539e266e]18892003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1890
1891        * lib/Makefile.am: New (Required by 'make dist').
1892        * lib/ChangeLog: Remove.
1893        * lib/.cvsignore: Cleanup.
1894        * configure.ac: Reflect having added lib/Makefile.am.
[5a80f36b]1895        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1896        lib/libbsp/configure.ac.
[8b615cd]1897        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1898        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
[dd984c0]1899
[da499ad]19002003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1901
1902        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
[6fcf4571]1903        * configure.ac: Merge-in librdbg/configure.ac.
[5a80f36b]1904        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1905        librdbg/configure.ac.
[1d331547]1906        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1907        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1908        LIBCHIP. Conditionally build include-dirs.
1909        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
[8b615cd]1910        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1911        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1912        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1913        librdbg/include/rdbg/m68k/Makefile.am,
1914        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1915        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1916        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1917        librdbg/src/powerpc/Makefile.am, librdbg/
1918        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1919        configure.ac into ../configure.ac.
[93a735b]1920        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1921        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1922        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1923        libnetworking/rtems_telnetd/Makefile.am,
1924        libnetworking/rtems_webserver/Makefile.am,
1925        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1926        into ../configure.ac.
[8b615cd]1927
19282003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1929
1930        PR 427/rtems
1931        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1932        * librdbg/src/servtsp.c: Ditto.
[1d331547]1933
19342003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1935
1936        PR 429/bsps
1937        PR 432/bsps
1938        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1939        packets are queued onto an elnk board, the ISR will deadlock the device
1940        with a tx complete interrupt.  Lighter tx loads are not affected as they
1941        end up submitting single packets to the device.
[4108ae8]1942
[babba25a]19432003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1944
[5a80f36b]1945        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1946        optman/configure.ac.
[d499683]1947        * optman/configure.ac: Remove (Merged into ../configure.ac).
1948        * optman/Makefile.am: Reflect having merged configure.ac into
1949        ../configure.ac.
[1d331547]1950        * libchip/configure.ac: Remove (Merged into ../configure.ac).
1951        * libchip/Makefile.am, libchip/ide/Makefile.am,
1952        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1953        libchip/serial/Makefile.am: Reflect having merged configure.ac into
1954        ../configure.ac.
[babba25a]1955
[c1a72962]19562003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1957
[5a80f36b]1958        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
[c1a72962]1959
[1d331547]19602003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1961
1962        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
1963        on i386.
1964
[93a735b]19652003-06-13      Joel Sherrill <joel@OARcorp.com>
1966
1967        * libnetworking/pppd/chat.c: Removed warnings.
1968
[1d331547]19692003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1970
1971        * libchip/network/README.3com: New file missed in previous commit.
1972        PR 405/bsps
1973        PR 393/networking
1974        * libchip/network/dec21140.c: Fix leak also known as PR393.
1975        * libchip/network/elnk.c, libchip/network/if_media.h,
1976        libchip/network/mii.h: New files.
1977        * libchip/network/Makefile.am: Reflect new files.
1978
[581c3117]19792003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1980
1981        * configure.ac: Remove support for profile-variant.
1982
[93a735b]19832003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1984
1985        PR 397/pppd
1986        * libnetworking/pppd/fsm.c: Make peer_mru global again.
1987        * libnetworking/pppd/magic.c: Remove *rand48.
1988        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
1989
[8a7f8c23]19902003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1991
1992        * wrapup/Makefile.am: Add libide.a.
1993
[1d331547]19942003-04-15      Joel Sherrill <joel@OARcorp.com>
1995
1996        PR 387/rtems_misc
1997        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
1998        routines.
1999        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2000
[93a735b]20012003-04-11      Joel Sherrill <joel@OARcorp.com>
2002
2003        * libnetworking/rtems_webserver/cgi.c,
2004        libnetworking/rtems_webserver/sockGen.c,
2005        libnetworking/rtems_webserver/umui.c,
2006        libnetworking/rtems_webserver/websSSL.c,
2007        libnetworking/rtems_webserver/websSSL.h,
2008        libnetworking/rtems_webserver/websda.c,
2009        libnetworking/rtems_webserver/websda.h: New files. Not included in
2010        previous commit.
2011
20122003-04-10      Joel Sherrill <joel@OARcorp.com>
2013
2014        PR 371/pppd
2015        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2016        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2017        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2018        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2019        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2020        still global symbols in rtemspppd.h which might need to be changed or
2021        converted into member of a structure which is dereferenced with a
2022        pointer that is managed as a per task variable. But this patch should
2023        avoid many conflicts.
2024
[1d331547]20252003-03-27      Joel Sherrill <joel@OARcorp.com>
2026
2027        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2028        not allowed in the cpukit source code since it must be buildable
2029        independent of any BSP. These files were moved to libchip/ide.
2030        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2031        files.
2032
20332003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2034
2035        PR 368/filesystems
2036        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2037        improvements which now work on pc386 and mbx8xx.
2038        * libchip/ide/ide_controller.c: New file.
2039
[93a735b]20402003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2041
2042        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2043
[db3e91f2]20442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2045
2046        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2047        * configure.ac: Add support/.
2048        * support/.cvsignore: New.
2049        * support/Makefile.am: New.
2050        * support/version.c: New.
2051        * wrapup/Makefile.am: Add support/libsupport.a.
[d499683]2052        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
[1d331547]2053        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
[8b615cd]2054        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
[93a735b]2055        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
[db3e91f2]2056
20572003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2058
2059        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2060
[1d331547]20612003-02-20      Till Straumann <strauman@slac.stanford.edu>
2062
2063        PR 354/networking
2064        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2065        chip against a table of supported chips. The untested ones are still
2066        commented out, however.
2067
[ccd81b60]20682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2069
2070        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
[9b5c258]2071        * configure.ac: AC_PREREQ(2.57).
[d499683]2072        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2073        * optman/configure.ac: AC_PREREQ(2.57).
[1d331547]2074        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2075        * libchip/configure.ac: AC_PREREQ(2.57).
[8b615cd]2076        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2077        * librdbg/configure.ac: AC_PREREQ(2.57).
[93a735b]2078        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2079        * libnetworking/configure.ac: AC_PREREQ(2.57).
2080
20812003-02-06      Joel Sherrill <joel@OARcorp.com>
2082
2083        * libnetworking/pppd/chat.c: Convert routines with common names to
2084        static. This included get_char(), put_char(), and character() among
2085        others.
[d499683]2086
20872003-02-03      Joel Sherrill <joel@OARcorp.com>
2088
2089        PR 338/filesystem
2090        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2091        rtems_io_lookup_name() (API change).  Unused function removed.
[9b5c258]2092
[17aa98d]20932003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2094
2095        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
[93a735b]2096        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2097        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2098        Eliminate *_O_FILES.
2099        * libnetworking/rtems_servers/Makefile.am,
2100        libnetworking/rtems_webserver/Makefile.am,
2101        libnetworking/rtems_telnetd/Makefile.am: Ditto.
[17aa98d]2102
[131814f]21032002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2104
2105        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2106        Let all-local: depend on $(LIB).
[93a735b]2107        * wrapup/Makefile.am, configure.ac: Remove libmisc.
[d499683]2108        * optman/Makefile.am: Apply install-data-local to install *.rels.
2109
21102002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2111
2112        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2113        %.c rules.
2114        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
[1d331547]2115        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2116        * libchip/rtc/Makefile.am: Ditto.
2117        * libchip/serial/Makefile.am: Ditto.
2118
21192002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2120
2121        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2122        LIBC_DEFINES.
2123        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2124        LIBC_DEFINES.
2125        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2126        LIBC_DEFINES.
[d499683]2127
21282002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2129
2130        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
[9346df0]2131
[d4181d5]21322002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2133
[5a80f36b]2134        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2135        cache-checking.
[d499683]2136        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
[d4181d5]2137
[028792e8]21382002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2139
2140        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
[5a80f36b]2141        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2142        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
[d499683]2143        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
[8b615cd]2144        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
[d499683]2145
21462002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2147
2148        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
[93a735b]2149        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2150        Remove.
[d499683]2151        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
[382e1eb3]2152
[6184265d]21532002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2154
2155        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2156        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2157
[1d331547]21582002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2159
2160        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2161        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2162
[d499683]21632002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2164
[93a735b]2165        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
[d499683]2166        * optman/rel.am: New.
2167
[54508fd]21682002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2169
2170        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
[5a80f36b]2171        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2172        braino in comment on "exec". Extend --enable-ada handling.
[54508fd]2173
[8b615cd]21742002-11-04      Joel Sherrill <joel@OARcorp.com>
2175
2176        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2177        tasks and rolling multiple loops into 1.
2178        * librdbg/src/m68k/rdbg_f.c: Removed warning.
[93a735b]2179        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2180        Removed warnings.
[8b615cd]2181
[1d331547]21822002-10-31      Joel Sherrill <joel@OARcorp.com>
2183
2184        * libchip/network/dec21140.c: Removed warnings.
[8b615cd]2185        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2186        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2187        librdbg/src/m68k/any/remdeb_xdr.c,
2188        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2189        warnings.
[93a735b]2190        * libnetworking/rtems_webserver/socket.c,
2191        libnetworking/rtems_webserver/uemf.h: Removed warnings.
[1d331547]2192
21932002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2194
2195        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2196        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2197        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2198        above.
2199
[c22d613]22002002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2201
[5a80f36b]2202        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
[c22d613]2203        * wrapup/.cvsignore: Remove autom4te.cache.
[d499683]2204        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
[1d331547]2205        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2206        autom4te.cache.
[8b615cd]2207        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2208        autom4te.cache.
[93a735b]2209        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2210        autom4te.cache.
[c22d613]2211
[154c99c]22122002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2213
2214        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2215
[d499683]22162002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2217
2218        * optman/.cvsignore: Add autom4te.cache.
2219
[1d331547]22202002-09-14      Joel Sherrill <joel@OARcorp.com>
2221
2222        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2223
[93a735b]22242002-09-07      Joel Sherrill <joel@OARcorp.com>
2225
2226        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2227        include files to resolve warnings.
2228
[1d331547]22292002-09-07      Chris Johns <ccj@acm.org>
2230
2231        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2232        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2233        which corrects the problem  where the cs8900.c file was actually the BSP
2234        glue.  Joel did some hacking so this file will compile.  Previously it
2235        required providing a target.h file to compile.
2236        * libchip/network/cs8900.c.bsp: New file.
2237
[93a735b]22382002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2239
2240        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2241
22422002-08-31      Joel Sherrill <joel@OARcorp.com>
2243
2244        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2245        eliminate warning.
2246
[a456af96]22472002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2248
2249        * configure.ac: Add ada-tests.
2250
[1846a62]22512002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2252
2253        * Makefile.am: Add preinstall-stamp.
2254
[93a735b]22552002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2256
2257        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2258        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2259        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2260        gcc31 happy.
2261        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2262        cp.
2263
[67bfd9a6]22642002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2265
[5a80f36b]2266        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2267        make/bsp.mak.
[67bfd9a6]2268        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2269        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2270
[93a735b]22712002-08-12      Joel Sherrill <joel@OARcorp.com>
2272
2273        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2274        avoid error.
2275
[55ac4e1]22762002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2277
2278        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
[85a8933]2279        * configure.ac: Add BSP_SUBDIRS.
2280        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
[d499683]2281        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2282        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
[1d331547]2283        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2284        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2285        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
[8b615cd]2286        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2287        RTEMS_CHECK_BSP_CACHE.
2288        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2289        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2290        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2291        .$(OBJEXT) instead of .o.
[93a735b]2292        * libnetworking/pppd/Makefile.am,
2293        libnetworking/rtems_servers/Makefile.am,
2294        libnetworking/rtems_telnetd/Makefile.am,
2295        libnetworking/rtems_webserver/Makefile.am,
2296        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
[85a8933]2297
[4db904ec]22982002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2299
[5a80f36b]2300        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
[2b61cd06]2301        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
[5a80f36b]2302        ../libchip/serial/$(ARCH)/libserialio.a.
[1d331547]2303        * libchip/serial/Makefile.am: Don't tmp-install lib.
2304        * libchip/rtc/Makefile.am: Don't tmp-install lib.
[2b61cd06]2305
[97bfd09]23062002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2307
2308        * Makefile.am: Add rtems_makedir.
[5a80f36b]2309        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
[94f4a9ba]2310        * Makefile.am: Add wrapup-SUBDIR.
2311        * wrapup/ChangeLog: Remove.
2312        * wrapup/configure.ac: Remove.
[5a80f36b]2313        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2314        (Make the bare BSP happy).
[f21ccd2]2315        * configure.ac: Ditto.
[5a80f36b]2316        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
[f0d7515]2317        Create make/custom/default.cfg.
[5a80f36b]2318        * configure.ac: Add creation of make/custom/*.cfg. Create
2319        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
[f0d7515]2320
[d6f4c1b6]23212002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2322
2323        * Makefile.am: Clean $(PROJECT_RELEASE).
2324
[93a735b]23252002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2326
2327        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2328        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2329        prototype mismatches.
2330
[d499683]23312002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2332
2333        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2334        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2335
[dbaca2a7]23362002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2337
2338        * acinclude.m4: Add test "$multilib" != "yes".
2339        * config-ml.in: Remove.
[247874ae]2340        * acinclude.m4: Cleanups.
2341        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
[5a80f36b]2342        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
[d499683]2343        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2344        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2345        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
[247874ae]2346
[1d331547]23472002-07-16      Eric Norum <eric.norum@usask.ca>
2348
2349        * New driver for the Intel EtherExpressPro (82559ER) chip.
2350        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2351        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2352        * libchip/network/Makefile.am: Modified to reflect above.
2353
[02ccf4a]23542002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2355
2356        * acinclude.m4: New.
[5a80f36b]2357        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2358        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2359        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
[02ccf4a]2360
[8b615cd]23612002-07-01      Joel Sherrill <joel@OARcorp.com>
2362
2363        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2364        _Objects_Information_table now that it is a two dimensional array based
2365        upon API and class.
[93a735b]2366        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2367        of strnlen().
2368
23692002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2370
2371        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2372        preinstall libnetapps.a.
[8b615cd]2373
[3ebe28f]23742002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2375
2376        * configure.ac: Remove librpc.
2377
[0b2f26d]23782002-06-25      Joel Sherrill <joel@OARcorp.com>
2379
[dee3768b]2380        * Per PR233, moved librpc to exec.
[0b2f26d]2381        * configure.ac, wrapup/Makefile.am: Modified.
2382        * librpc, librpc/ChangeLog: Removed.
2383
[d499683]23842002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2385
2386        * optman/Makefile.am: Remove multilib support.
2387        * optman/configure.ac: Ditto.
2388        * optman/sapi/Makefile.am: Ditto.
2389
[93a735b]23902002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2391
2392        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2393        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2394
23952002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2396
2397        Move networking libraries to c/src/exec/libnetworking
2398        * libnetworking/configure.ac, libnetworking/Makefile.am,
2399        libnetworking/wrapup/Makefile.am: Reflect Moval.
2400
[1b092b7]24012002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2402
[dee3768b]2403        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
[93a735b]2404        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2405        <rtems/bspIo.h>.
2406
24072002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2408
2409        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2410        * libnetworking/rtems/mkrootfs.h: Ditto.
2411        * libnetworking/rtems/Makefile.am: Reflect changes above.
[1b092b7]2412
[166475a]24132002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2414
2415        * configure.ac: Remove lib.
2416
[8b615cd]24172002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2418
2419        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2420        that exception stack frames on M68K members with VBR always are 6 byte
2421        long. The incorrect assumption resulted in some gdb commands like "next"
2422        to fail on the 68360.
2423
[d9af8a8e]24242002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2425
2426        * config-ml.in: Take out arm and sh variants RTEMS does not support.
[8b615cd]2427        PR 220
2428        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2429        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2430        CVS.
[93a735b]2431        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2432        libnetworking/sys/filio.h: Remove.
2433        * libnetworking/sys/Makefile.am: Reflect changes above.
[d9af8a8e]2434
[1d331547]24352002-05-07      Chris Johns <ccj@acm.org>
2436
2437        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2438        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2439        requires it to be stripped.
2440
[93a735b]24412002-05-01      Eric Norum <eric.norum@usask.ca>
2442
2443        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2444        assembly  to satisfy gcc 3.1 and newer.
2445
24462002-04-26      Eric Norum <eric.norum@usask.ca>
2447
2448        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2449        agressive optimization in gcc 3.1 does not reorder things.
2450
[1d331547]24512002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2452
2453        * libchip/network/dec21140.c: Reflect changes to powerpc's
2454        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
[8b615cd]2455        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2456        <rtems/score/cpu.h>.
2457        * librdbg/src/powerpc/rdbg_f.c: Ditto.
[93a735b]2458        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
[1d331547]2459
[d499683]24602002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2461
2462        * optman/configure.ac: Remove ENABLE_GCC28.
2463
[1d331547]24642002-04-11      Chris Johns <ccj@acm.org>
2465
2466        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2467        driver control block field to the ifconfig network driver structure.
2468        This field is needed by the i82586 driver which was ported from NetBSD
2469        as it had better hardware abstraction.
[93a735b]2470        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2471        PR59, added the drv_ctrl driver control block field to the ifconfig
2472        network driver structure. This field is needed by the i82586 driver
2473        which was ported from NetBSD as it had better hardware abstraction.
2474
24752002-04-10      Mike Siers <mikes@poliac.com>
2476
2477        * libnetworking/rtems_webserver/NOTES,
2478        libnetworking/rtems_webserver/asp.c,
2479        libnetworking/rtems_webserver/balloc.c,
2480        libnetworking/rtems_webserver/default.c,
2481        libnetworking/rtems_webserver/ej.h,
2482        libnetworking/rtems_webserver/ejIntrn.h,
2483        libnetworking/rtems_webserver/ejlex.c,
2484        libnetworking/rtems_webserver/ejparse.c,
2485        libnetworking/rtems_webserver/emfdb.c,
2486        libnetworking/rtems_webserver/emfdb.h,
2487        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2488        libnetworking/rtems_webserver/handler.c,
2489        libnetworking/rtems_webserver/license.txt,
2490        libnetworking/rtems_webserver/md5.h,
2491        libnetworking/rtems_webserver/md5c.c,
2492        libnetworking/rtems_webserver/mime.c,
2493        libnetworking/rtems_webserver/misc.c,
2494        libnetworking/rtems_webserver/ringq.c,
2495        libnetworking/rtems_webserver/rom.c,
2496        libnetworking/rtems_webserver/security.c,
2497        libnetworking/rtems_webserver/sock.c,
2498        libnetworking/rtems_webserver/sym.c,
2499        libnetworking/rtems_webserver/uemf.c,
2500        libnetworking/rtems_webserver/uemf.h,
2501        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2502        libnetworking/rtems_webserver/url.c,
2503        libnetworking/rtems_webserver/value.c,
2504        libnetworking/rtems_webserver/wbase64.c,
2505        libnetworking/rtems_webserver/webcomp.c,
2506        libnetworking/rtems_webserver/webpage.c,
2507        libnetworking/rtems_webserver/webrom.c,
2508        libnetworking/rtems_webserver/webs.c,
2509        libnetworking/rtems_webserver/webs.h,
2510        libnetworking/rtems_webserver/websuemf.c,
2511        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2512        2.1.4.
[1d331547]2513
25142002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2515
2516        * libchip/network/i82586.c: Include <string.h>.
2517        * libchip/network/sonic.c: Ditto.
2518
25192002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2520
2521        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2522
[93a735b]25232002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2524
2525        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2526
25272002-03-27      Thomas.Doerfler@imd-systems.de
2528
2529        PR 144
2530        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2531        memory address 0 when called for the first time. This is done when
2532        trying to clear the variable "dhcp_hostname".
2533
[7273b6e]25342002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2535
[5a80f36b]2536        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
[7273b6e]2537        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2538        * Makefile.am: Remove AUTOMAKE_OPTIONS.
[d499683]2539        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2540        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2541        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2542        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2543        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
[1d331547]2544        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2545        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2546        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2547        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2548        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2549        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
[8b615cd]2550        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2551        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2552        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2553        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2554        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2555        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2556        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2557        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2558        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2559        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2560        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2561        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2562        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2563        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2564        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2565        AUTOMAKE_OPTIONS.
[93a735b]2566        * libnetworking/configure.ac:
2567        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2568        foreign 1.6]).
2569        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2570        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2571        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2572        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2573        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2574        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2575        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2576        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2577        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2578        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2579        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2580        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2581        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2582        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2583        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2584        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2585        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2586
25872002-03-27      Ilya Alexeev <ilya@continuum.ru>
2588
2589        PR 162
2590        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2591        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2592        used in a device write routines.  Now ppp_softc structure have own
2593        character for writing to device (sc_outchar).  I think that converting
2594        local variables to static is not a right solution, because problems will
2595        occur in the case of two or more ppp instances.
2596        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2597        must be u_long, otherwise in the case of the big output packet endless
2598        loop may occur.
2599
26002002-03-21      Ilya Alexeev <ilya@continuum.ru>
2601
2602        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2603        preparations for multiple PPPD connections.
[8b615cd]2604
26052002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2606
2607        PR 149
2608        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2609        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2610        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2611        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
[7273b6e]2612
[1d42dcbc]26132002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2614
2615        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2616        * configure.ac: Modified to reflect addition.
2617
[93a735b]26182002-02-27      Ilya Alexeev <ilya@continuum.ru>
2619
2620        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2621        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2622        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2623        capabilities as well as eliminate some warnings.
2624
26252002-02-27      Eric Norum <eric.norum@usask.ca>
2626
2627        * libnetworking/net/radix.c: Properly handle fetching the default route
2628        when there is no route.  This was a bug in the original FreeBSD code and
2629        this fix is from an updated version of their code.
2630
26312002-02-16      Eric Norum <eric.norum@usask.ca>
2632
2633        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2634        checking.
2635
26362002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2637
2638        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2639        dodefaultroute.
2640
26412002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2642
2643        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2644        include <rtems/seterr.h>.
2645
26462002-02-01      Mike Siers <mikes@poliac.com>
2647
2648        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2649        avoid bringing the link down too fast. NOTE: Mike reports successfully
2650        running at 56K baud on a direct link.
2651
[8b615cd]26522002-02-01      Eric Valette <valette@crf.canon.fr>
2653
2654        * librdbg/So many patches have been posted recently on the mailing list
2655        and  because we were unable to find correct solution to compile on
2656        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2657        because the coding  style of rdbg was rather inconsistant among various
2658        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2659        global coding style (using indent + manual edits), 2) incorporate/review
2660        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2661        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2662        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2663        after rdbg initialization is done, NB : the paches is huge but it is
2664        mainly due to coding styke chnages.  Only few lines of codes have been
2665        really changed and they do not impact  rdbg functionnality (AFAIKT).
2666        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2667        librdbg/include/rdbg/m68k/rdbg_f.h,
2668        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2669        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2670        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2671        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2672        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2673        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2674        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2675        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2676        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2677        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2678        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2679        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2680        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2681        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2682        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2683        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2684
[93a735b]26852002-01-31      Mike Siers <mikes@poliac.com>
2686
2687        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2688        * Nice Update of PPPD support which eliminates the requiremetn that
2689        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2690        and reports that it seems to be more stable and handle larger packets
2691        better.  This patch replaces the termios tasks with more general pppd
2692        network driver tasks.  The functions pppinput() and pppstart() get
2693        called from the interrupt service routine.
2694        * libnetworking/Makefile.am, libnetworking/configure.ac,
2695        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2696        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2697        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2698        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2699        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2700        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2701        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2702        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2703        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2704        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2705        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2706        libnetworking/net/route.c, libnetworking/net/route.h,
2707        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2708        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2709        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2710        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2711        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2712        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2713        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2714        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2715        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2716        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2717        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2718        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2719        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2720        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2721        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2722        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2723        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2724        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2725        libnetworking/pppd/example/README,
2726        libnetworking/pppd/example/netconfig.h,
2727        libnetworking/wrapup/Makefile.am: Modified.
2728        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2729        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2730        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2731        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2732        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2733        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2734        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2735        libnetworking/modem/pppcompress.c: Subdirectory removed.
2736
27372002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2738
2739        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2740        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2741
[8b615cd]27422002-01-18      Till Straumann <strauman@slac.stanford.edu>
2743
2744        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2745        issues: - exception handler needs to enable MSR_FP if the interrupted
2746        thread is FP enabled. - printk message for MSR fixed and added
2747        stacktrace. NOTE: this requires the stacktrace patch to
2748        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2749        however).
2750
[d499683]27512002-01-06      Joel Sherrill <joel@OARcorp.com>
2752
2753        * optman/.cvsignore: Added aclocal.m4 and configure.
2754        * optman/.cvsignore: New file.
2755
[1d331547]27562002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2757
2758        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2759
[e4dbf55]27602002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2761
[5a80f36b]2762        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
[d499683]2763        * optman/ChangeLog: New.
2764        * optman/configure.ac: New.
2765        * optman/Makefile.am: New.
2766        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2767        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
[e4dbf55]2768
[efcb89c]27692001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2770
2771        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2772
[93a735b]27732001-12-18      Eric Norum <eric.norum@usask.ca>
2774
2775        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2776        `directories' (path names with a / at the end) while disallowing open()
2777        operations on TFTP `directories'.
2778
27792001-12-07      Eric Norum <eric.norum@usask.ca>
2780
2781        * libnetworking/lib/tftpDriver.c: Restore write capability.
2782
[1d331547]27832001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2784
2785        * libchip/network/sonic.h: Fix typo.
[93a735b]2786        * libnetworking/arpa/Makefile.am: Remove stray lines.
[1d331547]2787
[8b615cd]27882001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2789
2790        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2791
[93a735b]27922001-10-18      Eric Norum <eric.norum@usask.ca>
2793
2794        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2795        chdir() and open() operations within the TFTP file system.
2796
[8b615cd]27972001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2798
2799        * librdbg/configure.ac: Fix latent bug exposed by removal of
2800        config.cache's which prevented powerpc targets librdbg from building.
2801
[8dc51855]28022001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2803
2804        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2805        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2806        autoconf-2.52 happy.
2807
[93a735b]28082001-10-12      Mike Siers <mikes@poliac.com>
2809
2810        * libnetworking/Update to stable working state.  Congratulations Mike!
2811        :).
2812        * libnetworking/modem_example: Directory removed.
2813        * libnetworking/modem_example/16550.h,
2814        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2815        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2816        libnetworking/modem_example/ppp.h,
2817        libnetworking/modem_example/pppcompress.c: Files removed.
2818        * libnetworking/pppd/example/pppd.options: New file.
2819        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2820        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2821        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2822        libnetworking/pppd/rtemsmain.c: Updated.
2823
[1d331547]28242001-10-12      Joel Sherrill <joel@OARcorp.com>
2825
2826        * libchip/serial/z85c30.c: Fixed typo.
2827
[df25c998]28282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2829
2830        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2831        * configure.in: Remove.
2832        * configure.ac: New file, generated from configure.in by autoupdate.
[1d331547]2833        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2834        * libchip/configure.in: Remove.
2835        * libchip/configure.ac: New file, generated from configure.in by
2836        autoupdate.
[8b615cd]2837        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2838        * librdbg/configure.in: Remove.
2839        * librdbg/configure.ac: New file, generated from configure.in by
2840        autoupdate.
[93a735b]2841        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2842        * libnetworking/configure.in: Remove.
2843        * libnetworking/configure.ac: New file, generated from configure.in by
2844        autoupdate.
[1d331547]2845
28462001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2847
2848        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2849        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2850        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2851
28522001-09-27      Joel Sherrill <joel@OARcorp.com>
2853
2854        * libchip/ChangeLog: Fixed typo in date.
2855
[93a735b]28562001-09-27      Eric Norum <eric.norum@usask.ca>
2857
2858        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2859        TFTP  filesystem.
2860
[8b615cd]28612001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2862
2863        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2864        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2865        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2866        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2867        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2868        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2869        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2870        'PREINSTALL_FILES ='.
[93a735b]2871        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2872        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2873        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2874        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2875        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2876        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2877        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2878        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2879        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2880        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2881        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2882        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
[8b615cd]2883
28842001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2885
2886        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2887        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2888        * librdbg/src/m68k/any/Makefile.am: Ditto.
2889        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
[93a735b]2890        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2891        happy.
[8b615cd]2892
[1d331547]28932001-09-21      Joel Sherrill <joel@OARcorp.com>
2894
2895        * libchip/network/Makefile.am: Fixed typo on file name.
2896        * libchip/network/i82586.c: Commented out line 318 which is referencing
2897        a member of a structure that is not currently there.  This needs to be
2898        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2899        to C style.
2900
[93a735b]29012001-09-19      Eric Norum <eric.norum@usask.ca>
2902
2903        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2904
[1d331547]29052001-09-19      Chris Johns <ccj@acm.org>
2906
2907        * libchip/network/README.i82586, libchip/network/i82586.c,
2908        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2909        Network driver for Intel i82586.
[93a735b]2910        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2911        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2912        "root" filesystem with information obtained via the DHCP response.
[1d331547]2913
[8b615cd]29142001-09-14      Eric Norum <eric.norum@usask.ca>
2915
2916        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2917        make gcc 3.x happy.
2918
[93a735b]29192001-08-16      Mike Siers <mikes@poliac.com>
2920
2921        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2922        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2923        These support callback functionality that has not even been compiled
2924        under RTEMS yet.
2925        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2926        example application.  Mike's notes on the modifications: - renamed
2927        error() function because of namespace problems - removed calls to the
2928        exit() funciton - removed extra files from the pppd source directory -
2929        defined pppd task constant values in rtemspppd.h - modifyied example
2930        code to get actual tick per second value - placed the pppd 2.3.11 man
2931        page file (pppd.8) into the pppd directory.
2932        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2933        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2934        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2935        libnetworking/pppd/rtems-ppp.c: Deleted.
2936        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2937        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2938        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2939        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2940        libnetworking/pppd/example/init.c,
2941        libnetworking/pppd/example/netconfig.h,
2942        libnetworking/pppd/example/ppp.conf,
2943        libnetworking/pppd/example/pppdapp.c,
2944        libnetworking/pppd/example/system.h: New files.
2945        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2946        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2947        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2948        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2949        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2950        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2951        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2952        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2953        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2954        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2955        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2956        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2957        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2958        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
2959        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
2960
29612001-08-16      Joel Sherrill <joel@OARcorp.com>
2962
2963        * libnetworking/pppd/example/Makefile: Removed.
2964        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
2965        to avoid bootstrap -c clobbering it.
2966        * libnetworking/rtems_telnetd/.cvsignore: New file.
2967
29682001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2969
2970        * libnetworking/Makefile.am, libnetworking/configure.in,
2971        libnetworking/rtems_servers/Makefile.am,
2972        libnetworking/rtems_servers/telnetd.c,
2973        libnetworking/rtems_servers/telnetd.h,
2974        libnetworking/rtems_telnetd/Makefile.am,
2975        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2976        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2977        libnetworking/rtems_telnetd/telnetd.c,
2978        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
2979        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
2980        effect when ftpd change. - the tcp/ip stats have been implemented into
2981        icmds.c and started when telnetd daemon is started.
2982        * libnetworking/rtems_servers/telnetd.c,
2983        libnetworking/rtems_servers/telnetd.h: Removed.
2984        * libnetworking/rtems_telnetd: New directory.
2985        * libnetworking/rtems_telnetd/Makefile.am,
2986        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
2987        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
2988        libnetworking/rtems_telnetd/telnetd.c,
2989        libnetworking/rtems_telnetd/telnetd.h: New files.
2990
29912001-06-14      Joel Sherrill <joel@OARcorp.com>
2992
2993        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
2994        Moved from libmisc/shell so the network stack to address network
2995        depenendency.
2996        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
2997
29982001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2999
3000        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3001
[8b615cd]30022001-05-15      Joel Sherrill <joel@OARcorp.com>
3003
3004        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3005        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3006        accidentally deleted the incorrectly empty versions.
3007
[1d331547]30082001-05-14      Till Straumann <strauman@slac.stanford.edu>
3009
3010        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3011        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3012        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3013        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3014        to know the values) - the affected BSP (shared/motorola) headers have
3015        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3016        driver (libchip/network/dec21140.c) has been fixed to use
3017        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3018        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3019        who is using this driver. - the DEC driver also has been fixed to use
3020        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3021        delay_in_bus_cycles().
3022
[93a735b]30232001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3024
3025        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3026
[1d331547]30272001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3028
3029        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3030
[93a735b]30312001-04-24      Eric Norum <eric.norum@usask.ca>
3032
3033        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3034        NTP synchronization a little more robust -- no NTP daemon yet, but at
3035        least it trys a little harder when the primary NTP server is down.
3036
30372001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3038
3039        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3040        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3041        libnetworking/pppd/modem_example/modem.c,
3042        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3043        other strings into English.
3044        * libnetworking/pppd/STATUS: updated to reflect the changes.
3045
30462001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3047
3048        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3049        again.
3050
[8b615cd]30512001-04-20      Eric Valette <valette@crf.canon.fr>
3052
3053        * mcp750 directory renamed new_exception processing as it supports many
3054        more CPU models.
3055        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3056        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3057        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3058        formerly in mcp750 plus modifications.
3059        * librdbg/src/powerpc/mcp750/.cvsignore,
3060        librdbg/src/powerpc/mcp750/Makefile.am,
3061        librdbg/src/powerpc/mcp750/remdeb.h,
3062        librdbg/src/powerpc/mcp750/remdeb_f.x,
3063        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3064        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3065        new_exception_processing.
3066        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3067        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3068        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3069        part of this effort to add support for the MPC8xx.
3070
30712001-04-19      Joel Sherrill <joel@OARcorp.com>
3072
3073        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3074        internal include files.
3075
[93a735b]30762001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3077
3078        PR 158
3079        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3080        rcmd() library call by commenting out the parts that deal with signals.
3081        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3082        stdio. The 'server-side' parts of this file which deal with
3083        authentication are disabled since they are not needed.
3084
30852001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3086
3087        * libnetworking/include/.cvsignore: Remove dangling file.
3088
[1d331547]30892001-03-14      Joel Sherrill <joel@OARcorp.com>
3090
3091        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3092        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3093        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3094        libchip style serial drivers can be written in libcpu or libbsp.
3095
30962001-03-01      Joel Sherrill <joel@OARcorp.com>
3097
3098        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3099        libchip/network/sonic.c, libchip/network/sonic.h,
3100        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3101        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3102        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3103        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3104        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3105        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3106        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3107        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3108
[8b615cd]31092001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3110
3111        * librdbg/include/rdbg/Makefile.am,
3112        librdbg/include/rdbg/i386/Makefile.am,
3113        librdbg/include/rdbg/m68k/Makefile.am,
3114        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3115        style on include files.
3116
[1d331547]31172001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3118
3119        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3120        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3121        replace ${..} with $(..).
[93a735b]3122        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3123        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3124        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3125        libnetworking/rtems/Makefile.am, libnetworking/
3126        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3127        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3128        include_*HEADERS instead of H_FILES.
3129        * libnetworking/include/Makefile.am: Remove.
3130        * libnetworking/Makefile.am: Add handling of *.h files.
3131        * libnetworking/configure.in: Remove include/Makefile.
[df25c998]3132
[6e6f0f06]31332001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3134
3135        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3136
[93a735b]31372001-01-31      Sergei Organov <osv@javad.ru>
3138
3139        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3140        current dir and root dir removed in favor of new libio support for
3141        task-local current and root directories. - Bug in `close_data_socket()'
3142        introduced by previous change fixed. - `command_pasv()' changed to set
3143        timeout on socket we are listening on and code fixed to don't close
3144        socket twice on error. - `serr()' changed to clear `errno'. -
3145        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3146        changed to clear `errno' before processing session. -
3147        `close_data_socket()' fixed to close both active and passive sockets -
3148        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3149        empty string  in `exec_command()'.
3150
31512001-01-25      Eric Norum <eric.norum@usask.ca>
3152
3153        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3154        improves throughput on systems which are dropping packets.   Only the
3155        first timeout is reduced.  This keeps the number of extra packets down
3156        on networks that are very busy and dropping lots of packets.
3157
31582001-01-24      Sergei Organov <osv@javad.ru>
3159
3160        * libnetworking/rtems_servers/ftpd.c,
3161        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3162        - Timeouts on sockets implemented. 'idle' field added to configuration.
3163        No timeout by default to keep backward compatibility. Note: SITE IDLE
3164        command not implemented yet. - Basic global access control implemented.
3165        'access' field added to configuration. No access limitations by default
3166        to keep backward compatibility. - Anchor data socket for active mode
3167        (using self IP and port 20.) - Fixed default data port support (still
3168        not tested). - Don't allow IP address different from originating host in
3169        PORT command to improve security. - Fixed bug in MDTM command. - Check
3170        for correctness of parsing of argument in command_port(). - Fixed
3171        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3172        a directory. - Command parsing a little bit improved: command names are
3173        now converted to upper-case to be more compatible with RFC (command
3174        names are not case-sensitive.) - Reformat comments so that they have
3175        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3176        previous changes - True ASCII mode implemented (doesn't work for hooks
3177        and /dev/null) - Passive mode implemented, PASV command added. - Default
3178        port for data connection could be used (untested, can't find ftp client
3179        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3180        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3181
[8b615cd]31822001-01-18      Joel Sherrill <joel@OARcorp.com>
3183
3184        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3185        macro using variable arguments.
3186        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3187        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3188        since I updated the main RTEMS development machine to RedHat 7.2 and
3189        apparently got a new version of rpcgen.
3190
[93a735b]31912001-01-12      Sergei Organov <osv@javad.ru>
3192
3193        * libnetworking/rtems_servers/ftpd.c,
3194        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3195        - use pool of pre-created threads to handle sessions instead of
3196        creating/deleting threads on the fly - LIST output is now similar to
3197        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3198        happy with it. - LIST NAME now works (both for files and directories) -
3199        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3200        clients happy  - keep track of CWD for every session separately -
3201        ability to specify root directory name for FTPD in configuration table.
3202        FTPD will then create illusion for FTP clients that this is actually
3203        root directory. - ignore options sent in commands, thus LIST -al FILE
3204        works and doesn't try to list "-al" directory. - buffers are allocated
3205        on stack instead of heap where possible to eliminate malloc/free calls
3206        (avoid possible heap fragmentation troubles). - drop using of task
3207        notepad to pass parameters - use function arguments instead - use
3208        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3209        in socket() instead of AF_INET.
3210
32112001-01-02      Joel Sherrill <joel@OARcorp.com>
3212
3213        * libnetworking/CHANGELOG: Removed.
3214        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3215
32162000-12-14      Eric Norum <eric.norum@usask.ca>
3217
3218        * libnetworking/lib/tftpDriver.c: Added write capability.
3219
32202000-12-08      Joel Sherrill <joel@OARcorp.com>
3221
3222        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3223        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3224        numerous variable declarations conditional on PPP_COMPRESS and
3225        PPP_FILTER.  Commented out variables that were not used because the code
3226        using them was commented out. Removed totally unused variables.
3227        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3228        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3229
32302000-11-30      Joel Sherrill <joel@OARcorp.com>
3231
3232        * libnetworking/modem/ppp_tty.c: Changed to include
3233        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3234        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3235        * libnetworking/Makefile.am: Modified to reflect above.
3236
32372000-11-27      Joel Sherrill <joel@OARcorp.com>
3238
3239        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3240
32412000-11-25      Eric Norum <eric.norum@usask.ca>
3242
3243        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3244        core.
3245
32462000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3247
3248        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3249        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3250        subdir.
3251        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3252        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3253        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3254        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3255        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3256        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3257        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3258        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3259        ppp_tty.c and the real pppd main is in pppmain.c.
3260
[1d331547]32612000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3262
3263        * libchip/network/sonic.c: Added ipalign() routine to align the received
3264        packet so that the ip header is on a 32-bit boundary. Necessary for
3265        cpu's that do not allow unaligned loads and stores and when the 32-bit
3266        DMA mode is used.
3267
[feead226]32682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3269
3270        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
[1d331547]3271        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3272        ACLOCAL_AMFLAGS.
[8b615cd]3273        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3274        ACLOCAL_AMFLAGS.
[93a735b]3275        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3276        ACLOCAL_AMFLAGS.
[1d331547]3277
32782000-11-03      Chris Johns <ccj@acm.org>
3279
3280        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3281        libchip/network/cs8900.h: New files.
[feead226]3282
[a314d3b4]32832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3284
3285        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
[1d331547]3286        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3287        $(RTEMS_TOPdir)/aclocal.
[8b615cd]3288        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3289        $(RTEMS_TOPdir)/aclocal.
[93a735b]3290        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3291        $(RTEMS_TOPdir)/aclocal.
[a314d3b4]3292
[846027b]32932000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3294
3295        * configure.in: Switch to GNU-canonicalization.
3296        * Makefile.am: Reflect changes to configure.in.
3297        * acinclude.m4: Remove.
3298
[93a735b]32992000-10-30      Joel Sherrill <joel@OARcorp.com>
3300
3301        * POSIX include files merged into newlib.  This resulted in some
3302        definitions moving to other files and thus some secondary effects in
3303        RTEMS source code.
3304        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3305        in sync with newlib's <machine/types.h>.
3306        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3307        definition of struct itimerval in <sys/time.h>.
3308
[1c31722]33092000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3310
[5a80f36b]3311        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3312        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
[d16ca93]3313        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3314        * ChangeLog: Fix typos.
3315        * configure.in: add tests to the GNU canonicalized subdirectories.
[1c31722]3316
[a6eabdb6]33172000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3318
[5a80f36b]3319        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3320        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3321        the lib directory before configuring lib/.
[c05edee]3322
[e590416a]33232000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3324
[5a80f36b]3325        * configure.in, Makefile.am: add exec to the GNU canonicalized
3326        subdirectories.
3327        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3328        * configure.in: add libnetworking, librpc and librdb to the GNU
3329        canonicalized subdirectories.
[fa60c5b]3330        * configure.in: add libmisc and libchip to the GNU canonicalized
3331        subdirectories.
[1d331547]3332        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3333        Switch to GNU canonicalization.
[8b615cd]3334        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3335        Switch to GNU canonicalization.
[93a735b]3336        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3337        Switch to GNU canonicalization.
[fa60c5b]3338
[4a2faa7c]33392000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3340
3341        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
[5a80f36b]3342        canonicalization to libfs/. The approach is currently a bit of a hack as
3343        GNU canonicalization does not support the per-BSP build some of the
3344        other directories require.  As more of the tree is converted, this will
3345        become less  of an issue.
[4a2faa7c]3346
[1d331547]33472000-10-20      Joel Sherrill <joel@OARcorp.com>
3348
3349        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3350        parameter.
3351
[8b615cd]33522000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3353
3354        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3355        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3356        * librdbg/configure.in: Add m68k support.
3357        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3358        subdirectory.
3359        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3360        failure.
3361        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3362        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3363        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3364        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3365        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3366        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3367        librdbg/src/m68k/.cvsignore: New files.
[93a735b]3368        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3369        function pointers.
3370        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3371        _after_ pointer has been checked against NULL.
[8b615cd]3372
[10c6e903]33732000-10-18      Joel Sherrill <joel@OARcorp.com>
3374
3375        * wrapup/Makefile.am: Added libfs.
3376
[5a80f36b]33772000-10-18      Chris Johns <ccj@acm.org>
[ee419f3]3378
3379        * libfs created.
3380        * configure.in: Added libfs subdirectory.
[93a735b]3381        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3382
33832000-09-28      Joel Sherrill <joel@OARcorp.com>
3384
3385        * libnetworking/rtems_webserver/Makefile.am,
3386        libnetworking/rtems_webserver/base64.c,
3387        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3388        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3389
33902000-09-22      Joel Sherrill <joel@OARcorp.com>
3391
3392        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3393        libnetworking/rtems/rtems_bsdnet_internal.h,
3394        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3395        have included rtems.h.  It is now including precisely the  least amount
3396        of low level, yet portable .h files to get the basic RTEMS types
3397        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3398        used machine/types.h to include rtems.h.
[ee419f3]3399
[00438014]34002000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3401
[5a80f36b]3402        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
[00438014]3403
[93a735b]34042000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3405
3406        * libnetworking/ChangeLog: Cleanup.
3407
[1d331547]34082000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3409
3410        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3411        * libchip/ChangeLog: Fix formating.
3412
[93a735b]34132000-09-05      Joel Sherrill <joel@OARcorp.com>
3414
3415        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3416        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3417        confusion and to work with the converted flags.
3418
[19530ab5]34192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3420
3421        * wrapup/Makefile.am: Include compile.am.
[1d331547]3422        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3423        libchip/serial/Makefile.am: Include compile.am.
[8b615cd]3424        * librdbg/src/i386/any/Makefile.am,
3425        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
[93a735b]3426        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3427        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3428        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3429        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3430        libnetworking/rtems_servers/Makefile.am,
3431        libnetworking/rtems_webserver/Makefile.am,
3432        libnetworking/wrapup/Makefile.am: Include compile.am.
3433
34342000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3435
3436        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3437        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3438
34392000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3440
3441        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3442
34432000-08-31      Joel Sherrill <joel@OARcorp.com>
3444
3445        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3446        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3447        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3448        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3449        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3450        * libnetworking/wbase64.c: Removed.
3451        * libnetworking/Makefile.am, libnetworking/asp.c,
3452        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3453        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3454        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3455        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3456        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3457        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3458        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3459        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3460        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3461        Modified.
[19530ab5]3462
[00966ba]34632000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3464
[19530ab5]3465        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
[00966ba]3466
[93a735b]34672000-08-30      Joel Sherrill <joel@OARcorp.com>
3468
3469        * libnetworking/rtems_webserver/license.txt: New file.
3470
[e94ad1fe]34712000-08-10      Joel Sherrill <joel@OARcorp.com>
3472
3473        * ChangeLog: New file.
[1d331547]3474        * libchip/ChangeLog: New file.
[8b615cd]3475        * librdbg/ChangeLog: New file.
[93a735b]3476        * libnetworking/ChangeLog: New file.
[5a80f36b]3477
Note: See TracBrowser for help on using the repository browser.