source: rtems/c/src/ChangeLog @ 107f4d34

4.104.114.95
Last change on this file since 107f4d34 was 107f4d34, checked in by Chris Johns <chrisj@…>, on 12/22/07 at 08:29:36

2007-12-22 Chris Johns <chrisj@…>

  • nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of the hello message. Just one line but still a little too long.
  • Property mode set to 100644
File size: 134.4 KB
Line 
12007-12-22      Chris Johns <chrisj@rtems.org>
2
3        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
4        the hello message. Just one line but still a little too long.
5       
62007-12-14      Chris Johns <chrisj@rtems.org>
7
8        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
9        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
10        * libchip/flash, libchip/flash/am29lv160.c,
11        libchip/flash/am29lv160.h: New.
12
132007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * libchip/network/if_fxp.c: Spacing.
16
172007-11-20      Till Straumann <strauman@slac.stanford.edu>
18
19        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
20        Avoid using 'stdio' before the system is up and fully
21        initialized.
22
232007-11-20      Till Straumann <strauman@slac.stanford.edu>
24
25        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
26        * libchip/Makefile.am, libchip/preinstall.am:
27        added new driver for Maxim DS1375 i2c RTC.
28
292007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
30
31        * libchip/i2c/spi-flash-m25p40.c:
32        added addressing call in write function
33
342007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
35
36        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
37        * libchip/Makefile.am:
38        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
39
402007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
43
442007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * nfsclient/Makefile.am: Fix errors.
47
482007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
51
522007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * aclocal/version.m4: Bump RTEMS_API to 4.9.
55        Bump RTEMS_VERSION to 4.8.99.0.
56
572007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
60
612007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * configure.ac: Remove AC_PROG_AWK (Unused).
64
652007-09-14      Daron Chabot <djc915@mail.usask.ca>
66
67        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
68        rtems_interrupt_vector, to permit passing arbitrary arguments to the
69        ISR. Clean up of variables to silence compiler warnings.
70
712007-09-13      Daniel Hellstrom <daniel@gaisler.com>
72
73        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
74
752007-09-12      Daniel Hellstrom <daniel@gaisler.com>
76
77        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
78          - Odd bit bug in some chips taken care of.
79          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
80            alignment but failing to do so must have made the driver writer to make
81            some incorrect assumptions about MBUFs.
82          - Fixed MBUF handling to handle mbuf chains better. The Data length of
83            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
84          - Made while loop responsible for copying data to fifo port copy 16 shorts
85            per loop instead of 1 short, increasing the copying process.
86
872007-09-07      Daniel Hellstrom <daniel@gaisler.com>
88
89        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
90        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
91
922007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * configure.ac, wrapup/Makefile.am: Remove RDBG.
95        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
96        librdbg/Makefile.am, librdbg/preinstall.am,
97        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
98        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
99        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
100        librdbg/include/rdbg/powerpc/rdbg_f.h,
101        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
102        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
103        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
104        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
105        librdbg/src/servtsp.c, librdbg/src/servutil.c,
106        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
107        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
108        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
109        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
110        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
111        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
112        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
113        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
114        librdbg/src/powerpc/rdbg_f.c,
115        librdbg/src/powerpc/new_exception_processing/remdeb.h,
116        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
117        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
118        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
119
1202007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
123
1242007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
127          sizes.
128
1292007-07-27      Chris Johns <chrisj@rtems.org>
130
131        * wrapup/Makefile.am: Create archive from a file for hosts
132        with a limited command line size.
133
1342007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
137          sizes.
138
1392007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
140       
141        * configure.ac: Add nfsclient.
142        * nfsclient/Makefile.am: New.
143        * nfsclient/proto/Makefile, nfsclient/Makefile,
144          nfsclient/src/Makefile: Remove.
145        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
146        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
147
1482007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
151        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
152        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
153        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
154        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
155        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
156        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
157        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
158        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
159        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
160        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
161        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
162
1632007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
164
165        * libchip/serial/ns16550.c: removed timed out wait for transmitter
166        to become ready: This will not work for fast CPUs.
167
1682007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
169
170        * libchip/ide/ata.c: fixed warning
171
1722007-06-20      Ray Xu <rayx@gmail.com>
173
174        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
175        console, and libio. This shrinks the memory requirements but Joel has
176        not figured out how best to present this to application space.
177        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
178        New files.
179
1802007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * optman/sapi/no-io.c: Split IO Manager into one function per file so
183        now we only need required initialization methods.
184
1852007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
186
187        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
188        parameter since it was used to configure a no longer used feature.
189        Device names are now part of the filesystem not in a table.
190
1912007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
192
193        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
194        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
195        optman/rtems/no-part.c, optman/rtems/no-region.c,
196        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
197        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
198        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
199        other optional managers so using them reduces application size
200        instead of increasing it.
201        * optman/rtems/no-barrier.c: New file.
202
2032007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
206        adjustments to pci-API changes.
207        * libchip/network/dec21140.c, libchip/network/elnk.c,
208        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
209        changes.
210
2112007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * libchip/network/dec21140.c, libchip/network/if_dc.c,
214        libchip/network/if_fxp.c: Reflect changes to pci-API.
215
2162007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
217
218        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
219        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
220
2212007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
224          being used to compile "tools").
225
2262007-03-13      Joel Sherrill <joel@OARcorp.com>
227
228        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
229
2302007-03-12      Joel Sherrill <joel@OARcorp.com>
231
232        * libchip/network/cs8900.c, libchip/network/cs8900.h,
233        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
234        and/or fix mistake in copyright notice. Both of these mistakes appear
235        to be from code submitted after these changes were made previously.
236
2372007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
238
239        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
240
2412007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
242
243        * libchip/Makefile.am: Correct path to README.tulipclone.
244
2452007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
246
247        * libchip/ide/ata.c: Remove superfluous type casts.
248
2492007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
250
251        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
252        Use size_t for sizes.
253
2542007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
255
256        * libchip/ide/ata.c: in ata_request_done: moved call to free()
257        from preemption disabled region
258
2592007-01-16      Till Straumann <strauman@slac.stanford.edu>
260
261        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
262        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
263        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
264
2652006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
266
267        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
268          ioctl_command_t as ioctl argument.
269
2702006-12-13      Joel Sherrill <joel@OARcorp.com>
271
272        * librtems++/include/rtems++/rtemsEvent.h,
273        librtems++/include/rtems++/rtemsMessageQueue.h,
274        librtems++/include/rtems++/rtemsSemaphore.h,
275        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
276        librtems++/src/rtemsMessageQueue.cc,
277        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
278        rtems_unsigned32 to uint32_t.
279
2802006-12-13      Joel Sherrill <joel@OARcorp.com>
281
282        PR 1181/bsps
283        * optman/rtems/no-msg.c: Clean up dead code.
284
2852006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
286
287        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
288
2892006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
290
291        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
292        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
293        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
294
2952006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
296
297        * configure.ac: New BUG-REPORT address.
298
2992006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
300
301        * Makefile.am: Remove ampolish3.
302
3032006-11-17      Joel Sherrill <joel@OARcorp.com>
304
305        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
306        blank lines.
307
3082006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
309
310        * configure.ac: Remove RTEMS_AMPOLISH3.
311        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
312          Remove checks for AMPOLISH3.
313        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
314        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
315        * ampolish3: Remove.
316
3172006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
318
319        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
320        * aclocal/prog-cc.m4: Remove CFLAGS.
321        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
322        Compose CFLAGS. Append CFLAGS to ac_configure_args.
323
3242006-10-23      Joel Sherrill <joel@OARcorp.com>
325
326        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
327
3282006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
329
330        * automake/compile.am: Use hard-coded RTEMS_* flags.
331
3322006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
333
334        * aclocal/rtems-top.m4: Remove RTEMS_API.
335        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
336
3372006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
338
339        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
340
3412006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
342
343        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
344
3452006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
346
347        * aclocal/version.m4: Bump version to 4.7.99.0.
348
3492006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
350
351        * configure.ac: Require autoconf-2.60. Require automake-1.10.
352
3532006-09-11      Joel Sherrill <joel@OARcorp.com>
354
355        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
356
3572006-09-04      Joel Sherrill <joel@OARcorp.com>
358
359        * libchip/network/greth.c, libchip/network/open_eth.c,
360        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
361        introduced by warning removal.
362
3632006-09-01      Joel Sherrill <joel@OARcorp.com>
364
365        * libchip/network/greth.c, libchip/network/open_eth.c,
366        libchip/network/smc91111.c: Remove warnings and correct prototype
367        added earlier today.
368
3692006-09-01      Joel Sherrill <joel@OARcorp.com>
370
371        * libchip/network/cs8900.c, libchip/network/greth.c,
372        libchip/network/i82586.c, libchip/network/open_eth.c,
373        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
374        sized integers, and inttypes.h printf helpers.
375
3762006-08-09      Kolja Waschk <waschk@telos.de>
377
378        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
379
3802006-07-12      Joel Sherrill <joel@OARcorp.com>
381
382        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
383
3842006-07-11      Jerry Needell <jerry.needell@unh.edu>
385
386        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
387        4.6 branch.  Original modifications by Gaisler Enterprises.
388        * libchip/network/greth.c, libchip/network/greth.h: New files.
389
3902006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
391
392        * ide/ata.[ch]:
393        (PR1118) fetch priority for ATA task from a variable,
394        not a fixed configuration value.
395       
3962006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
397
398        * Makefile.am: Add ampolish3.
399
4002006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
401
402        * ampolish3: New.
403        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
404
4052006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
406
407        * aclocal/rtems-ampolish.m4: New.
408        * configure.ac: Use RTEMS_AMPOLISH3.
409
4102006-04-18  Joel Sherrill <joel@OARcorp.com>
411
412        * aclocal/version.m4: Updated to rtems-4.6.99.3.
413
4142006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
415
416        PR 853/filesystem
417        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
418        should be modified to support the new exception scheme and to use the
419        handle parameter.
420
4212006-02-a32     Eric Norum <norume@aps.anl.gov>
422
423        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
424        "newer" PCI access calls.  Minor cleanups.  Comments.
425
4262006-01-12      Eric Norum <norume@aps.anl.gov>
427
428        PR 861/networking
429        PR 863/networking
430        * libchip/network/smc91111.c: Fix illegal lvalue increments.
431
4322006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
433
434        * wrapup/Makefile.am: Add preinstall.am.
435        * libchip/Makefile.am: Build libchip/network/smc91111.
436        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
437        Eliminate cyg_int* crap.
438
4392006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
440
441        * librdbg/Makefile.am: Add preinstall.am.
442        * aclocal/bsp-configure.m4: Add ampolish3.
443        New header guards.
444
4452006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
446
447        * libchip/network/open_eth.c, libchip/network/open_eth.h:
448        Merger from rtems-4-6-branch.
449
4502006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
451
452        * libchip/network/smc91111.c
453        libchip/network/smc91111config.h
454        libchip/network/smc91111exp.h
455        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
456        * libchip/Makefile.am: Reflect adding smc91111*.
457
4582006-01-08      Joel Sherrill <joel@OARcorp.com>
459
460        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
461        char *.
462
4632006-01-08      Joel Sherrill <joel@OARcorp.com>
464
465        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
466        warnings.
467
4682005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
469
470        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
471        Add RTEMS_RELLDFLAGS.
472        * automake/compile.am: Remove RTEMS_USE_GCC.
473        Remove RTEMS_RELLDFLAGS.
474        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
475
4762005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
477
478        * libchip/network/if_media.h, libchip/network/mii.h:
479        Remove (Moved to cpukit).
480        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
481        and libchip/network/if_media.h.
482        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
483        if_media.h having moved.
484
4852005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
486
487        * automake/compile.am, automake/host.am, automake/local.am,
488        automake/subdirs.am: Remove depend.
489        * configure.ac: Explicitly pass --libdir and --includedir to
490        testsuites.
491
4922005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
493
494        * configure.ac: Reflect changes to testsuites.
495
4962005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
497
498        * automake/compile.am: Remove GCCSPECS.
499        * aclocal/prog-cc.m4: Add GCCSPECS.
500        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
501
5022005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
503
504        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
505        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
506
5072005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
508
509        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
510        libcpu/byteorder.h for i386.
511
5122005-11-02      Till Straumann <strauman@slac.stanford.edu>
513
514        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
515        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
516        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
517        added a simple API/library for i2c devices and drivers for i2c
518        2-byte eeproms and a ds1621 temperature sensor; API is documented
519        in libi2c.h.
520
5212005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
522
523        * libnetworking/pppd/ipxcp.c,
524        libnetworking/pppd/chat.c,
525        libnetworking/pppd/patchlevel.h,
526        libnetworking/pppd/upap.h,
527        libnetworking/pppd/md5.h,
528        libnetworking/pppd/pppd.8,
529        libnetworking/pppd/README,
530        libnetworking/pppd/preinstall.am,
531        libnetworking/pppd/md4.h,
532        libnetworking/pppd/magic.c,
533        libnetworking/pppd/pppd.h,
534        libnetworking/pppd/demand.c,
535        libnetworking/pppd/rtemsmain.c,
536        libnetworking/pppd/sys-rtems.c,
537        libnetworking/pppd/ipcp.h,
538        libnetworking/pppd/lcp.h,
539        libnetworking/pppd/chap_ms.c,
540        libnetworking/pppd/md4.c,
541        libnetworking/pppd/rtemspppd.h,
542        libnetworking/pppd/cbcp.h,
543        libnetworking/pppd/auth.c,
544        libnetworking/pppd/lcp.c,
545        libnetworking/pppd/example/README,
546        libnetworking/pppd/example/ppp.conf,
547        libnetworking/pppd/example/system.h,
548        libnetworking/pppd/example/netconfig.h,
549        libnetworking/pppd/example/pppdapp.c,
550        libnetworking/pppd/example/init.c,
551        libnetworking/pppd/example/Makefile-user,
552        libnetworking/pppd/example/pppd.options,
553        libnetworking/pppd/rtemspppd.c,
554        libnetworking/pppd/ipxcp.h,
555        libnetworking/pppd/chap_ms.h,
556        libnetworking/pppd/options.c,
557        libnetworking/pppd/magic.h,
558        libnetworking/pppd/chap.h,
559        libnetworking/pppd/cbcp.c,
560        libnetworking/pppd/upap.c,
561        libnetworking/pppd/chap.c,
562        libnetworking/pppd/Makefile.am,
563        libnetworking/pppd/ccp.h,
564        libnetworking/pppd/utils.c,
565        libnetworking/pppd/rtemsdialer.h,
566        libnetworking/pppd/fsm.h,
567        libnetworking/pppd/pathnames.h,
568        libnetworking/pppd/md5.c,
569        libnetworking/pppd/fsm.c,
570        libnetworking/pppd/ipcp.c,
571        libnetworking/pppd/STATUS,
572        libnetworking/pppd/ccp.c,
573        libnetworking/Makefile.am: Remove (Moved to cpukit).
574
5752005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
576
577        * configure.ac: Remove libnetworking, libnetworking/pppd.
578        * wrapup/Makefile.am: Remove libpppd.a.
579
5802005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
581
582        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
583        rtemsdialer.h to $(includedir)/rtems.
584
5852005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
586
587        * libnetworking/rtems_telnetd/icmds.c,
588        libnetworking/rtems_telnetd/Makefile.am,
589        libnetworking/rtems_telnetd/preinstall.am,
590        libnetworking/rtems_telnetd/pty.c,
591        libnetworking/rtems_telnetd/pty.h,
592        libnetworking/rtems_telnetd/README,
593        libnetworking/rtems_telnetd/telnetd.c,
594        libnetworking/rtems_telnetd/telnetd.h:
595        Remove (Moved to cpukit).
596
5972005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
598
599        * configure.ac: Remove libnetworking/rtems_telnetd.
600        * libnetworking/Makefile.am: Remove rtems_telnetd.
601        * libnetworking/README: Remove (Obsolete).
602        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
603
6042005-10-20  Eric Norum <norume@aps.anl.gov>
605
606        * libchip/network/dec21140.c: Clean up PCI mapping.
607
6082005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
609
610        * libnetworking/pppd/Makefile.am: Use preinstall.am.
611        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
612        librdbg/src/servrpc.c, librdbg/src/servtgt.c
613        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
614        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
615        * configure.ac: Move optman to the end of BSP_SUBDIRS.
616
6172005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
618
619        * aclocal/bspopts.m4: Add missing m4 quotes.
620
6212005-09-02  Joel Sherrill <joel@OARcorp.com>
622
623    * aclocal/version.m4: Updated to rtems-4.6.99.2.
624
6252005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
626
627        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
628        libchip/network/dec21140.c: Remove initialization of PCI bus.
629
6302005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
631
632        * optman/Makefile.am: Add preinstall.am.
633
6342005-07-18      Karel Gardas <kgardas@objectsecurity.com>
635
636        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
637        UNTESTED to tested.
638
6392005-06-17      Joel Sherrill <joel@OARcorp.com>
640
641        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
642        it is not supported by the MPC5xx.
643
6442005-06-17      Joel Sherrill <joel@OARcorp.com>
645
646        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
647        interface. Also correct attempting to build on other than PowerPC and
648        x86.
649
6502005-06-16      Daron Chabot <daron@nucleus.usask.ca>
651
652        * libchip/Makefile.am: Add driver for Tulip clones.
653        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
654        libchip/network/if_dcreg.h: New files.
655
6562005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
657
658        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
659        to enable rdbg.
660        * configure.ac: Reflect changes above.
661
6622005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
663
664        * configure.ac: Add ada/.
665
6662005-05-20      Sergei Organov  <osv@topconrd.ru>
667
668        PR 750/networking
669        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
670        wait_input().
671
6722005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
673
674        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
675        rtems/irq.h.
676
6772005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
678
679        * libchip/Makefile.am: Include preinstall.am.
680        * libchip/preinstall.am: New.
681
6822005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
683
684        * configure.ac: Add AMPOLISH3.
685        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
686        * libnetworking/rtems_telnetd/preinstall.am: New.
687        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
688
6892005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
690
691        * configure.ac: Let enable_rpcgen default to "no".
692
6932005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
694
695        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
696
6972005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
698
699        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
700        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
701
7022005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
703
704        * libchip/network/dec21140.c, libchip/network/elnk.c,
705        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
706
7072005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
708
709        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
710        of code as a result of the implementation of a common PCI interface.
711
7122005-05-04      Joel Sherrill <joel@OARcorp.com>
713
714        * libchip/network/open_eth.c: Remove prototype of set_vector.
715
7162005-05-03      Joel Sherrill <joel@OARcorp.com>
717
718        * librdbg/src/ptrace.c: Remove warning.
719
7202005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
721
722        * libchip/network/dec21140.c, libchip/network/elnk.c,
723        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
724        Modified parameter list to remove warnings.
725
7262005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
727
728        * libchip/network/cs8900.c, libchip/network/i82586.c,
729        libchip/network/open_eth.c, libchip/network/sonic.c,
730        libchip/serial/mc68681.c: Modified types to remove
731        warnings.  Added initialization to remove warnings.
732
7332005-04-28      Joel Sherrill <joel@OARcorp.com>
734
735        * libchip/network/README.sonic: Rewritten to account for removal of
736        dmv177.
737
7382005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
739
740        PR 781/rtems_misc
741        * libchip/serial/ns16550_p.h: Fix baud rate calculation
742
7432005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
744
745        * libchip/serial/ns16550.c:
746        Fixed warnings generated in various powerpc configurations
747
7482005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
749
750        * libchip/serial/ns16550.c: Modified
751        ISR to work with PPC new exception processing
752
7532005-03-14      Joel Sherrill <joel@OARcorp.com>
754
755        * libchip/network/dec21140.c, libchip/network/elnk.c,
756        libchip/network/if_fxp.c: Continue PCI API unification. All use
757        pci_find_device(). Network drivers manufacture a signature since all
758        calls have not been converted yet.
759
7602005-03-04      Joel Sherrill <joel@OARcorp.com>
761
762        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
763        initialize function part of the unified PCI API as pci_initialize().
764
7652005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
766
767        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
768        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
769
7702005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
771
772        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
773        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
774
7752005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
776
777        * aclocal/ppc.m4: Reflect changes to ppc exception processing
778        building procedures.
779
7802005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
781
782        * aclocal/prog-cc.m4:
783        Quote CFLAGS's RHS to accomodate Solaris broken sh.
784
7852005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
786
787        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
788
7892005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
790
791        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
792
7932005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
794
795        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
796
7972005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
798
799        * libnetworking/rtems_servers/ftp.c,
800        libnetworking/rtems_servers/ftp.h,
801        libnetworking/rtems_servers/Makefile.am:
802        Remove (relocated to cpukit/ftpd).
803        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
804        removed move libnetworking/rtems_servers.
805
8062005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
807
808        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
809
8102005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
811
812        PR 755/rtems
813        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
814        Remove local declarations of rtems_bsdnet_nameservers,
815        rtems_bsdnet_nameservers_count.
816
8172005-01-31      Sergei Organov <osv@topconrd.ru>
818
819        PR 751/pppd
820        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
821        committed to fix PR736 breaks pppd. chat.c should have its own static
822        ttyfd for pppd to work correctly. The symptom is that second
823        invokation of chat (for connect script) fails due to pppd_ttyfd set
824        to -1 by previous chat invokation (for init script). In addition,
825        this patch fixes leaving of dangling pointer in the abort_stbring[]
826        by chat_send().
827
8282005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
829
830        * configure.ac: Remove CFLAGS_DEBUG_V.
831        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
832
8332005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
834
835        * wrapup/Makefile.am: Remove rtems-ctor.o.
836
8372005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
838
839        * libchip/rtc/rtc.h: size_t RTC_Count.
840
8412005-01-20      Joel Sherrill <joel@OARcorp.com>
842
843        PR 736/pppd
844        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
845        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
846        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
847        should not be static and should have a name more specific to pppd.
848
8492005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
850
851        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
852        libnetworking/rtems_servers/Makefile.am,
853        libnetworking/rtems_telnetd/Makefile.am,
854        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
855        Eliminate CFLAGS_OPTIMIZE_V.
856
8572005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
858
859        * configure.ac: Pass CFLAGS to testsuites configure.
860        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
861        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
862
8632005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
864
865        * configure.ac: Pass CFLAGS to cpukit configure.
866        * aclocal/rtems-flags.m4: Remove (Unused).
867        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
868        * aclocal/env-rtemsbsp.m4:
869        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
870        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
871        RTEMS_CFLAGS.
872        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
873        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
874        Cleanup comments.
875
8762005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
877
878        * automake/compile.am: Remove build-variant support.
879
8802005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
881
882        * libnetworking/pppd/Makefile.am,
883        libnetworking/rtems_servers/Makefile.am,
884        libnetworking/rtems_telnetd/Makefile.am:
885        Remove build-variant support.
886
8872005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
888
889        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
890        support/Makefile.am, wrapup/Makefile.am:
891        Remove build-variant support.
892
8932004-11-22      Joel Sherrill <joel@OARcorp.com>
894
895        * libchip/network/if_fxp.c: Add entry for another module ID code.
896
8972004-11-22      Joel Sherrill <joel@OARcorp.com>
898
899        PR 693/misc
900        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
901        in/outport routines.
902
9032004-11-22      Joel Sherrill <joel@OARcorp.com>
904
905        PR 693/misc
906        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
907        in/outport routines.
908
9092004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
910
911        * aclocal/enable-itron.m4: Remove (unused).
912
9132004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
914
915        * configure.ac: Misc. quoting cleanups.
916        Enable ada-tests iff --enable-ada and --enable-tests.
917
9182004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
919
920        PR 703/filesystem
921        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
922        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
923        libchip/ide/ide_controller.c:
924        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
925        available for BSPS/device drivers.
926        Extend the "modes_available" and "mode_active" parameters to
927        uint16_t for UDMA support.
928
9292004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
930
931        * libchip/network/dec21140.c: Cleanup a bit and remove message about
932        not supported on PowerPC since it works on the MVME2100 BSP.
933
9342004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
935
936        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
937        Add dependency tracking for *.cfgs.
938        * Makefile.am: Add dependency tracking for *.cfg.
939
9402004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
941
942        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
943        (Thanks to Lars Munch <lars@segv.dk> for catching this).
944
9452004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
946
947        PR 707/make_build
948        * configure.ac: Add --enable-rpcgen.
949
9502004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
951
952        PR 700/rtems_misc
953        * libnetworking/rtems_webserver/asp.c,
954        libnetworking/rtems_webserver/balloc.c,
955        libnetworking/rtems_webserver/cgi.c,
956        libnetworking/rtems_webserver/default.c,
957        libnetworking/rtems_webserver/ej.h,
958        libnetworking/rtems_webserver/ejIntrn.h,
959        libnetworking/rtems_webserver/ejlex.c,
960        libnetworking/rtems_webserver/ejparse.c,
961        libnetworking/rtems_webserver/emfdb.c,
962        libnetworking/rtems_webserver/emfdb.h,
963        libnetworking/rtems_webserver/form.c,
964        libnetworking/rtems_webserver/handler.c,
965        libnetworking/rtems_webserver/h.c,
966        libnetworking/rtems_webserver/license.txt,
967        libnetworking/rtems_webserver/Makefile.am,
968        libnetworking/rtems_webserver/md5c.c,
969        libnetworking/rtems_webserver/md5.h,
970        libnetworking/rtems_webserver/mime.c,
971        libnetworking/rtems_webserver/misc.c,
972        libnetworking/rtems_webserver/NOTES,
973        libnetworking/rtems_webserver/ringq.c,
974        libnetworking/rtems_webserver/rom.c,
975        libnetworking/rtems_webserver/rtems_webserver.h,
976        libnetworking/rtems_webserver/security.c,
977        libnetworking/rtems_webserver/sock.c,
978        libnetworking/rtems_webserver/socket.c,
979        libnetworking/rtems_webserver/sockGen.c,
980        libnetworking/rtems_webserver/sym.c,
981        libnetworking/rtems_webserver/uemf.c,
982        libnetworking/rtems_webserver/uemf.h,
983        libnetworking/rtems_webserver/um.c,
984        libnetworking/rtems_webserver/um.h,
985        libnetworking/rtems_webserver/umui.c,
986        libnetworking/rtems_webserver/url.c,
987        libnetworking/rtems_webserver/value.c,
988        libnetworking/rtems_webserver/wbase64.c,
989        libnetworking/rtems_webserver/webcomp.c,
990        libnetworking/rtems_webserver/webmain.c,
991        libnetworking/rtems_webserver/webpage.c,
992        libnetworking/rtems_webserver/webrom.c,
993        libnetworking/rtems_webserver/webs.c,
994        libnetworking/rtems_webserver/websda.c,
995        libnetworking/rtems_webserver/websda.h,
996        libnetworking/rtems_webserver/webs.h,
997        libnetworking/rtems_webserver/websSSL.c,
998        libnetworking/rtems_webserver/websSSL.h,
999        libnetworking/rtems_webserver/websuemf.c,
1000        libnetworking/rtems_webserver/wsIntrn.h:
1001        Remove (Moved to cpukit/http).
1002
10032004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1004
1005        PR 700/rtems_misc
1006        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1007        Remove libnetworking/rtems_webserver.
1008
10092004-10-25      Eric Norum <norume@aps.anl.gov>
1010
1011        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1012
10132004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1014
1015        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1016
10172004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1018
1019        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1020        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1021
10222004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1023
1024        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1025
10262004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1027
1028        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1029        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1030
10312004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1032
1033        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1034        BITSPERBYTE.
1035
10362004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1037
1038        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1039        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1040
10412004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1042
1043        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1044
10452004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1046
1047        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1048        * aclocal/enable-bare.m4: Remove.
1049        * configure.ac: Remove BARE_CPU_MODEL.
1050
10512004-10-13      Eric Norum <norume@aps.anl.gov>
1052
1053        PR 688/bsps
1054        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1055        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1056        MC146818A (and several Dallas Semiconductor) TOD chips.
1057
10582004-10-13      Eric Norum <norume@aps.anl.gov>
1059
1060        PR 686/networking
1061        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1062        device code.
1063
10642004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1065
1066        * libchip/network/dec21140.c: include <rtems/pci.h>.
1067
10682004-09-29      Joel Sherrill <joel@OARcorp.com>
1069
1070        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1071        libnetworking/pppd/utils.c: i960 obsoleted and all references
1072        removed.
1073
10742004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1075
1076        PR 607/networking
1077        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1078        instead of fully specifying unused PCI features.
1079
10802004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1081
1082        * configure.ac: Require automake > 1.9.
1083
10842004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1085
1086        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1087
10882004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1089
1090        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1091        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1092
10932004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1094
1095        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1096        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1097
10982004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1099
1100        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1101
11022004-07-28  Joel Sherrill <joel@OARcorp.com>
1103
1104    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1105
11062004-07-25      Joel Sherrill <joel@OARcorp.com>
1107
1108        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1109
11102004-05-21  Till Strauman <strauman@slac.stanford.edu>
1111
1112        PR 625/networking
1113        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1114        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1115        an error rather than panic if no chip is detected (thus allowing
1116        for probing).
1117        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1118        instead of looping forever.  Avoid divide by zero (crashed my PC).
1119        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1120        they are UNTESTED.
1121
11222004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1123
1124        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1125
11262004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1127
1128        * libchip/network/dec21140.c, libchip/network/elnk.c:
1129        #include <errno.h>.
1130
11312004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1132
1133        * libchip/network/if_media.h: Update from FreeBSD.
1134        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1135        libchip/network/i82586.c: #include <errno.h>.
1136
11372004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1138
1139        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1140
11412004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1142
1143        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1144
11452004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1146
1147        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1148        automake).
1149
11502004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1151
1152        PR 599/pppd
1153        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1154
11552004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1156
1157        * optman/rtems/no-region.c: Reflect having changed
1158        rtems_region_get_segment_size.
1159
11602004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1161
1162        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1163        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1164        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1165        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1166        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1167        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1168        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1169
11702004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1171
1172        * libchip/ide/ata.c, libchip/network/dec21140.c,
1173        libchip/network/elnk.c, libchip/network/i82586.c,
1174        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1175        libchip/network/open_eth.c, libchip/network/sonic.c,
1176        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1177        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1178        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1179        libchip/shmdr/shm_driver.h: Cosmetics.
1180
11812004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1182
1183        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1184        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1185        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1186        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1187        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1188        fixed size types.
1189
11902004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1191
1192        * configure.ac: Explicitly pass --includedir and --libdir to
1193        cpukit/configure.
1194
11952004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1196
1197        * librdbg/Makefile.am: Fix rpcgen rules.
1198        * librdbg/src/i386/any/remdeb_xdr.c,
1199        librdbg/src/m68k/any/remdeb_xdr.c,
1200        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1201        Reflect changes to librdbg/Makefile.am.
1202
12032004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1204
1205        * configure.ac: Reflect changes testsuites/configure.ac and
1206        cpukit/configure.ac.
1207
12082004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1209
1210        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1211        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1212
12132004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1214
1215        * configure.ac: Reflect changes to testsuites's configuration.
1216
12172004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1218
1219        PR/589 rtems
1220        * libchip/network/pci.h: Remove (Moved to cpukit).
1221
12222004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1223
1224        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1225        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1226        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1227        libchip/network/dec21140.c, libchip/network/elnk.c,
1228        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1229        libchip/network/open_eth.h, libchip/network/sonic.c,
1230        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1231        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1232        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1233        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1234        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1235        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1236        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1237        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1238        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1239        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1240        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1241        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1242        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1243        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1244        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1245        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1246        fixed-size types.
1247
12482004-03-14      Chris Johns  <chrisj@rtems.org>
1249
1250        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1251        the BSP example code.
1252        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1253        support the DIMMPC. This is a pc386 target with IO port support. Minor
1254        formating clean up. Add documentation to the header file.
1255        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1256        cs8900.h header file.
1257
12582004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1259
1260        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1261        Cosmetics.
1262
12632004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1264
1265        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1266        There are no application level Makefiles in here.
1267
12682004-03-04      Joel Sherrill <joel@OARcorp.com>
1269
1270        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1271        they can be used in application level makefiles.
1272
12732004-03-05      Joel Sherrill <joel@OARcorp.com>
1274
1275        * libnetworking/rtems_webserver/ejparse.c,
1276        libnetworking/rtems_webserver/emfdb.c,
1277        libnetworking/rtems_webserver/sock.c,
1278        libnetworking/rtems_webserver/socket.c,
1279        libnetworking/rtems_webserver/sym.c,
1280        libnetworking/rtems_webserver/webs.c,
1281        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
12822004-03-05      Joel Sherrill <joel@OARcorp.com>
1283
1284        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1285        compiling this file only only those CPU families with supported
1286        exception models.
1287
12882004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1289
1290        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1291        testsuites (Was exposed with --enable-multilib, only).
1292        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1293         Add RTEMS_BSP_CONFIG_SUBDIR.
1294        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1295        testsuites's configure.
1296        * aclocal/rtems-top.m4: Remove ENDIF hack.
1297        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1298
12992004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1300
1301        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1302        wrapup/Makefile.am: Fix automake problems having been introduced
1303        in previous patch.
1304
13052004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1306
1307        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1308        Preinstall dirs.
1309        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1310        * aclocal/check-multiprocessing.m4: Cosmetics.
1311        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1312        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1313
13142004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1315
1316        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1317        librdbg/src/Makefile.am.
1318        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1319        * configure.ac: Reflect changes above.
1320        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1321        * wrapup/Makefile.am: Reflect changes above.
1322        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1323
13242004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1325
1326        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1327
13282004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1329
1330        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1331
13322004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1333
1334        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1335
13362004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1337
1338        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1339        librdbg/src/powerpc/Makefile.am: Remove.
1340        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1341        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1342        * configure.ac: Reflect changes above.
1343
13442004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1345
1346
13472004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1348
1349        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1350        STRIP.
1351
13522004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1353
1354        * librdbg/include/Makefile.am: Merge-in
1355        librdbg/include/rdbg/i386/Makefile.am,
1356        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1357        librdbg/include/rdbg/powerpc/Makefile.am.
1358        * librdbg/include/rdbg/i386/Makefile.am,
1359        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1360        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1361        * configure.ac: Reflect changes above.
1362
13632004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1364
1365        * configure.ac: Use AS_HELP_STRING(ada).
1366
13672004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1368
1369        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1370        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1371        Use AC_CONFIG_HEADERS.
1372        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1373        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1374
13752004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1376
1377        * Makefile.am: include local.am.
1378
13792004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1380
1381        * aclocal/version.m4: 4.6.99.0.
1382
13832004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1384
1385        * Makefile.am: Don't include host.am.
1386        * automake/compile.am: Further cleanups.
1387
13882004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1389
1390        * automake/lib.am: Remove (Unused).
1391
13922004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1393
1394        * wrapup/Makefile.am: Don't include lib.am.
1395        * automake/compile.am: Use automake compilation rules.
1396
13972004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1398
1399        * libnetworking/pppd/Makefile.am,
1400        libnetworking/rtems_servers/Makefile.am,
1401        libnetworking/rtems_telnetd/Makefile.am,
1402        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1403        support/Makefile.am: Don't include lib.am.
1404
14052004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1406
1407        * libchip/Makefile.am: Don't include lib.am.
1408        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1409        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1410        unnecessary EXTRA_DISTs.
1411
14122004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1413
1414        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1415        hack.
1416
14172004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1418
1419        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1420        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1421        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1422        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1423
14242004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1425
1426        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1427        Add AM_CONDITIONAL(HAS_MP).
1428        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1429        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1430        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1431        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1432        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1433        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1434        (Deprecated by autoconf 2.59).
1435
14362004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1437
1438        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1439        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1440
14412004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1442
1443        * ChangeLog: Merge-in libnetworking/ChangeLog.
1444        * libnetworking/ChangeLog: Remove.
1445        * ChangeLog: Merge-in librdbg/ChangeLog.
1446        * librdbg/ChangeLog: Remove.
1447        * ChangeLog: Merge-in libchip/ChangeLog.
1448        * libchip/ChangeLog: Remove.
1449        * ChangeLog: Merge-in optman/ChangeLog.
1450        * optman/ChangeLog: Remove.
1451
14522004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1453
1454        * configure.ac: Reflect changes to cpukit.
1455        * wrapup/Makefile.am: Reflect changes to librdbg.
1456        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1457        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1458        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1459        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1460        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1461        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1462        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1463        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1464        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1465
14662004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1467
1468        * aclocal/rtems-top.m4: Remove check for version.m4.
1469        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1470
14712004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1472
1473        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1474        * wrapup/Makefile.am: Reflect changes to libchip/*.
1475        * support/Makefile.am: Use automake compilation rules.
1476        * wrapup/Makefile.am: Reflect changes to support/*.
1477        * configure.ac: Remove libnetworking/wrapup/Makefile.
1478        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1479        libnetworking/*/lib*.a instead of libnetapps.a.
1480        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1481        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1482        * optman/Makefile.am: Use automake compilation rules.
1483        * libchip/Makefile.am: Fix typo in previous patch.
1484        * libchip/Makefile.am: Use automake compilation rules.
1485        * libnetworking/Makefile.am: Remove wrapup.
1486        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1487        automake-compilation rules.
1488        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1489        automake-compilation rules.
1490        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1491        automake-compilation rules.
1492        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1493        automake-compilation rules.
1494        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1495
14962004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1497
1498        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1499        PRE/TMPINSTALL_FILES to CLEANFILES.
1500        * automake/lib.am: Remove TMPINSTALL_FILES.
1501        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1502        PRE/TMPINSTALL_FILES to CLEANFILES.
1503        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1504        PRE/TMPINSTALL_FILES to CLEANFILES.
1505        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1506        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1507        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1508        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1509        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1510        * librdbg/src/i386/Makefile.am: Ditto.
1511        * librdbg/src/m68k/Makefile.am: Ditto.
1512        * librdbg/src/powerpc/Makefile.am: Ditto.
1513        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1514        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1515        * libnetworking/rtems_servers/Makefile.am: Ditto.
1516        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1517        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1518
15192004-01-07      Joel Sherrill <joel@OARcorp.com>
1520
1521        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1522        more completely covers the MIPS family.
1523
15242003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1525
1526        * wrapup/Makefile.am: Reflect changes to shmdr.
1527        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1528
15292003-12-18      Joel Sherrill <joel@OARcorp.com>
1530
1531        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1532        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1533        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1534        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1535        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1536        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1537        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1538
15392003-12-17      Joel Sherrill <joel@OARcorp.com>
1540
1541        * aclocal/version.m4: Updated to rtems-20031217-test.
1542
15432003-12-17     
1544
1545        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1546        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1547
15482003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1549
1550        * automake/compile.am: Remove LINK_LIBS (Unused).
1551        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1552
15532003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1554
1555        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1556        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1557        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1558        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1559        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1560
15612003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1562
1563        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1564        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1565        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1566        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1567        * librdbg/src/i386/Makefile.am:
1568        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1569        * librdbg/src/m68k/Makefile.am:
1570        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1571        * librdbg/src/powerpc/Makefile.am:
1572        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1573
15742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1575
1576        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1577        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1578        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1579        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1580        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1581        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1582        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1583        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1584        * optman/Makefile.am: Remove project_libdir.
1585        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1586        PRE/TMPINSTALL_FILES.
1587        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1588        PRE/TMPINSTALL_FILES.
1589        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1590        PRE/TMPINSTALL_FILES.
1591        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1592        PRE/TMPINSTALL_FILES.
1593        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1594        from PRE/TMPINSTALL_FILES.
1595        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1596        PRE/TMPINSTALL_FILES.
1597        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1598        PRE/TMPINSTALL_FILES.
1599        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1600        PRE/TMPINSTALL_FILES.
1601        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1602        PRE/TMPINSTALL_FILES.
1603        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1604        PRE/TMPINSTALL_FILES.
1605        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1606        PRE/TMPINSTALL_FILES.
1607        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1608        from PRE/TMPINSTALL_FILES.
1609
16102003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1611
1612        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1613        * automake/lib.am: Remove project_libdir.
1614        * wrapup/Makefile.am: Reworked.
1615
16162003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1617
1618        * configure.ac: Reflect changes to librdbg.
1619        * optman/Makefile.am: Add tmpinstall dirstamp support.
1620        * libchip/Makefile.am: Fix variant-tmpinstall support.
1621        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1622        * librdbg/src/powerpc/Makefile.am: Merge-in former
1623        new_exception_processing/Makefile.am.
1624        * librdbg/src/m68k/any/Makefile.am: Remove.
1625        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1626        * librdbg/src/i386/any/Makefile.am: Remove.
1627        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1628        * librdbg/src/Makefile.am: Cosmetics.
1629        * librdbg/include/Makefile.am: Cosmetics.
1630        * librdbg/Makefile.am: Cosmetics.
1631        * libnetworking/Makefile.am: Cosmetics.
1632        * libnetworking/pppd/Makefile.am: Cosmetics.
1633        * libnetworking/wrapup/Makefile.am: Cosmetics.
1634
16352003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1636
1637        * Makefile.am: Cosmetics.
1638        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1639        support.
1640
16412003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1642
1643        * automake/compile.am: Remove $(ARCH):-rule.
1644
16452003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1646
1647        * configure.ac: Remove lib/libbsp/shared/Makefile,
1648        lib/libbsp/shmdr/Makefile.
1649
16502003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1651
1652        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1653        libchip/serial/Makefile, libchip/rtc/Makefile.
1654        * support/Makefile.am: Remove all-local: $(ARCH).
1655        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1656        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1657        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1658        * optman/Makefile.am: Remove all-local: $(ARCH).
1659        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1660        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1661        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1662        compilation dirstamp support.
1663        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1664        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1665        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1666        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1667        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1668        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1669        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1670        all-local: $(ARCH).
1671        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1672        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1673        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1674        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1675        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1676
16772003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1678
1679        * aclocal/lead-dot.m4: New (from automake-1.7f).
1680        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1681        AC_SUBST(dirstamp).
1682        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1683        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1684        libchip/serial/Makefile.am: Ditto.
1685        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1686        * librdbg/include/Makefile.am: Ditto.
1687        * librdbg/include/rdbg/Makefile.am: Ditto.
1688        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1689        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1690        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1691        * librdbg/src/Makefile.am: Ditto.
1692        * librdbg/src/i386/Makefile.am: Ditto.
1693        * librdbg/src/i386/any/Makefile.am: Ditto.
1694        * librdbg/src/m68k/Makefile.am: Ditto.
1695        * librdbg/src/m68k/any/Makefile.am: Ditto.
1696        * librdbg/src/powerpc/Makefile.am: Ditto.
1697        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1698        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1699        preinstallation.
1700        * libnetworking/pppd/Makefile.am: Ditto.
1701        * libnetworking/rtems_servers/Makefile.am: Ditto.
1702        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1703        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1704        * libnetworking/wrapup/Makefile.am: Ditto.
1705
17062003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1707
1708        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1709        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1710        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1711        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1712        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1713        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1714        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1715        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1716        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1717        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1718        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1719        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1720        underquoting to silence automake-1.8.
1721
17222003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1723
1724        * configure.ac: Reflect having moved tests to ../../testsuites.
1725
17262003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1727
1728        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1729        * aclocal/canonical-host.m4: Remove.
1730        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1731        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1732
17332003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1734
1735        * aclocal/check-cpu.m4: Remove.
1736        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1737        * aclocal/canonical-target-name.m4: Add m4-quotes.
1738        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1739        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1740        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1741        * aclocal/check-networking.m4: Add m4-quotes. Require
1742        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1743        * aclocal/check-posix.m4: Add m4-quotes. Require
1744        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1745        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1746        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1747        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1748
17492003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1750
1751        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1752        * aclocal/bsp-alias.m4: Remove.
1753
17542003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1755
1756        * configure.ac: Make presence of tests/ optional.
1757
17582003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1759
1760        * aclocal/path-perl.m4: Remove (Unused).
1761
17622003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1763
1764        * automake/force-preinstall.am: Remove.
1765
17662003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1767
1768        PR 499/rtems_misc
1769        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1770        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1771        Configuration (Odd was forced) - Correction of Stop Bit configuration
1772        (inversed) - Correction of ISR Handler to call
1773        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1774        CTS Hardware flow control Configuration.
1775
17762003-09-04      Joel Sherrill <joel@OARcorp.com>
1777
1778        * lib/libcpu/shared/include/cache.h,
1779        lib/libcpu/shared/src/cache_aligned_malloc.c,
1780        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1781        license changed.
1782        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1783        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1784        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1785        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1786        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1787        for license changed.
1788        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1789        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1790        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1791        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1792        libchip/network/cs8900.h, libchip/network/dec21140.c,
1793        libchip/network/elnk.c, libchip/network/open_eth.c,
1794        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1795        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1796        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1797        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1798        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1799        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1800        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1801        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1802        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1803        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1804        libchip/serial/serial.h, libchip/serial/z85c30.c,
1805        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1806        libchip/serial/z85c30_reg.c: URL for license changed.
1807
18082003-09-03      Jiri Gaisler <jiri@gaisler.com>
1809
1810        PR 477/networking
1811        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1812        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1813        libchip/network/open_eth.h: New files.
1814
18152003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1816
1817        * aclocal/rtems-top.m4: Add RTEMS_API.
1818        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1819
18202003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1821
1822        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1823        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1824        @RTEMS_BSP@.cfg.
1825
18262003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1827
1828        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1829
18302003-08-20      Joel Sherrill <joel@OARcorp.com>
1831
1832        * libchip/network/cs8900.c: Correct copyright statements.
1833
18342003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1835
1836        * aclocal/check-itron.m4: Remove.
1837        * aclocal/enable-inlines.m4: Remove.
1838        * Makefile.am: Reflect having moved aclocal/.
1839        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1840        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1841        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1842        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1843        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1844        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1845        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1846        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1847        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1848        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1849        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1850        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1851        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1852        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1853        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1854        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1855        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1856        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1857        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1858        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1859        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1860        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1861        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1862        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1863        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1864        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1865        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1866        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1867        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1868        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1869        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1870        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1871        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1872        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1873        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1874        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1875        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1876        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1877        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1878        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1879        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1880        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1881        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1882        * aclocal/target.m4: New (Copied from ../../aclocal).
1883        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1884        * aclocal/version.m4: New (Copied from ../../aclocal).
1885
18862003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1887
1888        * configure.ac: Remove stray comments.
1889        * automake/local.am, automake/host.am: Remove "debug".
1890
18912003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1892
1893        * Makefile.am: Reflect having moved automake/.
1894        * lib/Makefile.am: Reflect having moved automake/.
1895        * support/Makefile.am: Reflect having moved automake/.
1896        * wrapup/Makefile.am: Reflect having moved automake/.
1897        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1898        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1899        from ../../automake).
1900        * optman/Makefile.am: Reflect having moved automake/.
1901        * libchip/Makefile.am: Reflect having moved automake/.
1902        * libchip/ide/Makefile.am: Reflect having moved automake/.
1903        * libchip/network/Makefile.am: Reflect having moved automake/.
1904        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1905        * libchip/serial/Makefile.am: Reflect having moved automake/.
1906        * librdbg/Makefile.am: Reflect having moved automake/.
1907        * librdbg/include/Makefile.am: Reflect having moved automake/.
1908        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1909        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1910        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1911        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1912        automake/.
1913        * librdbg/src/Makefile.am: Reflect having moved automake/.
1914        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1915        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1916        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1917        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1918        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1919        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1920        having moved automake/.
1921        * libnetworking/Makefile.am: Reflect having moved automake/.
1922        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1923        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1924        automake/.
1925        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1926        automake/.
1927        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1928        automake/.
1929        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1930
19312003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1932
1933        * Makefile.am: Add bsp.pc.in.
1934        * bsp.pc.in: New (pkgconfig support).
1935
19362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1937
1938        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1939
19402003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1941
1942        * lib/Makefile.am: New (Required by 'make dist').
1943        * lib/ChangeLog: Remove.
1944        * lib/.cvsignore: Cleanup.
1945        * configure.ac: Reflect having added lib/Makefile.am.
1946        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1947        lib/libbsp/configure.ac.
1948        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1949        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1950
19512003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1952
1953        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1954        * configure.ac: Merge-in librdbg/configure.ac.
1955        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1956        librdbg/configure.ac.
1957        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1958        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1959        LIBCHIP. Conditionally build include-dirs.
1960        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1961        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1962        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1963        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1964        librdbg/include/rdbg/m68k/Makefile.am,
1965        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1966        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1967        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1968        librdbg/src/powerpc/Makefile.am, librdbg/
1969        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1970        configure.ac into ../configure.ac.
1971        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1972        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1973        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1974        libnetworking/rtems_telnetd/Makefile.am,
1975        libnetworking/rtems_webserver/Makefile.am,
1976        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1977        into ../configure.ac.
1978
19792003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1980
1981        PR 427/rtems
1982        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1983        * librdbg/src/servtsp.c: Ditto.
1984
19852003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1986
1987        PR 429/bsps
1988        PR 432/bsps
1989        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1990        packets are queued onto an elnk board, the ISR will deadlock the device
1991        with a tx complete interrupt.  Lighter tx loads are not affected as they
1992        end up submitting single packets to the device.
1993
19942003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1995
1996        * configure.ac: Merge-in libchip/configure.ac. Merge-in
1997        optman/configure.ac.
1998        * optman/configure.ac: Remove (Merged into ../configure.ac).
1999        * optman/Makefile.am: Reflect having merged configure.ac into
2000        ../configure.ac.
2001        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2002        * libchip/Makefile.am, libchip/ide/Makefile.am,
2003        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2004        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2005        ../configure.ac.
2006
20072003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2008
2009        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2010
20112003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2012
2013        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2014        on i386.
2015
20162003-06-13      Joel Sherrill <joel@OARcorp.com>
2017
2018        * libnetworking/pppd/chat.c: Removed warnings.
2019
20202003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2021
2022        * libchip/network/README.3com: New file missed in previous commit.
2023        PR 405/bsps
2024        PR 393/networking
2025        * libchip/network/dec21140.c: Fix leak also known as PR393.
2026        * libchip/network/elnk.c, libchip/network/if_media.h,
2027        libchip/network/mii.h: New files.
2028        * libchip/network/Makefile.am: Reflect new files.
2029
20302003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2031
2032        * configure.ac: Remove support for profile-variant.
2033
20342003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2035
2036        PR 397/pppd
2037        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2038        * libnetworking/pppd/magic.c: Remove *rand48.
2039        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2040
20412003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2042
2043        * wrapup/Makefile.am: Add libide.a.
2044
20452003-04-15      Joel Sherrill <joel@OARcorp.com>
2046
2047        PR 387/rtems_misc
2048        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2049        routines.
2050        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2051
20522003-04-11      Joel Sherrill <joel@OARcorp.com>
2053
2054        * libnetworking/rtems_webserver/cgi.c,
2055        libnetworking/rtems_webserver/sockGen.c,
2056        libnetworking/rtems_webserver/umui.c,
2057        libnetworking/rtems_webserver/websSSL.c,
2058        libnetworking/rtems_webserver/websSSL.h,
2059        libnetworking/rtems_webserver/websda.c,
2060        libnetworking/rtems_webserver/websda.h: New files. Not included in
2061        previous commit.
2062
20632003-04-10      Joel Sherrill <joel@OARcorp.com>
2064
2065        PR 371/pppd
2066        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2067        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2068        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2069        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2070        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2071        still global symbols in rtemspppd.h which might need to be changed or
2072        converted into member of a structure which is dereferenced with a
2073        pointer that is managed as a per task variable. But this patch should
2074        avoid many conflicts.
2075
20762003-03-27      Joel Sherrill <joel@OARcorp.com>
2077
2078        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2079        not allowed in the cpukit source code since it must be buildable
2080        independent of any BSP. These files were moved to libchip/ide.
2081        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2082        files.
2083
20842003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2085
2086        PR 368/filesystems
2087        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2088        improvements which now work on pc386 and mbx8xx.
2089        * libchip/ide/ide_controller.c: New file.
2090
20912003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2092
2093        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2094
20952003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2096
2097        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2098        * configure.ac: Add support/.
2099        * support/.cvsignore: New.
2100        * support/Makefile.am: New.
2101        * support/version.c: New.
2102        * wrapup/Makefile.am: Add support/libsupport.a.
2103        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2104        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2105        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2106        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2107
21082003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2109
2110        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2111
21122003-02-20      Till Straumann <strauman@slac.stanford.edu>
2113
2114        PR 354/networking
2115        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2116        chip against a table of supported chips. The untested ones are still
2117        commented out, however.
2118
21192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2120
2121        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2122        * configure.ac: AC_PREREQ(2.57).
2123        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2124        * optman/configure.ac: AC_PREREQ(2.57).
2125        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2126        * libchip/configure.ac: AC_PREREQ(2.57).
2127        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2128        * librdbg/configure.ac: AC_PREREQ(2.57).
2129        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2130        * libnetworking/configure.ac: AC_PREREQ(2.57).
2131
21322003-02-06      Joel Sherrill <joel@OARcorp.com>
2133
2134        * libnetworking/pppd/chat.c: Convert routines with common names to
2135        static. This included get_char(), put_char(), and character() among
2136        others.
2137
21382003-02-03      Joel Sherrill <joel@OARcorp.com>
2139
2140        PR 338/filesystem
2141        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2142        rtems_io_lookup_name() (API change).  Unused function removed.
2143
21442003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2145
2146        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2147        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2148        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2149        Eliminate *_O_FILES.
2150        * libnetworking/rtems_servers/Makefile.am,
2151        libnetworking/rtems_webserver/Makefile.am,
2152        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2153
21542002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2155
2156        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2157        Let all-local: depend on $(LIB).
2158        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2159        * optman/Makefile.am: Apply install-data-local to install *.rels.
2160
21612002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2162
2163        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2164        %.c rules.
2165        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2166        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2167        * libchip/rtc/Makefile.am: Ditto.
2168        * libchip/serial/Makefile.am: Ditto.
2169
21702002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2171
2172        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2173        LIBC_DEFINES.
2174        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2175        LIBC_DEFINES.
2176        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2177        LIBC_DEFINES.
2178
21792002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2180
2181        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2182
21832002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2184
2185        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2186        cache-checking.
2187        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2188
21892002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2190
2191        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2192        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2193        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2194        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2195        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2196
21972002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2198
2199        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2200        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2201        Remove.
2202        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2203
22042002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2205
2206        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2207        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2208
22092002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2210
2211        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2212        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2213
22142002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2215
2216        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2217        * optman/rel.am: New.
2218
22192002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2220
2221        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2222        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2223        braino in comment on "exec". Extend --enable-ada handling.
2224
22252002-11-04      Joel Sherrill <joel@OARcorp.com>
2226
2227        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2228        tasks and rolling multiple loops into 1.
2229        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2230        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2231        Removed warnings.
2232
22332002-10-31      Joel Sherrill <joel@OARcorp.com>
2234
2235        * libchip/network/dec21140.c: Removed warnings.
2236        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2237        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2238        librdbg/src/m68k/any/remdeb_xdr.c,
2239        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2240        warnings.
2241        * libnetworking/rtems_webserver/socket.c,
2242        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2243
22442002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2245
2246        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2247        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2248        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2249        above.
2250
22512002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2252
2253        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2254        * wrapup/.cvsignore: Remove autom4te.cache.
2255        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2256        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2257        autom4te.cache.
2258        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2259        autom4te.cache.
2260        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2261        autom4te.cache.
2262
22632002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2264
2265        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2266
22672002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2268
2269        * optman/.cvsignore: Add autom4te.cache.
2270
22712002-09-14      Joel Sherrill <joel@OARcorp.com>
2272
2273        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2274
22752002-09-07      Joel Sherrill <joel@OARcorp.com>
2276
2277        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2278        include files to resolve warnings.
2279
22802002-09-07      Chris Johns <ccj@acm.org>
2281
2282        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2283        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2284        which corrects the problem  where the cs8900.c file was actually the BSP
2285        glue.  Joel did some hacking so this file will compile.  Previously it
2286        required providing a target.h file to compile.
2287        * libchip/network/cs8900.c.bsp: New file.
2288
22892002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2290
2291        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2292
22932002-08-31      Joel Sherrill <joel@OARcorp.com>
2294
2295        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2296        eliminate warning.
2297
22982002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2299
2300        * configure.ac: Add ada-tests.
2301
23022002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2303
2304        * Makefile.am: Add preinstall-stamp.
2305
23062002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2307
2308        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2309        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2310        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2311        gcc31 happy.
2312        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2313        cp.
2314
23152002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2316
2317        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2318        make/bsp.mak.
2319        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2320        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2321
23222002-08-12      Joel Sherrill <joel@OARcorp.com>
2323
2324        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2325        avoid error.
2326
23272002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2328
2329        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2330        * configure.ac: Add BSP_SUBDIRS.
2331        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2332        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2333        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2334        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2335        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2336        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2337        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2338        RTEMS_CHECK_BSP_CACHE.
2339        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2340        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2341        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2342        .$(OBJEXT) instead of .o.
2343        * libnetworking/pppd/Makefile.am,
2344        libnetworking/rtems_servers/Makefile.am,
2345        libnetworking/rtems_telnetd/Makefile.am,
2346        libnetworking/rtems_webserver/Makefile.am,
2347        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2348
23492002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2350
2351        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2352        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2353        ../libchip/serial/$(ARCH)/libserialio.a.
2354        * libchip/serial/Makefile.am: Don't tmp-install lib.
2355        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2356
23572002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2358
2359        * Makefile.am: Add rtems_makedir.
2360        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2361        * Makefile.am: Add wrapup-SUBDIR.
2362        * wrapup/ChangeLog: Remove.
2363        * wrapup/configure.ac: Remove.
2364        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2365        (Make the bare BSP happy).
2366        * configure.ac: Ditto.
2367        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2368        Create make/custom/default.cfg.
2369        * configure.ac: Add creation of make/custom/*.cfg. Create
2370        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2371
23722002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2373
2374        * Makefile.am: Clean $(PROJECT_RELEASE).
2375
23762002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2377
2378        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2379        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2380        prototype mismatches.
2381
23822002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2383
2384        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2385        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2386
23872002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2388
2389        * acinclude.m4: Add test "$multilib" != "yes".
2390        * config-ml.in: Remove.
2391        * acinclude.m4: Cleanups.
2392        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2393        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2394        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2395        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2396        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2397
23982002-07-16      Eric Norum <eric.norum@usask.ca>
2399
2400        * New driver for the Intel EtherExpressPro (82559ER) chip.
2401        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2402        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2403        * libchip/network/Makefile.am: Modified to reflect above.
2404
24052002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2406
2407        * acinclude.m4: New.
2408        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2409        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2410        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2411
24122002-07-01      Joel Sherrill <joel@OARcorp.com>
2413
2414        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2415        _Objects_Information_table now that it is a two dimensional array based
2416        upon API and class.
2417        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2418        of strnlen().
2419
24202002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2421
2422        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2423        preinstall libnetapps.a.
2424
24252002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2426
2427        * configure.ac: Remove librpc.
2428
24292002-06-25      Joel Sherrill <joel@OARcorp.com>
2430
2431        * Per PR233, moved librpc to exec.
2432        * configure.ac, wrapup/Makefile.am: Modified.
2433        * librpc, librpc/ChangeLog: Removed.
2434
24352002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2436
2437        * optman/Makefile.am: Remove multilib support.
2438        * optman/configure.ac: Ditto.
2439        * optman/sapi/Makefile.am: Ditto.
2440
24412002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2442
2443        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2444        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2445
24462002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2447
2448        Move networking libraries to c/src/exec/libnetworking
2449        * libnetworking/configure.ac, libnetworking/Makefile.am,
2450        libnetworking/wrapup/Makefile.am: Reflect Moval.
2451
24522002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2453
2454        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2455        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2456        <rtems/bspIo.h>.
2457
24582002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2459
2460        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2461        * libnetworking/rtems/mkrootfs.h: Ditto.
2462        * libnetworking/rtems/Makefile.am: Reflect changes above.
2463
24642002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2465
2466        * configure.ac: Remove lib.
2467
24682002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2469
2470        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2471        that exception stack frames on M68K members with VBR always are 6 byte
2472        long. The incorrect assumption resulted in some gdb commands like "next"
2473        to fail on the 68360.
2474
24752002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2476
2477        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2478        PR 220
2479        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2480        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2481        CVS.
2482        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2483        libnetworking/sys/filio.h: Remove.
2484        * libnetworking/sys/Makefile.am: Reflect changes above.
2485
24862002-05-07      Chris Johns <ccj@acm.org>
2487
2488        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2489        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2490        requires it to be stripped.
2491
24922002-05-01      Eric Norum <eric.norum@usask.ca>
2493
2494        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2495        assembly  to satisfy gcc 3.1 and newer.
2496
24972002-04-26      Eric Norum <eric.norum@usask.ca>
2498
2499        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2500        agressive optimization in gcc 3.1 does not reorder things.
2501
25022002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2503
2504        * libchip/network/dec21140.c: Reflect changes to powerpc's
2505        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2506        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2507        <rtems/score/cpu.h>.
2508        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2509        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2510
25112002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2512
2513        * optman/configure.ac: Remove ENABLE_GCC28.
2514
25152002-04-11      Chris Johns <ccj@acm.org>
2516
2517        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2518        driver control block field to the ifconfig network driver structure.
2519        This field is needed by the i82586 driver which was ported from NetBSD
2520        as it had better hardware abstraction.
2521        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2522        PR59, added the drv_ctrl driver control block field to the ifconfig
2523        network driver structure. This field is needed by the i82586 driver
2524        which was ported from NetBSD as it had better hardware abstraction.
2525
25262002-04-10      Mike Siers <mikes@poliac.com>
2527
2528        * libnetworking/rtems_webserver/NOTES,
2529        libnetworking/rtems_webserver/asp.c,
2530        libnetworking/rtems_webserver/balloc.c,
2531        libnetworking/rtems_webserver/default.c,
2532        libnetworking/rtems_webserver/ej.h,
2533        libnetworking/rtems_webserver/ejIntrn.h,
2534        libnetworking/rtems_webserver/ejlex.c,
2535        libnetworking/rtems_webserver/ejparse.c,
2536        libnetworking/rtems_webserver/emfdb.c,
2537        libnetworking/rtems_webserver/emfdb.h,
2538        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2539        libnetworking/rtems_webserver/handler.c,
2540        libnetworking/rtems_webserver/license.txt,
2541        libnetworking/rtems_webserver/md5.h,
2542        libnetworking/rtems_webserver/md5c.c,
2543        libnetworking/rtems_webserver/mime.c,
2544        libnetworking/rtems_webserver/misc.c,
2545        libnetworking/rtems_webserver/ringq.c,
2546        libnetworking/rtems_webserver/rom.c,
2547        libnetworking/rtems_webserver/security.c,
2548        libnetworking/rtems_webserver/sock.c,
2549        libnetworking/rtems_webserver/sym.c,
2550        libnetworking/rtems_webserver/uemf.c,
2551        libnetworking/rtems_webserver/uemf.h,
2552        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2553        libnetworking/rtems_webserver/url.c,
2554        libnetworking/rtems_webserver/value.c,
2555        libnetworking/rtems_webserver/wbase64.c,
2556        libnetworking/rtems_webserver/webcomp.c,
2557        libnetworking/rtems_webserver/webpage.c,
2558        libnetworking/rtems_webserver/webrom.c,
2559        libnetworking/rtems_webserver/webs.c,
2560        libnetworking/rtems_webserver/webs.h,
2561        libnetworking/rtems_webserver/websuemf.c,
2562        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2563        2.1.4.
2564
25652002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2566
2567        * libchip/network/i82586.c: Include <string.h>.
2568        * libchip/network/sonic.c: Ditto.
2569
25702002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2571
2572        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2573
25742002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2575
2576        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2577
25782002-03-27      Thomas.Doerfler@imd-systems.de
2579
2580        PR 144
2581        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2582        memory address 0 when called for the first time. This is done when
2583        trying to clear the variable "dhcp_hostname".
2584
25852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2586
2587        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2588        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2589        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2590        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2591        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2592        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2593        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2594        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2595        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2596        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2597        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2598        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2599        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2600        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2601        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2602        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2603        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2604        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2605        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2606        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2607        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2608        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2609        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2610        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2611        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2612        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2613        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2614        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2615        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2616        AUTOMAKE_OPTIONS.
2617        * libnetworking/configure.ac:
2618        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2619        foreign 1.6]).
2620        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2621        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2622        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2623        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2624        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2625        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2626        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2627        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2628        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2629        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2630        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2631        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2632        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2633        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2634        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2635        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2636        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2637
26382002-03-27      Ilya Alexeev <ilya@continuum.ru>
2639
2640        PR 162
2641        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2642        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2643        used in a device write routines.  Now ppp_softc structure have own
2644        character for writing to device (sc_outchar).  I think that converting
2645        local variables to static is not a right solution, because problems will
2646        occur in the case of two or more ppp instances.
2647        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2648        must be u_long, otherwise in the case of the big output packet endless
2649        loop may occur.
2650
26512002-03-21      Ilya Alexeev <ilya@continuum.ru>
2652
2653        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2654        preparations for multiple PPPD connections.
2655
26562002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2657
2658        PR 149
2659        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2660        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2661        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2662        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2663
26642002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2665
2666        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2667        * configure.ac: Modified to reflect addition.
2668
26692002-02-27      Ilya Alexeev <ilya@continuum.ru>
2670
2671        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2672        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2673        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2674        capabilities as well as eliminate some warnings.
2675
26762002-02-27      Eric Norum <eric.norum@usask.ca>
2677
2678        * libnetworking/net/radix.c: Properly handle fetching the default route
2679        when there is no route.  This was a bug in the original FreeBSD code and
2680        this fix is from an updated version of their code.
2681
26822002-02-16      Eric Norum <eric.norum@usask.ca>
2683
2684        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2685        checking.
2686
26872002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2688
2689        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2690        dodefaultroute.
2691
26922002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2693
2694        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2695        include <rtems/seterr.h>.
2696
26972002-02-01      Mike Siers <mikes@poliac.com>
2698
2699        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2700        avoid bringing the link down too fast. NOTE: Mike reports successfully
2701        running at 56K baud on a direct link.
2702
27032002-02-01      Eric Valette <valette@crf.canon.fr>
2704
2705        * librdbg/So many patches have been posted recently on the mailing list
2706        and  because we were unable to find correct solution to compile on
2707        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2708        because the coding  style of rdbg was rather inconsistant among various
2709        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2710        global coding style (using indent + manual edits), 2) incorporate/review
2711        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2712        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2713        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2714        after rdbg initialization is done, NB : the paches is huge but it is
2715        mainly due to coding styke chnages.  Only few lines of codes have been
2716        really changed and they do not impact  rdbg functionnality (AFAIKT).
2717        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2718        librdbg/include/rdbg/m68k/rdbg_f.h,
2719        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2720        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2721        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2722        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2723        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2724        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2725        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2726        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2727        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2728        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2729        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2730        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2731        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2732        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2733        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2734        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2735
27362002-01-31      Mike Siers <mikes@poliac.com>
2737
2738        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2739        * Nice Update of PPPD support which eliminates the requiremetn that
2740        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2741        and reports that it seems to be more stable and handle larger packets
2742        better.  This patch replaces the termios tasks with more general pppd
2743        network driver tasks.  The functions pppinput() and pppstart() get
2744        called from the interrupt service routine.
2745        * libnetworking/Makefile.am, libnetworking/configure.ac,
2746        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2747        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2748        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2749        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2750        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2751        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2752        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2753        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2754        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2755        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2756        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2757        libnetworking/net/route.c, libnetworking/net/route.h,
2758        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2759        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2760        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2761        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2762        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2763        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2764        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2765        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2766        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2767        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2768        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2769        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2770        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2771        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2772        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2773        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2774        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2775        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2776        libnetworking/pppd/example/README,
2777        libnetworking/pppd/example/netconfig.h,
2778        libnetworking/wrapup/Makefile.am: Modified.
2779        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2780        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2781        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2782        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2783        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2784        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2785        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2786        libnetworking/modem/pppcompress.c: Subdirectory removed.
2787
27882002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2789
2790        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2791        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2792
27932002-01-18      Till Straumann <strauman@slac.stanford.edu>
2794
2795        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2796        issues: - exception handler needs to enable MSR_FP if the interrupted
2797        thread is FP enabled. - printk message for MSR fixed and added
2798        stacktrace. NOTE: this requires the stacktrace patch to
2799        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2800        however).
2801
28022002-01-06      Joel Sherrill <joel@OARcorp.com>
2803
2804        * optman/.cvsignore: Added aclocal.m4 and configure.
2805        * optman/.cvsignore: New file.
2806
28072002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2808
2809        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2810
28112002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2812
2813        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2814        * optman/ChangeLog: New.
2815        * optman/configure.ac: New.
2816        * optman/Makefile.am: New.
2817        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2818        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2819
28202001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2821
2822        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2823
28242001-12-18      Eric Norum <eric.norum@usask.ca>
2825
2826        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2827        `directories' (path names with a / at the end) while disallowing open()
2828        operations on TFTP `directories'.
2829
28302001-12-07      Eric Norum <eric.norum@usask.ca>
2831
2832        * libnetworking/lib/tftpDriver.c: Restore write capability.
2833
28342001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2835
2836        * libchip/network/sonic.h: Fix typo.
2837        * libnetworking/arpa/Makefile.am: Remove stray lines.
2838
28392001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2840
2841        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2842
28432001-10-18      Eric Norum <eric.norum@usask.ca>
2844
2845        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2846        chdir() and open() operations within the TFTP file system.
2847
28482001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2849
2850        * librdbg/configure.ac: Fix latent bug exposed by removal of
2851        config.cache's which prevented powerpc targets librdbg from building.
2852
28532001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2854
2855        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2856        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2857        autoconf-2.52 happy.
2858
28592001-10-12      Mike Siers <mikes@poliac.com>
2860
2861        * libnetworking/Update to stable working state.  Congratulations Mike!
2862        :).
2863        * libnetworking/modem_example: Directory removed.
2864        * libnetworking/modem_example/16550.h,
2865        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2866        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2867        libnetworking/modem_example/ppp.h,
2868        libnetworking/modem_example/pppcompress.c: Files removed.
2869        * libnetworking/pppd/example/pppd.options: New file.
2870        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2871        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2872        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2873        libnetworking/pppd/rtemsmain.c: Updated.
2874
28752001-10-12      Joel Sherrill <joel@OARcorp.com>
2876
2877        * libchip/serial/z85c30.c: Fixed typo.
2878
28792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2880
2881        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2882        * configure.in: Remove.
2883        * configure.ac: New file, generated from configure.in by autoupdate.
2884        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2885        * libchip/configure.in: Remove.
2886        * libchip/configure.ac: New file, generated from configure.in by
2887        autoupdate.
2888        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2889        * librdbg/configure.in: Remove.
2890        * librdbg/configure.ac: New file, generated from configure.in by
2891        autoupdate.
2892        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2893        * libnetworking/configure.in: Remove.
2894        * libnetworking/configure.ac: New file, generated from configure.in by
2895        autoupdate.
2896
28972001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2898
2899        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2900        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2901        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2902
29032001-09-27      Joel Sherrill <joel@OARcorp.com>
2904
2905        * libchip/ChangeLog: Fixed typo in date.
2906
29072001-09-27      Eric Norum <eric.norum@usask.ca>
2908
2909        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2910        TFTP  filesystem.
2911
29122001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2913
2914        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2915        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2916        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2917        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2918        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2919        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2920        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2921        'PREINSTALL_FILES ='.
2922        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2923        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2924        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2925        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2926        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2927        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2928        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2929        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2930        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2931        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2932        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2933        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2934
29352001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2936
2937        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2938        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2939        * librdbg/src/m68k/any/Makefile.am: Ditto.
2940        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2941        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2942        happy.
2943
29442001-09-21      Joel Sherrill <joel@OARcorp.com>
2945
2946        * libchip/network/Makefile.am: Fixed typo on file name.
2947        * libchip/network/i82586.c: Commented out line 318 which is referencing
2948        a member of a structure that is not currently there.  This needs to be
2949        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2950        to C style.
2951
29522001-09-19      Eric Norum <eric.norum@usask.ca>
2953
2954        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2955
29562001-09-19      Chris Johns <ccj@acm.org>
2957
2958        * libchip/network/README.i82586, libchip/network/i82586.c,
2959        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2960        Network driver for Intel i82586.
2961        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2962        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2963        "root" filesystem with information obtained via the DHCP response.
2964
29652001-09-14      Eric Norum <eric.norum@usask.ca>
2966
2967        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2968        make gcc 3.x happy.
2969
29702001-08-16      Mike Siers <mikes@poliac.com>
2971
2972        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2973        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2974        These support callback functionality that has not even been compiled
2975        under RTEMS yet.
2976        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2977        example application.  Mike's notes on the modifications: - renamed
2978        error() function because of namespace problems - removed calls to the
2979        exit() funciton - removed extra files from the pppd source directory -
2980        defined pppd task constant values in rtemspppd.h - modifyied example
2981        code to get actual tick per second value - placed the pppd 2.3.11 man
2982        page file (pppd.8) into the pppd directory.
2983        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2984        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2985        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2986        libnetworking/pppd/rtems-ppp.c: Deleted.
2987        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2988        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2989        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2990        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2991        libnetworking/pppd/example/init.c,
2992        libnetworking/pppd/example/netconfig.h,
2993        libnetworking/pppd/example/ppp.conf,
2994        libnetworking/pppd/example/pppdapp.c,
2995        libnetworking/pppd/example/system.h: New files.
2996        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
2997        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
2998        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
2999        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3000        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3001        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3002        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3003        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3004        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3005        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3006        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3007        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3008        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3009        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3010        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3011
30122001-08-16      Joel Sherrill <joel@OARcorp.com>
3013
3014        * libnetworking/pppd/example/Makefile: Removed.
3015        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3016        to avoid bootstrap -c clobbering it.
3017        * libnetworking/rtems_telnetd/.cvsignore: New file.
3018
30192001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3020
3021        * libnetworking/Makefile.am, libnetworking/configure.in,
3022        libnetworking/rtems_servers/Makefile.am,
3023        libnetworking/rtems_servers/telnetd.c,
3024        libnetworking/rtems_servers/telnetd.h,
3025        libnetworking/rtems_telnetd/Makefile.am,
3026        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3027        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3028        libnetworking/rtems_telnetd/telnetd.c,
3029        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3030        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3031        effect when ftpd change. - the tcp/ip stats have been implemented into
3032        icmds.c and started when telnetd daemon is started.
3033        * libnetworking/rtems_servers/telnetd.c,
3034        libnetworking/rtems_servers/telnetd.h: Removed.
3035        * libnetworking/rtems_telnetd: New directory.
3036        * libnetworking/rtems_telnetd/Makefile.am,
3037        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3038        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3039        libnetworking/rtems_telnetd/telnetd.c,
3040        libnetworking/rtems_telnetd/telnetd.h: New files.
3041
30422001-06-14      Joel Sherrill <joel@OARcorp.com>
3043
3044        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3045        Moved from libmisc/shell so the network stack to address network
3046        depenendency.
3047        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3048
30492001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3050
3051        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3052
30532001-05-15      Joel Sherrill <joel@OARcorp.com>
3054
3055        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3056        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3057        accidentally deleted the incorrectly empty versions.
3058
30592001-05-14      Till Straumann <strauman@slac.stanford.edu>
3060
3061        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3062        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3063        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3064        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3065        to know the values) - the affected BSP (shared/motorola) headers have
3066        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3067        driver (libchip/network/dec21140.c) has been fixed to use
3068        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3069        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3070        who is using this driver. - the DEC driver also has been fixed to use
3071        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3072        delay_in_bus_cycles().
3073
30742001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3075
3076        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3077
30782001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3079
3080        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3081
30822001-04-24      Eric Norum <eric.norum@usask.ca>
3083
3084        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3085        NTP synchronization a little more robust -- no NTP daemon yet, but at
3086        least it trys a little harder when the primary NTP server is down.
3087
30882001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3089
3090        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3091        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3092        libnetworking/pppd/modem_example/modem.c,
3093        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3094        other strings into English.
3095        * libnetworking/pppd/STATUS: updated to reflect the changes.
3096
30972001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3098
3099        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3100        again.
3101
31022001-04-20      Eric Valette <valette@crf.canon.fr>
3103
3104        * mcp750 directory renamed new_exception processing as it supports many
3105        more CPU models.
3106        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3107        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3108        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3109        formerly in mcp750 plus modifications.
3110        * librdbg/src/powerpc/mcp750/.cvsignore,
3111        librdbg/src/powerpc/mcp750/Makefile.am,
3112        librdbg/src/powerpc/mcp750/remdeb.h,
3113        librdbg/src/powerpc/mcp750/remdeb_f.x,
3114        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3115        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3116        new_exception_processing.
3117        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3118        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3119        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3120        part of this effort to add support for the MPC8xx.
3121
31222001-04-19      Joel Sherrill <joel@OARcorp.com>
3123
3124        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3125        internal include files.
3126
31272001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3128
3129        PR 158
3130        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3131        rcmd() library call by commenting out the parts that deal with signals.
3132        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3133        stdio. The 'server-side' parts of this file which deal with
3134        authentication are disabled since they are not needed.
3135
31362001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3137
3138        * libnetworking/include/.cvsignore: Remove dangling file.
3139
31402001-03-14      Joel Sherrill <joel@OARcorp.com>
3141
3142        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3143        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3144        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3145        libchip style serial drivers can be written in libcpu or libbsp.
3146
31472001-03-01      Joel Sherrill <joel@OARcorp.com>
3148
3149        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3150        libchip/network/sonic.c, libchip/network/sonic.h,
3151        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3152        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3153        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3154        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3155        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3156        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3157        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3158        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3159
31602001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3161
3162        * librdbg/include/rdbg/Makefile.am,
3163        librdbg/include/rdbg/i386/Makefile.am,
3164        librdbg/include/rdbg/m68k/Makefile.am,
3165        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3166        style on include files.
3167
31682001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3169
3170        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3171        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3172        replace ${..} with $(..).
3173        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3174        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3175        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3176        libnetworking/rtems/Makefile.am, libnetworking/
3177        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3178        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3179        include_*HEADERS instead of H_FILES.
3180        * libnetworking/include/Makefile.am: Remove.
3181        * libnetworking/Makefile.am: Add handling of *.h files.
3182        * libnetworking/configure.in: Remove include/Makefile.
3183
31842001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3185
3186        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3187
31882001-01-31      Sergei Organov <osv@javad.ru>
3189
3190        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3191        current dir and root dir removed in favor of new libio support for
3192        task-local current and root directories. - Bug in `close_data_socket()'
3193        introduced by previous change fixed. - `command_pasv()' changed to set
3194        timeout on socket we are listening on and code fixed to don't close
3195        socket twice on error. - `serr()' changed to clear `errno'. -
3196        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3197        changed to clear `errno' before processing session. -
3198        `close_data_socket()' fixed to close both active and passive sockets -
3199        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3200        empty string  in `exec_command()'.
3201
32022001-01-25      Eric Norum <eric.norum@usask.ca>
3203
3204        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3205        improves throughput on systems which are dropping packets.   Only the
3206        first timeout is reduced.  This keeps the number of extra packets down
3207        on networks that are very busy and dropping lots of packets.
3208
32092001-01-24      Sergei Organov <osv@javad.ru>
3210
3211        * libnetworking/rtems_servers/ftpd.c,
3212        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3213        - Timeouts on sockets implemented. 'idle' field added to configuration.
3214        No timeout by default to keep backward compatibility. Note: SITE IDLE
3215        command not implemented yet. - Basic global access control implemented.
3216        'access' field added to configuration. No access limitations by default
3217        to keep backward compatibility. - Anchor data socket for active mode
3218        (using self IP and port 20.) - Fixed default data port support (still
3219        not tested). - Don't allow IP address different from originating host in
3220        PORT command to improve security. - Fixed bug in MDTM command. - Check
3221        for correctness of parsing of argument in command_port(). - Fixed
3222        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3223        a directory. - Command parsing a little bit improved: command names are
3224        now converted to upper-case to be more compatible with RFC (command
3225        names are not case-sensitive.) - Reformat comments so that they have
3226        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3227        previous changes - True ASCII mode implemented (doesn't work for hooks
3228        and /dev/null) - Passive mode implemented, PASV command added. - Default
3229        port for data connection could be used (untested, can't find ftp client
3230        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3231        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3232
32332001-01-18      Joel Sherrill <joel@OARcorp.com>
3234
3235        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3236        macro using variable arguments.
3237        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3238        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3239        since I updated the main RTEMS development machine to RedHat 7.2 and
3240        apparently got a new version of rpcgen.
3241
32422001-01-12      Sergei Organov <osv@javad.ru>
3243
3244        * libnetworking/rtems_servers/ftpd.c,
3245        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3246        - use pool of pre-created threads to handle sessions instead of
3247        creating/deleting threads on the fly - LIST output is now similar to
3248        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3249        happy with it. - LIST NAME now works (both for files and directories) -
3250        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3251        clients happy  - keep track of CWD for every session separately -
3252        ability to specify root directory name for FTPD in configuration table.
3253        FTPD will then create illusion for FTP clients that this is actually
3254        root directory. - ignore options sent in commands, thus LIST -al FILE
3255        works and doesn't try to list "-al" directory. - buffers are allocated
3256        on stack instead of heap where possible to eliminate malloc/free calls
3257        (avoid possible heap fragmentation troubles). - drop using of task
3258        notepad to pass parameters - use function arguments instead - use
3259        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3260        in socket() instead of AF_INET.
3261
32622001-01-02      Joel Sherrill <joel@OARcorp.com>
3263
3264        * libnetworking/CHANGELOG: Removed.
3265        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3266
32672000-12-14      Eric Norum <eric.norum@usask.ca>
3268
3269        * libnetworking/lib/tftpDriver.c: Added write capability.
3270
32712000-12-08      Joel Sherrill <joel@OARcorp.com>
3272
3273        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3274        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3275        numerous variable declarations conditional on PPP_COMPRESS and
3276        PPP_FILTER.  Commented out variables that were not used because the code
3277        using them was commented out. Removed totally unused variables.
3278        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3279        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3280
32812000-11-30      Joel Sherrill <joel@OARcorp.com>
3282
3283        * libnetworking/modem/ppp_tty.c: Changed to include
3284        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3285        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3286        * libnetworking/Makefile.am: Modified to reflect above.
3287
32882000-11-27      Joel Sherrill <joel@OARcorp.com>
3289
3290        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3291
32922000-11-25      Eric Norum <eric.norum@usask.ca>
3293
3294        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3295        core.
3296
32972000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3298
3299        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3300        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3301        subdir.
3302        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3303        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3304        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3305        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3306        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3307        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3308        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3309        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3310        ppp_tty.c and the real pppd main is in pppmain.c.
3311
33122000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3313
3314        * libchip/network/sonic.c: Added ipalign() routine to align the received
3315        packet so that the ip header is on a 32-bit boundary. Necessary for
3316        cpu's that do not allow unaligned loads and stores and when the 32-bit
3317        DMA mode is used.
3318
33192000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3320
3321        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3322        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3323        ACLOCAL_AMFLAGS.
3324        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3325        ACLOCAL_AMFLAGS.
3326        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3327        ACLOCAL_AMFLAGS.
3328
33292000-11-03      Chris Johns <ccj@acm.org>
3330
3331        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3332        libchip/network/cs8900.h: New files.
3333
33342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3335
3336        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3337        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3338        $(RTEMS_TOPdir)/aclocal.
3339        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3340        $(RTEMS_TOPdir)/aclocal.
3341        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3342        $(RTEMS_TOPdir)/aclocal.
3343
33442000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3345
3346        * configure.in: Switch to GNU-canonicalization.
3347        * Makefile.am: Reflect changes to configure.in.
3348        * acinclude.m4: Remove.
3349
33502000-10-30      Joel Sherrill <joel@OARcorp.com>
3351
3352        * POSIX include files merged into newlib.  This resulted in some
3353        definitions moving to other files and thus some secondary effects in
3354        RTEMS source code.
3355        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3356        in sync with newlib's <machine/types.h>.
3357        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3358        definition of struct itimerval in <sys/time.h>.
3359
33602000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3361
3362        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3363        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3364        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3365        * ChangeLog: Fix typos.
3366        * configure.in: add tests to the GNU canonicalized subdirectories.
3367
33682000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3369
3370        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3371        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3372        the lib directory before configuring lib/.
3373
33742000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3375
3376        * configure.in, Makefile.am: add exec to the GNU canonicalized
3377        subdirectories.
3378        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3379        * configure.in: add libnetworking, librpc and librdb to the GNU
3380        canonicalized subdirectories.
3381        * configure.in: add libmisc and libchip to the GNU canonicalized
3382        subdirectories.
3383        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3384        Switch to GNU canonicalization.
3385        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3386        Switch to GNU canonicalization.
3387        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3388        Switch to GNU canonicalization.
3389
33902000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3391
3392        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3393        canonicalization to libfs/. The approach is currently a bit of a hack as
3394        GNU canonicalization does not support the per-BSP build some of the
3395        other directories require.  As more of the tree is converted, this will
3396        become less  of an issue.
3397
33982000-10-20      Joel Sherrill <joel@OARcorp.com>
3399
3400        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3401        parameter.
3402
34032000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3404
3405        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3406        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3407        * librdbg/configure.in: Add m68k support.
3408        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3409        subdirectory.
3410        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3411        failure.
3412        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3413        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3414        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3415        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3416        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3417        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3418        librdbg/src/m68k/.cvsignore: New files.
3419        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3420        function pointers.
3421        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3422        _after_ pointer has been checked against NULL.
3423
34242000-10-18      Joel Sherrill <joel@OARcorp.com>
3425
3426        * wrapup/Makefile.am: Added libfs.
3427
34282000-10-18      Chris Johns <ccj@acm.org>
3429
3430        * libfs created.
3431        * configure.in: Added libfs subdirectory.
3432        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3433
34342000-09-28      Joel Sherrill <joel@OARcorp.com>
3435
3436        * libnetworking/rtems_webserver/Makefile.am,
3437        libnetworking/rtems_webserver/base64.c,
3438        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3439        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3440
34412000-09-22      Joel Sherrill <joel@OARcorp.com>
3442
3443        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3444        libnetworking/rtems/rtems_bsdnet_internal.h,
3445        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3446        have included rtems.h.  It is now including precisely the  least amount
3447        of low level, yet portable .h files to get the basic RTEMS types
3448        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3449        used machine/types.h to include rtems.h.
3450
34512000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3452
3453        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3454
34552000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3456
3457        * libnetworking/ChangeLog: Cleanup.
3458
34592000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3460
3461        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3462        * libchip/ChangeLog: Fix formating.
3463
34642000-09-05      Joel Sherrill <joel@OARcorp.com>
3465
3466        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3467        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3468        confusion and to work with the converted flags.
3469
34702000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3471
3472        * wrapup/Makefile.am: Include compile.am.
3473        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3474        libchip/serial/Makefile.am: Include compile.am.
3475        * librdbg/src/i386/any/Makefile.am,
3476        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3477        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3478        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3479        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3480        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3481        libnetworking/rtems_servers/Makefile.am,
3482        libnetworking/rtems_webserver/Makefile.am,
3483        libnetworking/wrapup/Makefile.am: Include compile.am.
3484
34852000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3486
3487        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3488        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3489
34902000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3491
3492        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3493
34942000-08-31      Joel Sherrill <joel@OARcorp.com>
3495
3496        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3497        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3498        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3499        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3500        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3501        * libnetworking/wbase64.c: Removed.
3502        * libnetworking/Makefile.am, libnetworking/asp.c,
3503        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3504        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3505        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3506        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3507        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3508        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3509        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3510        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3511        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3512        Modified.
3513
35142000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3515
3516        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3517
35182000-08-30      Joel Sherrill <joel@OARcorp.com>
3519
3520        * libnetworking/rtems_webserver/license.txt: New file.
3521
35222000-08-10      Joel Sherrill <joel@OARcorp.com>
3523
3524        * ChangeLog: New file.
3525        * libchip/ChangeLog: New file.
3526        * librdbg/ChangeLog: New file.
3527        * libnetworking/ChangeLog: New file.
3528
Note: See TracBrowser for help on using the repository browser.