source: rtems/c/src/ChangeLog @ 6ea100c1

4.104.114.95
Last change on this file since 6ea100c1 was 89d19033, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/08 at 20:49:05

2008-05-07 Till Straumann <strauman@…>

PR 649/bsps

  • libchip/ide/ata.c: Give up if the interface does not become ready.
  • Property mode set to 100644
File size: 135.5 KB
Line 
12008-05-07      Till Straumann <strauman@slac.stanford.edu>
2
3        PR 649/bsps
4        * libchip/ide/ata.c: Give up if the interface does not become ready.
5
62008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        Moved to cpukit.
9        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
10        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
11        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
12        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
13        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
14        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
15        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
16        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
17        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
18        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
19        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
20        nfsclient/src/xdr_mbuf.c: Removed.
21
222008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
25
262008-01-05      Chris Johns <chrisj@rtems.org>
27
28        * libchip/flash/am29lv160.c: Update the blank check error message
29        to say there is an error.
30       
312007-12-22      Chris Johns <chrisj@rtems.org>
32
33        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
34        the hello message. Just one line but still a little too long.
35       
362007-12-14      Chris Johns <chrisj@rtems.org>
37
38        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
39        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
40        * libchip/flash, libchip/flash/am29lv160.c,
41        libchip/flash/am29lv160.h: New.
42
432007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * libchip/network/if_fxp.c: Spacing.
46
472007-11-20      Till Straumann <strauman@slac.stanford.edu>
48
49        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
50        Avoid using 'stdio' before the system is up and fully
51        initialized.
52
532007-11-20      Till Straumann <strauman@slac.stanford.edu>
54
55        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
56        * libchip/Makefile.am, libchip/preinstall.am:
57        added new driver for Maxim DS1375 i2c RTC.
58
592007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
60
61        * libchip/i2c/spi-flash-m25p40.c:
62        added addressing call in write function
63
642007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
65
66        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
67        * libchip/Makefile.am:
68        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
69
702007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
73
742007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * nfsclient/Makefile.am: Fix errors.
77
782007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
81
822007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * aclocal/version.m4: Bump RTEMS_API to 4.9.
85        Bump RTEMS_VERSION to 4.8.99.0.
86
872007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
90
912007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * configure.ac: Remove AC_PROG_AWK (Unused).
94
952007-09-14      Daron Chabot <djc915@mail.usask.ca>
96
97        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
98        rtems_interrupt_vector, to permit passing arbitrary arguments to the
99        ISR. Clean up of variables to silence compiler warnings.
100
1012007-09-13      Daniel Hellstrom <daniel@gaisler.com>
102
103        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
104
1052007-09-12      Daniel Hellstrom <daniel@gaisler.com>
106
107        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
108          - Odd bit bug in some chips taken care of.
109          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
110            alignment but failing to do so must have made the driver writer to make
111            some incorrect assumptions about MBUFs.
112          - Fixed MBUF handling to handle mbuf chains better. The Data length of
113            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
114          - Made while loop responsible for copying data to fifo port copy 16 shorts
115            per loop instead of 1 short, increasing the copying process.
116
1172007-09-07      Daniel Hellstrom <daniel@gaisler.com>
118
119        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
120        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
121
1222007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * configure.ac, wrapup/Makefile.am: Remove RDBG.
125        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
126        librdbg/Makefile.am, librdbg/preinstall.am,
127        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
128        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
129        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
130        librdbg/include/rdbg/powerpc/rdbg_f.h,
131        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
132        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
133        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
134        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
135        librdbg/src/servtsp.c, librdbg/src/servutil.c,
136        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
137        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
138        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
139        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
140        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
141        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
142        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
143        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
144        librdbg/src/powerpc/rdbg_f.c,
145        librdbg/src/powerpc/new_exception_processing/remdeb.h,
146        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
147        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
148        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
149
1502007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
153
1542007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
157          sizes.
158
1592007-07-27      Chris Johns <chrisj@rtems.org>
160
161        * wrapup/Makefile.am: Create archive from a file for hosts
162        with a limited command line size.
163
1642007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
167          sizes.
168
1692007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
170       
171        * configure.ac: Add nfsclient.
172        * nfsclient/Makefile.am: New.
173        * nfsclient/proto/Makefile, nfsclient/Makefile,
174          nfsclient/src/Makefile: Remove.
175        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
176        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
177
1782007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
179
180        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
181        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
182        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
183        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
184        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
185        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
186        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
187        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
188        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
189        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
190        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
191        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
192
1932007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
194
195        * libchip/serial/ns16550.c: removed timed out wait for transmitter
196        to become ready: This will not work for fast CPUs.
197
1982007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
199
200        * libchip/ide/ata.c: fixed warning
201
2022007-06-20      Ray Xu <rayx@gmail.com>
203
204        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
205        console, and libio. This shrinks the memory requirements but Joel has
206        not figured out how best to present this to application space.
207        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
208        New files.
209
2102007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
211
212        * optman/sapi/no-io.c: Split IO Manager into one function per file so
213        now we only need required initialization methods.
214
2152007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
216
217        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
218        parameter since it was used to configure a no longer used feature.
219        Device names are now part of the filesystem not in a table.
220
2212007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
222
223        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
224        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
225        optman/rtems/no-part.c, optman/rtems/no-region.c,
226        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
227        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
228        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
229        other optional managers so using them reduces application size
230        instead of increasing it.
231        * optman/rtems/no-barrier.c: New file.
232
2332007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
234
235        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
236        adjustments to pci-API changes.
237        * libchip/network/dec21140.c, libchip/network/elnk.c,
238        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
239        changes.
240
2412007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
242
243        * libchip/network/dec21140.c, libchip/network/if_dc.c,
244        libchip/network/if_fxp.c: Reflect changes to pci-API.
245
2462007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
247
248        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
249        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
250
2512007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
252
253        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
254          being used to compile "tools").
255
2562007-03-13      Joel Sherrill <joel@OARcorp.com>
257
258        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
259
2602007-03-12      Joel Sherrill <joel@OARcorp.com>
261
262        * libchip/network/cs8900.c, libchip/network/cs8900.h,
263        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
264        and/or fix mistake in copyright notice. Both of these mistakes appear
265        to be from code submitted after these changes were made previously.
266
2672007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
268
269        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
270
2712007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
272
273        * libchip/Makefile.am: Correct path to README.tulipclone.
274
2752007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
276
277        * libchip/ide/ata.c: Remove superfluous type casts.
278
2792007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
280
281        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
282        Use size_t for sizes.
283
2842007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
285
286        * libchip/ide/ata.c: in ata_request_done: moved call to free()
287        from preemption disabled region
288
2892007-01-16      Till Straumann <strauman@slac.stanford.edu>
290
291        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
292        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
293        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
294
2952006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
296
297        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
298          ioctl_command_t as ioctl argument.
299
3002006-12-13      Joel Sherrill <joel@OARcorp.com>
301
302        * librtems++/include/rtems++/rtemsEvent.h,
303        librtems++/include/rtems++/rtemsMessageQueue.h,
304        librtems++/include/rtems++/rtemsSemaphore.h,
305        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
306        librtems++/src/rtemsMessageQueue.cc,
307        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
308        rtems_unsigned32 to uint32_t.
309
3102006-12-13      Joel Sherrill <joel@OARcorp.com>
311
312        PR 1181/bsps
313        * optman/rtems/no-msg.c: Clean up dead code.
314
3152006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
316
317        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
318
3192006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
320
321        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
322        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
323        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
324
3252006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
326
327        * configure.ac: New BUG-REPORT address.
328
3292006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
330
331        * Makefile.am: Remove ampolish3.
332
3332006-11-17      Joel Sherrill <joel@OARcorp.com>
334
335        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
336        blank lines.
337
3382006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
339
340        * configure.ac: Remove RTEMS_AMPOLISH3.
341        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
342          Remove checks for AMPOLISH3.
343        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
344        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
345        * ampolish3: Remove.
346
3472006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
348
349        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
350        * aclocal/prog-cc.m4: Remove CFLAGS.
351        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
352        Compose CFLAGS. Append CFLAGS to ac_configure_args.
353
3542006-10-23      Joel Sherrill <joel@OARcorp.com>
355
356        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
357
3582006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
359
360        * automake/compile.am: Use hard-coded RTEMS_* flags.
361
3622006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
363
364        * aclocal/rtems-top.m4: Remove RTEMS_API.
365        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
366
3672006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
368
369        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
370
3712006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
372
373        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
374
3752006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
376
377        * aclocal/version.m4: Bump version to 4.7.99.0.
378
3792006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
380
381        * configure.ac: Require autoconf-2.60. Require automake-1.10.
382
3832006-09-11      Joel Sherrill <joel@OARcorp.com>
384
385        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
386
3872006-09-04      Joel Sherrill <joel@OARcorp.com>
388
389        * libchip/network/greth.c, libchip/network/open_eth.c,
390        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
391        introduced by warning removal.
392
3932006-09-01      Joel Sherrill <joel@OARcorp.com>
394
395        * libchip/network/greth.c, libchip/network/open_eth.c,
396        libchip/network/smc91111.c: Remove warnings and correct prototype
397        added earlier today.
398
3992006-09-01      Joel Sherrill <joel@OARcorp.com>
400
401        * libchip/network/cs8900.c, libchip/network/greth.c,
402        libchip/network/i82586.c, libchip/network/open_eth.c,
403        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
404        sized integers, and inttypes.h printf helpers.
405
4062006-08-09      Kolja Waschk <waschk@telos.de>
407
408        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
409
4102006-07-12      Joel Sherrill <joel@OARcorp.com>
411
412        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
413
4142006-07-11      Jerry Needell <jerry.needell@unh.edu>
415
416        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
417        4.6 branch.  Original modifications by Gaisler Enterprises.
418        * libchip/network/greth.c, libchip/network/greth.h: New files.
419
4202006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
421
422        * ide/ata.[ch]:
423        (PR1118) fetch priority for ATA task from a variable,
424        not a fixed configuration value.
425       
4262006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
427
428        * Makefile.am: Add ampolish3.
429
4302006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
431
432        * ampolish3: New.
433        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
434
4352006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
436
437        * aclocal/rtems-ampolish.m4: New.
438        * configure.ac: Use RTEMS_AMPOLISH3.
439
4402006-04-18  Joel Sherrill <joel@OARcorp.com>
441
442        * aclocal/version.m4: Updated to rtems-4.6.99.3.
443
4442006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
445
446        PR 853/filesystem
447        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
448        should be modified to support the new exception scheme and to use the
449        handle parameter.
450
4512006-02-a32     Eric Norum <norume@aps.anl.gov>
452
453        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
454        "newer" PCI access calls.  Minor cleanups.  Comments.
455
4562006-01-12      Eric Norum <norume@aps.anl.gov>
457
458        PR 861/networking
459        PR 863/networking
460        * libchip/network/smc91111.c: Fix illegal lvalue increments.
461
4622006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
463
464        * wrapup/Makefile.am: Add preinstall.am.
465        * libchip/Makefile.am: Build libchip/network/smc91111.
466        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
467        Eliminate cyg_int* crap.
468
4692006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
470
471        * librdbg/Makefile.am: Add preinstall.am.
472        * aclocal/bsp-configure.m4: Add ampolish3.
473        New header guards.
474
4752006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
476
477        * libchip/network/open_eth.c, libchip/network/open_eth.h:
478        Merger from rtems-4-6-branch.
479
4802006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
481
482        * libchip/network/smc91111.c
483        libchip/network/smc91111config.h
484        libchip/network/smc91111exp.h
485        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
486        * libchip/Makefile.am: Reflect adding smc91111*.
487
4882006-01-08      Joel Sherrill <joel@OARcorp.com>
489
490        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
491        char *.
492
4932006-01-08      Joel Sherrill <joel@OARcorp.com>
494
495        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
496        warnings.
497
4982005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
499
500        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
501        Add RTEMS_RELLDFLAGS.
502        * automake/compile.am: Remove RTEMS_USE_GCC.
503        Remove RTEMS_RELLDFLAGS.
504        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
505
5062005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
507
508        * libchip/network/if_media.h, libchip/network/mii.h:
509        Remove (Moved to cpukit).
510        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
511        and libchip/network/if_media.h.
512        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
513        if_media.h having moved.
514
5152005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
516
517        * automake/compile.am, automake/host.am, automake/local.am,
518        automake/subdirs.am: Remove depend.
519        * configure.ac: Explicitly pass --libdir and --includedir to
520        testsuites.
521
5222005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
523
524        * configure.ac: Reflect changes to testsuites.
525
5262005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
527
528        * automake/compile.am: Remove GCCSPECS.
529        * aclocal/prog-cc.m4: Add GCCSPECS.
530        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
531
5322005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
533
534        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
535        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
536
5372005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
538
539        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
540        libcpu/byteorder.h for i386.
541
5422005-11-02      Till Straumann <strauman@slac.stanford.edu>
543
544        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
545        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
546        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
547        added a simple API/library for i2c devices and drivers for i2c
548        2-byte eeproms and a ds1621 temperature sensor; API is documented
549        in libi2c.h.
550
5512005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
552
553        * libnetworking/pppd/ipxcp.c,
554        libnetworking/pppd/chat.c,
555        libnetworking/pppd/patchlevel.h,
556        libnetworking/pppd/upap.h,
557        libnetworking/pppd/md5.h,
558        libnetworking/pppd/pppd.8,
559        libnetworking/pppd/README,
560        libnetworking/pppd/preinstall.am,
561        libnetworking/pppd/md4.h,
562        libnetworking/pppd/magic.c,
563        libnetworking/pppd/pppd.h,
564        libnetworking/pppd/demand.c,
565        libnetworking/pppd/rtemsmain.c,
566        libnetworking/pppd/sys-rtems.c,
567        libnetworking/pppd/ipcp.h,
568        libnetworking/pppd/lcp.h,
569        libnetworking/pppd/chap_ms.c,
570        libnetworking/pppd/md4.c,
571        libnetworking/pppd/rtemspppd.h,
572        libnetworking/pppd/cbcp.h,
573        libnetworking/pppd/auth.c,
574        libnetworking/pppd/lcp.c,
575        libnetworking/pppd/example/README,
576        libnetworking/pppd/example/ppp.conf,
577        libnetworking/pppd/example/system.h,
578        libnetworking/pppd/example/netconfig.h,
579        libnetworking/pppd/example/pppdapp.c,
580        libnetworking/pppd/example/init.c,
581        libnetworking/pppd/example/Makefile-user,
582        libnetworking/pppd/example/pppd.options,
583        libnetworking/pppd/rtemspppd.c,
584        libnetworking/pppd/ipxcp.h,
585        libnetworking/pppd/chap_ms.h,
586        libnetworking/pppd/options.c,
587        libnetworking/pppd/magic.h,
588        libnetworking/pppd/chap.h,
589        libnetworking/pppd/cbcp.c,
590        libnetworking/pppd/upap.c,
591        libnetworking/pppd/chap.c,
592        libnetworking/pppd/Makefile.am,
593        libnetworking/pppd/ccp.h,
594        libnetworking/pppd/utils.c,
595        libnetworking/pppd/rtemsdialer.h,
596        libnetworking/pppd/fsm.h,
597        libnetworking/pppd/pathnames.h,
598        libnetworking/pppd/md5.c,
599        libnetworking/pppd/fsm.c,
600        libnetworking/pppd/ipcp.c,
601        libnetworking/pppd/STATUS,
602        libnetworking/pppd/ccp.c,
603        libnetworking/Makefile.am: Remove (Moved to cpukit).
604
6052005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
606
607        * configure.ac: Remove libnetworking, libnetworking/pppd.
608        * wrapup/Makefile.am: Remove libpppd.a.
609
6102005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
611
612        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
613        rtemsdialer.h to $(includedir)/rtems.
614
6152005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
616
617        * libnetworking/rtems_telnetd/icmds.c,
618        libnetworking/rtems_telnetd/Makefile.am,
619        libnetworking/rtems_telnetd/preinstall.am,
620        libnetworking/rtems_telnetd/pty.c,
621        libnetworking/rtems_telnetd/pty.h,
622        libnetworking/rtems_telnetd/README,
623        libnetworking/rtems_telnetd/telnetd.c,
624        libnetworking/rtems_telnetd/telnetd.h:
625        Remove (Moved to cpukit).
626
6272005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
628
629        * configure.ac: Remove libnetworking/rtems_telnetd.
630        * libnetworking/Makefile.am: Remove rtems_telnetd.
631        * libnetworking/README: Remove (Obsolete).
632        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
633
6342005-10-20  Eric Norum <norume@aps.anl.gov>
635
636        * libchip/network/dec21140.c: Clean up PCI mapping.
637
6382005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
639
640        * libnetworking/pppd/Makefile.am: Use preinstall.am.
641        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
642        librdbg/src/servrpc.c, librdbg/src/servtgt.c
643        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
644        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
645        * configure.ac: Move optman to the end of BSP_SUBDIRS.
646
6472005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
648
649        * aclocal/bspopts.m4: Add missing m4 quotes.
650
6512005-09-02  Joel Sherrill <joel@OARcorp.com>
652
653    * aclocal/version.m4: Updated to rtems-4.6.99.2.
654
6552005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
656
657        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
658        libchip/network/dec21140.c: Remove initialization of PCI bus.
659
6602005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
661
662        * optman/Makefile.am: Add preinstall.am.
663
6642005-07-18      Karel Gardas <kgardas@objectsecurity.com>
665
666        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
667        UNTESTED to tested.
668
6692005-06-17      Joel Sherrill <joel@OARcorp.com>
670
671        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
672        it is not supported by the MPC5xx.
673
6742005-06-17      Joel Sherrill <joel@OARcorp.com>
675
676        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
677        interface. Also correct attempting to build on other than PowerPC and
678        x86.
679
6802005-06-16      Daron Chabot <daron@nucleus.usask.ca>
681
682        * libchip/Makefile.am: Add driver for Tulip clones.
683        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
684        libchip/network/if_dcreg.h: New files.
685
6862005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
687
688        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
689        to enable rdbg.
690        * configure.ac: Reflect changes above.
691
6922005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
693
694        * configure.ac: Add ada/.
695
6962005-05-20      Sergei Organov  <osv@topconrd.ru>
697
698        PR 750/networking
699        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
700        wait_input().
701
7022005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
703
704        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
705        rtems/irq.h.
706
7072005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
708
709        * libchip/Makefile.am: Include preinstall.am.
710        * libchip/preinstall.am: New.
711
7122005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
713
714        * configure.ac: Add AMPOLISH3.
715        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
716        * libnetworking/rtems_telnetd/preinstall.am: New.
717        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
718
7192005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
720
721        * configure.ac: Let enable_rpcgen default to "no".
722
7232005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
724
725        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
726
7272005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
728
729        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
730        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
731
7322005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
733
734        * libchip/network/dec21140.c, libchip/network/elnk.c,
735        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
736
7372005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
738
739        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
740        of code as a result of the implementation of a common PCI interface.
741
7422005-05-04      Joel Sherrill <joel@OARcorp.com>
743
744        * libchip/network/open_eth.c: Remove prototype of set_vector.
745
7462005-05-03      Joel Sherrill <joel@OARcorp.com>
747
748        * librdbg/src/ptrace.c: Remove warning.
749
7502005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
751
752        * libchip/network/dec21140.c, libchip/network/elnk.c,
753        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
754        Modified parameter list to remove warnings.
755
7562005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
757
758        * libchip/network/cs8900.c, libchip/network/i82586.c,
759        libchip/network/open_eth.c, libchip/network/sonic.c,
760        libchip/serial/mc68681.c: Modified types to remove
761        warnings.  Added initialization to remove warnings.
762
7632005-04-28      Joel Sherrill <joel@OARcorp.com>
764
765        * libchip/network/README.sonic: Rewritten to account for removal of
766        dmv177.
767
7682005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
769
770        PR 781/rtems_misc
771        * libchip/serial/ns16550_p.h: Fix baud rate calculation
772
7732005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
774
775        * libchip/serial/ns16550.c:
776        Fixed warnings generated in various powerpc configurations
777
7782005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
779
780        * libchip/serial/ns16550.c: Modified
781        ISR to work with PPC new exception processing
782
7832005-03-14      Joel Sherrill <joel@OARcorp.com>
784
785        * libchip/network/dec21140.c, libchip/network/elnk.c,
786        libchip/network/if_fxp.c: Continue PCI API unification. All use
787        pci_find_device(). Network drivers manufacture a signature since all
788        calls have not been converted yet.
789
7902005-03-04      Joel Sherrill <joel@OARcorp.com>
791
792        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
793        initialize function part of the unified PCI API as pci_initialize().
794
7952005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
796
797        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
798        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
799
8002005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
801
802        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
803        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
804
8052005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
806
807        * aclocal/ppc.m4: Reflect changes to ppc exception processing
808        building procedures.
809
8102005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
811
812        * aclocal/prog-cc.m4:
813        Quote CFLAGS's RHS to accomodate Solaris broken sh.
814
8152005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
816
817        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
818
8192005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
820
821        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
822
8232005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
824
825        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
826
8272005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
828
829        * libnetworking/rtems_servers/ftp.c,
830        libnetworking/rtems_servers/ftp.h,
831        libnetworking/rtems_servers/Makefile.am:
832        Remove (relocated to cpukit/ftpd).
833        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
834        removed move libnetworking/rtems_servers.
835
8362005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
837
838        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
839
8402005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
841
842        PR 755/rtems
843        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
844        Remove local declarations of rtems_bsdnet_nameservers,
845        rtems_bsdnet_nameservers_count.
846
8472005-01-31      Sergei Organov <osv@topconrd.ru>
848
849        PR 751/pppd
850        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
851        committed to fix PR736 breaks pppd. chat.c should have its own static
852        ttyfd for pppd to work correctly. The symptom is that second
853        invokation of chat (for connect script) fails due to pppd_ttyfd set
854        to -1 by previous chat invokation (for init script). In addition,
855        this patch fixes leaving of dangling pointer in the abort_stbring[]
856        by chat_send().
857
8582005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
859
860        * configure.ac: Remove CFLAGS_DEBUG_V.
861        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
862
8632005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
864
865        * wrapup/Makefile.am: Remove rtems-ctor.o.
866
8672005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
868
869        * libchip/rtc/rtc.h: size_t RTC_Count.
870
8712005-01-20      Joel Sherrill <joel@OARcorp.com>
872
873        PR 736/pppd
874        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
875        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
876        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
877        should not be static and should have a name more specific to pppd.
878
8792005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
880
881        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
882        libnetworking/rtems_servers/Makefile.am,
883        libnetworking/rtems_telnetd/Makefile.am,
884        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
885        Eliminate CFLAGS_OPTIMIZE_V.
886
8872005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
888
889        * configure.ac: Pass CFLAGS to testsuites configure.
890        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
891        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
892
8932005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
894
895        * configure.ac: Pass CFLAGS to cpukit configure.
896        * aclocal/rtems-flags.m4: Remove (Unused).
897        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
898        * aclocal/env-rtemsbsp.m4:
899        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
900        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
901        RTEMS_CFLAGS.
902        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
903        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
904        Cleanup comments.
905
9062005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
907
908        * automake/compile.am: Remove build-variant support.
909
9102005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
911
912        * libnetworking/pppd/Makefile.am,
913        libnetworking/rtems_servers/Makefile.am,
914        libnetworking/rtems_telnetd/Makefile.am:
915        Remove build-variant support.
916
9172005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
918
919        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
920        support/Makefile.am, wrapup/Makefile.am:
921        Remove build-variant support.
922
9232004-11-22      Joel Sherrill <joel@OARcorp.com>
924
925        * libchip/network/if_fxp.c: Add entry for another module ID code.
926
9272004-11-22      Joel Sherrill <joel@OARcorp.com>
928
929        PR 693/misc
930        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
931        in/outport routines.
932
9332004-11-22      Joel Sherrill <joel@OARcorp.com>
934
935        PR 693/misc
936        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
937        in/outport routines.
938
9392004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
940
941        * aclocal/enable-itron.m4: Remove (unused).
942
9432004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
944
945        * configure.ac: Misc. quoting cleanups.
946        Enable ada-tests iff --enable-ada and --enable-tests.
947
9482004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
949
950        PR 703/filesystem
951        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
952        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
953        libchip/ide/ide_controller.c:
954        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
955        available for BSPS/device drivers.
956        Extend the "modes_available" and "mode_active" parameters to
957        uint16_t for UDMA support.
958
9592004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
960
961        * libchip/network/dec21140.c: Cleanup a bit and remove message about
962        not supported on PowerPC since it works on the MVME2100 BSP.
963
9642004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
965
966        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
967        Add dependency tracking for *.cfgs.
968        * Makefile.am: Add dependency tracking for *.cfg.
969
9702004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
971
972        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
973        (Thanks to Lars Munch <lars@segv.dk> for catching this).
974
9752004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
976
977        PR 707/make_build
978        * configure.ac: Add --enable-rpcgen.
979
9802004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
981
982        PR 700/rtems_misc
983        * libnetworking/rtems_webserver/asp.c,
984        libnetworking/rtems_webserver/balloc.c,
985        libnetworking/rtems_webserver/cgi.c,
986        libnetworking/rtems_webserver/default.c,
987        libnetworking/rtems_webserver/ej.h,
988        libnetworking/rtems_webserver/ejIntrn.h,
989        libnetworking/rtems_webserver/ejlex.c,
990        libnetworking/rtems_webserver/ejparse.c,
991        libnetworking/rtems_webserver/emfdb.c,
992        libnetworking/rtems_webserver/emfdb.h,
993        libnetworking/rtems_webserver/form.c,
994        libnetworking/rtems_webserver/handler.c,
995        libnetworking/rtems_webserver/h.c,
996        libnetworking/rtems_webserver/license.txt,
997        libnetworking/rtems_webserver/Makefile.am,
998        libnetworking/rtems_webserver/md5c.c,
999        libnetworking/rtems_webserver/md5.h,
1000        libnetworking/rtems_webserver/mime.c,
1001        libnetworking/rtems_webserver/misc.c,
1002        libnetworking/rtems_webserver/NOTES,
1003        libnetworking/rtems_webserver/ringq.c,
1004        libnetworking/rtems_webserver/rom.c,
1005        libnetworking/rtems_webserver/rtems_webserver.h,
1006        libnetworking/rtems_webserver/security.c,
1007        libnetworking/rtems_webserver/sock.c,
1008        libnetworking/rtems_webserver/socket.c,
1009        libnetworking/rtems_webserver/sockGen.c,
1010        libnetworking/rtems_webserver/sym.c,
1011        libnetworking/rtems_webserver/uemf.c,
1012        libnetworking/rtems_webserver/uemf.h,
1013        libnetworking/rtems_webserver/um.c,
1014        libnetworking/rtems_webserver/um.h,
1015        libnetworking/rtems_webserver/umui.c,
1016        libnetworking/rtems_webserver/url.c,
1017        libnetworking/rtems_webserver/value.c,
1018        libnetworking/rtems_webserver/wbase64.c,
1019        libnetworking/rtems_webserver/webcomp.c,
1020        libnetworking/rtems_webserver/webmain.c,
1021        libnetworking/rtems_webserver/webpage.c,
1022        libnetworking/rtems_webserver/webrom.c,
1023        libnetworking/rtems_webserver/webs.c,
1024        libnetworking/rtems_webserver/websda.c,
1025        libnetworking/rtems_webserver/websda.h,
1026        libnetworking/rtems_webserver/webs.h,
1027        libnetworking/rtems_webserver/websSSL.c,
1028        libnetworking/rtems_webserver/websSSL.h,
1029        libnetworking/rtems_webserver/websuemf.c,
1030        libnetworking/rtems_webserver/wsIntrn.h:
1031        Remove (Moved to cpukit/http).
1032
10332004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1034
1035        PR 700/rtems_misc
1036        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1037        Remove libnetworking/rtems_webserver.
1038
10392004-10-25      Eric Norum <norume@aps.anl.gov>
1040
1041        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1042
10432004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1044
1045        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1046
10472004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1048
1049        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1050        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1051
10522004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1053
1054        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1055
10562004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1057
1058        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1059        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1060
10612004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1062
1063        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1064        BITSPERBYTE.
1065
10662004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1067
1068        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1069        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1070
10712004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1072
1073        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1074
10752004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1076
1077        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1078        * aclocal/enable-bare.m4: Remove.
1079        * configure.ac: Remove BARE_CPU_MODEL.
1080
10812004-10-13      Eric Norum <norume@aps.anl.gov>
1082
1083        PR 688/bsps
1084        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1085        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1086        MC146818A (and several Dallas Semiconductor) TOD chips.
1087
10882004-10-13      Eric Norum <norume@aps.anl.gov>
1089
1090        PR 686/networking
1091        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1092        device code.
1093
10942004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1095
1096        * libchip/network/dec21140.c: include <rtems/pci.h>.
1097
10982004-09-29      Joel Sherrill <joel@OARcorp.com>
1099
1100        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1101        libnetworking/pppd/utils.c: i960 obsoleted and all references
1102        removed.
1103
11042004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1105
1106        PR 607/networking
1107        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1108        instead of fully specifying unused PCI features.
1109
11102004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1111
1112        * configure.ac: Require automake > 1.9.
1113
11142004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1115
1116        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1117
11182004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1119
1120        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1121        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1122
11232004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1124
1125        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1126        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1127
11282004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1129
1130        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1131
11322004-07-28  Joel Sherrill <joel@OARcorp.com>
1133
1134    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1135
11362004-07-25      Joel Sherrill <joel@OARcorp.com>
1137
1138        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1139
11402004-05-21  Till Strauman <strauman@slac.stanford.edu>
1141
1142        PR 625/networking
1143        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1144        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1145        an error rather than panic if no chip is detected (thus allowing
1146        for probing).
1147        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1148        instead of looping forever.  Avoid divide by zero (crashed my PC).
1149        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1150        they are UNTESTED.
1151
11522004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1153
1154        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1155
11562004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1157
1158        * libchip/network/dec21140.c, libchip/network/elnk.c:
1159        #include <errno.h>.
1160
11612004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1162
1163        * libchip/network/if_media.h: Update from FreeBSD.
1164        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1165        libchip/network/i82586.c: #include <errno.h>.
1166
11672004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1168
1169        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1170
11712004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1172
1173        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1174
11752004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1176
1177        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1178        automake).
1179
11802004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1181
1182        PR 599/pppd
1183        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1184
11852004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1186
1187        * optman/rtems/no-region.c: Reflect having changed
1188        rtems_region_get_segment_size.
1189
11902004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1191
1192        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1193        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1194        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1195        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1196        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1197        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1198        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1199
12002004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1201
1202        * libchip/ide/ata.c, libchip/network/dec21140.c,
1203        libchip/network/elnk.c, libchip/network/i82586.c,
1204        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1205        libchip/network/open_eth.c, libchip/network/sonic.c,
1206        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1207        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1208        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1209        libchip/shmdr/shm_driver.h: Cosmetics.
1210
12112004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1212
1213        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1214        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1215        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1216        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1217        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1218        fixed size types.
1219
12202004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1221
1222        * configure.ac: Explicitly pass --includedir and --libdir to
1223        cpukit/configure.
1224
12252004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1226
1227        * librdbg/Makefile.am: Fix rpcgen rules.
1228        * librdbg/src/i386/any/remdeb_xdr.c,
1229        librdbg/src/m68k/any/remdeb_xdr.c,
1230        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1231        Reflect changes to librdbg/Makefile.am.
1232
12332004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1234
1235        * configure.ac: Reflect changes testsuites/configure.ac and
1236        cpukit/configure.ac.
1237
12382004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1239
1240        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1241        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1242
12432004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1244
1245        * configure.ac: Reflect changes to testsuites's configuration.
1246
12472004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1248
1249        PR/589 rtems
1250        * libchip/network/pci.h: Remove (Moved to cpukit).
1251
12522004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1253
1254        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1255        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1256        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1257        libchip/network/dec21140.c, libchip/network/elnk.c,
1258        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1259        libchip/network/open_eth.h, libchip/network/sonic.c,
1260        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1261        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1262        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1263        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1264        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1265        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1266        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1267        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1268        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1269        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1270        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1271        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1272        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1273        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1274        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1275        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1276        fixed-size types.
1277
12782004-03-14      Chris Johns  <chrisj@rtems.org>
1279
1280        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1281        the BSP example code.
1282        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1283        support the DIMMPC. This is a pc386 target with IO port support. Minor
1284        formating clean up. Add documentation to the header file.
1285        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1286        cs8900.h header file.
1287
12882004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1289
1290        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1291        Cosmetics.
1292
12932004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1294
1295        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1296        There are no application level Makefiles in here.
1297
12982004-03-04      Joel Sherrill <joel@OARcorp.com>
1299
1300        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1301        they can be used in application level makefiles.
1302
13032004-03-05      Joel Sherrill <joel@OARcorp.com>
1304
1305        * libnetworking/rtems_webserver/ejparse.c,
1306        libnetworking/rtems_webserver/emfdb.c,
1307        libnetworking/rtems_webserver/sock.c,
1308        libnetworking/rtems_webserver/socket.c,
1309        libnetworking/rtems_webserver/sym.c,
1310        libnetworking/rtems_webserver/webs.c,
1311        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
13122004-03-05      Joel Sherrill <joel@OARcorp.com>
1313
1314        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1315        compiling this file only only those CPU families with supported
1316        exception models.
1317
13182004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1319
1320        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1321        testsuites (Was exposed with --enable-multilib, only).
1322        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1323         Add RTEMS_BSP_CONFIG_SUBDIR.
1324        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1325        testsuites's configure.
1326        * aclocal/rtems-top.m4: Remove ENDIF hack.
1327        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1328
13292004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1330
1331        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1332        wrapup/Makefile.am: Fix automake problems having been introduced
1333        in previous patch.
1334
13352004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1336
1337        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1338        Preinstall dirs.
1339        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1340        * aclocal/check-multiprocessing.m4: Cosmetics.
1341        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1342        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1343
13442004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1345
1346        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1347        librdbg/src/Makefile.am.
1348        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1349        * configure.ac: Reflect changes above.
1350        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1351        * wrapup/Makefile.am: Reflect changes above.
1352        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1353
13542004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1355
1356        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1357
13582004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1359
1360        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1361
13622004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1363
1364        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1365
13662004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1367
1368        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1369        librdbg/src/powerpc/Makefile.am: Remove.
1370        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1371        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1372        * configure.ac: Reflect changes above.
1373
13742004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1375
1376
13772004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1378
1379        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1380        STRIP.
1381
13822004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1383
1384        * librdbg/include/Makefile.am: Merge-in
1385        librdbg/include/rdbg/i386/Makefile.am,
1386        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1387        librdbg/include/rdbg/powerpc/Makefile.am.
1388        * librdbg/include/rdbg/i386/Makefile.am,
1389        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1390        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1391        * configure.ac: Reflect changes above.
1392
13932004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1394
1395        * configure.ac: Use AS_HELP_STRING(ada).
1396
13972004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1398
1399        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1400        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1401        Use AC_CONFIG_HEADERS.
1402        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1403        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1404
14052004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1406
1407        * Makefile.am: include local.am.
1408
14092004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1410
1411        * aclocal/version.m4: 4.6.99.0.
1412
14132004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1414
1415        * Makefile.am: Don't include host.am.
1416        * automake/compile.am: Further cleanups.
1417
14182004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1419
1420        * automake/lib.am: Remove (Unused).
1421
14222004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1423
1424        * wrapup/Makefile.am: Don't include lib.am.
1425        * automake/compile.am: Use automake compilation rules.
1426
14272004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1428
1429        * libnetworking/pppd/Makefile.am,
1430        libnetworking/rtems_servers/Makefile.am,
1431        libnetworking/rtems_telnetd/Makefile.am,
1432        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1433        support/Makefile.am: Don't include lib.am.
1434
14352004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1436
1437        * libchip/Makefile.am: Don't include lib.am.
1438        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1439        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1440        unnecessary EXTRA_DISTs.
1441
14422004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1443
1444        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1445        hack.
1446
14472004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1448
1449        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1450        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1451        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1452        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1453
14542004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1455
1456        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1457        Add AM_CONDITIONAL(HAS_MP).
1458        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1459        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1460        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1461        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1462        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1463        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1464        (Deprecated by autoconf 2.59).
1465
14662004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1467
1468        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1469        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1470
14712004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1472
1473        * ChangeLog: Merge-in libnetworking/ChangeLog.
1474        * libnetworking/ChangeLog: Remove.
1475        * ChangeLog: Merge-in librdbg/ChangeLog.
1476        * librdbg/ChangeLog: Remove.
1477        * ChangeLog: Merge-in libchip/ChangeLog.
1478        * libchip/ChangeLog: Remove.
1479        * ChangeLog: Merge-in optman/ChangeLog.
1480        * optman/ChangeLog: Remove.
1481
14822004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1483
1484        * configure.ac: Reflect changes to cpukit.
1485        * wrapup/Makefile.am: Reflect changes to librdbg.
1486        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1487        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1488        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1489        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1490        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1491        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1492        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1493        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1494        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1495
14962004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1497
1498        * aclocal/rtems-top.m4: Remove check for version.m4.
1499        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1500
15012004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1502
1503        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1504        * wrapup/Makefile.am: Reflect changes to libchip/*.
1505        * support/Makefile.am: Use automake compilation rules.
1506        * wrapup/Makefile.am: Reflect changes to support/*.
1507        * configure.ac: Remove libnetworking/wrapup/Makefile.
1508        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1509        libnetworking/*/lib*.a instead of libnetapps.a.
1510        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1511        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1512        * optman/Makefile.am: Use automake compilation rules.
1513        * libchip/Makefile.am: Fix typo in previous patch.
1514        * libchip/Makefile.am: Use automake compilation rules.
1515        * libnetworking/Makefile.am: Remove wrapup.
1516        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1517        automake-compilation rules.
1518        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1519        automake-compilation rules.
1520        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1521        automake-compilation rules.
1522        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1523        automake-compilation rules.
1524        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1525
15262004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1527
1528        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1529        PRE/TMPINSTALL_FILES to CLEANFILES.
1530        * automake/lib.am: Remove TMPINSTALL_FILES.
1531        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1532        PRE/TMPINSTALL_FILES to CLEANFILES.
1533        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1534        PRE/TMPINSTALL_FILES to CLEANFILES.
1535        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1536        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1537        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1538        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1539        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1540        * librdbg/src/i386/Makefile.am: Ditto.
1541        * librdbg/src/m68k/Makefile.am: Ditto.
1542        * librdbg/src/powerpc/Makefile.am: Ditto.
1543        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1544        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1545        * libnetworking/rtems_servers/Makefile.am: Ditto.
1546        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1547        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1548
15492004-01-07      Joel Sherrill <joel@OARcorp.com>
1550
1551        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1552        more completely covers the MIPS family.
1553
15542003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1555
1556        * wrapup/Makefile.am: Reflect changes to shmdr.
1557        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1558
15592003-12-18      Joel Sherrill <joel@OARcorp.com>
1560
1561        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1562        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1563        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1564        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1565        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1566        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1567        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1568
15692003-12-17      Joel Sherrill <joel@OARcorp.com>
1570
1571        * aclocal/version.m4: Updated to rtems-20031217-test.
1572
15732003-12-17     
1574
1575        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1576        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1577
15782003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1579
1580        * automake/compile.am: Remove LINK_LIBS (Unused).
1581        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1582
15832003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1584
1585        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1586        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1587        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1588        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1589        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1590
15912003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1592
1593        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1594        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1595        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1596        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1597        * librdbg/src/i386/Makefile.am:
1598        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1599        * librdbg/src/m68k/Makefile.am:
1600        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1601        * librdbg/src/powerpc/Makefile.am:
1602        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1603
16042003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1605
1606        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1607        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1608        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1609        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1610        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1611        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1612        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1613        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1614        * optman/Makefile.am: Remove project_libdir.
1615        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1616        PRE/TMPINSTALL_FILES.
1617        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1618        PRE/TMPINSTALL_FILES.
1619        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1620        PRE/TMPINSTALL_FILES.
1621        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1622        PRE/TMPINSTALL_FILES.
1623        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1624        from PRE/TMPINSTALL_FILES.
1625        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1626        PRE/TMPINSTALL_FILES.
1627        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1628        PRE/TMPINSTALL_FILES.
1629        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1630        PRE/TMPINSTALL_FILES.
1631        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1632        PRE/TMPINSTALL_FILES.
1633        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1634        PRE/TMPINSTALL_FILES.
1635        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1636        PRE/TMPINSTALL_FILES.
1637        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1638        from PRE/TMPINSTALL_FILES.
1639
16402003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1641
1642        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1643        * automake/lib.am: Remove project_libdir.
1644        * wrapup/Makefile.am: Reworked.
1645
16462003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1647
1648        * configure.ac: Reflect changes to librdbg.
1649        * optman/Makefile.am: Add tmpinstall dirstamp support.
1650        * libchip/Makefile.am: Fix variant-tmpinstall support.
1651        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1652        * librdbg/src/powerpc/Makefile.am: Merge-in former
1653        new_exception_processing/Makefile.am.
1654        * librdbg/src/m68k/any/Makefile.am: Remove.
1655        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1656        * librdbg/src/i386/any/Makefile.am: Remove.
1657        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1658        * librdbg/src/Makefile.am: Cosmetics.
1659        * librdbg/include/Makefile.am: Cosmetics.
1660        * librdbg/Makefile.am: Cosmetics.
1661        * libnetworking/Makefile.am: Cosmetics.
1662        * libnetworking/pppd/Makefile.am: Cosmetics.
1663        * libnetworking/wrapup/Makefile.am: Cosmetics.
1664
16652003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1666
1667        * Makefile.am: Cosmetics.
1668        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1669        support.
1670
16712003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1672
1673        * automake/compile.am: Remove $(ARCH):-rule.
1674
16752003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1676
1677        * configure.ac: Remove lib/libbsp/shared/Makefile,
1678        lib/libbsp/shmdr/Makefile.
1679
16802003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1681
1682        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1683        libchip/serial/Makefile, libchip/rtc/Makefile.
1684        * support/Makefile.am: Remove all-local: $(ARCH).
1685        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1686        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1687        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1688        * optman/Makefile.am: Remove all-local: $(ARCH).
1689        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1690        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1691        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1692        compilation dirstamp support.
1693        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1694        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1695        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1696        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1697        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1698        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1699        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1700        all-local: $(ARCH).
1701        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1702        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1703        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1704        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1705        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1706
17072003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1708
1709        * aclocal/lead-dot.m4: New (from automake-1.7f).
1710        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1711        AC_SUBST(dirstamp).
1712        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1713        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1714        libchip/serial/Makefile.am: Ditto.
1715        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1716        * librdbg/include/Makefile.am: Ditto.
1717        * librdbg/include/rdbg/Makefile.am: Ditto.
1718        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1719        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1720        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1721        * librdbg/src/Makefile.am: Ditto.
1722        * librdbg/src/i386/Makefile.am: Ditto.
1723        * librdbg/src/i386/any/Makefile.am: Ditto.
1724        * librdbg/src/m68k/Makefile.am: Ditto.
1725        * librdbg/src/m68k/any/Makefile.am: Ditto.
1726        * librdbg/src/powerpc/Makefile.am: Ditto.
1727        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1728        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1729        preinstallation.
1730        * libnetworking/pppd/Makefile.am: Ditto.
1731        * libnetworking/rtems_servers/Makefile.am: Ditto.
1732        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1733        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1734        * libnetworking/wrapup/Makefile.am: Ditto.
1735
17362003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1737
1738        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1739        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1740        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1741        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1742        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1743        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1744        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1745        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1746        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1747        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1748        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1749        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1750        underquoting to silence automake-1.8.
1751
17522003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1753
1754        * configure.ac: Reflect having moved tests to ../../testsuites.
1755
17562003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1757
1758        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1759        * aclocal/canonical-host.m4: Remove.
1760        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1761        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1762
17632003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1764
1765        * aclocal/check-cpu.m4: Remove.
1766        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1767        * aclocal/canonical-target-name.m4: Add m4-quotes.
1768        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1769        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1770        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1771        * aclocal/check-networking.m4: Add m4-quotes. Require
1772        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1773        * aclocal/check-posix.m4: Add m4-quotes. Require
1774        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1775        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1776        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1777        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1778
17792003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1780
1781        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1782        * aclocal/bsp-alias.m4: Remove.
1783
17842003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1785
1786        * configure.ac: Make presence of tests/ optional.
1787
17882003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1789
1790        * aclocal/path-perl.m4: Remove (Unused).
1791
17922003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1793
1794        * automake/force-preinstall.am: Remove.
1795
17962003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1797
1798        PR 499/rtems_misc
1799        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1800        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1801        Configuration (Odd was forced) - Correction of Stop Bit configuration
1802        (inversed) - Correction of ISR Handler to call
1803        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1804        CTS Hardware flow control Configuration.
1805
18062003-09-04      Joel Sherrill <joel@OARcorp.com>
1807
1808        * lib/libcpu/shared/include/cache.h,
1809        lib/libcpu/shared/src/cache_aligned_malloc.c,
1810        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1811        license changed.
1812        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1813        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1814        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1815        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1816        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1817        for license changed.
1818        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1819        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1820        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1821        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1822        libchip/network/cs8900.h, libchip/network/dec21140.c,
1823        libchip/network/elnk.c, libchip/network/open_eth.c,
1824        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1825        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1826        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1827        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1828        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1829        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1830        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1831        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1832        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1833        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1834        libchip/serial/serial.h, libchip/serial/z85c30.c,
1835        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1836        libchip/serial/z85c30_reg.c: URL for license changed.
1837
18382003-09-03      Jiri Gaisler <jiri@gaisler.com>
1839
1840        PR 477/networking
1841        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1842        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1843        libchip/network/open_eth.h: New files.
1844
18452003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1846
1847        * aclocal/rtems-top.m4: Add RTEMS_API.
1848        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1849
18502003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1851
1852        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1853        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1854        @RTEMS_BSP@.cfg.
1855
18562003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1857
1858        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1859
18602003-08-20      Joel Sherrill <joel@OARcorp.com>
1861
1862        * libchip/network/cs8900.c: Correct copyright statements.
1863
18642003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1865
1866        * aclocal/check-itron.m4: Remove.
1867        * aclocal/enable-inlines.m4: Remove.
1868        * Makefile.am: Reflect having moved aclocal/.
1869        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1870        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1871        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1872        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1873        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1874        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1875        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1876        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1877        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1878        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1879        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1880        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1881        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1882        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1883        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1884        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1885        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1886        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1887        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1888        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1889        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1890        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1891        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1892        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1893        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1894        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1895        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1896        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1897        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1898        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1899        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1900        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1901        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1902        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1903        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1904        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1905        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1906        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1907        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1908        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1909        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1910        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1911        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1912        * aclocal/target.m4: New (Copied from ../../aclocal).
1913        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1914        * aclocal/version.m4: New (Copied from ../../aclocal).
1915
19162003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1917
1918        * configure.ac: Remove stray comments.
1919        * automake/local.am, automake/host.am: Remove "debug".
1920
19212003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1922
1923        * Makefile.am: Reflect having moved automake/.
1924        * lib/Makefile.am: Reflect having moved automake/.
1925        * support/Makefile.am: Reflect having moved automake/.
1926        * wrapup/Makefile.am: Reflect having moved automake/.
1927        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1928        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1929        from ../../automake).
1930        * optman/Makefile.am: Reflect having moved automake/.
1931        * libchip/Makefile.am: Reflect having moved automake/.
1932        * libchip/ide/Makefile.am: Reflect having moved automake/.
1933        * libchip/network/Makefile.am: Reflect having moved automake/.
1934        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1935        * libchip/serial/Makefile.am: Reflect having moved automake/.
1936        * librdbg/Makefile.am: Reflect having moved automake/.
1937        * librdbg/include/Makefile.am: Reflect having moved automake/.
1938        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1939        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1940        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1941        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1942        automake/.
1943        * librdbg/src/Makefile.am: Reflect having moved automake/.
1944        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1945        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1946        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1947        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1948        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1949        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1950        having moved automake/.
1951        * libnetworking/Makefile.am: Reflect having moved automake/.
1952        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1953        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1954        automake/.
1955        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1956        automake/.
1957        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1958        automake/.
1959        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1960
19612003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1962
1963        * Makefile.am: Add bsp.pc.in.
1964        * bsp.pc.in: New (pkgconfig support).
1965
19662003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1967
1968        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1969
19702003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1971
1972        * lib/Makefile.am: New (Required by 'make dist').
1973        * lib/ChangeLog: Remove.
1974        * lib/.cvsignore: Cleanup.
1975        * configure.ac: Reflect having added lib/Makefile.am.
1976        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1977        lib/libbsp/configure.ac.
1978        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1979        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1980
19812003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1982
1983        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1984        * configure.ac: Merge-in librdbg/configure.ac.
1985        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1986        librdbg/configure.ac.
1987        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1988        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1989        LIBCHIP. Conditionally build include-dirs.
1990        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1991        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1992        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1993        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1994        librdbg/include/rdbg/m68k/Makefile.am,
1995        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1996        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1997        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1998        librdbg/src/powerpc/Makefile.am, librdbg/
1999        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2000        configure.ac into ../configure.ac.
2001        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2002        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2003        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2004        libnetworking/rtems_telnetd/Makefile.am,
2005        libnetworking/rtems_webserver/Makefile.am,
2006        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2007        into ../configure.ac.
2008
20092003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2010
2011        PR 427/rtems
2012        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2013        * librdbg/src/servtsp.c: Ditto.
2014
20152003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2016
2017        PR 429/bsps
2018        PR 432/bsps
2019        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2020        packets are queued onto an elnk board, the ISR will deadlock the device
2021        with a tx complete interrupt.  Lighter tx loads are not affected as they
2022        end up submitting single packets to the device.
2023
20242003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2025
2026        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2027        optman/configure.ac.
2028        * optman/configure.ac: Remove (Merged into ../configure.ac).
2029        * optman/Makefile.am: Reflect having merged configure.ac into
2030        ../configure.ac.
2031        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2032        * libchip/Makefile.am, libchip/ide/Makefile.am,
2033        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2034        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2035        ../configure.ac.
2036
20372003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2038
2039        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2040
20412003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2042
2043        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2044        on i386.
2045
20462003-06-13      Joel Sherrill <joel@OARcorp.com>
2047
2048        * libnetworking/pppd/chat.c: Removed warnings.
2049
20502003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2051
2052        * libchip/network/README.3com: New file missed in previous commit.
2053        PR 405/bsps
2054        PR 393/networking
2055        * libchip/network/dec21140.c: Fix leak also known as PR393.
2056        * libchip/network/elnk.c, libchip/network/if_media.h,
2057        libchip/network/mii.h: New files.
2058        * libchip/network/Makefile.am: Reflect new files.
2059
20602003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2061
2062        * configure.ac: Remove support for profile-variant.
2063
20642003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2065
2066        PR 397/pppd
2067        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2068        * libnetworking/pppd/magic.c: Remove *rand48.
2069        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2070
20712003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2072
2073        * wrapup/Makefile.am: Add libide.a.
2074
20752003-04-15      Joel Sherrill <joel@OARcorp.com>
2076
2077        PR 387/rtems_misc
2078        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2079        routines.
2080        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2081
20822003-04-11      Joel Sherrill <joel@OARcorp.com>
2083
2084        * libnetworking/rtems_webserver/cgi.c,
2085        libnetworking/rtems_webserver/sockGen.c,
2086        libnetworking/rtems_webserver/umui.c,
2087        libnetworking/rtems_webserver/websSSL.c,
2088        libnetworking/rtems_webserver/websSSL.h,
2089        libnetworking/rtems_webserver/websda.c,
2090        libnetworking/rtems_webserver/websda.h: New files. Not included in
2091        previous commit.
2092
20932003-04-10      Joel Sherrill <joel@OARcorp.com>
2094
2095        PR 371/pppd
2096        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2097        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2098        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2099        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2100        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2101        still global symbols in rtemspppd.h which might need to be changed or
2102        converted into member of a structure which is dereferenced with a
2103        pointer that is managed as a per task variable. But this patch should
2104        avoid many conflicts.
2105
21062003-03-27      Joel Sherrill <joel@OARcorp.com>
2107
2108        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2109        not allowed in the cpukit source code since it must be buildable
2110        independent of any BSP. These files were moved to libchip/ide.
2111        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2112        files.
2113
21142003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2115
2116        PR 368/filesystems
2117        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2118        improvements which now work on pc386 and mbx8xx.
2119        * libchip/ide/ide_controller.c: New file.
2120
21212003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2122
2123        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2124
21252003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2126
2127        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2128        * configure.ac: Add support/.
2129        * support/.cvsignore: New.
2130        * support/Makefile.am: New.
2131        * support/version.c: New.
2132        * wrapup/Makefile.am: Add support/libsupport.a.
2133        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2134        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2135        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2136        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2137
21382003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2139
2140        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2141
21422003-02-20      Till Straumann <strauman@slac.stanford.edu>
2143
2144        PR 354/networking
2145        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2146        chip against a table of supported chips. The untested ones are still
2147        commented out, however.
2148
21492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2150
2151        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2152        * configure.ac: AC_PREREQ(2.57).
2153        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2154        * optman/configure.ac: AC_PREREQ(2.57).
2155        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2156        * libchip/configure.ac: AC_PREREQ(2.57).
2157        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2158        * librdbg/configure.ac: AC_PREREQ(2.57).
2159        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2160        * libnetworking/configure.ac: AC_PREREQ(2.57).
2161
21622003-02-06      Joel Sherrill <joel@OARcorp.com>
2163
2164        * libnetworking/pppd/chat.c: Convert routines with common names to
2165        static. This included get_char(), put_char(), and character() among
2166        others.
2167
21682003-02-03      Joel Sherrill <joel@OARcorp.com>
2169
2170        PR 338/filesystem
2171        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2172        rtems_io_lookup_name() (API change).  Unused function removed.
2173
21742003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2175
2176        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2177        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2178        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2179        Eliminate *_O_FILES.
2180        * libnetworking/rtems_servers/Makefile.am,
2181        libnetworking/rtems_webserver/Makefile.am,
2182        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2183
21842002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2185
2186        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2187        Let all-local: depend on $(LIB).
2188        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2189        * optman/Makefile.am: Apply install-data-local to install *.rels.
2190
21912002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2192
2193        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2194        %.c rules.
2195        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2196        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2197        * libchip/rtc/Makefile.am: Ditto.
2198        * libchip/serial/Makefile.am: Ditto.
2199
22002002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2201
2202        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2203        LIBC_DEFINES.
2204        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2205        LIBC_DEFINES.
2206        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2207        LIBC_DEFINES.
2208
22092002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2210
2211        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2212
22132002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2214
2215        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2216        cache-checking.
2217        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2218
22192002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2220
2221        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2222        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2223        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2224        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2225        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2226
22272002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2228
2229        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2230        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2231        Remove.
2232        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2233
22342002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2235
2236        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2237        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2238
22392002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2240
2241        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2242        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2243
22442002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2245
2246        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2247        * optman/rel.am: New.
2248
22492002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2250
2251        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2252        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2253        braino in comment on "exec". Extend --enable-ada handling.
2254
22552002-11-04      Joel Sherrill <joel@OARcorp.com>
2256
2257        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2258        tasks and rolling multiple loops into 1.
2259        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2260        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2261        Removed warnings.
2262
22632002-10-31      Joel Sherrill <joel@OARcorp.com>
2264
2265        * libchip/network/dec21140.c: Removed warnings.
2266        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2267        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2268        librdbg/src/m68k/any/remdeb_xdr.c,
2269        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2270        warnings.
2271        * libnetworking/rtems_webserver/socket.c,
2272        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2273
22742002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2275
2276        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2277        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2278        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2279        above.
2280
22812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2282
2283        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2284        * wrapup/.cvsignore: Remove autom4te.cache.
2285        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2286        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2287        autom4te.cache.
2288        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2289        autom4te.cache.
2290        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2291        autom4te.cache.
2292
22932002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2294
2295        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2296
22972002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2298
2299        * optman/.cvsignore: Add autom4te.cache.
2300
23012002-09-14      Joel Sherrill <joel@OARcorp.com>
2302
2303        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2304
23052002-09-07      Joel Sherrill <joel@OARcorp.com>
2306
2307        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2308        include files to resolve warnings.
2309
23102002-09-07      Chris Johns <ccj@acm.org>
2311
2312        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2313        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2314        which corrects the problem  where the cs8900.c file was actually the BSP
2315        glue.  Joel did some hacking so this file will compile.  Previously it
2316        required providing a target.h file to compile.
2317        * libchip/network/cs8900.c.bsp: New file.
2318
23192002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2320
2321        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2322
23232002-08-31      Joel Sherrill <joel@OARcorp.com>
2324
2325        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2326        eliminate warning.
2327
23282002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2329
2330        * configure.ac: Add ada-tests.
2331
23322002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2333
2334        * Makefile.am: Add preinstall-stamp.
2335
23362002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2337
2338        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2339        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2340        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2341        gcc31 happy.
2342        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2343        cp.
2344
23452002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2346
2347        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2348        make/bsp.mak.
2349        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2350        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2351
23522002-08-12      Joel Sherrill <joel@OARcorp.com>
2353
2354        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2355        avoid error.
2356
23572002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2358
2359        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2360        * configure.ac: Add BSP_SUBDIRS.
2361        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2362        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2363        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2364        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2365        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2366        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2367        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2368        RTEMS_CHECK_BSP_CACHE.
2369        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2370        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2371        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2372        .$(OBJEXT) instead of .o.
2373        * libnetworking/pppd/Makefile.am,
2374        libnetworking/rtems_servers/Makefile.am,
2375        libnetworking/rtems_telnetd/Makefile.am,
2376        libnetworking/rtems_webserver/Makefile.am,
2377        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2378
23792002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2380
2381        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2382        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2383        ../libchip/serial/$(ARCH)/libserialio.a.
2384        * libchip/serial/Makefile.am: Don't tmp-install lib.
2385        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2386
23872002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2388
2389        * Makefile.am: Add rtems_makedir.
2390        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2391        * Makefile.am: Add wrapup-SUBDIR.
2392        * wrapup/ChangeLog: Remove.
2393        * wrapup/configure.ac: Remove.
2394        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2395        (Make the bare BSP happy).
2396        * configure.ac: Ditto.
2397        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2398        Create make/custom/default.cfg.
2399        * configure.ac: Add creation of make/custom/*.cfg. Create
2400        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2401
24022002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2403
2404        * Makefile.am: Clean $(PROJECT_RELEASE).
2405
24062002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2407
2408        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2409        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2410        prototype mismatches.
2411
24122002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2413
2414        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2415        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2416
24172002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2418
2419        * acinclude.m4: Add test "$multilib" != "yes".
2420        * config-ml.in: Remove.
2421        * acinclude.m4: Cleanups.
2422        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2423        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2424        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2425        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2426        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2427
24282002-07-16      Eric Norum <eric.norum@usask.ca>
2429
2430        * New driver for the Intel EtherExpressPro (82559ER) chip.
2431        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2432        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2433        * libchip/network/Makefile.am: Modified to reflect above.
2434
24352002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2436
2437        * acinclude.m4: New.
2438        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2439        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2440        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2441
24422002-07-01      Joel Sherrill <joel@OARcorp.com>
2443
2444        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2445        _Objects_Information_table now that it is a two dimensional array based
2446        upon API and class.
2447        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2448        of strnlen().
2449
24502002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2451
2452        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2453        preinstall libnetapps.a.
2454
24552002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2456
2457        * configure.ac: Remove librpc.
2458
24592002-06-25      Joel Sherrill <joel@OARcorp.com>
2460
2461        * Per PR233, moved librpc to exec.
2462        * configure.ac, wrapup/Makefile.am: Modified.
2463        * librpc, librpc/ChangeLog: Removed.
2464
24652002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2466
2467        * optman/Makefile.am: Remove multilib support.
2468        * optman/configure.ac: Ditto.
2469        * optman/sapi/Makefile.am: Ditto.
2470
24712002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2472
2473        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2474        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2475
24762002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2477
2478        Move networking libraries to c/src/exec/libnetworking
2479        * libnetworking/configure.ac, libnetworking/Makefile.am,
2480        libnetworking/wrapup/Makefile.am: Reflect Moval.
2481
24822002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2483
2484        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2485        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2486        <rtems/bspIo.h>.
2487
24882002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2489
2490        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2491        * libnetworking/rtems/mkrootfs.h: Ditto.
2492        * libnetworking/rtems/Makefile.am: Reflect changes above.
2493
24942002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2495
2496        * configure.ac: Remove lib.
2497
24982002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2499
2500        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2501        that exception stack frames on M68K members with VBR always are 6 byte
2502        long. The incorrect assumption resulted in some gdb commands like "next"
2503        to fail on the 68360.
2504
25052002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2506
2507        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2508        PR 220
2509        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2510        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2511        CVS.
2512        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2513        libnetworking/sys/filio.h: Remove.
2514        * libnetworking/sys/Makefile.am: Reflect changes above.
2515
25162002-05-07      Chris Johns <ccj@acm.org>
2517
2518        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2519        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2520        requires it to be stripped.
2521
25222002-05-01      Eric Norum <eric.norum@usask.ca>
2523
2524        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2525        assembly  to satisfy gcc 3.1 and newer.
2526
25272002-04-26      Eric Norum <eric.norum@usask.ca>
2528
2529        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2530        agressive optimization in gcc 3.1 does not reorder things.
2531
25322002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2533
2534        * libchip/network/dec21140.c: Reflect changes to powerpc's
2535        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2536        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2537        <rtems/score/cpu.h>.
2538        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2539        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2540
25412002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2542
2543        * optman/configure.ac: Remove ENABLE_GCC28.
2544
25452002-04-11      Chris Johns <ccj@acm.org>
2546
2547        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2548        driver control block field to the ifconfig network driver structure.
2549        This field is needed by the i82586 driver which was ported from NetBSD
2550        as it had better hardware abstraction.
2551        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2552        PR59, added the drv_ctrl driver control block field to the ifconfig
2553        network driver structure. This field is needed by the i82586 driver
2554        which was ported from NetBSD as it had better hardware abstraction.
2555
25562002-04-10      Mike Siers <mikes@poliac.com>
2557
2558        * libnetworking/rtems_webserver/NOTES,
2559        libnetworking/rtems_webserver/asp.c,
2560        libnetworking/rtems_webserver/balloc.c,
2561        libnetworking/rtems_webserver/default.c,
2562        libnetworking/rtems_webserver/ej.h,
2563        libnetworking/rtems_webserver/ejIntrn.h,
2564        libnetworking/rtems_webserver/ejlex.c,
2565        libnetworking/rtems_webserver/ejparse.c,
2566        libnetworking/rtems_webserver/emfdb.c,
2567        libnetworking/rtems_webserver/emfdb.h,
2568        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2569        libnetworking/rtems_webserver/handler.c,
2570        libnetworking/rtems_webserver/license.txt,
2571        libnetworking/rtems_webserver/md5.h,
2572        libnetworking/rtems_webserver/md5c.c,
2573        libnetworking/rtems_webserver/mime.c,
2574        libnetworking/rtems_webserver/misc.c,
2575        libnetworking/rtems_webserver/ringq.c,
2576        libnetworking/rtems_webserver/rom.c,
2577        libnetworking/rtems_webserver/security.c,
2578        libnetworking/rtems_webserver/sock.c,
2579        libnetworking/rtems_webserver/sym.c,
2580        libnetworking/rtems_webserver/uemf.c,
2581        libnetworking/rtems_webserver/uemf.h,
2582        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2583        libnetworking/rtems_webserver/url.c,
2584        libnetworking/rtems_webserver/value.c,
2585        libnetworking/rtems_webserver/wbase64.c,
2586        libnetworking/rtems_webserver/webcomp.c,
2587        libnetworking/rtems_webserver/webpage.c,
2588        libnetworking/rtems_webserver/webrom.c,
2589        libnetworking/rtems_webserver/webs.c,
2590        libnetworking/rtems_webserver/webs.h,
2591        libnetworking/rtems_webserver/websuemf.c,
2592        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2593        2.1.4.
2594
25952002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2596
2597        * libchip/network/i82586.c: Include <string.h>.
2598        * libchip/network/sonic.c: Ditto.
2599
26002002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2601
2602        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2603
26042002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2605
2606        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2607
26082002-03-27      Thomas.Doerfler@imd-systems.de
2609
2610        PR 144
2611        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2612        memory address 0 when called for the first time. This is done when
2613        trying to clear the variable "dhcp_hostname".
2614
26152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2616
2617        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2618        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2619        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2620        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2621        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2622        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2623        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2624        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2625        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2626        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2627        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2628        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2629        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2630        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2631        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2632        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2633        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2634        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2635        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2636        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2637        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2638        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2639        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2640        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2641        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2642        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2643        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2644        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2645        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2646        AUTOMAKE_OPTIONS.
2647        * libnetworking/configure.ac:
2648        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2649        foreign 1.6]).
2650        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2651        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2652        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2653        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2654        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2655        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2656        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2657        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2658        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2659        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2660        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2661        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2662        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2663        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2664        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2665        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2666        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2667
26682002-03-27      Ilya Alexeev <ilya@continuum.ru>
2669
2670        PR 162
2671        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2672        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2673        used in a device write routines.  Now ppp_softc structure have own
2674        character for writing to device (sc_outchar).  I think that converting
2675        local variables to static is not a right solution, because problems will
2676        occur in the case of two or more ppp instances.
2677        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2678        must be u_long, otherwise in the case of the big output packet endless
2679        loop may occur.
2680
26812002-03-21      Ilya Alexeev <ilya@continuum.ru>
2682
2683        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2684        preparations for multiple PPPD connections.
2685
26862002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2687
2688        PR 149
2689        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2690        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2691        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2692        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2693
26942002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2695
2696        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2697        * configure.ac: Modified to reflect addition.
2698
26992002-02-27      Ilya Alexeev <ilya@continuum.ru>
2700
2701        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2702        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2703        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2704        capabilities as well as eliminate some warnings.
2705
27062002-02-27      Eric Norum <eric.norum@usask.ca>
2707
2708        * libnetworking/net/radix.c: Properly handle fetching the default route
2709        when there is no route.  This was a bug in the original FreeBSD code and
2710        this fix is from an updated version of their code.
2711
27122002-02-16      Eric Norum <eric.norum@usask.ca>
2713
2714        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2715        checking.
2716
27172002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2718
2719        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2720        dodefaultroute.
2721
27222002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2723
2724        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2725        include <rtems/seterr.h>.
2726
27272002-02-01      Mike Siers <mikes@poliac.com>
2728
2729        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2730        avoid bringing the link down too fast. NOTE: Mike reports successfully
2731        running at 56K baud on a direct link.
2732
27332002-02-01      Eric Valette <valette@crf.canon.fr>
2734
2735        * librdbg/So many patches have been posted recently on the mailing list
2736        and  because we were unable to find correct solution to compile on
2737        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2738        because the coding  style of rdbg was rather inconsistant among various
2739        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2740        global coding style (using indent + manual edits), 2) incorporate/review
2741        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2742        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2743        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2744        after rdbg initialization is done, NB : the paches is huge but it is
2745        mainly due to coding styke chnages.  Only few lines of codes have been
2746        really changed and they do not impact  rdbg functionnality (AFAIKT).
2747        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2748        librdbg/include/rdbg/m68k/rdbg_f.h,
2749        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2750        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2751        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2752        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2753        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2754        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2755        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2756        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2757        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2758        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2759        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2760        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2761        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2762        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2763        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2764        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2765
27662002-01-31      Mike Siers <mikes@poliac.com>
2767
2768        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2769        * Nice Update of PPPD support which eliminates the requiremetn that
2770        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2771        and reports that it seems to be more stable and handle larger packets
2772        better.  This patch replaces the termios tasks with more general pppd
2773        network driver tasks.  The functions pppinput() and pppstart() get
2774        called from the interrupt service routine.
2775        * libnetworking/Makefile.am, libnetworking/configure.ac,
2776        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2777        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2778        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2779        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2780        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2781        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2782        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2783        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2784        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2785        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2786        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2787        libnetworking/net/route.c, libnetworking/net/route.h,
2788        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2789        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2790        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2791        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2792        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2793        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2794        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2795        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2796        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2797        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2798        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2799        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2800        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2801        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2802        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2803        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2804        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2805        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2806        libnetworking/pppd/example/README,
2807        libnetworking/pppd/example/netconfig.h,
2808        libnetworking/wrapup/Makefile.am: Modified.
2809        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2810        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2811        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2812        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2813        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2814        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2815        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2816        libnetworking/modem/pppcompress.c: Subdirectory removed.
2817
28182002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2819
2820        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2821        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2822
28232002-01-18      Till Straumann <strauman@slac.stanford.edu>
2824
2825        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2826        issues: - exception handler needs to enable MSR_FP if the interrupted
2827        thread is FP enabled. - printk message for MSR fixed and added
2828        stacktrace. NOTE: this requires the stacktrace patch to
2829        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2830        however).
2831
28322002-01-06      Joel Sherrill <joel@OARcorp.com>
2833
2834        * optman/.cvsignore: Added aclocal.m4 and configure.
2835        * optman/.cvsignore: New file.
2836
28372002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2838
2839        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2840
28412002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2842
2843        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2844        * optman/ChangeLog: New.
2845        * optman/configure.ac: New.
2846        * optman/Makefile.am: New.
2847        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2848        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2849
28502001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2851
2852        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2853
28542001-12-18      Eric Norum <eric.norum@usask.ca>
2855
2856        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2857        `directories' (path names with a / at the end) while disallowing open()
2858        operations on TFTP `directories'.
2859
28602001-12-07      Eric Norum <eric.norum@usask.ca>
2861
2862        * libnetworking/lib/tftpDriver.c: Restore write capability.
2863
28642001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2865
2866        * libchip/network/sonic.h: Fix typo.
2867        * libnetworking/arpa/Makefile.am: Remove stray lines.
2868
28692001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2870
2871        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2872
28732001-10-18      Eric Norum <eric.norum@usask.ca>
2874
2875        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2876        chdir() and open() operations within the TFTP file system.
2877
28782001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2879
2880        * librdbg/configure.ac: Fix latent bug exposed by removal of
2881        config.cache's which prevented powerpc targets librdbg from building.
2882
28832001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2884
2885        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2886        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2887        autoconf-2.52 happy.
2888
28892001-10-12      Mike Siers <mikes@poliac.com>
2890
2891        * libnetworking/Update to stable working state.  Congratulations Mike!
2892        :).
2893        * libnetworking/modem_example: Directory removed.
2894        * libnetworking/modem_example/16550.h,
2895        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2896        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2897        libnetworking/modem_example/ppp.h,
2898        libnetworking/modem_example/pppcompress.c: Files removed.
2899        * libnetworking/pppd/example/pppd.options: New file.
2900        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2901        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2902        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2903        libnetworking/pppd/rtemsmain.c: Updated.
2904
29052001-10-12      Joel Sherrill <joel@OARcorp.com>
2906
2907        * libchip/serial/z85c30.c: Fixed typo.
2908
29092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2910
2911        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2912        * configure.in: Remove.
2913        * configure.ac: New file, generated from configure.in by autoupdate.
2914        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2915        * libchip/configure.in: Remove.
2916        * libchip/configure.ac: New file, generated from configure.in by
2917        autoupdate.
2918        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2919        * librdbg/configure.in: Remove.
2920        * librdbg/configure.ac: New file, generated from configure.in by
2921        autoupdate.
2922        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2923        * libnetworking/configure.in: Remove.
2924        * libnetworking/configure.ac: New file, generated from configure.in by
2925        autoupdate.
2926
29272001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2928
2929        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2930        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2931        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2932
29332001-09-27      Joel Sherrill <joel@OARcorp.com>
2934
2935        * libchip/ChangeLog: Fixed typo in date.
2936
29372001-09-27      Eric Norum <eric.norum@usask.ca>
2938
2939        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2940        TFTP  filesystem.
2941
29422001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2943
2944        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2945        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2946        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2947        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2948        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2949        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2950        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2951        'PREINSTALL_FILES ='.
2952        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2953        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2954        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2955        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2956        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2957        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2958        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2959        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2960        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2961        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2962        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2963        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2964
29652001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2966
2967        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2968        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2969        * librdbg/src/m68k/any/Makefile.am: Ditto.
2970        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2971        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2972        happy.
2973
29742001-09-21      Joel Sherrill <joel@OARcorp.com>
2975
2976        * libchip/network/Makefile.am: Fixed typo on file name.
2977        * libchip/network/i82586.c: Commented out line 318 which is referencing
2978        a member of a structure that is not currently there.  This needs to be
2979        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2980        to C style.
2981
29822001-09-19      Eric Norum <eric.norum@usask.ca>
2983
2984        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2985
29862001-09-19      Chris Johns <ccj@acm.org>
2987
2988        * libchip/network/README.i82586, libchip/network/i82586.c,
2989        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2990        Network driver for Intel i82586.
2991        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2992        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2993        "root" filesystem with information obtained via the DHCP response.
2994
29952001-09-14      Eric Norum <eric.norum@usask.ca>
2996
2997        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2998        make gcc 3.x happy.
2999
30002001-08-16      Mike Siers <mikes@poliac.com>
3001
3002        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3003        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3004        These support callback functionality that has not even been compiled
3005        under RTEMS yet.
3006        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3007        example application.  Mike's notes on the modifications: - renamed
3008        error() function because of namespace problems - removed calls to the
3009        exit() funciton - removed extra files from the pppd source directory -
3010        defined pppd task constant values in rtemspppd.h - modifyied example
3011        code to get actual tick per second value - placed the pppd 2.3.11 man
3012        page file (pppd.8) into the pppd directory.
3013        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3014        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3015        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3016        libnetworking/pppd/rtems-ppp.c: Deleted.
3017        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3018        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3019        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3020        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3021        libnetworking/pppd/example/init.c,
3022        libnetworking/pppd/example/netconfig.h,
3023        libnetworking/pppd/example/ppp.conf,
3024        libnetworking/pppd/example/pppdapp.c,
3025        libnetworking/pppd/example/system.h: New files.
3026        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3027        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3028        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3029        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3030        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3031        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3032        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3033        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3034        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3035        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3036        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3037        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3038        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3039        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3040        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3041
30422001-08-16      Joel Sherrill <joel@OARcorp.com>
3043
3044        * libnetworking/pppd/example/Makefile: Removed.
3045        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3046        to avoid bootstrap -c clobbering it.
3047        * libnetworking/rtems_telnetd/.cvsignore: New file.
3048
30492001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3050
3051        * libnetworking/Makefile.am, libnetworking/configure.in,
3052        libnetworking/rtems_servers/Makefile.am,
3053        libnetworking/rtems_servers/telnetd.c,
3054        libnetworking/rtems_servers/telnetd.h,
3055        libnetworking/rtems_telnetd/Makefile.am,
3056        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3057        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3058        libnetworking/rtems_telnetd/telnetd.c,
3059        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3060        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3061        effect when ftpd change. - the tcp/ip stats have been implemented into
3062        icmds.c and started when telnetd daemon is started.
3063        * libnetworking/rtems_servers/telnetd.c,
3064        libnetworking/rtems_servers/telnetd.h: Removed.
3065        * libnetworking/rtems_telnetd: New directory.
3066        * libnetworking/rtems_telnetd/Makefile.am,
3067        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3068        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3069        libnetworking/rtems_telnetd/telnetd.c,
3070        libnetworking/rtems_telnetd/telnetd.h: New files.
3071
30722001-06-14      Joel Sherrill <joel@OARcorp.com>
3073
3074        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3075        Moved from libmisc/shell so the network stack to address network
3076        depenendency.
3077        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3078
30792001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3080
3081        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3082
30832001-05-15      Joel Sherrill <joel@OARcorp.com>
3084
3085        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3086        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3087        accidentally deleted the incorrectly empty versions.
3088
30892001-05-14      Till Straumann <strauman@slac.stanford.edu>
3090
3091        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3092        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3093        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3094        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3095        to know the values) - the affected BSP (shared/motorola) headers have
3096        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3097        driver (libchip/network/dec21140.c) has been fixed to use
3098        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3099        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3100        who is using this driver. - the DEC driver also has been fixed to use
3101        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3102        delay_in_bus_cycles().
3103
31042001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3105
3106        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3107
31082001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3109
3110        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3111
31122001-04-24      Eric Norum <eric.norum@usask.ca>
3113
3114        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3115        NTP synchronization a little more robust -- no NTP daemon yet, but at
3116        least it trys a little harder when the primary NTP server is down.
3117
31182001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3119
3120        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3121        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3122        libnetworking/pppd/modem_example/modem.c,
3123        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3124        other strings into English.
3125        * libnetworking/pppd/STATUS: updated to reflect the changes.
3126
31272001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3128
3129        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3130        again.
3131
31322001-04-20      Eric Valette <valette@crf.canon.fr>
3133
3134        * mcp750 directory renamed new_exception processing as it supports many
3135        more CPU models.
3136        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3137        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3138        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3139        formerly in mcp750 plus modifications.
3140        * librdbg/src/powerpc/mcp750/.cvsignore,
3141        librdbg/src/powerpc/mcp750/Makefile.am,
3142        librdbg/src/powerpc/mcp750/remdeb.h,
3143        librdbg/src/powerpc/mcp750/remdeb_f.x,
3144        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3145        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3146        new_exception_processing.
3147        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3148        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3149        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3150        part of this effort to add support for the MPC8xx.
3151
31522001-04-19      Joel Sherrill <joel@OARcorp.com>
3153
3154        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3155        internal include files.
3156
31572001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3158
3159        PR 158
3160        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3161        rcmd() library call by commenting out the parts that deal with signals.
3162        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3163        stdio. The 'server-side' parts of this file which deal with
3164        authentication are disabled since they are not needed.
3165
31662001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3167
3168        * libnetworking/include/.cvsignore: Remove dangling file.
3169
31702001-03-14      Joel Sherrill <joel@OARcorp.com>
3171
3172        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3173        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3174        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3175        libchip style serial drivers can be written in libcpu or libbsp.
3176
31772001-03-01      Joel Sherrill <joel@OARcorp.com>
3178
3179        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3180        libchip/network/sonic.c, libchip/network/sonic.h,
3181        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3182        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3183        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3184        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3185        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3186        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3187        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3188        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3189
31902001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3191
3192        * librdbg/include/rdbg/Makefile.am,
3193        librdbg/include/rdbg/i386/Makefile.am,
3194        librdbg/include/rdbg/m68k/Makefile.am,
3195        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3196        style on include files.
3197
31982001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3199
3200        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3201        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3202        replace ${..} with $(..).
3203        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3204        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3205        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3206        libnetworking/rtems/Makefile.am, libnetworking/
3207        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3208        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3209        include_*HEADERS instead of H_FILES.
3210        * libnetworking/include/Makefile.am: Remove.
3211        * libnetworking/Makefile.am: Add handling of *.h files.
3212        * libnetworking/configure.in: Remove include/Makefile.
3213
32142001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3215
3216        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3217
32182001-01-31      Sergei Organov <osv@javad.ru>
3219
3220        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3221        current dir and root dir removed in favor of new libio support for
3222        task-local current and root directories. - Bug in `close_data_socket()'
3223        introduced by previous change fixed. - `command_pasv()' changed to set
3224        timeout on socket we are listening on and code fixed to don't close
3225        socket twice on error. - `serr()' changed to clear `errno'. -
3226        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3227        changed to clear `errno' before processing session. -
3228        `close_data_socket()' fixed to close both active and passive sockets -
3229        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3230        empty string  in `exec_command()'.
3231
32322001-01-25      Eric Norum <eric.norum@usask.ca>
3233
3234        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3235        improves throughput on systems which are dropping packets.   Only the
3236        first timeout is reduced.  This keeps the number of extra packets down
3237        on networks that are very busy and dropping lots of packets.
3238
32392001-01-24      Sergei Organov <osv@javad.ru>
3240
3241        * libnetworking/rtems_servers/ftpd.c,
3242        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3243        - Timeouts on sockets implemented. 'idle' field added to configuration.
3244        No timeout by default to keep backward compatibility. Note: SITE IDLE
3245        command not implemented yet. - Basic global access control implemented.
3246        'access' field added to configuration. No access limitations by default
3247        to keep backward compatibility. - Anchor data socket for active mode
3248        (using self IP and port 20.) - Fixed default data port support (still
3249        not tested). - Don't allow IP address different from originating host in
3250        PORT command to improve security. - Fixed bug in MDTM command. - Check
3251        for correctness of parsing of argument in command_port(). - Fixed
3252        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3253        a directory. - Command parsing a little bit improved: command names are
3254        now converted to upper-case to be more compatible with RFC (command
3255        names are not case-sensitive.) - Reformat comments so that they have
3256        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3257        previous changes - True ASCII mode implemented (doesn't work for hooks
3258        and /dev/null) - Passive mode implemented, PASV command added. - Default
3259        port for data connection could be used (untested, can't find ftp client
3260        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3261        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3262
32632001-01-18      Joel Sherrill <joel@OARcorp.com>
3264
3265        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3266        macro using variable arguments.
3267        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3268        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3269        since I updated the main RTEMS development machine to RedHat 7.2 and
3270        apparently got a new version of rpcgen.
3271
32722001-01-12      Sergei Organov <osv@javad.ru>
3273
3274        * libnetworking/rtems_servers/ftpd.c,
3275        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3276        - use pool of pre-created threads to handle sessions instead of
3277        creating/deleting threads on the fly - LIST output is now similar to
3278        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3279        happy with it. - LIST NAME now works (both for files and directories) -
3280        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3281        clients happy  - keep track of CWD for every session separately -
3282        ability to specify root directory name for FTPD in configuration table.
3283        FTPD will then create illusion for FTP clients that this is actually
3284        root directory. - ignore options sent in commands, thus LIST -al FILE
3285        works and doesn't try to list "-al" directory. - buffers are allocated
3286        on stack instead of heap where possible to eliminate malloc/free calls
3287        (avoid possible heap fragmentation troubles). - drop using of task
3288        notepad to pass parameters - use function arguments instead - use
3289        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3290        in socket() instead of AF_INET.
3291
32922001-01-02      Joel Sherrill <joel@OARcorp.com>
3293
3294        * libnetworking/CHANGELOG: Removed.
3295        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3296
32972000-12-14      Eric Norum <eric.norum@usask.ca>
3298
3299        * libnetworking/lib/tftpDriver.c: Added write capability.
3300
33012000-12-08      Joel Sherrill <joel@OARcorp.com>
3302
3303        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3304        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3305        numerous variable declarations conditional on PPP_COMPRESS and
3306        PPP_FILTER.  Commented out variables that were not used because the code
3307        using them was commented out. Removed totally unused variables.
3308        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3309        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3310
33112000-11-30      Joel Sherrill <joel@OARcorp.com>
3312
3313        * libnetworking/modem/ppp_tty.c: Changed to include
3314        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3315        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3316        * libnetworking/Makefile.am: Modified to reflect above.
3317
33182000-11-27      Joel Sherrill <joel@OARcorp.com>
3319
3320        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3321
33222000-11-25      Eric Norum <eric.norum@usask.ca>
3323
3324        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3325        core.
3326
33272000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3328
3329        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3330        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3331        subdir.
3332        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3333        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3334        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3335        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3336        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3337        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3338        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3339        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3340        ppp_tty.c and the real pppd main is in pppmain.c.
3341
33422000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3343
3344        * libchip/network/sonic.c: Added ipalign() routine to align the received
3345        packet so that the ip header is on a 32-bit boundary. Necessary for
3346        cpu's that do not allow unaligned loads and stores and when the 32-bit
3347        DMA mode is used.
3348
33492000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3350
3351        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3352        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3353        ACLOCAL_AMFLAGS.
3354        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3355        ACLOCAL_AMFLAGS.
3356        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3357        ACLOCAL_AMFLAGS.
3358
33592000-11-03      Chris Johns <ccj@acm.org>
3360
3361        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3362        libchip/network/cs8900.h: New files.
3363
33642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3365
3366        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3367        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3368        $(RTEMS_TOPdir)/aclocal.
3369        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3370        $(RTEMS_TOPdir)/aclocal.
3371        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3372        $(RTEMS_TOPdir)/aclocal.
3373
33742000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3375
3376        * configure.in: Switch to GNU-canonicalization.
3377        * Makefile.am: Reflect changes to configure.in.
3378        * acinclude.m4: Remove.
3379
33802000-10-30      Joel Sherrill <joel@OARcorp.com>
3381
3382        * POSIX include files merged into newlib.  This resulted in some
3383        definitions moving to other files and thus some secondary effects in
3384        RTEMS source code.
3385        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3386        in sync with newlib's <machine/types.h>.
3387        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3388        definition of struct itimerval in <sys/time.h>.
3389
33902000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3391
3392        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3393        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3394        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3395        * ChangeLog: Fix typos.
3396        * configure.in: add tests to the GNU canonicalized subdirectories.
3397
33982000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3399
3400        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3401        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3402        the lib directory before configuring lib/.
3403
34042000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3405
3406        * configure.in, Makefile.am: add exec to the GNU canonicalized
3407        subdirectories.
3408        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3409        * configure.in: add libnetworking, librpc and librdb to the GNU
3410        canonicalized subdirectories.
3411        * configure.in: add libmisc and libchip to the GNU canonicalized
3412        subdirectories.
3413        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3414        Switch to GNU canonicalization.
3415        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3416        Switch to GNU canonicalization.
3417        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3418        Switch to GNU canonicalization.
3419
34202000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3421
3422        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3423        canonicalization to libfs/. The approach is currently a bit of a hack as
3424        GNU canonicalization does not support the per-BSP build some of the
3425        other directories require.  As more of the tree is converted, this will
3426        become less  of an issue.
3427
34282000-10-20      Joel Sherrill <joel@OARcorp.com>
3429
3430        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3431        parameter.
3432
34332000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3434
3435        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3436        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3437        * librdbg/configure.in: Add m68k support.
3438        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3439        subdirectory.
3440        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3441        failure.
3442        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3443        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3444        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3445        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3446        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3447        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3448        librdbg/src/m68k/.cvsignore: New files.
3449        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3450        function pointers.
3451        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3452        _after_ pointer has been checked against NULL.
3453
34542000-10-18      Joel Sherrill <joel@OARcorp.com>
3455
3456        * wrapup/Makefile.am: Added libfs.
3457
34582000-10-18      Chris Johns <ccj@acm.org>
3459
3460        * libfs created.
3461        * configure.in: Added libfs subdirectory.
3462        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3463
34642000-09-28      Joel Sherrill <joel@OARcorp.com>
3465
3466        * libnetworking/rtems_webserver/Makefile.am,
3467        libnetworking/rtems_webserver/base64.c,
3468        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3469        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3470
34712000-09-22      Joel Sherrill <joel@OARcorp.com>
3472
3473        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3474        libnetworking/rtems/rtems_bsdnet_internal.h,
3475        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3476        have included rtems.h.  It is now including precisely the  least amount
3477        of low level, yet portable .h files to get the basic RTEMS types
3478        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3479        used machine/types.h to include rtems.h.
3480
34812000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3482
3483        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3484
34852000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3486
3487        * libnetworking/ChangeLog: Cleanup.
3488
34892000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3490
3491        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3492        * libchip/ChangeLog: Fix formating.
3493
34942000-09-05      Joel Sherrill <joel@OARcorp.com>
3495
3496        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3497        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3498        confusion and to work with the converted flags.
3499
35002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3501
3502        * wrapup/Makefile.am: Include compile.am.
3503        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3504        libchip/serial/Makefile.am: Include compile.am.
3505        * librdbg/src/i386/any/Makefile.am,
3506        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3507        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3508        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3509        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3510        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3511        libnetworking/rtems_servers/Makefile.am,
3512        libnetworking/rtems_webserver/Makefile.am,
3513        libnetworking/wrapup/Makefile.am: Include compile.am.
3514
35152000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3516
3517        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3518        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3519
35202000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3521
3522        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3523
35242000-08-31      Joel Sherrill <joel@OARcorp.com>
3525
3526        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3527        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3528        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3529        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3530        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3531        * libnetworking/wbase64.c: Removed.
3532        * libnetworking/Makefile.am, libnetworking/asp.c,
3533        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3534        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3535        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3536        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3537        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3538        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3539        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3540        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3541        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3542        Modified.
3543
35442000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3545
3546        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3547
35482000-08-30      Joel Sherrill <joel@OARcorp.com>
3549
3550        * libnetworking/rtems_webserver/license.txt: New file.
3551
35522000-08-10      Joel Sherrill <joel@OARcorp.com>
3553
3554        * ChangeLog: New file.
3555        * libchip/ChangeLog: New file.
3556        * librdbg/ChangeLog: New file.
3557        * libnetworking/ChangeLog: New file.
3558
Note: See TracBrowser for help on using the repository browser.