source: rtems/c/src/ChangeLog @ 42bf1b9

4.104.114.95
Last change on this file since 42bf1b9 was 42bf1b9, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 05/15/08 at 15:10:38

adapted gen83xx to new board

  • Property mode set to 100644
File size: 135.9 KB
Line 
12008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
4        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
5        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
6        * libchip/Makefile.am:
7        derived a generic spi memory driver from spi-flash-m25p40,
8        added descriptor for fram fm25l256
9
102008-05-07      Till Straumann <strauman@slac.stanford.edu>
11
12        PR 649/bsps
13        * libchip/ide/ata.c: Give up if the interface does not become ready.
14
152008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        Moved to cpukit.
18        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
19        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
20        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
21        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
22        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
23        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
24        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
25        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
26        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
27        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
28        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
29        nfsclient/src/xdr_mbuf.c: Removed.
30
312008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
34
352008-01-05      Chris Johns <chrisj@rtems.org>
36
37        * libchip/flash/am29lv160.c: Update the blank check error message
38        to say there is an error.
39       
402007-12-22      Chris Johns <chrisj@rtems.org>
41
42        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
43        the hello message. Just one line but still a little too long.
44       
452007-12-14      Chris Johns <chrisj@rtems.org>
46
47        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
48        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
49        * libchip/flash, libchip/flash/am29lv160.c,
50        libchip/flash/am29lv160.h: New.
51
522007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * libchip/network/if_fxp.c: Spacing.
55
562007-11-20      Till Straumann <strauman@slac.stanford.edu>
57
58        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
59        Avoid using 'stdio' before the system is up and fully
60        initialized.
61
622007-11-20      Till Straumann <strauman@slac.stanford.edu>
63
64        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
65        * libchip/Makefile.am, libchip/preinstall.am:
66        added new driver for Maxim DS1375 i2c RTC.
67
682007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
69
70        * libchip/i2c/spi-flash-m25p40.c:
71        added addressing call in write function
72
732007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
74
75        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
76        * libchip/Makefile.am:
77        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
78
792007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
82
832007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * nfsclient/Makefile.am: Fix errors.
86
872007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
90
912007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * aclocal/version.m4: Bump RTEMS_API to 4.9.
94        Bump RTEMS_VERSION to 4.8.99.0.
95
962007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
99
1002007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * configure.ac: Remove AC_PROG_AWK (Unused).
103
1042007-09-14      Daron Chabot <djc915@mail.usask.ca>
105
106        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
107        rtems_interrupt_vector, to permit passing arbitrary arguments to the
108        ISR. Clean up of variables to silence compiler warnings.
109
1102007-09-13      Daniel Hellstrom <daniel@gaisler.com>
111
112        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
113
1142007-09-12      Daniel Hellstrom <daniel@gaisler.com>
115
116        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
117          - Odd bit bug in some chips taken care of.
118          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
119            alignment but failing to do so must have made the driver writer to make
120            some incorrect assumptions about MBUFs.
121          - Fixed MBUF handling to handle mbuf chains better. The Data length of
122            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
123          - Made while loop responsible for copying data to fifo port copy 16 shorts
124            per loop instead of 1 short, increasing the copying process.
125
1262007-09-07      Daniel Hellstrom <daniel@gaisler.com>
127
128        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
129        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
130
1312007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * configure.ac, wrapup/Makefile.am: Remove RDBG.
134        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
135        librdbg/Makefile.am, librdbg/preinstall.am,
136        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
137        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
138        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
139        librdbg/include/rdbg/powerpc/rdbg_f.h,
140        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
141        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
142        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
143        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
144        librdbg/src/servtsp.c, librdbg/src/servutil.c,
145        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
146        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
147        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
148        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
149        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
150        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
151        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
152        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
153        librdbg/src/powerpc/rdbg_f.c,
154        librdbg/src/powerpc/new_exception_processing/remdeb.h,
155        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
156        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
157        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
158
1592007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
160
161        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
162
1632007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
166          sizes.
167
1682007-07-27      Chris Johns <chrisj@rtems.org>
169
170        * wrapup/Makefile.am: Create archive from a file for hosts
171        with a limited command line size.
172
1732007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
176          sizes.
177
1782007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
179       
180        * configure.ac: Add nfsclient.
181        * nfsclient/Makefile.am: New.
182        * nfsclient/proto/Makefile, nfsclient/Makefile,
183          nfsclient/src/Makefile: Remove.
184        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
185        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
186
1872007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
188
189        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
190        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
191        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
192        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
193        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
194        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
195        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
196        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
197        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
198        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
199        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
200        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
201
2022007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
203
204        * libchip/serial/ns16550.c: removed timed out wait for transmitter
205        to become ready: This will not work for fast CPUs.
206
2072007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
208
209        * libchip/ide/ata.c: fixed warning
210
2112007-06-20      Ray Xu <rayx@gmail.com>
212
213        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
214        console, and libio. This shrinks the memory requirements but Joel has
215        not figured out how best to present this to application space.
216        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
217        New files.
218
2192007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
220
221        * optman/sapi/no-io.c: Split IO Manager into one function per file so
222        now we only need required initialization methods.
223
2242007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
225
226        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
227        parameter since it was used to configure a no longer used feature.
228        Device names are now part of the filesystem not in a table.
229
2302007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
231
232        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
233        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
234        optman/rtems/no-part.c, optman/rtems/no-region.c,
235        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
236        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
237        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
238        other optional managers so using them reduces application size
239        instead of increasing it.
240        * optman/rtems/no-barrier.c: New file.
241
2422007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
243
244        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
245        adjustments to pci-API changes.
246        * libchip/network/dec21140.c, libchip/network/elnk.c,
247        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
248        changes.
249
2502007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
251
252        * libchip/network/dec21140.c, libchip/network/if_dc.c,
253        libchip/network/if_fxp.c: Reflect changes to pci-API.
254
2552007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
256
257        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
258        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
259
2602007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
261
262        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
263          being used to compile "tools").
264
2652007-03-13      Joel Sherrill <joel@OARcorp.com>
266
267        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
268
2692007-03-12      Joel Sherrill <joel@OARcorp.com>
270
271        * libchip/network/cs8900.c, libchip/network/cs8900.h,
272        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
273        and/or fix mistake in copyright notice. Both of these mistakes appear
274        to be from code submitted after these changes were made previously.
275
2762007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
277
278        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
279
2802007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
281
282        * libchip/Makefile.am: Correct path to README.tulipclone.
283
2842007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
285
286        * libchip/ide/ata.c: Remove superfluous type casts.
287
2882007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
289
290        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
291        Use size_t for sizes.
292
2932007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
294
295        * libchip/ide/ata.c: in ata_request_done: moved call to free()
296        from preemption disabled region
297
2982007-01-16      Till Straumann <strauman@slac.stanford.edu>
299
300        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
301        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
302        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
303
3042006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
305
306        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
307          ioctl_command_t as ioctl argument.
308
3092006-12-13      Joel Sherrill <joel@OARcorp.com>
310
311        * librtems++/include/rtems++/rtemsEvent.h,
312        librtems++/include/rtems++/rtemsMessageQueue.h,
313        librtems++/include/rtems++/rtemsSemaphore.h,
314        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
315        librtems++/src/rtemsMessageQueue.cc,
316        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
317        rtems_unsigned32 to uint32_t.
318
3192006-12-13      Joel Sherrill <joel@OARcorp.com>
320
321        PR 1181/bsps
322        * optman/rtems/no-msg.c: Clean up dead code.
323
3242006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
325
326        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
327
3282006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
329
330        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
331        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
332        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
333
3342006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
335
336        * configure.ac: New BUG-REPORT address.
337
3382006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
339
340        * Makefile.am: Remove ampolish3.
341
3422006-11-17      Joel Sherrill <joel@OARcorp.com>
343
344        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
345        blank lines.
346
3472006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
348
349        * configure.ac: Remove RTEMS_AMPOLISH3.
350        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
351          Remove checks for AMPOLISH3.
352        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
353        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
354        * ampolish3: Remove.
355
3562006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
357
358        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
359        * aclocal/prog-cc.m4: Remove CFLAGS.
360        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
361        Compose CFLAGS. Append CFLAGS to ac_configure_args.
362
3632006-10-23      Joel Sherrill <joel@OARcorp.com>
364
365        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
366
3672006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
368
369        * automake/compile.am: Use hard-coded RTEMS_* flags.
370
3712006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
372
373        * aclocal/rtems-top.m4: Remove RTEMS_API.
374        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
375
3762006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
377
378        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
379
3802006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
381
382        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
383
3842006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
385
386        * aclocal/version.m4: Bump version to 4.7.99.0.
387
3882006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
389
390        * configure.ac: Require autoconf-2.60. Require automake-1.10.
391
3922006-09-11      Joel Sherrill <joel@OARcorp.com>
393
394        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
395
3962006-09-04      Joel Sherrill <joel@OARcorp.com>
397
398        * libchip/network/greth.c, libchip/network/open_eth.c,
399        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
400        introduced by warning removal.
401
4022006-09-01      Joel Sherrill <joel@OARcorp.com>
403
404        * libchip/network/greth.c, libchip/network/open_eth.c,
405        libchip/network/smc91111.c: Remove warnings and correct prototype
406        added earlier today.
407
4082006-09-01      Joel Sherrill <joel@OARcorp.com>
409
410        * libchip/network/cs8900.c, libchip/network/greth.c,
411        libchip/network/i82586.c, libchip/network/open_eth.c,
412        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
413        sized integers, and inttypes.h printf helpers.
414
4152006-08-09      Kolja Waschk <waschk@telos.de>
416
417        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
418
4192006-07-12      Joel Sherrill <joel@OARcorp.com>
420
421        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
422
4232006-07-11      Jerry Needell <jerry.needell@unh.edu>
424
425        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
426        4.6 branch.  Original modifications by Gaisler Enterprises.
427        * libchip/network/greth.c, libchip/network/greth.h: New files.
428
4292006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
430
431        * ide/ata.[ch]:
432        (PR1118) fetch priority for ATA task from a variable,
433        not a fixed configuration value.
434       
4352006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
436
437        * Makefile.am: Add ampolish3.
438
4392006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
440
441        * ampolish3: New.
442        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
443
4442006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
445
446        * aclocal/rtems-ampolish.m4: New.
447        * configure.ac: Use RTEMS_AMPOLISH3.
448
4492006-04-18  Joel Sherrill <joel@OARcorp.com>
450
451        * aclocal/version.m4: Updated to rtems-4.6.99.3.
452
4532006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
454
455        PR 853/filesystem
456        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
457        should be modified to support the new exception scheme and to use the
458        handle parameter.
459
4602006-02-a32     Eric Norum <norume@aps.anl.gov>
461
462        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
463        "newer" PCI access calls.  Minor cleanups.  Comments.
464
4652006-01-12      Eric Norum <norume@aps.anl.gov>
466
467        PR 861/networking
468        PR 863/networking
469        * libchip/network/smc91111.c: Fix illegal lvalue increments.
470
4712006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
472
473        * wrapup/Makefile.am: Add preinstall.am.
474        * libchip/Makefile.am: Build libchip/network/smc91111.
475        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
476        Eliminate cyg_int* crap.
477
4782006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
479
480        * librdbg/Makefile.am: Add preinstall.am.
481        * aclocal/bsp-configure.m4: Add ampolish3.
482        New header guards.
483
4842006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
485
486        * libchip/network/open_eth.c, libchip/network/open_eth.h:
487        Merger from rtems-4-6-branch.
488
4892006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
490
491        * libchip/network/smc91111.c
492        libchip/network/smc91111config.h
493        libchip/network/smc91111exp.h
494        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
495        * libchip/Makefile.am: Reflect adding smc91111*.
496
4972006-01-08      Joel Sherrill <joel@OARcorp.com>
498
499        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
500        char *.
501
5022006-01-08      Joel Sherrill <joel@OARcorp.com>
503
504        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
505        warnings.
506
5072005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
508
509        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
510        Add RTEMS_RELLDFLAGS.
511        * automake/compile.am: Remove RTEMS_USE_GCC.
512        Remove RTEMS_RELLDFLAGS.
513        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
514
5152005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
516
517        * libchip/network/if_media.h, libchip/network/mii.h:
518        Remove (Moved to cpukit).
519        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
520        and libchip/network/if_media.h.
521        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
522        if_media.h having moved.
523
5242005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
525
526        * automake/compile.am, automake/host.am, automake/local.am,
527        automake/subdirs.am: Remove depend.
528        * configure.ac: Explicitly pass --libdir and --includedir to
529        testsuites.
530
5312005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
532
533        * configure.ac: Reflect changes to testsuites.
534
5352005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
536
537        * automake/compile.am: Remove GCCSPECS.
538        * aclocal/prog-cc.m4: Add GCCSPECS.
539        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
540
5412005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
542
543        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
544        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
545
5462005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
547
548        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
549        libcpu/byteorder.h for i386.
550
5512005-11-02      Till Straumann <strauman@slac.stanford.edu>
552
553        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
554        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
555        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
556        added a simple API/library for i2c devices and drivers for i2c
557        2-byte eeproms and a ds1621 temperature sensor; API is documented
558        in libi2c.h.
559
5602005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
561
562        * libnetworking/pppd/ipxcp.c,
563        libnetworking/pppd/chat.c,
564        libnetworking/pppd/patchlevel.h,
565        libnetworking/pppd/upap.h,
566        libnetworking/pppd/md5.h,
567        libnetworking/pppd/pppd.8,
568        libnetworking/pppd/README,
569        libnetworking/pppd/preinstall.am,
570        libnetworking/pppd/md4.h,
571        libnetworking/pppd/magic.c,
572        libnetworking/pppd/pppd.h,
573        libnetworking/pppd/demand.c,
574        libnetworking/pppd/rtemsmain.c,
575        libnetworking/pppd/sys-rtems.c,
576        libnetworking/pppd/ipcp.h,
577        libnetworking/pppd/lcp.h,
578        libnetworking/pppd/chap_ms.c,
579        libnetworking/pppd/md4.c,
580        libnetworking/pppd/rtemspppd.h,
581        libnetworking/pppd/cbcp.h,
582        libnetworking/pppd/auth.c,
583        libnetworking/pppd/lcp.c,
584        libnetworking/pppd/example/README,
585        libnetworking/pppd/example/ppp.conf,
586        libnetworking/pppd/example/system.h,
587        libnetworking/pppd/example/netconfig.h,
588        libnetworking/pppd/example/pppdapp.c,
589        libnetworking/pppd/example/init.c,
590        libnetworking/pppd/example/Makefile-user,
591        libnetworking/pppd/example/pppd.options,
592        libnetworking/pppd/rtemspppd.c,
593        libnetworking/pppd/ipxcp.h,
594        libnetworking/pppd/chap_ms.h,
595        libnetworking/pppd/options.c,
596        libnetworking/pppd/magic.h,
597        libnetworking/pppd/chap.h,
598        libnetworking/pppd/cbcp.c,
599        libnetworking/pppd/upap.c,
600        libnetworking/pppd/chap.c,
601        libnetworking/pppd/Makefile.am,
602        libnetworking/pppd/ccp.h,
603        libnetworking/pppd/utils.c,
604        libnetworking/pppd/rtemsdialer.h,
605        libnetworking/pppd/fsm.h,
606        libnetworking/pppd/pathnames.h,
607        libnetworking/pppd/md5.c,
608        libnetworking/pppd/fsm.c,
609        libnetworking/pppd/ipcp.c,
610        libnetworking/pppd/STATUS,
611        libnetworking/pppd/ccp.c,
612        libnetworking/Makefile.am: Remove (Moved to cpukit).
613
6142005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
615
616        * configure.ac: Remove libnetworking, libnetworking/pppd.
617        * wrapup/Makefile.am: Remove libpppd.a.
618
6192005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
620
621        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
622        rtemsdialer.h to $(includedir)/rtems.
623
6242005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
625
626        * libnetworking/rtems_telnetd/icmds.c,
627        libnetworking/rtems_telnetd/Makefile.am,
628        libnetworking/rtems_telnetd/preinstall.am,
629        libnetworking/rtems_telnetd/pty.c,
630        libnetworking/rtems_telnetd/pty.h,
631        libnetworking/rtems_telnetd/README,
632        libnetworking/rtems_telnetd/telnetd.c,
633        libnetworking/rtems_telnetd/telnetd.h:
634        Remove (Moved to cpukit).
635
6362005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
637
638        * configure.ac: Remove libnetworking/rtems_telnetd.
639        * libnetworking/Makefile.am: Remove rtems_telnetd.
640        * libnetworking/README: Remove (Obsolete).
641        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
642
6432005-10-20  Eric Norum <norume@aps.anl.gov>
644
645        * libchip/network/dec21140.c: Clean up PCI mapping.
646
6472005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
648
649        * libnetworking/pppd/Makefile.am: Use preinstall.am.
650        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
651        librdbg/src/servrpc.c, librdbg/src/servtgt.c
652        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
653        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
654        * configure.ac: Move optman to the end of BSP_SUBDIRS.
655
6562005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
657
658        * aclocal/bspopts.m4: Add missing m4 quotes.
659
6602005-09-02  Joel Sherrill <joel@OARcorp.com>
661
662    * aclocal/version.m4: Updated to rtems-4.6.99.2.
663
6642005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
665
666        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
667        libchip/network/dec21140.c: Remove initialization of PCI bus.
668
6692005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
670
671        * optman/Makefile.am: Add preinstall.am.
672
6732005-07-18      Karel Gardas <kgardas@objectsecurity.com>
674
675        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
676        UNTESTED to tested.
677
6782005-06-17      Joel Sherrill <joel@OARcorp.com>
679
680        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
681        it is not supported by the MPC5xx.
682
6832005-06-17      Joel Sherrill <joel@OARcorp.com>
684
685        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
686        interface. Also correct attempting to build on other than PowerPC and
687        x86.
688
6892005-06-16      Daron Chabot <daron@nucleus.usask.ca>
690
691        * libchip/Makefile.am: Add driver for Tulip clones.
692        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
693        libchip/network/if_dcreg.h: New files.
694
6952005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
696
697        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
698        to enable rdbg.
699        * configure.ac: Reflect changes above.
700
7012005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
702
703        * configure.ac: Add ada/.
704
7052005-05-20      Sergei Organov  <osv@topconrd.ru>
706
707        PR 750/networking
708        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
709        wait_input().
710
7112005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
712
713        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
714        rtems/irq.h.
715
7162005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
717
718        * libchip/Makefile.am: Include preinstall.am.
719        * libchip/preinstall.am: New.
720
7212005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
722
723        * configure.ac: Add AMPOLISH3.
724        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
725        * libnetworking/rtems_telnetd/preinstall.am: New.
726        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
727
7282005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
729
730        * configure.ac: Let enable_rpcgen default to "no".
731
7322005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
733
734        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
735
7362005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
737
738        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
739        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
740
7412005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
742
743        * libchip/network/dec21140.c, libchip/network/elnk.c,
744        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
745
7462005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
747
748        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
749        of code as a result of the implementation of a common PCI interface.
750
7512005-05-04      Joel Sherrill <joel@OARcorp.com>
752
753        * libchip/network/open_eth.c: Remove prototype of set_vector.
754
7552005-05-03      Joel Sherrill <joel@OARcorp.com>
756
757        * librdbg/src/ptrace.c: Remove warning.
758
7592005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
760
761        * libchip/network/dec21140.c, libchip/network/elnk.c,
762        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
763        Modified parameter list to remove warnings.
764
7652005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
766
767        * libchip/network/cs8900.c, libchip/network/i82586.c,
768        libchip/network/open_eth.c, libchip/network/sonic.c,
769        libchip/serial/mc68681.c: Modified types to remove
770        warnings.  Added initialization to remove warnings.
771
7722005-04-28      Joel Sherrill <joel@OARcorp.com>
773
774        * libchip/network/README.sonic: Rewritten to account for removal of
775        dmv177.
776
7772005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
778
779        PR 781/rtems_misc
780        * libchip/serial/ns16550_p.h: Fix baud rate calculation
781
7822005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
783
784        * libchip/serial/ns16550.c:
785        Fixed warnings generated in various powerpc configurations
786
7872005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
788
789        * libchip/serial/ns16550.c: Modified
790        ISR to work with PPC new exception processing
791
7922005-03-14      Joel Sherrill <joel@OARcorp.com>
793
794        * libchip/network/dec21140.c, libchip/network/elnk.c,
795        libchip/network/if_fxp.c: Continue PCI API unification. All use
796        pci_find_device(). Network drivers manufacture a signature since all
797        calls have not been converted yet.
798
7992005-03-04      Joel Sherrill <joel@OARcorp.com>
800
801        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
802        initialize function part of the unified PCI API as pci_initialize().
803
8042005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
805
806        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
807        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
808
8092005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
810
811        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
812        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
813
8142005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
815
816        * aclocal/ppc.m4: Reflect changes to ppc exception processing
817        building procedures.
818
8192005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
820
821        * aclocal/prog-cc.m4:
822        Quote CFLAGS's RHS to accomodate Solaris broken sh.
823
8242005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
825
826        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
827
8282005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
829
830        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
831
8322005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
833
834        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
835
8362005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
837
838        * libnetworking/rtems_servers/ftp.c,
839        libnetworking/rtems_servers/ftp.h,
840        libnetworking/rtems_servers/Makefile.am:
841        Remove (relocated to cpukit/ftpd).
842        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
843        removed move libnetworking/rtems_servers.
844
8452005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
846
847        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
848
8492005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
850
851        PR 755/rtems
852        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
853        Remove local declarations of rtems_bsdnet_nameservers,
854        rtems_bsdnet_nameservers_count.
855
8562005-01-31      Sergei Organov <osv@topconrd.ru>
857
858        PR 751/pppd
859        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
860        committed to fix PR736 breaks pppd. chat.c should have its own static
861        ttyfd for pppd to work correctly. The symptom is that second
862        invokation of chat (for connect script) fails due to pppd_ttyfd set
863        to -1 by previous chat invokation (for init script). In addition,
864        this patch fixes leaving of dangling pointer in the abort_stbring[]
865        by chat_send().
866
8672005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
868
869        * configure.ac: Remove CFLAGS_DEBUG_V.
870        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
871
8722005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
873
874        * wrapup/Makefile.am: Remove rtems-ctor.o.
875
8762005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
877
878        * libchip/rtc/rtc.h: size_t RTC_Count.
879
8802005-01-20      Joel Sherrill <joel@OARcorp.com>
881
882        PR 736/pppd
883        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
884        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
885        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
886        should not be static and should have a name more specific to pppd.
887
8882005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
889
890        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
891        libnetworking/rtems_servers/Makefile.am,
892        libnetworking/rtems_telnetd/Makefile.am,
893        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
894        Eliminate CFLAGS_OPTIMIZE_V.
895
8962005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
897
898        * configure.ac: Pass CFLAGS to testsuites configure.
899        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
900        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
901
9022005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
903
904        * configure.ac: Pass CFLAGS to cpukit configure.
905        * aclocal/rtems-flags.m4: Remove (Unused).
906        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
907        * aclocal/env-rtemsbsp.m4:
908        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
909        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
910        RTEMS_CFLAGS.
911        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
912        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
913        Cleanup comments.
914
9152005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
916
917        * automake/compile.am: Remove build-variant support.
918
9192005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
920
921        * libnetworking/pppd/Makefile.am,
922        libnetworking/rtems_servers/Makefile.am,
923        libnetworking/rtems_telnetd/Makefile.am:
924        Remove build-variant support.
925
9262005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
927
928        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
929        support/Makefile.am, wrapup/Makefile.am:
930        Remove build-variant support.
931
9322004-11-22      Joel Sherrill <joel@OARcorp.com>
933
934        * libchip/network/if_fxp.c: Add entry for another module ID code.
935
9362004-11-22      Joel Sherrill <joel@OARcorp.com>
937
938        PR 693/misc
939        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
940        in/outport routines.
941
9422004-11-22      Joel Sherrill <joel@OARcorp.com>
943
944        PR 693/misc
945        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
946        in/outport routines.
947
9482004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
949
950        * aclocal/enable-itron.m4: Remove (unused).
951
9522004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
953
954        * configure.ac: Misc. quoting cleanups.
955        Enable ada-tests iff --enable-ada and --enable-tests.
956
9572004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
958
959        PR 703/filesystem
960        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
961        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
962        libchip/ide/ide_controller.c:
963        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
964        available for BSPS/device drivers.
965        Extend the "modes_available" and "mode_active" parameters to
966        uint16_t for UDMA support.
967
9682004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
969
970        * libchip/network/dec21140.c: Cleanup a bit and remove message about
971        not supported on PowerPC since it works on the MVME2100 BSP.
972
9732004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
974
975        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
976        Add dependency tracking for *.cfgs.
977        * Makefile.am: Add dependency tracking for *.cfg.
978
9792004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
980
981        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
982        (Thanks to Lars Munch <lars@segv.dk> for catching this).
983
9842004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
985
986        PR 707/make_build
987        * configure.ac: Add --enable-rpcgen.
988
9892004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
990
991        PR 700/rtems_misc
992        * libnetworking/rtems_webserver/asp.c,
993        libnetworking/rtems_webserver/balloc.c,
994        libnetworking/rtems_webserver/cgi.c,
995        libnetworking/rtems_webserver/default.c,
996        libnetworking/rtems_webserver/ej.h,
997        libnetworking/rtems_webserver/ejIntrn.h,
998        libnetworking/rtems_webserver/ejlex.c,
999        libnetworking/rtems_webserver/ejparse.c,
1000        libnetworking/rtems_webserver/emfdb.c,
1001        libnetworking/rtems_webserver/emfdb.h,
1002        libnetworking/rtems_webserver/form.c,
1003        libnetworking/rtems_webserver/handler.c,
1004        libnetworking/rtems_webserver/h.c,
1005        libnetworking/rtems_webserver/license.txt,
1006        libnetworking/rtems_webserver/Makefile.am,
1007        libnetworking/rtems_webserver/md5c.c,
1008        libnetworking/rtems_webserver/md5.h,
1009        libnetworking/rtems_webserver/mime.c,
1010        libnetworking/rtems_webserver/misc.c,
1011        libnetworking/rtems_webserver/NOTES,
1012        libnetworking/rtems_webserver/ringq.c,
1013        libnetworking/rtems_webserver/rom.c,
1014        libnetworking/rtems_webserver/rtems_webserver.h,
1015        libnetworking/rtems_webserver/security.c,
1016        libnetworking/rtems_webserver/sock.c,
1017        libnetworking/rtems_webserver/socket.c,
1018        libnetworking/rtems_webserver/sockGen.c,
1019        libnetworking/rtems_webserver/sym.c,
1020        libnetworking/rtems_webserver/uemf.c,
1021        libnetworking/rtems_webserver/uemf.h,
1022        libnetworking/rtems_webserver/um.c,
1023        libnetworking/rtems_webserver/um.h,
1024        libnetworking/rtems_webserver/umui.c,
1025        libnetworking/rtems_webserver/url.c,
1026        libnetworking/rtems_webserver/value.c,
1027        libnetworking/rtems_webserver/wbase64.c,
1028        libnetworking/rtems_webserver/webcomp.c,
1029        libnetworking/rtems_webserver/webmain.c,
1030        libnetworking/rtems_webserver/webpage.c,
1031        libnetworking/rtems_webserver/webrom.c,
1032        libnetworking/rtems_webserver/webs.c,
1033        libnetworking/rtems_webserver/websda.c,
1034        libnetworking/rtems_webserver/websda.h,
1035        libnetworking/rtems_webserver/webs.h,
1036        libnetworking/rtems_webserver/websSSL.c,
1037        libnetworking/rtems_webserver/websSSL.h,
1038        libnetworking/rtems_webserver/websuemf.c,
1039        libnetworking/rtems_webserver/wsIntrn.h:
1040        Remove (Moved to cpukit/http).
1041
10422004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1043
1044        PR 700/rtems_misc
1045        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1046        Remove libnetworking/rtems_webserver.
1047
10482004-10-25      Eric Norum <norume@aps.anl.gov>
1049
1050        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1051
10522004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1053
1054        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1055
10562004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1057
1058        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1059        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1060
10612004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1062
1063        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1064
10652004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1066
1067        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1068        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1069
10702004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1071
1072        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1073        BITSPERBYTE.
1074
10752004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1076
1077        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1078        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1079
10802004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1081
1082        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1083
10842004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1085
1086        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1087        * aclocal/enable-bare.m4: Remove.
1088        * configure.ac: Remove BARE_CPU_MODEL.
1089
10902004-10-13      Eric Norum <norume@aps.anl.gov>
1091
1092        PR 688/bsps
1093        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1094        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1095        MC146818A (and several Dallas Semiconductor) TOD chips.
1096
10972004-10-13      Eric Norum <norume@aps.anl.gov>
1098
1099        PR 686/networking
1100        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1101        device code.
1102
11032004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1104
1105        * libchip/network/dec21140.c: include <rtems/pci.h>.
1106
11072004-09-29      Joel Sherrill <joel@OARcorp.com>
1108
1109        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1110        libnetworking/pppd/utils.c: i960 obsoleted and all references
1111        removed.
1112
11132004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1114
1115        PR 607/networking
1116        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1117        instead of fully specifying unused PCI features.
1118
11192004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1120
1121        * configure.ac: Require automake > 1.9.
1122
11232004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1124
1125        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1126
11272004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1128
1129        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1130        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1131
11322004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1133
1134        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1135        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1136
11372004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1138
1139        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1140
11412004-07-28  Joel Sherrill <joel@OARcorp.com>
1142
1143    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1144
11452004-07-25      Joel Sherrill <joel@OARcorp.com>
1146
1147        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1148
11492004-05-21  Till Strauman <strauman@slac.stanford.edu>
1150
1151        PR 625/networking
1152        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1153        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1154        an error rather than panic if no chip is detected (thus allowing
1155        for probing).
1156        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1157        instead of looping forever.  Avoid divide by zero (crashed my PC).
1158        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1159        they are UNTESTED.
1160
11612004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1162
1163        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1164
11652004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1166
1167        * libchip/network/dec21140.c, libchip/network/elnk.c:
1168        #include <errno.h>.
1169
11702004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1171
1172        * libchip/network/if_media.h: Update from FreeBSD.
1173        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1174        libchip/network/i82586.c: #include <errno.h>.
1175
11762004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1177
1178        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1179
11802004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1181
1182        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1183
11842004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1185
1186        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1187        automake).
1188
11892004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1190
1191        PR 599/pppd
1192        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1193
11942004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1195
1196        * optman/rtems/no-region.c: Reflect having changed
1197        rtems_region_get_segment_size.
1198
11992004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1200
1201        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1202        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1203        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1204        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1205        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1206        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1207        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1208
12092004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1210
1211        * libchip/ide/ata.c, libchip/network/dec21140.c,
1212        libchip/network/elnk.c, libchip/network/i82586.c,
1213        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1214        libchip/network/open_eth.c, libchip/network/sonic.c,
1215        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1216        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1217        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1218        libchip/shmdr/shm_driver.h: Cosmetics.
1219
12202004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1221
1222        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1223        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1224        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1225        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1226        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1227        fixed size types.
1228
12292004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1230
1231        * configure.ac: Explicitly pass --includedir and --libdir to
1232        cpukit/configure.
1233
12342004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1235
1236        * librdbg/Makefile.am: Fix rpcgen rules.
1237        * librdbg/src/i386/any/remdeb_xdr.c,
1238        librdbg/src/m68k/any/remdeb_xdr.c,
1239        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1240        Reflect changes to librdbg/Makefile.am.
1241
12422004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1243
1244        * configure.ac: Reflect changes testsuites/configure.ac and
1245        cpukit/configure.ac.
1246
12472004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1248
1249        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1250        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1251
12522004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1253
1254        * configure.ac: Reflect changes to testsuites's configuration.
1255
12562004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1257
1258        PR/589 rtems
1259        * libchip/network/pci.h: Remove (Moved to cpukit).
1260
12612004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1262
1263        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1264        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1265        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1266        libchip/network/dec21140.c, libchip/network/elnk.c,
1267        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1268        libchip/network/open_eth.h, libchip/network/sonic.c,
1269        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1270        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1271        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1272        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1273        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1274        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1275        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1276        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1277        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1278        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1279        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1280        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1281        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1282        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1283        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1284        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1285        fixed-size types.
1286
12872004-03-14      Chris Johns  <chrisj@rtems.org>
1288
1289        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1290        the BSP example code.
1291        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1292        support the DIMMPC. This is a pc386 target with IO port support. Minor
1293        formating clean up. Add documentation to the header file.
1294        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1295        cs8900.h header file.
1296
12972004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1298
1299        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1300        Cosmetics.
1301
13022004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1303
1304        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1305        There are no application level Makefiles in here.
1306
13072004-03-04      Joel Sherrill <joel@OARcorp.com>
1308
1309        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1310        they can be used in application level makefiles.
1311
13122004-03-05      Joel Sherrill <joel@OARcorp.com>
1313
1314        * libnetworking/rtems_webserver/ejparse.c,
1315        libnetworking/rtems_webserver/emfdb.c,
1316        libnetworking/rtems_webserver/sock.c,
1317        libnetworking/rtems_webserver/socket.c,
1318        libnetworking/rtems_webserver/sym.c,
1319        libnetworking/rtems_webserver/webs.c,
1320        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
13212004-03-05      Joel Sherrill <joel@OARcorp.com>
1322
1323        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1324        compiling this file only only those CPU families with supported
1325        exception models.
1326
13272004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1328
1329        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1330        testsuites (Was exposed with --enable-multilib, only).
1331        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1332         Add RTEMS_BSP_CONFIG_SUBDIR.
1333        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1334        testsuites's configure.
1335        * aclocal/rtems-top.m4: Remove ENDIF hack.
1336        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1337
13382004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1339
1340        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1341        wrapup/Makefile.am: Fix automake problems having been introduced
1342        in previous patch.
1343
13442004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1345
1346        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1347        Preinstall dirs.
1348        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1349        * aclocal/check-multiprocessing.m4: Cosmetics.
1350        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1351        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1352
13532004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1354
1355        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1356        librdbg/src/Makefile.am.
1357        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1358        * configure.ac: Reflect changes above.
1359        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1360        * wrapup/Makefile.am: Reflect changes above.
1361        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1362
13632004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1364
1365        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1366
13672004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1368
1369        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1370
13712004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1372
1373        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1374
13752004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1376
1377        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1378        librdbg/src/powerpc/Makefile.am: Remove.
1379        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1380        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1381        * configure.ac: Reflect changes above.
1382
13832004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1384
1385
13862004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1387
1388        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1389        STRIP.
1390
13912004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1392
1393        * librdbg/include/Makefile.am: Merge-in
1394        librdbg/include/rdbg/i386/Makefile.am,
1395        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1396        librdbg/include/rdbg/powerpc/Makefile.am.
1397        * librdbg/include/rdbg/i386/Makefile.am,
1398        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1399        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1400        * configure.ac: Reflect changes above.
1401
14022004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1403
1404        * configure.ac: Use AS_HELP_STRING(ada).
1405
14062004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1407
1408        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1409        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1410        Use AC_CONFIG_HEADERS.
1411        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1412        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1413
14142004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1415
1416        * Makefile.am: include local.am.
1417
14182004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1419
1420        * aclocal/version.m4: 4.6.99.0.
1421
14222004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1423
1424        * Makefile.am: Don't include host.am.
1425        * automake/compile.am: Further cleanups.
1426
14272004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1428
1429        * automake/lib.am: Remove (Unused).
1430
14312004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1432
1433        * wrapup/Makefile.am: Don't include lib.am.
1434        * automake/compile.am: Use automake compilation rules.
1435
14362004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1437
1438        * libnetworking/pppd/Makefile.am,
1439        libnetworking/rtems_servers/Makefile.am,
1440        libnetworking/rtems_telnetd/Makefile.am,
1441        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1442        support/Makefile.am: Don't include lib.am.
1443
14442004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1445
1446        * libchip/Makefile.am: Don't include lib.am.
1447        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1448        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1449        unnecessary EXTRA_DISTs.
1450
14512004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1452
1453        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1454        hack.
1455
14562004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1457
1458        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1459        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1460        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1461        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1462
14632004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1464
1465        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1466        Add AM_CONDITIONAL(HAS_MP).
1467        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1468        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1469        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1470        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1471        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1472        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1473        (Deprecated by autoconf 2.59).
1474
14752004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1476
1477        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1478        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1479
14802004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1481
1482        * ChangeLog: Merge-in libnetworking/ChangeLog.
1483        * libnetworking/ChangeLog: Remove.
1484        * ChangeLog: Merge-in librdbg/ChangeLog.
1485        * librdbg/ChangeLog: Remove.
1486        * ChangeLog: Merge-in libchip/ChangeLog.
1487        * libchip/ChangeLog: Remove.
1488        * ChangeLog: Merge-in optman/ChangeLog.
1489        * optman/ChangeLog: Remove.
1490
14912004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1492
1493        * configure.ac: Reflect changes to cpukit.
1494        * wrapup/Makefile.am: Reflect changes to librdbg.
1495        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1496        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1497        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1498        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1499        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1500        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1501        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1502        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1503        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1504
15052004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1506
1507        * aclocal/rtems-top.m4: Remove check for version.m4.
1508        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1509
15102004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1511
1512        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1513        * wrapup/Makefile.am: Reflect changes to libchip/*.
1514        * support/Makefile.am: Use automake compilation rules.
1515        * wrapup/Makefile.am: Reflect changes to support/*.
1516        * configure.ac: Remove libnetworking/wrapup/Makefile.
1517        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1518        libnetworking/*/lib*.a instead of libnetapps.a.
1519        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1520        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1521        * optman/Makefile.am: Use automake compilation rules.
1522        * libchip/Makefile.am: Fix typo in previous patch.
1523        * libchip/Makefile.am: Use automake compilation rules.
1524        * libnetworking/Makefile.am: Remove wrapup.
1525        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1526        automake-compilation rules.
1527        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1528        automake-compilation rules.
1529        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1530        automake-compilation rules.
1531        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1532        automake-compilation rules.
1533        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1534
15352004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1536
1537        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1538        PRE/TMPINSTALL_FILES to CLEANFILES.
1539        * automake/lib.am: Remove TMPINSTALL_FILES.
1540        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1541        PRE/TMPINSTALL_FILES to CLEANFILES.
1542        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1543        PRE/TMPINSTALL_FILES to CLEANFILES.
1544        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1545        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1546        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1547        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1548        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1549        * librdbg/src/i386/Makefile.am: Ditto.
1550        * librdbg/src/m68k/Makefile.am: Ditto.
1551        * librdbg/src/powerpc/Makefile.am: Ditto.
1552        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1553        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1554        * libnetworking/rtems_servers/Makefile.am: Ditto.
1555        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1556        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1557
15582004-01-07      Joel Sherrill <joel@OARcorp.com>
1559
1560        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1561        more completely covers the MIPS family.
1562
15632003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1564
1565        * wrapup/Makefile.am: Reflect changes to shmdr.
1566        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1567
15682003-12-18      Joel Sherrill <joel@OARcorp.com>
1569
1570        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1571        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1572        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1573        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1574        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1575        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1576        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1577
15782003-12-17      Joel Sherrill <joel@OARcorp.com>
1579
1580        * aclocal/version.m4: Updated to rtems-20031217-test.
1581
15822003-12-17     
1583
1584        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1585        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1586
15872003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1588
1589        * automake/compile.am: Remove LINK_LIBS (Unused).
1590        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1591
15922003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1593
1594        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1595        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1596        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1597        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1598        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1599
16002003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1601
1602        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1603        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1604        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1605        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1606        * librdbg/src/i386/Makefile.am:
1607        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1608        * librdbg/src/m68k/Makefile.am:
1609        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1610        * librdbg/src/powerpc/Makefile.am:
1611        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1612
16132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1614
1615        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1616        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1617        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1618        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1619        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1620        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1621        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1622        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1623        * optman/Makefile.am: Remove project_libdir.
1624        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1625        PRE/TMPINSTALL_FILES.
1626        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1627        PRE/TMPINSTALL_FILES.
1628        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1629        PRE/TMPINSTALL_FILES.
1630        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1631        PRE/TMPINSTALL_FILES.
1632        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1633        from PRE/TMPINSTALL_FILES.
1634        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1635        PRE/TMPINSTALL_FILES.
1636        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1637        PRE/TMPINSTALL_FILES.
1638        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1639        PRE/TMPINSTALL_FILES.
1640        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1641        PRE/TMPINSTALL_FILES.
1642        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1643        PRE/TMPINSTALL_FILES.
1644        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1645        PRE/TMPINSTALL_FILES.
1646        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1647        from PRE/TMPINSTALL_FILES.
1648
16492003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1650
1651        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1652        * automake/lib.am: Remove project_libdir.
1653        * wrapup/Makefile.am: Reworked.
1654
16552003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1656
1657        * configure.ac: Reflect changes to librdbg.
1658        * optman/Makefile.am: Add tmpinstall dirstamp support.
1659        * libchip/Makefile.am: Fix variant-tmpinstall support.
1660        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1661        * librdbg/src/powerpc/Makefile.am: Merge-in former
1662        new_exception_processing/Makefile.am.
1663        * librdbg/src/m68k/any/Makefile.am: Remove.
1664        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1665        * librdbg/src/i386/any/Makefile.am: Remove.
1666        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1667        * librdbg/src/Makefile.am: Cosmetics.
1668        * librdbg/include/Makefile.am: Cosmetics.
1669        * librdbg/Makefile.am: Cosmetics.
1670        * libnetworking/Makefile.am: Cosmetics.
1671        * libnetworking/pppd/Makefile.am: Cosmetics.
1672        * libnetworking/wrapup/Makefile.am: Cosmetics.
1673
16742003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1675
1676        * Makefile.am: Cosmetics.
1677        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1678        support.
1679
16802003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1681
1682        * automake/compile.am: Remove $(ARCH):-rule.
1683
16842003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1685
1686        * configure.ac: Remove lib/libbsp/shared/Makefile,
1687        lib/libbsp/shmdr/Makefile.
1688
16892003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1690
1691        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1692        libchip/serial/Makefile, libchip/rtc/Makefile.
1693        * support/Makefile.am: Remove all-local: $(ARCH).
1694        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1695        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1696        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1697        * optman/Makefile.am: Remove all-local: $(ARCH).
1698        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1699        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1700        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1701        compilation dirstamp support.
1702        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1703        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1704        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1705        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1706        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1707        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1708        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1709        all-local: $(ARCH).
1710        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1711        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1712        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1713        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1714        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1715
17162003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1717
1718        * aclocal/lead-dot.m4: New (from automake-1.7f).
1719        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1720        AC_SUBST(dirstamp).
1721        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1722        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1723        libchip/serial/Makefile.am: Ditto.
1724        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1725        * librdbg/include/Makefile.am: Ditto.
1726        * librdbg/include/rdbg/Makefile.am: Ditto.
1727        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1728        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1729        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1730        * librdbg/src/Makefile.am: Ditto.
1731        * librdbg/src/i386/Makefile.am: Ditto.
1732        * librdbg/src/i386/any/Makefile.am: Ditto.
1733        * librdbg/src/m68k/Makefile.am: Ditto.
1734        * librdbg/src/m68k/any/Makefile.am: Ditto.
1735        * librdbg/src/powerpc/Makefile.am: Ditto.
1736        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1737        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1738        preinstallation.
1739        * libnetworking/pppd/Makefile.am: Ditto.
1740        * libnetworking/rtems_servers/Makefile.am: Ditto.
1741        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1742        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1743        * libnetworking/wrapup/Makefile.am: Ditto.
1744
17452003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1746
1747        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1748        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1749        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1750        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1751        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1752        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1753        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1754        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1755        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1756        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1757        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1758        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1759        underquoting to silence automake-1.8.
1760
17612003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1762
1763        * configure.ac: Reflect having moved tests to ../../testsuites.
1764
17652003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1766
1767        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1768        * aclocal/canonical-host.m4: Remove.
1769        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1770        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1771
17722003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1773
1774        * aclocal/check-cpu.m4: Remove.
1775        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1776        * aclocal/canonical-target-name.m4: Add m4-quotes.
1777        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1778        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1779        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1780        * aclocal/check-networking.m4: Add m4-quotes. Require
1781        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1782        * aclocal/check-posix.m4: Add m4-quotes. Require
1783        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1784        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1785        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1786        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1787
17882003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1789
1790        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1791        * aclocal/bsp-alias.m4: Remove.
1792
17932003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1794
1795        * configure.ac: Make presence of tests/ optional.
1796
17972003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1798
1799        * aclocal/path-perl.m4: Remove (Unused).
1800
18012003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1802
1803        * automake/force-preinstall.am: Remove.
1804
18052003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1806
1807        PR 499/rtems_misc
1808        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1809        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1810        Configuration (Odd was forced) - Correction of Stop Bit configuration
1811        (inversed) - Correction of ISR Handler to call
1812        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1813        CTS Hardware flow control Configuration.
1814
18152003-09-04      Joel Sherrill <joel@OARcorp.com>
1816
1817        * lib/libcpu/shared/include/cache.h,
1818        lib/libcpu/shared/src/cache_aligned_malloc.c,
1819        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1820        license changed.
1821        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1822        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1823        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1824        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1825        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1826        for license changed.
1827        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1828        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1829        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1830        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1831        libchip/network/cs8900.h, libchip/network/dec21140.c,
1832        libchip/network/elnk.c, libchip/network/open_eth.c,
1833        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1834        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1835        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1836        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1837        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1838        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1839        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1840        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1841        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1842        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1843        libchip/serial/serial.h, libchip/serial/z85c30.c,
1844        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1845        libchip/serial/z85c30_reg.c: URL for license changed.
1846
18472003-09-03      Jiri Gaisler <jiri@gaisler.com>
1848
1849        PR 477/networking
1850        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1851        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1852        libchip/network/open_eth.h: New files.
1853
18542003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1855
1856        * aclocal/rtems-top.m4: Add RTEMS_API.
1857        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1858
18592003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1860
1861        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1862        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1863        @RTEMS_BSP@.cfg.
1864
18652003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1866
1867        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1868
18692003-08-20      Joel Sherrill <joel@OARcorp.com>
1870
1871        * libchip/network/cs8900.c: Correct copyright statements.
1872
18732003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1874
1875        * aclocal/check-itron.m4: Remove.
1876        * aclocal/enable-inlines.m4: Remove.
1877        * Makefile.am: Reflect having moved aclocal/.
1878        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1879        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1880        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1881        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1882        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1883        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1884        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1885        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1886        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1887        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1888        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1889        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1890        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1891        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1892        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1893        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1894        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1895        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1896        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1897        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1898        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1899        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1900        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1901        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1902        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1903        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1904        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1905        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1906        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1907        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1908        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1909        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1910        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1911        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1912        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1913        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1914        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1915        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1916        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1917        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1918        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1919        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1920        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1921        * aclocal/target.m4: New (Copied from ../../aclocal).
1922        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1923        * aclocal/version.m4: New (Copied from ../../aclocal).
1924
19252003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1926
1927        * configure.ac: Remove stray comments.
1928        * automake/local.am, automake/host.am: Remove "debug".
1929
19302003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1931
1932        * Makefile.am: Reflect having moved automake/.
1933        * lib/Makefile.am: Reflect having moved automake/.
1934        * support/Makefile.am: Reflect having moved automake/.
1935        * wrapup/Makefile.am: Reflect having moved automake/.
1936        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1937        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1938        from ../../automake).
1939        * optman/Makefile.am: Reflect having moved automake/.
1940        * libchip/Makefile.am: Reflect having moved automake/.
1941        * libchip/ide/Makefile.am: Reflect having moved automake/.
1942        * libchip/network/Makefile.am: Reflect having moved automake/.
1943        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1944        * libchip/serial/Makefile.am: Reflect having moved automake/.
1945        * librdbg/Makefile.am: Reflect having moved automake/.
1946        * librdbg/include/Makefile.am: Reflect having moved automake/.
1947        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1948        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1949        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1950        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1951        automake/.
1952        * librdbg/src/Makefile.am: Reflect having moved automake/.
1953        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1954        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1955        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1956        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1957        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1958        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1959        having moved automake/.
1960        * libnetworking/Makefile.am: Reflect having moved automake/.
1961        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1962        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1963        automake/.
1964        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1965        automake/.
1966        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1967        automake/.
1968        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1969
19702003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1971
1972        * Makefile.am: Add bsp.pc.in.
1973        * bsp.pc.in: New (pkgconfig support).
1974
19752003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1976
1977        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1978
19792003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1980
1981        * lib/Makefile.am: New (Required by 'make dist').
1982        * lib/ChangeLog: Remove.
1983        * lib/.cvsignore: Cleanup.
1984        * configure.ac: Reflect having added lib/Makefile.am.
1985        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1986        lib/libbsp/configure.ac.
1987        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1988        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1989
19902003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1991
1992        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1993        * configure.ac: Merge-in librdbg/configure.ac.
1994        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1995        librdbg/configure.ac.
1996        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1997        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1998        LIBCHIP. Conditionally build include-dirs.
1999        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2000        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2001        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2002        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2003        librdbg/include/rdbg/m68k/Makefile.am,
2004        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2005        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2006        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2007        librdbg/src/powerpc/Makefile.am, librdbg/
2008        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2009        configure.ac into ../configure.ac.
2010        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2011        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2012        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2013        libnetworking/rtems_telnetd/Makefile.am,
2014        libnetworking/rtems_webserver/Makefile.am,
2015        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2016        into ../configure.ac.
2017
20182003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2019
2020        PR 427/rtems
2021        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2022        * librdbg/src/servtsp.c: Ditto.
2023
20242003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2025
2026        PR 429/bsps
2027        PR 432/bsps
2028        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2029        packets are queued onto an elnk board, the ISR will deadlock the device
2030        with a tx complete interrupt.  Lighter tx loads are not affected as they
2031        end up submitting single packets to the device.
2032
20332003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2034
2035        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2036        optman/configure.ac.
2037        * optman/configure.ac: Remove (Merged into ../configure.ac).
2038        * optman/Makefile.am: Reflect having merged configure.ac into
2039        ../configure.ac.
2040        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2041        * libchip/Makefile.am, libchip/ide/Makefile.am,
2042        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2043        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2044        ../configure.ac.
2045
20462003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2047
2048        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2049
20502003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2051
2052        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2053        on i386.
2054
20552003-06-13      Joel Sherrill <joel@OARcorp.com>
2056
2057        * libnetworking/pppd/chat.c: Removed warnings.
2058
20592003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2060
2061        * libchip/network/README.3com: New file missed in previous commit.
2062        PR 405/bsps
2063        PR 393/networking
2064        * libchip/network/dec21140.c: Fix leak also known as PR393.
2065        * libchip/network/elnk.c, libchip/network/if_media.h,
2066        libchip/network/mii.h: New files.
2067        * libchip/network/Makefile.am: Reflect new files.
2068
20692003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2070
2071        * configure.ac: Remove support for profile-variant.
2072
20732003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2074
2075        PR 397/pppd
2076        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2077        * libnetworking/pppd/magic.c: Remove *rand48.
2078        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2079
20802003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2081
2082        * wrapup/Makefile.am: Add libide.a.
2083
20842003-04-15      Joel Sherrill <joel@OARcorp.com>
2085
2086        PR 387/rtems_misc
2087        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2088        routines.
2089        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2090
20912003-04-11      Joel Sherrill <joel@OARcorp.com>
2092
2093        * libnetworking/rtems_webserver/cgi.c,
2094        libnetworking/rtems_webserver/sockGen.c,
2095        libnetworking/rtems_webserver/umui.c,
2096        libnetworking/rtems_webserver/websSSL.c,
2097        libnetworking/rtems_webserver/websSSL.h,
2098        libnetworking/rtems_webserver/websda.c,
2099        libnetworking/rtems_webserver/websda.h: New files. Not included in
2100        previous commit.
2101
21022003-04-10      Joel Sherrill <joel@OARcorp.com>
2103
2104        PR 371/pppd
2105        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2106        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2107        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2108        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2109        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2110        still global symbols in rtemspppd.h which might need to be changed or
2111        converted into member of a structure which is dereferenced with a
2112        pointer that is managed as a per task variable. But this patch should
2113        avoid many conflicts.
2114
21152003-03-27      Joel Sherrill <joel@OARcorp.com>
2116
2117        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2118        not allowed in the cpukit source code since it must be buildable
2119        independent of any BSP. These files were moved to libchip/ide.
2120        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2121        files.
2122
21232003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2124
2125        PR 368/filesystems
2126        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2127        improvements which now work on pc386 and mbx8xx.
2128        * libchip/ide/ide_controller.c: New file.
2129
21302003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2131
2132        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2133
21342003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2135
2136        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2137        * configure.ac: Add support/.
2138        * support/.cvsignore: New.
2139        * support/Makefile.am: New.
2140        * support/version.c: New.
2141        * wrapup/Makefile.am: Add support/libsupport.a.
2142        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2143        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2144        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2145        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2146
21472003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2148
2149        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2150
21512003-02-20      Till Straumann <strauman@slac.stanford.edu>
2152
2153        PR 354/networking
2154        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2155        chip against a table of supported chips. The untested ones are still
2156        commented out, however.
2157
21582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2159
2160        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2161        * configure.ac: AC_PREREQ(2.57).
2162        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2163        * optman/configure.ac: AC_PREREQ(2.57).
2164        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2165        * libchip/configure.ac: AC_PREREQ(2.57).
2166        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2167        * librdbg/configure.ac: AC_PREREQ(2.57).
2168        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2169        * libnetworking/configure.ac: AC_PREREQ(2.57).
2170
21712003-02-06      Joel Sherrill <joel@OARcorp.com>
2172
2173        * libnetworking/pppd/chat.c: Convert routines with common names to
2174        static. This included get_char(), put_char(), and character() among
2175        others.
2176
21772003-02-03      Joel Sherrill <joel@OARcorp.com>
2178
2179        PR 338/filesystem
2180        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2181        rtems_io_lookup_name() (API change).  Unused function removed.
2182
21832003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2184
2185        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2186        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2187        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2188        Eliminate *_O_FILES.
2189        * libnetworking/rtems_servers/Makefile.am,
2190        libnetworking/rtems_webserver/Makefile.am,
2191        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2192
21932002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2194
2195        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2196        Let all-local: depend on $(LIB).
2197        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2198        * optman/Makefile.am: Apply install-data-local to install *.rels.
2199
22002002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2201
2202        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2203        %.c rules.
2204        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2205        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2206        * libchip/rtc/Makefile.am: Ditto.
2207        * libchip/serial/Makefile.am: Ditto.
2208
22092002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2210
2211        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2212        LIBC_DEFINES.
2213        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2214        LIBC_DEFINES.
2215        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2216        LIBC_DEFINES.
2217
22182002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2219
2220        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2221
22222002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2223
2224        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2225        cache-checking.
2226        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2227
22282002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2229
2230        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2231        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2232        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2233        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2234        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2235
22362002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2237
2238        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2239        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2240        Remove.
2241        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2242
22432002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2244
2245        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2246        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2247
22482002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2249
2250        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2251        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2252
22532002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2254
2255        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2256        * optman/rel.am: New.
2257
22582002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2259
2260        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2261        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2262        braino in comment on "exec". Extend --enable-ada handling.
2263
22642002-11-04      Joel Sherrill <joel@OARcorp.com>
2265
2266        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2267        tasks and rolling multiple loops into 1.
2268        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2269        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2270        Removed warnings.
2271
22722002-10-31      Joel Sherrill <joel@OARcorp.com>
2273
2274        * libchip/network/dec21140.c: Removed warnings.
2275        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2276        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2277        librdbg/src/m68k/any/remdeb_xdr.c,
2278        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2279        warnings.
2280        * libnetworking/rtems_webserver/socket.c,
2281        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2282
22832002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2284
2285        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2286        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2287        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2288        above.
2289
22902002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2291
2292        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2293        * wrapup/.cvsignore: Remove autom4te.cache.
2294        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2295        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2296        autom4te.cache.
2297        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2298        autom4te.cache.
2299        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2300        autom4te.cache.
2301
23022002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2303
2304        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2305
23062002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2307
2308        * optman/.cvsignore: Add autom4te.cache.
2309
23102002-09-14      Joel Sherrill <joel@OARcorp.com>
2311
2312        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2313
23142002-09-07      Joel Sherrill <joel@OARcorp.com>
2315
2316        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2317        include files to resolve warnings.
2318
23192002-09-07      Chris Johns <ccj@acm.org>
2320
2321        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2322        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2323        which corrects the problem  where the cs8900.c file was actually the BSP
2324        glue.  Joel did some hacking so this file will compile.  Previously it
2325        required providing a target.h file to compile.
2326        * libchip/network/cs8900.c.bsp: New file.
2327
23282002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2329
2330        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2331
23322002-08-31      Joel Sherrill <joel@OARcorp.com>
2333
2334        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2335        eliminate warning.
2336
23372002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2338
2339        * configure.ac: Add ada-tests.
2340
23412002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2342
2343        * Makefile.am: Add preinstall-stamp.
2344
23452002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2346
2347        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2348        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2349        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2350        gcc31 happy.
2351        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2352        cp.
2353
23542002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2355
2356        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2357        make/bsp.mak.
2358        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2359        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2360
23612002-08-12      Joel Sherrill <joel@OARcorp.com>
2362
2363        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2364        avoid error.
2365
23662002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2367
2368        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2369        * configure.ac: Add BSP_SUBDIRS.
2370        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2371        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2372        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2373        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2374        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2375        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2376        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2377        RTEMS_CHECK_BSP_CACHE.
2378        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2379        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2380        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2381        .$(OBJEXT) instead of .o.
2382        * libnetworking/pppd/Makefile.am,
2383        libnetworking/rtems_servers/Makefile.am,
2384        libnetworking/rtems_telnetd/Makefile.am,
2385        libnetworking/rtems_webserver/Makefile.am,
2386        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2387
23882002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2389
2390        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2391        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2392        ../libchip/serial/$(ARCH)/libserialio.a.
2393        * libchip/serial/Makefile.am: Don't tmp-install lib.
2394        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2395
23962002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2397
2398        * Makefile.am: Add rtems_makedir.
2399        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2400        * Makefile.am: Add wrapup-SUBDIR.
2401        * wrapup/ChangeLog: Remove.
2402        * wrapup/configure.ac: Remove.
2403        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2404        (Make the bare BSP happy).
2405        * configure.ac: Ditto.
2406        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2407        Create make/custom/default.cfg.
2408        * configure.ac: Add creation of make/custom/*.cfg. Create
2409        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2410
24112002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2412
2413        * Makefile.am: Clean $(PROJECT_RELEASE).
2414
24152002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2416
2417        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2418        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2419        prototype mismatches.
2420
24212002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2422
2423        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2424        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2425
24262002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2427
2428        * acinclude.m4: Add test "$multilib" != "yes".
2429        * config-ml.in: Remove.
2430        * acinclude.m4: Cleanups.
2431        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2432        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2433        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2434        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2435        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2436
24372002-07-16      Eric Norum <eric.norum@usask.ca>
2438
2439        * New driver for the Intel EtherExpressPro (82559ER) chip.
2440        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2441        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2442        * libchip/network/Makefile.am: Modified to reflect above.
2443
24442002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2445
2446        * acinclude.m4: New.
2447        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2448        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2449        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2450
24512002-07-01      Joel Sherrill <joel@OARcorp.com>
2452
2453        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2454        _Objects_Information_table now that it is a two dimensional array based
2455        upon API and class.
2456        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2457        of strnlen().
2458
24592002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2460
2461        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2462        preinstall libnetapps.a.
2463
24642002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2465
2466        * configure.ac: Remove librpc.
2467
24682002-06-25      Joel Sherrill <joel@OARcorp.com>
2469
2470        * Per PR233, moved librpc to exec.
2471        * configure.ac, wrapup/Makefile.am: Modified.
2472        * librpc, librpc/ChangeLog: Removed.
2473
24742002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2475
2476        * optman/Makefile.am: Remove multilib support.
2477        * optman/configure.ac: Ditto.
2478        * optman/sapi/Makefile.am: Ditto.
2479
24802002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2481
2482        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2483        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2484
24852002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2486
2487        Move networking libraries to c/src/exec/libnetworking
2488        * libnetworking/configure.ac, libnetworking/Makefile.am,
2489        libnetworking/wrapup/Makefile.am: Reflect Moval.
2490
24912002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2492
2493        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2494        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2495        <rtems/bspIo.h>.
2496
24972002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2498
2499        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2500        * libnetworking/rtems/mkrootfs.h: Ditto.
2501        * libnetworking/rtems/Makefile.am: Reflect changes above.
2502
25032002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2504
2505        * configure.ac: Remove lib.
2506
25072002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2508
2509        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2510        that exception stack frames on M68K members with VBR always are 6 byte
2511        long. The incorrect assumption resulted in some gdb commands like "next"
2512        to fail on the 68360.
2513
25142002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2515
2516        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2517        PR 220
2518        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2519        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2520        CVS.
2521        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2522        libnetworking/sys/filio.h: Remove.
2523        * libnetworking/sys/Makefile.am: Reflect changes above.
2524
25252002-05-07      Chris Johns <ccj@acm.org>
2526
2527        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2528        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2529        requires it to be stripped.
2530
25312002-05-01      Eric Norum <eric.norum@usask.ca>
2532
2533        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2534        assembly  to satisfy gcc 3.1 and newer.
2535
25362002-04-26      Eric Norum <eric.norum@usask.ca>
2537
2538        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2539        agressive optimization in gcc 3.1 does not reorder things.
2540
25412002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2542
2543        * libchip/network/dec21140.c: Reflect changes to powerpc's
2544        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2545        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2546        <rtems/score/cpu.h>.
2547        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2548        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2549
25502002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2551
2552        * optman/configure.ac: Remove ENABLE_GCC28.
2553
25542002-04-11      Chris Johns <ccj@acm.org>
2555
2556        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2557        driver control block field to the ifconfig network driver structure.
2558        This field is needed by the i82586 driver which was ported from NetBSD
2559        as it had better hardware abstraction.
2560        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2561        PR59, added the drv_ctrl driver control block field to the ifconfig
2562        network driver structure. This field is needed by the i82586 driver
2563        which was ported from NetBSD as it had better hardware abstraction.
2564
25652002-04-10      Mike Siers <mikes@poliac.com>
2566
2567        * libnetworking/rtems_webserver/NOTES,
2568        libnetworking/rtems_webserver/asp.c,
2569        libnetworking/rtems_webserver/balloc.c,
2570        libnetworking/rtems_webserver/default.c,
2571        libnetworking/rtems_webserver/ej.h,
2572        libnetworking/rtems_webserver/ejIntrn.h,
2573        libnetworking/rtems_webserver/ejlex.c,
2574        libnetworking/rtems_webserver/ejparse.c,
2575        libnetworking/rtems_webserver/emfdb.c,
2576        libnetworking/rtems_webserver/emfdb.h,
2577        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2578        libnetworking/rtems_webserver/handler.c,
2579        libnetworking/rtems_webserver/license.txt,
2580        libnetworking/rtems_webserver/md5.h,
2581        libnetworking/rtems_webserver/md5c.c,
2582        libnetworking/rtems_webserver/mime.c,
2583        libnetworking/rtems_webserver/misc.c,
2584        libnetworking/rtems_webserver/ringq.c,
2585        libnetworking/rtems_webserver/rom.c,
2586        libnetworking/rtems_webserver/security.c,
2587        libnetworking/rtems_webserver/sock.c,
2588        libnetworking/rtems_webserver/sym.c,
2589        libnetworking/rtems_webserver/uemf.c,
2590        libnetworking/rtems_webserver/uemf.h,
2591        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2592        libnetworking/rtems_webserver/url.c,
2593        libnetworking/rtems_webserver/value.c,
2594        libnetworking/rtems_webserver/wbase64.c,
2595        libnetworking/rtems_webserver/webcomp.c,
2596        libnetworking/rtems_webserver/webpage.c,
2597        libnetworking/rtems_webserver/webrom.c,
2598        libnetworking/rtems_webserver/webs.c,
2599        libnetworking/rtems_webserver/webs.h,
2600        libnetworking/rtems_webserver/websuemf.c,
2601        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2602        2.1.4.
2603
26042002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2605
2606        * libchip/network/i82586.c: Include <string.h>.
2607        * libchip/network/sonic.c: Ditto.
2608
26092002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2610
2611        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2612
26132002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2614
2615        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2616
26172002-03-27      Thomas.Doerfler@imd-systems.de
2618
2619        PR 144
2620        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2621        memory address 0 when called for the first time. This is done when
2622        trying to clear the variable "dhcp_hostname".
2623
26242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2625
2626        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2627        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2628        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2629        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2630        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2631        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2632        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2633        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2634        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2635        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2636        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2637        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2638        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2639        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2640        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2641        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2642        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2643        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2644        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2645        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2646        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2647        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2648        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2649        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2650        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2651        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2652        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2653        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2654        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2655        AUTOMAKE_OPTIONS.
2656        * libnetworking/configure.ac:
2657        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2658        foreign 1.6]).
2659        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2660        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2661        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2662        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2663        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2664        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2665        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2666        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2667        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2668        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2669        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2670        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2671        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2672        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2673        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2674        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2675        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2676
26772002-03-27      Ilya Alexeev <ilya@continuum.ru>
2678
2679        PR 162
2680        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2681        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2682        used in a device write routines.  Now ppp_softc structure have own
2683        character for writing to device (sc_outchar).  I think that converting
2684        local variables to static is not a right solution, because problems will
2685        occur in the case of two or more ppp instances.
2686        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2687        must be u_long, otherwise in the case of the big output packet endless
2688        loop may occur.
2689
26902002-03-21      Ilya Alexeev <ilya@continuum.ru>
2691
2692        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2693        preparations for multiple PPPD connections.
2694
26952002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2696
2697        PR 149
2698        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2699        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2700        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2701        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2702
27032002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2704
2705        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2706        * configure.ac: Modified to reflect addition.
2707
27082002-02-27      Ilya Alexeev <ilya@continuum.ru>
2709
2710        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2711        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2712        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2713        capabilities as well as eliminate some warnings.
2714
27152002-02-27      Eric Norum <eric.norum@usask.ca>
2716
2717        * libnetworking/net/radix.c: Properly handle fetching the default route
2718        when there is no route.  This was a bug in the original FreeBSD code and
2719        this fix is from an updated version of their code.
2720
27212002-02-16      Eric Norum <eric.norum@usask.ca>
2722
2723        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2724        checking.
2725
27262002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2727
2728        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2729        dodefaultroute.
2730
27312002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2732
2733        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2734        include <rtems/seterr.h>.
2735
27362002-02-01      Mike Siers <mikes@poliac.com>
2737
2738        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2739        avoid bringing the link down too fast. NOTE: Mike reports successfully
2740        running at 56K baud on a direct link.
2741
27422002-02-01      Eric Valette <valette@crf.canon.fr>
2743
2744        * librdbg/So many patches have been posted recently on the mailing list
2745        and  because we were unable to find correct solution to compile on
2746        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2747        because the coding  style of rdbg was rather inconsistant among various
2748        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2749        global coding style (using indent + manual edits), 2) incorporate/review
2750        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2751        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2752        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2753        after rdbg initialization is done, NB : the paches is huge but it is
2754        mainly due to coding styke chnages.  Only few lines of codes have been
2755        really changed and they do not impact  rdbg functionnality (AFAIKT).
2756        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2757        librdbg/include/rdbg/m68k/rdbg_f.h,
2758        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2759        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2760        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2761        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2762        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2763        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2764        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2765        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2766        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2767        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2768        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2769        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2770        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2771        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2772        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2773        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2774
27752002-01-31      Mike Siers <mikes@poliac.com>
2776
2777        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2778        * Nice Update of PPPD support which eliminates the requiremetn that
2779        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2780        and reports that it seems to be more stable and handle larger packets
2781        better.  This patch replaces the termios tasks with more general pppd
2782        network driver tasks.  The functions pppinput() and pppstart() get
2783        called from the interrupt service routine.
2784        * libnetworking/Makefile.am, libnetworking/configure.ac,
2785        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2786        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2787        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2788        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2789        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2790        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2791        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2792        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2793        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2794        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2795        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2796        libnetworking/net/route.c, libnetworking/net/route.h,
2797        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2798        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2799        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2800        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2801        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2802        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2803        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2804        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2805        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2806        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2807        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2808        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2809        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2810        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2811        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2812        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2813        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2814        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2815        libnetworking/pppd/example/README,
2816        libnetworking/pppd/example/netconfig.h,
2817        libnetworking/wrapup/Makefile.am: Modified.
2818        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2819        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2820        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2821        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2822        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2823        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2824        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2825        libnetworking/modem/pppcompress.c: Subdirectory removed.
2826
28272002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2828
2829        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2830        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2831
28322002-01-18      Till Straumann <strauman@slac.stanford.edu>
2833
2834        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2835        issues: - exception handler needs to enable MSR_FP if the interrupted
2836        thread is FP enabled. - printk message for MSR fixed and added
2837        stacktrace. NOTE: this requires the stacktrace patch to
2838        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2839        however).
2840
28412002-01-06      Joel Sherrill <joel@OARcorp.com>
2842
2843        * optman/.cvsignore: Added aclocal.m4 and configure.
2844        * optman/.cvsignore: New file.
2845
28462002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2847
2848        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2849
28502002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2851
2852        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2853        * optman/ChangeLog: New.
2854        * optman/configure.ac: New.
2855        * optman/Makefile.am: New.
2856        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2857        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2858
28592001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2860
2861        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2862
28632001-12-18      Eric Norum <eric.norum@usask.ca>
2864
2865        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2866        `directories' (path names with a / at the end) while disallowing open()
2867        operations on TFTP `directories'.
2868
28692001-12-07      Eric Norum <eric.norum@usask.ca>
2870
2871        * libnetworking/lib/tftpDriver.c: Restore write capability.
2872
28732001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2874
2875        * libchip/network/sonic.h: Fix typo.
2876        * libnetworking/arpa/Makefile.am: Remove stray lines.
2877
28782001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2879
2880        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2881
28822001-10-18      Eric Norum <eric.norum@usask.ca>
2883
2884        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2885        chdir() and open() operations within the TFTP file system.
2886
28872001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2888
2889        * librdbg/configure.ac: Fix latent bug exposed by removal of
2890        config.cache's which prevented powerpc targets librdbg from building.
2891
28922001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2893
2894        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2895        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2896        autoconf-2.52 happy.
2897
28982001-10-12      Mike Siers <mikes@poliac.com>
2899
2900        * libnetworking/Update to stable working state.  Congratulations Mike!
2901        :).
2902        * libnetworking/modem_example: Directory removed.
2903        * libnetworking/modem_example/16550.h,
2904        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2905        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2906        libnetworking/modem_example/ppp.h,
2907        libnetworking/modem_example/pppcompress.c: Files removed.
2908        * libnetworking/pppd/example/pppd.options: New file.
2909        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2910        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2911        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2912        libnetworking/pppd/rtemsmain.c: Updated.
2913
29142001-10-12      Joel Sherrill <joel@OARcorp.com>
2915
2916        * libchip/serial/z85c30.c: Fixed typo.
2917
29182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2919
2920        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2921        * configure.in: Remove.
2922        * configure.ac: New file, generated from configure.in by autoupdate.
2923        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2924        * libchip/configure.in: Remove.
2925        * libchip/configure.ac: New file, generated from configure.in by
2926        autoupdate.
2927        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2928        * librdbg/configure.in: Remove.
2929        * librdbg/configure.ac: New file, generated from configure.in by
2930        autoupdate.
2931        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2932        * libnetworking/configure.in: Remove.
2933        * libnetworking/configure.ac: New file, generated from configure.in by
2934        autoupdate.
2935
29362001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2937
2938        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2939        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2940        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2941
29422001-09-27      Joel Sherrill <joel@OARcorp.com>
2943
2944        * libchip/ChangeLog: Fixed typo in date.
2945
29462001-09-27      Eric Norum <eric.norum@usask.ca>
2947
2948        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2949        TFTP  filesystem.
2950
29512001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2952
2953        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2954        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2955        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2956        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2957        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2958        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2959        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2960        'PREINSTALL_FILES ='.
2961        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2962        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2963        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2964        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2965        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2966        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2967        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2968        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2969        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2970        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2971        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2972        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2973
29742001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2975
2976        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2977        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2978        * librdbg/src/m68k/any/Makefile.am: Ditto.
2979        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2980        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2981        happy.
2982
29832001-09-21      Joel Sherrill <joel@OARcorp.com>
2984
2985        * libchip/network/Makefile.am: Fixed typo on file name.
2986        * libchip/network/i82586.c: Commented out line 318 which is referencing
2987        a member of a structure that is not currently there.  This needs to be
2988        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2989        to C style.
2990
29912001-09-19      Eric Norum <eric.norum@usask.ca>
2992
2993        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2994
29952001-09-19      Chris Johns <ccj@acm.org>
2996
2997        * libchip/network/README.i82586, libchip/network/i82586.c,
2998        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2999        Network driver for Intel i82586.
3000        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3001        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3002        "root" filesystem with information obtained via the DHCP response.
3003
30042001-09-14      Eric Norum <eric.norum@usask.ca>
3005
3006        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3007        make gcc 3.x happy.
3008
30092001-08-16      Mike Siers <mikes@poliac.com>
3010
3011        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3012        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3013        These support callback functionality that has not even been compiled
3014        under RTEMS yet.
3015        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3016        example application.  Mike's notes on the modifications: - renamed
3017        error() function because of namespace problems - removed calls to the
3018        exit() funciton - removed extra files from the pppd source directory -
3019        defined pppd task constant values in rtemspppd.h - modifyied example
3020        code to get actual tick per second value - placed the pppd 2.3.11 man
3021        page file (pppd.8) into the pppd directory.
3022        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3023        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3024        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3025        libnetworking/pppd/rtems-ppp.c: Deleted.
3026        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3027        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3028        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3029        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3030        libnetworking/pppd/example/init.c,
3031        libnetworking/pppd/example/netconfig.h,
3032        libnetworking/pppd/example/ppp.conf,
3033        libnetworking/pppd/example/pppdapp.c,
3034        libnetworking/pppd/example/system.h: New files.
3035        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3036        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3037        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3038        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3039        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3040        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3041        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3042        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3043        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3044        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3045        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3046        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3047        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3048        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3049        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3050
30512001-08-16      Joel Sherrill <joel@OARcorp.com>
3052
3053        * libnetworking/pppd/example/Makefile: Removed.
3054        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3055        to avoid bootstrap -c clobbering it.
3056        * libnetworking/rtems_telnetd/.cvsignore: New file.
3057
30582001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3059
3060        * libnetworking/Makefile.am, libnetworking/configure.in,
3061        libnetworking/rtems_servers/Makefile.am,
3062        libnetworking/rtems_servers/telnetd.c,
3063        libnetworking/rtems_servers/telnetd.h,
3064        libnetworking/rtems_telnetd/Makefile.am,
3065        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3066        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3067        libnetworking/rtems_telnetd/telnetd.c,
3068        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3069        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3070        effect when ftpd change. - the tcp/ip stats have been implemented into
3071        icmds.c and started when telnetd daemon is started.
3072        * libnetworking/rtems_servers/telnetd.c,
3073        libnetworking/rtems_servers/telnetd.h: Removed.
3074        * libnetworking/rtems_telnetd: New directory.
3075        * libnetworking/rtems_telnetd/Makefile.am,
3076        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3077        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3078        libnetworking/rtems_telnetd/telnetd.c,
3079        libnetworking/rtems_telnetd/telnetd.h: New files.
3080
30812001-06-14      Joel Sherrill <joel@OARcorp.com>
3082
3083        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3084        Moved from libmisc/shell so the network stack to address network
3085        depenendency.
3086        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3087
30882001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3089
3090        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3091
30922001-05-15      Joel Sherrill <joel@OARcorp.com>
3093
3094        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3095        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3096        accidentally deleted the incorrectly empty versions.
3097
30982001-05-14      Till Straumann <strauman@slac.stanford.edu>
3099
3100        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3101        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3102        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3103        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3104        to know the values) - the affected BSP (shared/motorola) headers have
3105        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3106        driver (libchip/network/dec21140.c) has been fixed to use
3107        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3108        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3109        who is using this driver. - the DEC driver also has been fixed to use
3110        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3111        delay_in_bus_cycles().
3112
31132001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3114
3115        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3116
31172001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3118
3119        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3120
31212001-04-24      Eric Norum <eric.norum@usask.ca>
3122
3123        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3124        NTP synchronization a little more robust -- no NTP daemon yet, but at
3125        least it trys a little harder when the primary NTP server is down.
3126
31272001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3128
3129        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3130        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3131        libnetworking/pppd/modem_example/modem.c,
3132        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3133        other strings into English.
3134        * libnetworking/pppd/STATUS: updated to reflect the changes.
3135
31362001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3137
3138        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3139        again.
3140
31412001-04-20      Eric Valette <valette@crf.canon.fr>
3142
3143        * mcp750 directory renamed new_exception processing as it supports many
3144        more CPU models.
3145        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3146        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3147        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3148        formerly in mcp750 plus modifications.
3149        * librdbg/src/powerpc/mcp750/.cvsignore,
3150        librdbg/src/powerpc/mcp750/Makefile.am,
3151        librdbg/src/powerpc/mcp750/remdeb.h,
3152        librdbg/src/powerpc/mcp750/remdeb_f.x,
3153        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3154        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3155        new_exception_processing.
3156        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3157        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3158        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3159        part of this effort to add support for the MPC8xx.
3160
31612001-04-19      Joel Sherrill <joel@OARcorp.com>
3162
3163        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3164        internal include files.
3165
31662001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3167
3168        PR 158
3169        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3170        rcmd() library call by commenting out the parts that deal with signals.
3171        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3172        stdio. The 'server-side' parts of this file which deal with
3173        authentication are disabled since they are not needed.
3174
31752001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3176
3177        * libnetworking/include/.cvsignore: Remove dangling file.
3178
31792001-03-14      Joel Sherrill <joel@OARcorp.com>
3180
3181        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3182        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3183        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3184        libchip style serial drivers can be written in libcpu or libbsp.
3185
31862001-03-01      Joel Sherrill <joel@OARcorp.com>
3187
3188        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3189        libchip/network/sonic.c, libchip/network/sonic.h,
3190        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3191        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3192        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3193        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3194        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3195        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3196        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3197        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3198
31992001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3200
3201        * librdbg/include/rdbg/Makefile.am,
3202        librdbg/include/rdbg/i386/Makefile.am,
3203        librdbg/include/rdbg/m68k/Makefile.am,
3204        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3205        style on include files.
3206
32072001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3208
3209        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3210        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3211        replace ${..} with $(..).
3212        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3213        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3214        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3215        libnetworking/rtems/Makefile.am, libnetworking/
3216        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3217        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3218        include_*HEADERS instead of H_FILES.
3219        * libnetworking/include/Makefile.am: Remove.
3220        * libnetworking/Makefile.am: Add handling of *.h files.
3221        * libnetworking/configure.in: Remove include/Makefile.
3222
32232001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3224
3225        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3226
32272001-01-31      Sergei Organov <osv@javad.ru>
3228
3229        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3230        current dir and root dir removed in favor of new libio support for
3231        task-local current and root directories. - Bug in `close_data_socket()'
3232        introduced by previous change fixed. - `command_pasv()' changed to set
3233        timeout on socket we are listening on and code fixed to don't close
3234        socket twice on error. - `serr()' changed to clear `errno'. -
3235        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3236        changed to clear `errno' before processing session. -
3237        `close_data_socket()' fixed to close both active and passive sockets -
3238        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3239        empty string  in `exec_command()'.
3240
32412001-01-25      Eric Norum <eric.norum@usask.ca>
3242
3243        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3244        improves throughput on systems which are dropping packets.   Only the
3245        first timeout is reduced.  This keeps the number of extra packets down
3246        on networks that are very busy and dropping lots of packets.
3247
32482001-01-24      Sergei Organov <osv@javad.ru>
3249
3250        * libnetworking/rtems_servers/ftpd.c,
3251        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3252        - Timeouts on sockets implemented. 'idle' field added to configuration.
3253        No timeout by default to keep backward compatibility. Note: SITE IDLE
3254        command not implemented yet. - Basic global access control implemented.
3255        'access' field added to configuration. No access limitations by default
3256        to keep backward compatibility. - Anchor data socket for active mode
3257        (using self IP and port 20.) - Fixed default data port support (still
3258        not tested). - Don't allow IP address different from originating host in
3259        PORT command to improve security. - Fixed bug in MDTM command. - Check
3260        for correctness of parsing of argument in command_port(). - Fixed
3261        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3262        a directory. - Command parsing a little bit improved: command names are
3263        now converted to upper-case to be more compatible with RFC (command
3264        names are not case-sensitive.) - Reformat comments so that they have
3265        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3266        previous changes - True ASCII mode implemented (doesn't work for hooks
3267        and /dev/null) - Passive mode implemented, PASV command added. - Default
3268        port for data connection could be used (untested, can't find ftp client
3269        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3270        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3271
32722001-01-18      Joel Sherrill <joel@OARcorp.com>
3273
3274        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3275        macro using variable arguments.
3276        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3277        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3278        since I updated the main RTEMS development machine to RedHat 7.2 and
3279        apparently got a new version of rpcgen.
3280
32812001-01-12      Sergei Organov <osv@javad.ru>
3282
3283        * libnetworking/rtems_servers/ftpd.c,
3284        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3285        - use pool of pre-created threads to handle sessions instead of
3286        creating/deleting threads on the fly - LIST output is now similar to
3287        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3288        happy with it. - LIST NAME now works (both for files and directories) -
3289        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3290        clients happy  - keep track of CWD for every session separately -
3291        ability to specify root directory name for FTPD in configuration table.
3292        FTPD will then create illusion for FTP clients that this is actually
3293        root directory. - ignore options sent in commands, thus LIST -al FILE
3294        works and doesn't try to list "-al" directory. - buffers are allocated
3295        on stack instead of heap where possible to eliminate malloc/free calls
3296        (avoid possible heap fragmentation troubles). - drop using of task
3297        notepad to pass parameters - use function arguments instead - use
3298        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3299        in socket() instead of AF_INET.
3300
33012001-01-02      Joel Sherrill <joel@OARcorp.com>
3302
3303        * libnetworking/CHANGELOG: Removed.
3304        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3305
33062000-12-14      Eric Norum <eric.norum@usask.ca>
3307
3308        * libnetworking/lib/tftpDriver.c: Added write capability.
3309
33102000-12-08      Joel Sherrill <joel@OARcorp.com>
3311
3312        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3313        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3314        numerous variable declarations conditional on PPP_COMPRESS and
3315        PPP_FILTER.  Commented out variables that were not used because the code
3316        using them was commented out. Removed totally unused variables.
3317        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3318        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3319
33202000-11-30      Joel Sherrill <joel@OARcorp.com>
3321
3322        * libnetworking/modem/ppp_tty.c: Changed to include
3323        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3324        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3325        * libnetworking/Makefile.am: Modified to reflect above.
3326
33272000-11-27      Joel Sherrill <joel@OARcorp.com>
3328
3329        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3330
33312000-11-25      Eric Norum <eric.norum@usask.ca>
3332
3333        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3334        core.
3335
33362000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3337
3338        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3339        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3340        subdir.
3341        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3342        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3343        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3344        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3345        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3346        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3347        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3348        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3349        ppp_tty.c and the real pppd main is in pppmain.c.
3350
33512000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3352
3353        * libchip/network/sonic.c: Added ipalign() routine to align the received
3354        packet so that the ip header is on a 32-bit boundary. Necessary for
3355        cpu's that do not allow unaligned loads and stores and when the 32-bit
3356        DMA mode is used.
3357
33582000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3359
3360        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3361        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3362        ACLOCAL_AMFLAGS.
3363        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3364        ACLOCAL_AMFLAGS.
3365        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3366        ACLOCAL_AMFLAGS.
3367
33682000-11-03      Chris Johns <ccj@acm.org>
3369
3370        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3371        libchip/network/cs8900.h: New files.
3372
33732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3374
3375        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3376        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3377        $(RTEMS_TOPdir)/aclocal.
3378        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3379        $(RTEMS_TOPdir)/aclocal.
3380        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3381        $(RTEMS_TOPdir)/aclocal.
3382
33832000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3384
3385        * configure.in: Switch to GNU-canonicalization.
3386        * Makefile.am: Reflect changes to configure.in.
3387        * acinclude.m4: Remove.
3388
33892000-10-30      Joel Sherrill <joel@OARcorp.com>
3390
3391        * POSIX include files merged into newlib.  This resulted in some
3392        definitions moving to other files and thus some secondary effects in
3393        RTEMS source code.
3394        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3395        in sync with newlib's <machine/types.h>.
3396        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3397        definition of struct itimerval in <sys/time.h>.
3398
33992000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3400
3401        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3402        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3403        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3404        * ChangeLog: Fix typos.
3405        * configure.in: add tests to the GNU canonicalized subdirectories.
3406
34072000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3408
3409        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3410        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3411        the lib directory before configuring lib/.
3412
34132000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3414
3415        * configure.in, Makefile.am: add exec to the GNU canonicalized
3416        subdirectories.
3417        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3418        * configure.in: add libnetworking, librpc and librdb to the GNU
3419        canonicalized subdirectories.
3420        * configure.in: add libmisc and libchip to the GNU canonicalized
3421        subdirectories.
3422        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3423        Switch to GNU canonicalization.
3424        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3425        Switch to GNU canonicalization.
3426        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3427        Switch to GNU canonicalization.
3428
34292000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3430
3431        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3432        canonicalization to libfs/. The approach is currently a bit of a hack as
3433        GNU canonicalization does not support the per-BSP build some of the
3434        other directories require.  As more of the tree is converted, this will
3435        become less  of an issue.
3436
34372000-10-20      Joel Sherrill <joel@OARcorp.com>
3438
3439        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3440        parameter.
3441
34422000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3443
3444        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3445        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3446        * librdbg/configure.in: Add m68k support.
3447        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3448        subdirectory.
3449        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3450        failure.
3451        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3452        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3453        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3454        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3455        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3456        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3457        librdbg/src/m68k/.cvsignore: New files.
3458        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3459        function pointers.
3460        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3461        _after_ pointer has been checked against NULL.
3462
34632000-10-18      Joel Sherrill <joel@OARcorp.com>
3464
3465        * wrapup/Makefile.am: Added libfs.
3466
34672000-10-18      Chris Johns <ccj@acm.org>
3468
3469        * libfs created.
3470        * configure.in: Added libfs subdirectory.
3471        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3472
34732000-09-28      Joel Sherrill <joel@OARcorp.com>
3474
3475        * libnetworking/rtems_webserver/Makefile.am,
3476        libnetworking/rtems_webserver/base64.c,
3477        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3478        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3479
34802000-09-22      Joel Sherrill <joel@OARcorp.com>
3481
3482        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3483        libnetworking/rtems/rtems_bsdnet_internal.h,
3484        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3485        have included rtems.h.  It is now including precisely the  least amount
3486        of low level, yet portable .h files to get the basic RTEMS types
3487        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3488        used machine/types.h to include rtems.h.
3489
34902000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3491
3492        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3493
34942000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3495
3496        * libnetworking/ChangeLog: Cleanup.
3497
34982000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3499
3500        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3501        * libchip/ChangeLog: Fix formating.
3502
35032000-09-05      Joel Sherrill <joel@OARcorp.com>
3504
3505        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3506        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3507        confusion and to work with the converted flags.
3508
35092000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3510
3511        * wrapup/Makefile.am: Include compile.am.
3512        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3513        libchip/serial/Makefile.am: Include compile.am.
3514        * librdbg/src/i386/any/Makefile.am,
3515        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3516        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3517        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3518        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3519        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3520        libnetworking/rtems_servers/Makefile.am,
3521        libnetworking/rtems_webserver/Makefile.am,
3522        libnetworking/wrapup/Makefile.am: Include compile.am.
3523
35242000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3525
3526        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3527        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3528
35292000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3530
3531        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3532
35332000-08-31      Joel Sherrill <joel@OARcorp.com>
3534
3535        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3536        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3537        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3538        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3539        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3540        * libnetworking/wbase64.c: Removed.
3541        * libnetworking/Makefile.am, libnetworking/asp.c,
3542        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3543        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3544        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3545        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3546        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3547        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3548        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3549        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3550        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3551        Modified.
3552
35532000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3554
3555        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3556
35572000-08-30      Joel Sherrill <joel@OARcorp.com>
3558
3559        * libnetworking/rtems_webserver/license.txt: New file.
3560
35612000-08-10      Joel Sherrill <joel@OARcorp.com>
3562
3563        * ChangeLog: New file.
3564        * libchip/ChangeLog: New file.
3565        * librdbg/ChangeLog: New file.
3566        * libnetworking/ChangeLog: New file.
3567
Note: See TracBrowser for help on using the repository browser.