source: rtems/c/src/ChangeLog @ a61cc6c

4.104.114.95
Last change on this file since a61cc6c was a61cc6c, checked in by Chris Johns <chrisj@…>, on 01/05/08 at 06:59:11

2008-01-05 Chris Johns <chrisj@…>

  • libchip/flash/am29lv160.c: Update the blank check error message to say there is an error.
  • Property mode set to 100644
File size: 134.5 KB
Line 
12008-01-05      Chris Johns <chrisj@rtems.org>
2
3        * libchip/flash/am29lv160.c: Update the blank check error message
4        to say there is an error.
5       
62007-12-22      Chris Johns <chrisj@rtems.org>
7
8        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
9        the hello message. Just one line but still a little too long.
10       
112007-12-14      Chris Johns <chrisj@rtems.org>
12
13        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
14        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
15        * libchip/flash, libchip/flash/am29lv160.c,
16        libchip/flash/am29lv160.h: New.
17
182007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * libchip/network/if_fxp.c: Spacing.
21
222007-11-20      Till Straumann <strauman@slac.stanford.edu>
23
24        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
25        Avoid using 'stdio' before the system is up and fully
26        initialized.
27
282007-11-20      Till Straumann <strauman@slac.stanford.edu>
29
30        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
31        * libchip/Makefile.am, libchip/preinstall.am:
32        added new driver for Maxim DS1375 i2c RTC.
33
342007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
35
36        * libchip/i2c/spi-flash-m25p40.c:
37        added addressing call in write function
38
392007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
40
41        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
42        * libchip/Makefile.am:
43        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
44
452007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
48
492007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * nfsclient/Makefile.am: Fix errors.
52
532007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
56
572007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * aclocal/version.m4: Bump RTEMS_API to 4.9.
60        Bump RTEMS_VERSION to 4.8.99.0.
61
622007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
65
662007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * configure.ac: Remove AC_PROG_AWK (Unused).
69
702007-09-14      Daron Chabot <djc915@mail.usask.ca>
71
72        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
73        rtems_interrupt_vector, to permit passing arbitrary arguments to the
74        ISR. Clean up of variables to silence compiler warnings.
75
762007-09-13      Daniel Hellstrom <daniel@gaisler.com>
77
78        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
79
802007-09-12      Daniel Hellstrom <daniel@gaisler.com>
81
82        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
83          - Odd bit bug in some chips taken care of.
84          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
85            alignment but failing to do so must have made the driver writer to make
86            some incorrect assumptions about MBUFs.
87          - Fixed MBUF handling to handle mbuf chains better. The Data length of
88            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
89          - Made while loop responsible for copying data to fifo port copy 16 shorts
90            per loop instead of 1 short, increasing the copying process.
91
922007-09-07      Daniel Hellstrom <daniel@gaisler.com>
93
94        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
95        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
96
972007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * configure.ac, wrapup/Makefile.am: Remove RDBG.
100        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
101        librdbg/Makefile.am, librdbg/preinstall.am,
102        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
103        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
104        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
105        librdbg/include/rdbg/powerpc/rdbg_f.h,
106        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
107        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
108        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
109        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
110        librdbg/src/servtsp.c, librdbg/src/servutil.c,
111        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
112        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
113        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
114        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
115        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
116        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
117        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
118        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
119        librdbg/src/powerpc/rdbg_f.c,
120        librdbg/src/powerpc/new_exception_processing/remdeb.h,
121        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
122        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
123        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
124
1252007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
128
1292007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
132          sizes.
133
1342007-07-27      Chris Johns <chrisj@rtems.org>
135
136        * wrapup/Makefile.am: Create archive from a file for hosts
137        with a limited command line size.
138
1392007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
142          sizes.
143
1442007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
145       
146        * configure.ac: Add nfsclient.
147        * nfsclient/Makefile.am: New.
148        * nfsclient/proto/Makefile, nfsclient/Makefile,
149          nfsclient/src/Makefile: Remove.
150        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
151        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
152
1532007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
156        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
157        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
158        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
159        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
160        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
161        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
162        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
163        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
164        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
165        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
166        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
167
1682007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
169
170        * libchip/serial/ns16550.c: removed timed out wait for transmitter
171        to become ready: This will not work for fast CPUs.
172
1732007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
174
175        * libchip/ide/ata.c: fixed warning
176
1772007-06-20      Ray Xu <rayx@gmail.com>
178
179        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
180        console, and libio. This shrinks the memory requirements but Joel has
181        not figured out how best to present this to application space.
182        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
183        New files.
184
1852007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
186
187        * optman/sapi/no-io.c: Split IO Manager into one function per file so
188        now we only need required initialization methods.
189
1902007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
191
192        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
193        parameter since it was used to configure a no longer used feature.
194        Device names are now part of the filesystem not in a table.
195
1962007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
197
198        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
199        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
200        optman/rtems/no-part.c, optman/rtems/no-region.c,
201        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
202        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
203        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
204        other optional managers so using them reduces application size
205        instead of increasing it.
206        * optman/rtems/no-barrier.c: New file.
207
2082007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
209
210        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
211        adjustments to pci-API changes.
212        * libchip/network/dec21140.c, libchip/network/elnk.c,
213        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
214        changes.
215
2162007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
217
218        * libchip/network/dec21140.c, libchip/network/if_dc.c,
219        libchip/network/if_fxp.c: Reflect changes to pci-API.
220
2212007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
224        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
225
2262007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
227
228        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
229          being used to compile "tools").
230
2312007-03-13      Joel Sherrill <joel@OARcorp.com>
232
233        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
234
2352007-03-12      Joel Sherrill <joel@OARcorp.com>
236
237        * libchip/network/cs8900.c, libchip/network/cs8900.h,
238        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
239        and/or fix mistake in copyright notice. Both of these mistakes appear
240        to be from code submitted after these changes were made previously.
241
2422007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
243
244        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
245
2462007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
247
248        * libchip/Makefile.am: Correct path to README.tulipclone.
249
2502007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
251
252        * libchip/ide/ata.c: Remove superfluous type casts.
253
2542007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
255
256        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
257        Use size_t for sizes.
258
2592007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
260
261        * libchip/ide/ata.c: in ata_request_done: moved call to free()
262        from preemption disabled region
263
2642007-01-16      Till Straumann <strauman@slac.stanford.edu>
265
266        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
267        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
268        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
269
2702006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
271
272        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
273          ioctl_command_t as ioctl argument.
274
2752006-12-13      Joel Sherrill <joel@OARcorp.com>
276
277        * librtems++/include/rtems++/rtemsEvent.h,
278        librtems++/include/rtems++/rtemsMessageQueue.h,
279        librtems++/include/rtems++/rtemsSemaphore.h,
280        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
281        librtems++/src/rtemsMessageQueue.cc,
282        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
283        rtems_unsigned32 to uint32_t.
284
2852006-12-13      Joel Sherrill <joel@OARcorp.com>
286
287        PR 1181/bsps
288        * optman/rtems/no-msg.c: Clean up dead code.
289
2902006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
291
292        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
293
2942006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
297        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
298        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
299
3002006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
301
302        * configure.ac: New BUG-REPORT address.
303
3042006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
305
306        * Makefile.am: Remove ampolish3.
307
3082006-11-17      Joel Sherrill <joel@OARcorp.com>
309
310        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
311        blank lines.
312
3132006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
314
315        * configure.ac: Remove RTEMS_AMPOLISH3.
316        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
317          Remove checks for AMPOLISH3.
318        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
319        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
320        * ampolish3: Remove.
321
3222006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
323
324        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
325        * aclocal/prog-cc.m4: Remove CFLAGS.
326        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
327        Compose CFLAGS. Append CFLAGS to ac_configure_args.
328
3292006-10-23      Joel Sherrill <joel@OARcorp.com>
330
331        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
332
3332006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
334
335        * automake/compile.am: Use hard-coded RTEMS_* flags.
336
3372006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
338
339        * aclocal/rtems-top.m4: Remove RTEMS_API.
340        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
341
3422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
343
344        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
345
3462006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
347
348        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
349
3502006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
351
352        * aclocal/version.m4: Bump version to 4.7.99.0.
353
3542006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
355
356        * configure.ac: Require autoconf-2.60. Require automake-1.10.
357
3582006-09-11      Joel Sherrill <joel@OARcorp.com>
359
360        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
361
3622006-09-04      Joel Sherrill <joel@OARcorp.com>
363
364        * libchip/network/greth.c, libchip/network/open_eth.c,
365        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
366        introduced by warning removal.
367
3682006-09-01      Joel Sherrill <joel@OARcorp.com>
369
370        * libchip/network/greth.c, libchip/network/open_eth.c,
371        libchip/network/smc91111.c: Remove warnings and correct prototype
372        added earlier today.
373
3742006-09-01      Joel Sherrill <joel@OARcorp.com>
375
376        * libchip/network/cs8900.c, libchip/network/greth.c,
377        libchip/network/i82586.c, libchip/network/open_eth.c,
378        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
379        sized integers, and inttypes.h printf helpers.
380
3812006-08-09      Kolja Waschk <waschk@telos.de>
382
383        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
384
3852006-07-12      Joel Sherrill <joel@OARcorp.com>
386
387        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
388
3892006-07-11      Jerry Needell <jerry.needell@unh.edu>
390
391        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
392        4.6 branch.  Original modifications by Gaisler Enterprises.
393        * libchip/network/greth.c, libchip/network/greth.h: New files.
394
3952006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
396
397        * ide/ata.[ch]:
398        (PR1118) fetch priority for ATA task from a variable,
399        not a fixed configuration value.
400       
4012006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
402
403        * Makefile.am: Add ampolish3.
404
4052006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
406
407        * ampolish3: New.
408        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
409
4102006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
411
412        * aclocal/rtems-ampolish.m4: New.
413        * configure.ac: Use RTEMS_AMPOLISH3.
414
4152006-04-18  Joel Sherrill <joel@OARcorp.com>
416
417        * aclocal/version.m4: Updated to rtems-4.6.99.3.
418
4192006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
420
421        PR 853/filesystem
422        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
423        should be modified to support the new exception scheme and to use the
424        handle parameter.
425
4262006-02-a32     Eric Norum <norume@aps.anl.gov>
427
428        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
429        "newer" PCI access calls.  Minor cleanups.  Comments.
430
4312006-01-12      Eric Norum <norume@aps.anl.gov>
432
433        PR 861/networking
434        PR 863/networking
435        * libchip/network/smc91111.c: Fix illegal lvalue increments.
436
4372006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
438
439        * wrapup/Makefile.am: Add preinstall.am.
440        * libchip/Makefile.am: Build libchip/network/smc91111.
441        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
442        Eliminate cyg_int* crap.
443
4442006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
445
446        * librdbg/Makefile.am: Add preinstall.am.
447        * aclocal/bsp-configure.m4: Add ampolish3.
448        New header guards.
449
4502006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
451
452        * libchip/network/open_eth.c, libchip/network/open_eth.h:
453        Merger from rtems-4-6-branch.
454
4552006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
456
457        * libchip/network/smc91111.c
458        libchip/network/smc91111config.h
459        libchip/network/smc91111exp.h
460        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
461        * libchip/Makefile.am: Reflect adding smc91111*.
462
4632006-01-08      Joel Sherrill <joel@OARcorp.com>
464
465        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
466        char *.
467
4682006-01-08      Joel Sherrill <joel@OARcorp.com>
469
470        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
471        warnings.
472
4732005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
474
475        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
476        Add RTEMS_RELLDFLAGS.
477        * automake/compile.am: Remove RTEMS_USE_GCC.
478        Remove RTEMS_RELLDFLAGS.
479        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
480
4812005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
482
483        * libchip/network/if_media.h, libchip/network/mii.h:
484        Remove (Moved to cpukit).
485        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
486        and libchip/network/if_media.h.
487        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
488        if_media.h having moved.
489
4902005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
491
492        * automake/compile.am, automake/host.am, automake/local.am,
493        automake/subdirs.am: Remove depend.
494        * configure.ac: Explicitly pass --libdir and --includedir to
495        testsuites.
496
4972005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
498
499        * configure.ac: Reflect changes to testsuites.
500
5012005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
502
503        * automake/compile.am: Remove GCCSPECS.
504        * aclocal/prog-cc.m4: Add GCCSPECS.
505        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
506
5072005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
508
509        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
510        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
511
5122005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
513
514        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
515        libcpu/byteorder.h for i386.
516
5172005-11-02      Till Straumann <strauman@slac.stanford.edu>
518
519        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
520        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
521        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
522        added a simple API/library for i2c devices and drivers for i2c
523        2-byte eeproms and a ds1621 temperature sensor; API is documented
524        in libi2c.h.
525
5262005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
527
528        * libnetworking/pppd/ipxcp.c,
529        libnetworking/pppd/chat.c,
530        libnetworking/pppd/patchlevel.h,
531        libnetworking/pppd/upap.h,
532        libnetworking/pppd/md5.h,
533        libnetworking/pppd/pppd.8,
534        libnetworking/pppd/README,
535        libnetworking/pppd/preinstall.am,
536        libnetworking/pppd/md4.h,
537        libnetworking/pppd/magic.c,
538        libnetworking/pppd/pppd.h,
539        libnetworking/pppd/demand.c,
540        libnetworking/pppd/rtemsmain.c,
541        libnetworking/pppd/sys-rtems.c,
542        libnetworking/pppd/ipcp.h,
543        libnetworking/pppd/lcp.h,
544        libnetworking/pppd/chap_ms.c,
545        libnetworking/pppd/md4.c,
546        libnetworking/pppd/rtemspppd.h,
547        libnetworking/pppd/cbcp.h,
548        libnetworking/pppd/auth.c,
549        libnetworking/pppd/lcp.c,
550        libnetworking/pppd/example/README,
551        libnetworking/pppd/example/ppp.conf,
552        libnetworking/pppd/example/system.h,
553        libnetworking/pppd/example/netconfig.h,
554        libnetworking/pppd/example/pppdapp.c,
555        libnetworking/pppd/example/init.c,
556        libnetworking/pppd/example/Makefile-user,
557        libnetworking/pppd/example/pppd.options,
558        libnetworking/pppd/rtemspppd.c,
559        libnetworking/pppd/ipxcp.h,
560        libnetworking/pppd/chap_ms.h,
561        libnetworking/pppd/options.c,
562        libnetworking/pppd/magic.h,
563        libnetworking/pppd/chap.h,
564        libnetworking/pppd/cbcp.c,
565        libnetworking/pppd/upap.c,
566        libnetworking/pppd/chap.c,
567        libnetworking/pppd/Makefile.am,
568        libnetworking/pppd/ccp.h,
569        libnetworking/pppd/utils.c,
570        libnetworking/pppd/rtemsdialer.h,
571        libnetworking/pppd/fsm.h,
572        libnetworking/pppd/pathnames.h,
573        libnetworking/pppd/md5.c,
574        libnetworking/pppd/fsm.c,
575        libnetworking/pppd/ipcp.c,
576        libnetworking/pppd/STATUS,
577        libnetworking/pppd/ccp.c,
578        libnetworking/Makefile.am: Remove (Moved to cpukit).
579
5802005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
581
582        * configure.ac: Remove libnetworking, libnetworking/pppd.
583        * wrapup/Makefile.am: Remove libpppd.a.
584
5852005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
586
587        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
588        rtemsdialer.h to $(includedir)/rtems.
589
5902005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
591
592        * libnetworking/rtems_telnetd/icmds.c,
593        libnetworking/rtems_telnetd/Makefile.am,
594        libnetworking/rtems_telnetd/preinstall.am,
595        libnetworking/rtems_telnetd/pty.c,
596        libnetworking/rtems_telnetd/pty.h,
597        libnetworking/rtems_telnetd/README,
598        libnetworking/rtems_telnetd/telnetd.c,
599        libnetworking/rtems_telnetd/telnetd.h:
600        Remove (Moved to cpukit).
601
6022005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
603
604        * configure.ac: Remove libnetworking/rtems_telnetd.
605        * libnetworking/Makefile.am: Remove rtems_telnetd.
606        * libnetworking/README: Remove (Obsolete).
607        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
608
6092005-10-20  Eric Norum <norume@aps.anl.gov>
610
611        * libchip/network/dec21140.c: Clean up PCI mapping.
612
6132005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
614
615        * libnetworking/pppd/Makefile.am: Use preinstall.am.
616        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
617        librdbg/src/servrpc.c, librdbg/src/servtgt.c
618        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
619        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
620        * configure.ac: Move optman to the end of BSP_SUBDIRS.
621
6222005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
623
624        * aclocal/bspopts.m4: Add missing m4 quotes.
625
6262005-09-02  Joel Sherrill <joel@OARcorp.com>
627
628    * aclocal/version.m4: Updated to rtems-4.6.99.2.
629
6302005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
631
632        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
633        libchip/network/dec21140.c: Remove initialization of PCI bus.
634
6352005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
636
637        * optman/Makefile.am: Add preinstall.am.
638
6392005-07-18      Karel Gardas <kgardas@objectsecurity.com>
640
641        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
642        UNTESTED to tested.
643
6442005-06-17      Joel Sherrill <joel@OARcorp.com>
645
646        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
647        it is not supported by the MPC5xx.
648
6492005-06-17      Joel Sherrill <joel@OARcorp.com>
650
651        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
652        interface. Also correct attempting to build on other than PowerPC and
653        x86.
654
6552005-06-16      Daron Chabot <daron@nucleus.usask.ca>
656
657        * libchip/Makefile.am: Add driver for Tulip clones.
658        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
659        libchip/network/if_dcreg.h: New files.
660
6612005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
662
663        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
664        to enable rdbg.
665        * configure.ac: Reflect changes above.
666
6672005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
668
669        * configure.ac: Add ada/.
670
6712005-05-20      Sergei Organov  <osv@topconrd.ru>
672
673        PR 750/networking
674        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
675        wait_input().
676
6772005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
678
679        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
680        rtems/irq.h.
681
6822005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
683
684        * libchip/Makefile.am: Include preinstall.am.
685        * libchip/preinstall.am: New.
686
6872005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
688
689        * configure.ac: Add AMPOLISH3.
690        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
691        * libnetworking/rtems_telnetd/preinstall.am: New.
692        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
693
6942005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
695
696        * configure.ac: Let enable_rpcgen default to "no".
697
6982005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
699
700        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
701
7022005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
703
704        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
705        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
706
7072005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
708
709        * libchip/network/dec21140.c, libchip/network/elnk.c,
710        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
711
7122005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
713
714        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
715        of code as a result of the implementation of a common PCI interface.
716
7172005-05-04      Joel Sherrill <joel@OARcorp.com>
718
719        * libchip/network/open_eth.c: Remove prototype of set_vector.
720
7212005-05-03      Joel Sherrill <joel@OARcorp.com>
722
723        * librdbg/src/ptrace.c: Remove warning.
724
7252005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
726
727        * libchip/network/dec21140.c, libchip/network/elnk.c,
728        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
729        Modified parameter list to remove warnings.
730
7312005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
732
733        * libchip/network/cs8900.c, libchip/network/i82586.c,
734        libchip/network/open_eth.c, libchip/network/sonic.c,
735        libchip/serial/mc68681.c: Modified types to remove
736        warnings.  Added initialization to remove warnings.
737
7382005-04-28      Joel Sherrill <joel@OARcorp.com>
739
740        * libchip/network/README.sonic: Rewritten to account for removal of
741        dmv177.
742
7432005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
744
745        PR 781/rtems_misc
746        * libchip/serial/ns16550_p.h: Fix baud rate calculation
747
7482005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
749
750        * libchip/serial/ns16550.c:
751        Fixed warnings generated in various powerpc configurations
752
7532005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
754
755        * libchip/serial/ns16550.c: Modified
756        ISR to work with PPC new exception processing
757
7582005-03-14      Joel Sherrill <joel@OARcorp.com>
759
760        * libchip/network/dec21140.c, libchip/network/elnk.c,
761        libchip/network/if_fxp.c: Continue PCI API unification. All use
762        pci_find_device(). Network drivers manufacture a signature since all
763        calls have not been converted yet.
764
7652005-03-04      Joel Sherrill <joel@OARcorp.com>
766
767        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
768        initialize function part of the unified PCI API as pci_initialize().
769
7702005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
771
772        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
773        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
774
7752005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
776
777        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
778        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
779
7802005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
781
782        * aclocal/ppc.m4: Reflect changes to ppc exception processing
783        building procedures.
784
7852005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
786
787        * aclocal/prog-cc.m4:
788        Quote CFLAGS's RHS to accomodate Solaris broken sh.
789
7902005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
791
792        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
793
7942005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
795
796        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
797
7982005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
799
800        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
801
8022005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
803
804        * libnetworking/rtems_servers/ftp.c,
805        libnetworking/rtems_servers/ftp.h,
806        libnetworking/rtems_servers/Makefile.am:
807        Remove (relocated to cpukit/ftpd).
808        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
809        removed move libnetworking/rtems_servers.
810
8112005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
812
813        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
814
8152005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
816
817        PR 755/rtems
818        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
819        Remove local declarations of rtems_bsdnet_nameservers,
820        rtems_bsdnet_nameservers_count.
821
8222005-01-31      Sergei Organov <osv@topconrd.ru>
823
824        PR 751/pppd
825        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
826        committed to fix PR736 breaks pppd. chat.c should have its own static
827        ttyfd for pppd to work correctly. The symptom is that second
828        invokation of chat (for connect script) fails due to pppd_ttyfd set
829        to -1 by previous chat invokation (for init script). In addition,
830        this patch fixes leaving of dangling pointer in the abort_stbring[]
831        by chat_send().
832
8332005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
834
835        * configure.ac: Remove CFLAGS_DEBUG_V.
836        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
837
8382005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
839
840        * wrapup/Makefile.am: Remove rtems-ctor.o.
841
8422005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
843
844        * libchip/rtc/rtc.h: size_t RTC_Count.
845
8462005-01-20      Joel Sherrill <joel@OARcorp.com>
847
848        PR 736/pppd
849        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
850        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
851        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
852        should not be static and should have a name more specific to pppd.
853
8542005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
855
856        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
857        libnetworking/rtems_servers/Makefile.am,
858        libnetworking/rtems_telnetd/Makefile.am,
859        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
860        Eliminate CFLAGS_OPTIMIZE_V.
861
8622005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
863
864        * configure.ac: Pass CFLAGS to testsuites configure.
865        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
866        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
867
8682005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
869
870        * configure.ac: Pass CFLAGS to cpukit configure.
871        * aclocal/rtems-flags.m4: Remove (Unused).
872        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
873        * aclocal/env-rtemsbsp.m4:
874        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
875        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
876        RTEMS_CFLAGS.
877        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
878        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
879        Cleanup comments.
880
8812005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
882
883        * automake/compile.am: Remove build-variant support.
884
8852005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
886
887        * libnetworking/pppd/Makefile.am,
888        libnetworking/rtems_servers/Makefile.am,
889        libnetworking/rtems_telnetd/Makefile.am:
890        Remove build-variant support.
891
8922005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
893
894        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
895        support/Makefile.am, wrapup/Makefile.am:
896        Remove build-variant support.
897
8982004-11-22      Joel Sherrill <joel@OARcorp.com>
899
900        * libchip/network/if_fxp.c: Add entry for another module ID code.
901
9022004-11-22      Joel Sherrill <joel@OARcorp.com>
903
904        PR 693/misc
905        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
906        in/outport routines.
907
9082004-11-22      Joel Sherrill <joel@OARcorp.com>
909
910        PR 693/misc
911        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
912        in/outport routines.
913
9142004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
915
916        * aclocal/enable-itron.m4: Remove (unused).
917
9182004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
919
920        * configure.ac: Misc. quoting cleanups.
921        Enable ada-tests iff --enable-ada and --enable-tests.
922
9232004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
924
925        PR 703/filesystem
926        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
927        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
928        libchip/ide/ide_controller.c:
929        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
930        available for BSPS/device drivers.
931        Extend the "modes_available" and "mode_active" parameters to
932        uint16_t for UDMA support.
933
9342004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
935
936        * libchip/network/dec21140.c: Cleanup a bit and remove message about
937        not supported on PowerPC since it works on the MVME2100 BSP.
938
9392004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
940
941        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
942        Add dependency tracking for *.cfgs.
943        * Makefile.am: Add dependency tracking for *.cfg.
944
9452004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
946
947        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
948        (Thanks to Lars Munch <lars@segv.dk> for catching this).
949
9502004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
951
952        PR 707/make_build
953        * configure.ac: Add --enable-rpcgen.
954
9552004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
956
957        PR 700/rtems_misc
958        * libnetworking/rtems_webserver/asp.c,
959        libnetworking/rtems_webserver/balloc.c,
960        libnetworking/rtems_webserver/cgi.c,
961        libnetworking/rtems_webserver/default.c,
962        libnetworking/rtems_webserver/ej.h,
963        libnetworking/rtems_webserver/ejIntrn.h,
964        libnetworking/rtems_webserver/ejlex.c,
965        libnetworking/rtems_webserver/ejparse.c,
966        libnetworking/rtems_webserver/emfdb.c,
967        libnetworking/rtems_webserver/emfdb.h,
968        libnetworking/rtems_webserver/form.c,
969        libnetworking/rtems_webserver/handler.c,
970        libnetworking/rtems_webserver/h.c,
971        libnetworking/rtems_webserver/license.txt,
972        libnetworking/rtems_webserver/Makefile.am,
973        libnetworking/rtems_webserver/md5c.c,
974        libnetworking/rtems_webserver/md5.h,
975        libnetworking/rtems_webserver/mime.c,
976        libnetworking/rtems_webserver/misc.c,
977        libnetworking/rtems_webserver/NOTES,
978        libnetworking/rtems_webserver/ringq.c,
979        libnetworking/rtems_webserver/rom.c,
980        libnetworking/rtems_webserver/rtems_webserver.h,
981        libnetworking/rtems_webserver/security.c,
982        libnetworking/rtems_webserver/sock.c,
983        libnetworking/rtems_webserver/socket.c,
984        libnetworking/rtems_webserver/sockGen.c,
985        libnetworking/rtems_webserver/sym.c,
986        libnetworking/rtems_webserver/uemf.c,
987        libnetworking/rtems_webserver/uemf.h,
988        libnetworking/rtems_webserver/um.c,
989        libnetworking/rtems_webserver/um.h,
990        libnetworking/rtems_webserver/umui.c,
991        libnetworking/rtems_webserver/url.c,
992        libnetworking/rtems_webserver/value.c,
993        libnetworking/rtems_webserver/wbase64.c,
994        libnetworking/rtems_webserver/webcomp.c,
995        libnetworking/rtems_webserver/webmain.c,
996        libnetworking/rtems_webserver/webpage.c,
997        libnetworking/rtems_webserver/webrom.c,
998        libnetworking/rtems_webserver/webs.c,
999        libnetworking/rtems_webserver/websda.c,
1000        libnetworking/rtems_webserver/websda.h,
1001        libnetworking/rtems_webserver/webs.h,
1002        libnetworking/rtems_webserver/websSSL.c,
1003        libnetworking/rtems_webserver/websSSL.h,
1004        libnetworking/rtems_webserver/websuemf.c,
1005        libnetworking/rtems_webserver/wsIntrn.h:
1006        Remove (Moved to cpukit/http).
1007
10082004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1009
1010        PR 700/rtems_misc
1011        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1012        Remove libnetworking/rtems_webserver.
1013
10142004-10-25      Eric Norum <norume@aps.anl.gov>
1015
1016        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1017
10182004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1019
1020        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1021
10222004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1023
1024        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1025        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1026
10272004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1028
1029        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1030
10312004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1032
1033        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1034        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1035
10362004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1037
1038        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1039        BITSPERBYTE.
1040
10412004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1042
1043        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1044        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1045
10462004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1047
1048        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1049
10502004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1051
1052        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1053        * aclocal/enable-bare.m4: Remove.
1054        * configure.ac: Remove BARE_CPU_MODEL.
1055
10562004-10-13      Eric Norum <norume@aps.anl.gov>
1057
1058        PR 688/bsps
1059        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1060        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1061        MC146818A (and several Dallas Semiconductor) TOD chips.
1062
10632004-10-13      Eric Norum <norume@aps.anl.gov>
1064
1065        PR 686/networking
1066        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1067        device code.
1068
10692004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1070
1071        * libchip/network/dec21140.c: include <rtems/pci.h>.
1072
10732004-09-29      Joel Sherrill <joel@OARcorp.com>
1074
1075        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1076        libnetworking/pppd/utils.c: i960 obsoleted and all references
1077        removed.
1078
10792004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1080
1081        PR 607/networking
1082        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1083        instead of fully specifying unused PCI features.
1084
10852004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1086
1087        * configure.ac: Require automake > 1.9.
1088
10892004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1090
1091        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1092
10932004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1094
1095        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1096        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1097
10982004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1099
1100        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1101        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1102
11032004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1104
1105        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1106
11072004-07-28  Joel Sherrill <joel@OARcorp.com>
1108
1109    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1110
11112004-07-25      Joel Sherrill <joel@OARcorp.com>
1112
1113        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1114
11152004-05-21  Till Strauman <strauman@slac.stanford.edu>
1116
1117        PR 625/networking
1118        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1119        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1120        an error rather than panic if no chip is detected (thus allowing
1121        for probing).
1122        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1123        instead of looping forever.  Avoid divide by zero (crashed my PC).
1124        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1125        they are UNTESTED.
1126
11272004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1128
1129        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1130
11312004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1132
1133        * libchip/network/dec21140.c, libchip/network/elnk.c:
1134        #include <errno.h>.
1135
11362004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1137
1138        * libchip/network/if_media.h: Update from FreeBSD.
1139        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1140        libchip/network/i82586.c: #include <errno.h>.
1141
11422004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1143
1144        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1145
11462004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1147
1148        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1149
11502004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1151
1152        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1153        automake).
1154
11552004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1156
1157        PR 599/pppd
1158        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1159
11602004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1161
1162        * optman/rtems/no-region.c: Reflect having changed
1163        rtems_region_get_segment_size.
1164
11652004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1166
1167        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1168        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1169        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1170        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1171        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1172        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1173        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1174
11752004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1176
1177        * libchip/ide/ata.c, libchip/network/dec21140.c,
1178        libchip/network/elnk.c, libchip/network/i82586.c,
1179        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1180        libchip/network/open_eth.c, libchip/network/sonic.c,
1181        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1182        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1183        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1184        libchip/shmdr/shm_driver.h: Cosmetics.
1185
11862004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1187
1188        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1189        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1190        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1191        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1192        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1193        fixed size types.
1194
11952004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1196
1197        * configure.ac: Explicitly pass --includedir and --libdir to
1198        cpukit/configure.
1199
12002004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1201
1202        * librdbg/Makefile.am: Fix rpcgen rules.
1203        * librdbg/src/i386/any/remdeb_xdr.c,
1204        librdbg/src/m68k/any/remdeb_xdr.c,
1205        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1206        Reflect changes to librdbg/Makefile.am.
1207
12082004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1209
1210        * configure.ac: Reflect changes testsuites/configure.ac and
1211        cpukit/configure.ac.
1212
12132004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1214
1215        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1216        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1217
12182004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1219
1220        * configure.ac: Reflect changes to testsuites's configuration.
1221
12222004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1223
1224        PR/589 rtems
1225        * libchip/network/pci.h: Remove (Moved to cpukit).
1226
12272004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1228
1229        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1230        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1231        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1232        libchip/network/dec21140.c, libchip/network/elnk.c,
1233        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1234        libchip/network/open_eth.h, libchip/network/sonic.c,
1235        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1236        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1237        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1238        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1239        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1240        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1241        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1242        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1243        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1244        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1245        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1246        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1247        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1248        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1249        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1250        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1251        fixed-size types.
1252
12532004-03-14      Chris Johns  <chrisj@rtems.org>
1254
1255        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1256        the BSP example code.
1257        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1258        support the DIMMPC. This is a pc386 target with IO port support. Minor
1259        formating clean up. Add documentation to the header file.
1260        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1261        cs8900.h header file.
1262
12632004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1264
1265        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1266        Cosmetics.
1267
12682004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1269
1270        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1271        There are no application level Makefiles in here.
1272
12732004-03-04      Joel Sherrill <joel@OARcorp.com>
1274
1275        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1276        they can be used in application level makefiles.
1277
12782004-03-05      Joel Sherrill <joel@OARcorp.com>
1279
1280        * libnetworking/rtems_webserver/ejparse.c,
1281        libnetworking/rtems_webserver/emfdb.c,
1282        libnetworking/rtems_webserver/sock.c,
1283        libnetworking/rtems_webserver/socket.c,
1284        libnetworking/rtems_webserver/sym.c,
1285        libnetworking/rtems_webserver/webs.c,
1286        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
12872004-03-05      Joel Sherrill <joel@OARcorp.com>
1288
1289        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1290        compiling this file only only those CPU families with supported
1291        exception models.
1292
12932004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1294
1295        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1296        testsuites (Was exposed with --enable-multilib, only).
1297        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1298         Add RTEMS_BSP_CONFIG_SUBDIR.
1299        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1300        testsuites's configure.
1301        * aclocal/rtems-top.m4: Remove ENDIF hack.
1302        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1303
13042004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1305
1306        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1307        wrapup/Makefile.am: Fix automake problems having been introduced
1308        in previous patch.
1309
13102004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1311
1312        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1313        Preinstall dirs.
1314        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1315        * aclocal/check-multiprocessing.m4: Cosmetics.
1316        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1317        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1318
13192004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1320
1321        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1322        librdbg/src/Makefile.am.
1323        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1324        * configure.ac: Reflect changes above.
1325        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1326        * wrapup/Makefile.am: Reflect changes above.
1327        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1328
13292004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1330
1331        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1332
13332004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1334
1335        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1336
13372004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1338
1339        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1340
13412004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1342
1343        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1344        librdbg/src/powerpc/Makefile.am: Remove.
1345        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1346        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1347        * configure.ac: Reflect changes above.
1348
13492004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1350
1351
13522004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1353
1354        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1355        STRIP.
1356
13572004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1358
1359        * librdbg/include/Makefile.am: Merge-in
1360        librdbg/include/rdbg/i386/Makefile.am,
1361        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1362        librdbg/include/rdbg/powerpc/Makefile.am.
1363        * librdbg/include/rdbg/i386/Makefile.am,
1364        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1365        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1366        * configure.ac: Reflect changes above.
1367
13682004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1369
1370        * configure.ac: Use AS_HELP_STRING(ada).
1371
13722004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1373
1374        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1375        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1376        Use AC_CONFIG_HEADERS.
1377        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1378        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1379
13802004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1381
1382        * Makefile.am: include local.am.
1383
13842004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1385
1386        * aclocal/version.m4: 4.6.99.0.
1387
13882004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1389
1390        * Makefile.am: Don't include host.am.
1391        * automake/compile.am: Further cleanups.
1392
13932004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1394
1395        * automake/lib.am: Remove (Unused).
1396
13972004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1398
1399        * wrapup/Makefile.am: Don't include lib.am.
1400        * automake/compile.am: Use automake compilation rules.
1401
14022004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1403
1404        * libnetworking/pppd/Makefile.am,
1405        libnetworking/rtems_servers/Makefile.am,
1406        libnetworking/rtems_telnetd/Makefile.am,
1407        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1408        support/Makefile.am: Don't include lib.am.
1409
14102004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1411
1412        * libchip/Makefile.am: Don't include lib.am.
1413        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1414        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1415        unnecessary EXTRA_DISTs.
1416
14172004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1418
1419        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1420        hack.
1421
14222004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1423
1424        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1425        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1426        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1427        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1428
14292004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1430
1431        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1432        Add AM_CONDITIONAL(HAS_MP).
1433        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1434        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1435        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1436        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1437        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1438        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1439        (Deprecated by autoconf 2.59).
1440
14412004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1442
1443        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1444        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1445
14462004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1447
1448        * ChangeLog: Merge-in libnetworking/ChangeLog.
1449        * libnetworking/ChangeLog: Remove.
1450        * ChangeLog: Merge-in librdbg/ChangeLog.
1451        * librdbg/ChangeLog: Remove.
1452        * ChangeLog: Merge-in libchip/ChangeLog.
1453        * libchip/ChangeLog: Remove.
1454        * ChangeLog: Merge-in optman/ChangeLog.
1455        * optman/ChangeLog: Remove.
1456
14572004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1458
1459        * configure.ac: Reflect changes to cpukit.
1460        * wrapup/Makefile.am: Reflect changes to librdbg.
1461        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1462        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1463        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1464        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1465        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1466        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1467        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1468        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1469        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1470
14712004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1472
1473        * aclocal/rtems-top.m4: Remove check for version.m4.
1474        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1475
14762004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1477
1478        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1479        * wrapup/Makefile.am: Reflect changes to libchip/*.
1480        * support/Makefile.am: Use automake compilation rules.
1481        * wrapup/Makefile.am: Reflect changes to support/*.
1482        * configure.ac: Remove libnetworking/wrapup/Makefile.
1483        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1484        libnetworking/*/lib*.a instead of libnetapps.a.
1485        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1486        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1487        * optman/Makefile.am: Use automake compilation rules.
1488        * libchip/Makefile.am: Fix typo in previous patch.
1489        * libchip/Makefile.am: Use automake compilation rules.
1490        * libnetworking/Makefile.am: Remove wrapup.
1491        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1492        automake-compilation rules.
1493        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1494        automake-compilation rules.
1495        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1496        automake-compilation rules.
1497        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1498        automake-compilation rules.
1499        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1500
15012004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1502
1503        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1504        PRE/TMPINSTALL_FILES to CLEANFILES.
1505        * automake/lib.am: Remove TMPINSTALL_FILES.
1506        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1507        PRE/TMPINSTALL_FILES to CLEANFILES.
1508        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1509        PRE/TMPINSTALL_FILES to CLEANFILES.
1510        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1511        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1512        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1513        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1514        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1515        * librdbg/src/i386/Makefile.am: Ditto.
1516        * librdbg/src/m68k/Makefile.am: Ditto.
1517        * librdbg/src/powerpc/Makefile.am: Ditto.
1518        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1519        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1520        * libnetworking/rtems_servers/Makefile.am: Ditto.
1521        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1522        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1523
15242004-01-07      Joel Sherrill <joel@OARcorp.com>
1525
1526        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1527        more completely covers the MIPS family.
1528
15292003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1530
1531        * wrapup/Makefile.am: Reflect changes to shmdr.
1532        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1533
15342003-12-18      Joel Sherrill <joel@OARcorp.com>
1535
1536        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1537        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1538        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1539        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1540        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1541        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1542        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1543
15442003-12-17      Joel Sherrill <joel@OARcorp.com>
1545
1546        * aclocal/version.m4: Updated to rtems-20031217-test.
1547
15482003-12-17     
1549
1550        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1551        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1552
15532003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1554
1555        * automake/compile.am: Remove LINK_LIBS (Unused).
1556        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1557
15582003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1559
1560        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1561        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1562        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1563        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1564        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1565
15662003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1567
1568        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1569        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1570        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1571        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1572        * librdbg/src/i386/Makefile.am:
1573        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1574        * librdbg/src/m68k/Makefile.am:
1575        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1576        * librdbg/src/powerpc/Makefile.am:
1577        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1578
15792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1580
1581        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1582        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1583        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1584        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1585        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1586        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1587        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1588        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1589        * optman/Makefile.am: Remove project_libdir.
1590        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1591        PRE/TMPINSTALL_FILES.
1592        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1593        PRE/TMPINSTALL_FILES.
1594        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1595        PRE/TMPINSTALL_FILES.
1596        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1597        PRE/TMPINSTALL_FILES.
1598        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1599        from PRE/TMPINSTALL_FILES.
1600        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1601        PRE/TMPINSTALL_FILES.
1602        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1603        PRE/TMPINSTALL_FILES.
1604        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1605        PRE/TMPINSTALL_FILES.
1606        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1607        PRE/TMPINSTALL_FILES.
1608        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1609        PRE/TMPINSTALL_FILES.
1610        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1611        PRE/TMPINSTALL_FILES.
1612        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1613        from PRE/TMPINSTALL_FILES.
1614
16152003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1616
1617        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1618        * automake/lib.am: Remove project_libdir.
1619        * wrapup/Makefile.am: Reworked.
1620
16212003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1622
1623        * configure.ac: Reflect changes to librdbg.
1624        * optman/Makefile.am: Add tmpinstall dirstamp support.
1625        * libchip/Makefile.am: Fix variant-tmpinstall support.
1626        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1627        * librdbg/src/powerpc/Makefile.am: Merge-in former
1628        new_exception_processing/Makefile.am.
1629        * librdbg/src/m68k/any/Makefile.am: Remove.
1630        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1631        * librdbg/src/i386/any/Makefile.am: Remove.
1632        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1633        * librdbg/src/Makefile.am: Cosmetics.
1634        * librdbg/include/Makefile.am: Cosmetics.
1635        * librdbg/Makefile.am: Cosmetics.
1636        * libnetworking/Makefile.am: Cosmetics.
1637        * libnetworking/pppd/Makefile.am: Cosmetics.
1638        * libnetworking/wrapup/Makefile.am: Cosmetics.
1639
16402003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1641
1642        * Makefile.am: Cosmetics.
1643        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1644        support.
1645
16462003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1647
1648        * automake/compile.am: Remove $(ARCH):-rule.
1649
16502003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1651
1652        * configure.ac: Remove lib/libbsp/shared/Makefile,
1653        lib/libbsp/shmdr/Makefile.
1654
16552003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1656
1657        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1658        libchip/serial/Makefile, libchip/rtc/Makefile.
1659        * support/Makefile.am: Remove all-local: $(ARCH).
1660        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1661        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1662        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1663        * optman/Makefile.am: Remove all-local: $(ARCH).
1664        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1665        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1666        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1667        compilation dirstamp support.
1668        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1669        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1670        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1671        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1672        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1673        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1674        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1675        all-local: $(ARCH).
1676        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1677        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1678        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1679        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1680        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1681
16822003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1683
1684        * aclocal/lead-dot.m4: New (from automake-1.7f).
1685        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1686        AC_SUBST(dirstamp).
1687        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1688        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1689        libchip/serial/Makefile.am: Ditto.
1690        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1691        * librdbg/include/Makefile.am: Ditto.
1692        * librdbg/include/rdbg/Makefile.am: Ditto.
1693        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1694        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1695        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1696        * librdbg/src/Makefile.am: Ditto.
1697        * librdbg/src/i386/Makefile.am: Ditto.
1698        * librdbg/src/i386/any/Makefile.am: Ditto.
1699        * librdbg/src/m68k/Makefile.am: Ditto.
1700        * librdbg/src/m68k/any/Makefile.am: Ditto.
1701        * librdbg/src/powerpc/Makefile.am: Ditto.
1702        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1703        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1704        preinstallation.
1705        * libnetworking/pppd/Makefile.am: Ditto.
1706        * libnetworking/rtems_servers/Makefile.am: Ditto.
1707        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1708        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1709        * libnetworking/wrapup/Makefile.am: Ditto.
1710
17112003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1712
1713        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1714        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1715        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1716        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1717        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1718        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1719        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1720        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1721        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1722        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1723        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1724        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1725        underquoting to silence automake-1.8.
1726
17272003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1728
1729        * configure.ac: Reflect having moved tests to ../../testsuites.
1730
17312003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1732
1733        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1734        * aclocal/canonical-host.m4: Remove.
1735        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1736        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1737
17382003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1739
1740        * aclocal/check-cpu.m4: Remove.
1741        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1742        * aclocal/canonical-target-name.m4: Add m4-quotes.
1743        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1744        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1745        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1746        * aclocal/check-networking.m4: Add m4-quotes. Require
1747        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1748        * aclocal/check-posix.m4: Add m4-quotes. Require
1749        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1750        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1751        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1752        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1753
17542003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1755
1756        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1757        * aclocal/bsp-alias.m4: Remove.
1758
17592003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1760
1761        * configure.ac: Make presence of tests/ optional.
1762
17632003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1764
1765        * aclocal/path-perl.m4: Remove (Unused).
1766
17672003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1768
1769        * automake/force-preinstall.am: Remove.
1770
17712003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1772
1773        PR 499/rtems_misc
1774        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1775        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1776        Configuration (Odd was forced) - Correction of Stop Bit configuration
1777        (inversed) - Correction of ISR Handler to call
1778        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1779        CTS Hardware flow control Configuration.
1780
17812003-09-04      Joel Sherrill <joel@OARcorp.com>
1782
1783        * lib/libcpu/shared/include/cache.h,
1784        lib/libcpu/shared/src/cache_aligned_malloc.c,
1785        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1786        license changed.
1787        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1788        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1789        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1790        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1791        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1792        for license changed.
1793        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1794        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1795        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1796        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1797        libchip/network/cs8900.h, libchip/network/dec21140.c,
1798        libchip/network/elnk.c, libchip/network/open_eth.c,
1799        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1800        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1801        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1802        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1803        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1804        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1805        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1806        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1807        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1808        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1809        libchip/serial/serial.h, libchip/serial/z85c30.c,
1810        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1811        libchip/serial/z85c30_reg.c: URL for license changed.
1812
18132003-09-03      Jiri Gaisler <jiri@gaisler.com>
1814
1815        PR 477/networking
1816        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1817        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1818        libchip/network/open_eth.h: New files.
1819
18202003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1821
1822        * aclocal/rtems-top.m4: Add RTEMS_API.
1823        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1824
18252003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1826
1827        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1828        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1829        @RTEMS_BSP@.cfg.
1830
18312003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1832
1833        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1834
18352003-08-20      Joel Sherrill <joel@OARcorp.com>
1836
1837        * libchip/network/cs8900.c: Correct copyright statements.
1838
18392003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1840
1841        * aclocal/check-itron.m4: Remove.
1842        * aclocal/enable-inlines.m4: Remove.
1843        * Makefile.am: Reflect having moved aclocal/.
1844        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1845        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1846        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1847        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1848        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1849        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1850        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1851        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1852        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1853        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1854        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1855        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1856        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1857        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1858        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1859        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1860        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1861        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1862        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1863        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1864        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1865        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1866        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1867        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1868        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1869        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1870        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1871        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1872        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1873        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1874        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1875        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1876        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1877        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1878        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1879        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1880        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1881        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1882        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1883        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1884        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1885        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1886        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1887        * aclocal/target.m4: New (Copied from ../../aclocal).
1888        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1889        * aclocal/version.m4: New (Copied from ../../aclocal).
1890
18912003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1892
1893        * configure.ac: Remove stray comments.
1894        * automake/local.am, automake/host.am: Remove "debug".
1895
18962003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1897
1898        * Makefile.am: Reflect having moved automake/.
1899        * lib/Makefile.am: Reflect having moved automake/.
1900        * support/Makefile.am: Reflect having moved automake/.
1901        * wrapup/Makefile.am: Reflect having moved automake/.
1902        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1903        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1904        from ../../automake).
1905        * optman/Makefile.am: Reflect having moved automake/.
1906        * libchip/Makefile.am: Reflect having moved automake/.
1907        * libchip/ide/Makefile.am: Reflect having moved automake/.
1908        * libchip/network/Makefile.am: Reflect having moved automake/.
1909        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1910        * libchip/serial/Makefile.am: Reflect having moved automake/.
1911        * librdbg/Makefile.am: Reflect having moved automake/.
1912        * librdbg/include/Makefile.am: Reflect having moved automake/.
1913        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1914        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1915        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1916        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1917        automake/.
1918        * librdbg/src/Makefile.am: Reflect having moved automake/.
1919        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1920        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1921        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1922        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1923        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1924        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1925        having moved automake/.
1926        * libnetworking/Makefile.am: Reflect having moved automake/.
1927        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1928        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1929        automake/.
1930        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1931        automake/.
1932        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1933        automake/.
1934        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1935
19362003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1937
1938        * Makefile.am: Add bsp.pc.in.
1939        * bsp.pc.in: New (pkgconfig support).
1940
19412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1942
1943        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1944
19452003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1946
1947        * lib/Makefile.am: New (Required by 'make dist').
1948        * lib/ChangeLog: Remove.
1949        * lib/.cvsignore: Cleanup.
1950        * configure.ac: Reflect having added lib/Makefile.am.
1951        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
1952        lib/libbsp/configure.ac.
1953        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1954        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
1955
19562003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1957
1958        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
1959        * configure.ac: Merge-in librdbg/configure.ac.
1960        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
1961        librdbg/configure.ac.
1962        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1963        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
1964        LIBCHIP. Conditionally build include-dirs.
1965        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
1966        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
1967        * librdbg/Makefile.am, librdbg/include/Makefile.am,
1968        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
1969        librdbg/include/rdbg/m68k/Makefile.am,
1970        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
1971        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
1972        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1973        librdbg/src/powerpc/Makefile.am, librdbg/
1974        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
1975        configure.ac into ../configure.ac.
1976        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
1977        * libnetworking/.cvsignore, libnetworking/Makefile.am,
1978        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
1979        libnetworking/rtems_telnetd/Makefile.am,
1980        libnetworking/rtems_webserver/Makefile.am,
1981        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
1982        into ../configure.ac.
1983
19842003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1985
1986        PR 427/rtems
1987        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
1988        * librdbg/src/servtsp.c: Ditto.
1989
19902003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
1991
1992        PR 429/bsps
1993        PR 432/bsps
1994        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
1995        packets are queued onto an elnk board, the ISR will deadlock the device
1996        with a tx complete interrupt.  Lighter tx loads are not affected as they
1997        end up submitting single packets to the device.
1998
19992003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2000
2001        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2002        optman/configure.ac.
2003        * optman/configure.ac: Remove (Merged into ../configure.ac).
2004        * optman/Makefile.am: Reflect having merged configure.ac into
2005        ../configure.ac.
2006        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2007        * libchip/Makefile.am, libchip/ide/Makefile.am,
2008        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2009        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2010        ../configure.ac.
2011
20122003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2013
2014        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2015
20162003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2017
2018        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2019        on i386.
2020
20212003-06-13      Joel Sherrill <joel@OARcorp.com>
2022
2023        * libnetworking/pppd/chat.c: Removed warnings.
2024
20252003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2026
2027        * libchip/network/README.3com: New file missed in previous commit.
2028        PR 405/bsps
2029        PR 393/networking
2030        * libchip/network/dec21140.c: Fix leak also known as PR393.
2031        * libchip/network/elnk.c, libchip/network/if_media.h,
2032        libchip/network/mii.h: New files.
2033        * libchip/network/Makefile.am: Reflect new files.
2034
20352003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2036
2037        * configure.ac: Remove support for profile-variant.
2038
20392003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2040
2041        PR 397/pppd
2042        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2043        * libnetworking/pppd/magic.c: Remove *rand48.
2044        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2045
20462003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2047
2048        * wrapup/Makefile.am: Add libide.a.
2049
20502003-04-15      Joel Sherrill <joel@OARcorp.com>
2051
2052        PR 387/rtems_misc
2053        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2054        routines.
2055        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2056
20572003-04-11      Joel Sherrill <joel@OARcorp.com>
2058
2059        * libnetworking/rtems_webserver/cgi.c,
2060        libnetworking/rtems_webserver/sockGen.c,
2061        libnetworking/rtems_webserver/umui.c,
2062        libnetworking/rtems_webserver/websSSL.c,
2063        libnetworking/rtems_webserver/websSSL.h,
2064        libnetworking/rtems_webserver/websda.c,
2065        libnetworking/rtems_webserver/websda.h: New files. Not included in
2066        previous commit.
2067
20682003-04-10      Joel Sherrill <joel@OARcorp.com>
2069
2070        PR 371/pppd
2071        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2072        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2073        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2074        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2075        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2076        still global symbols in rtemspppd.h which might need to be changed or
2077        converted into member of a structure which is dereferenced with a
2078        pointer that is managed as a per task variable. But this patch should
2079        avoid many conflicts.
2080
20812003-03-27      Joel Sherrill <joel@OARcorp.com>
2082
2083        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2084        not allowed in the cpukit source code since it must be buildable
2085        independent of any BSP. These files were moved to libchip/ide.
2086        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2087        files.
2088
20892003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2090
2091        PR 368/filesystems
2092        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2093        improvements which now work on pc386 and mbx8xx.
2094        * libchip/ide/ide_controller.c: New file.
2095
20962003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2097
2098        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2099
21002003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2101
2102        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2103        * configure.ac: Add support/.
2104        * support/.cvsignore: New.
2105        * support/Makefile.am: New.
2106        * support/version.c: New.
2107        * wrapup/Makefile.am: Add support/libsupport.a.
2108        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2109        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2110        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2111        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2112
21132003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2114
2115        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2116
21172003-02-20      Till Straumann <strauman@slac.stanford.edu>
2118
2119        PR 354/networking
2120        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2121        chip against a table of supported chips. The untested ones are still
2122        commented out, however.
2123
21242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2125
2126        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2127        * configure.ac: AC_PREREQ(2.57).
2128        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2129        * optman/configure.ac: AC_PREREQ(2.57).
2130        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2131        * libchip/configure.ac: AC_PREREQ(2.57).
2132        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2133        * librdbg/configure.ac: AC_PREREQ(2.57).
2134        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2135        * libnetworking/configure.ac: AC_PREREQ(2.57).
2136
21372003-02-06      Joel Sherrill <joel@OARcorp.com>
2138
2139        * libnetworking/pppd/chat.c: Convert routines with common names to
2140        static. This included get_char(), put_char(), and character() among
2141        others.
2142
21432003-02-03      Joel Sherrill <joel@OARcorp.com>
2144
2145        PR 338/filesystem
2146        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2147        rtems_io_lookup_name() (API change).  Unused function removed.
2148
21492003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2150
2151        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2152        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2153        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2154        Eliminate *_O_FILES.
2155        * libnetworking/rtems_servers/Makefile.am,
2156        libnetworking/rtems_webserver/Makefile.am,
2157        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2158
21592002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2160
2161        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2162        Let all-local: depend on $(LIB).
2163        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2164        * optman/Makefile.am: Apply install-data-local to install *.rels.
2165
21662002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2167
2168        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2169        %.c rules.
2170        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2171        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2172        * libchip/rtc/Makefile.am: Ditto.
2173        * libchip/serial/Makefile.am: Ditto.
2174
21752002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2176
2177        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2178        LIBC_DEFINES.
2179        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2180        LIBC_DEFINES.
2181        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2182        LIBC_DEFINES.
2183
21842002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2185
2186        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2187
21882002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2189
2190        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2191        cache-checking.
2192        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2193
21942002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2195
2196        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2197        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2198        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2199        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2200        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2201
22022002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2203
2204        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2205        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2206        Remove.
2207        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2208
22092002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2210
2211        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2212        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2213
22142002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2215
2216        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2217        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2218
22192002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2220
2221        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2222        * optman/rel.am: New.
2223
22242002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2225
2226        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2227        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2228        braino in comment on "exec". Extend --enable-ada handling.
2229
22302002-11-04      Joel Sherrill <joel@OARcorp.com>
2231
2232        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2233        tasks and rolling multiple loops into 1.
2234        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2235        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2236        Removed warnings.
2237
22382002-10-31      Joel Sherrill <joel@OARcorp.com>
2239
2240        * libchip/network/dec21140.c: Removed warnings.
2241        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2242        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2243        librdbg/src/m68k/any/remdeb_xdr.c,
2244        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2245        warnings.
2246        * libnetworking/rtems_webserver/socket.c,
2247        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2248
22492002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2250
2251        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2252        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2253        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2254        above.
2255
22562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2257
2258        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2259        * wrapup/.cvsignore: Remove autom4te.cache.
2260        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2261        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2262        autom4te.cache.
2263        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2264        autom4te.cache.
2265        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2266        autom4te.cache.
2267
22682002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2269
2270        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2271
22722002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2273
2274        * optman/.cvsignore: Add autom4te.cache.
2275
22762002-09-14      Joel Sherrill <joel@OARcorp.com>
2277
2278        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2279
22802002-09-07      Joel Sherrill <joel@OARcorp.com>
2281
2282        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2283        include files to resolve warnings.
2284
22852002-09-07      Chris Johns <ccj@acm.org>
2286
2287        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2288        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2289        which corrects the problem  where the cs8900.c file was actually the BSP
2290        glue.  Joel did some hacking so this file will compile.  Previously it
2291        required providing a target.h file to compile.
2292        * libchip/network/cs8900.c.bsp: New file.
2293
22942002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2295
2296        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2297
22982002-08-31      Joel Sherrill <joel@OARcorp.com>
2299
2300        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2301        eliminate warning.
2302
23032002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2304
2305        * configure.ac: Add ada-tests.
2306
23072002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2308
2309        * Makefile.am: Add preinstall-stamp.
2310
23112002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2312
2313        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2314        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2315        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2316        gcc31 happy.
2317        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2318        cp.
2319
23202002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2321
2322        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2323        make/bsp.mak.
2324        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2325        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2326
23272002-08-12      Joel Sherrill <joel@OARcorp.com>
2328
2329        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2330        avoid error.
2331
23322002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2333
2334        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2335        * configure.ac: Add BSP_SUBDIRS.
2336        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2337        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2338        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2339        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2340        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2341        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2342        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2343        RTEMS_CHECK_BSP_CACHE.
2344        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2345        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2346        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2347        .$(OBJEXT) instead of .o.
2348        * libnetworking/pppd/Makefile.am,
2349        libnetworking/rtems_servers/Makefile.am,
2350        libnetworking/rtems_telnetd/Makefile.am,
2351        libnetworking/rtems_webserver/Makefile.am,
2352        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2353
23542002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2355
2356        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2357        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2358        ../libchip/serial/$(ARCH)/libserialio.a.
2359        * libchip/serial/Makefile.am: Don't tmp-install lib.
2360        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2361
23622002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2363
2364        * Makefile.am: Add rtems_makedir.
2365        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2366        * Makefile.am: Add wrapup-SUBDIR.
2367        * wrapup/ChangeLog: Remove.
2368        * wrapup/configure.ac: Remove.
2369        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2370        (Make the bare BSP happy).
2371        * configure.ac: Ditto.
2372        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2373        Create make/custom/default.cfg.
2374        * configure.ac: Add creation of make/custom/*.cfg. Create
2375        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2376
23772002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2378
2379        * Makefile.am: Clean $(PROJECT_RELEASE).
2380
23812002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2382
2383        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2384        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2385        prototype mismatches.
2386
23872002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2388
2389        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2390        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2391
23922002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2393
2394        * acinclude.m4: Add test "$multilib" != "yes".
2395        * config-ml.in: Remove.
2396        * acinclude.m4: Cleanups.
2397        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2398        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2399        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2400        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2401        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2402
24032002-07-16      Eric Norum <eric.norum@usask.ca>
2404
2405        * New driver for the Intel EtherExpressPro (82559ER) chip.
2406        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2407        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2408        * libchip/network/Makefile.am: Modified to reflect above.
2409
24102002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2411
2412        * acinclude.m4: New.
2413        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2414        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2415        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2416
24172002-07-01      Joel Sherrill <joel@OARcorp.com>
2418
2419        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2420        _Objects_Information_table now that it is a two dimensional array based
2421        upon API and class.
2422        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2423        of strnlen().
2424
24252002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2426
2427        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2428        preinstall libnetapps.a.
2429
24302002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2431
2432        * configure.ac: Remove librpc.
2433
24342002-06-25      Joel Sherrill <joel@OARcorp.com>
2435
2436        * Per PR233, moved librpc to exec.
2437        * configure.ac, wrapup/Makefile.am: Modified.
2438        * librpc, librpc/ChangeLog: Removed.
2439
24402002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2441
2442        * optman/Makefile.am: Remove multilib support.
2443        * optman/configure.ac: Ditto.
2444        * optman/sapi/Makefile.am: Ditto.
2445
24462002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2447
2448        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2449        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2450
24512002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2452
2453        Move networking libraries to c/src/exec/libnetworking
2454        * libnetworking/configure.ac, libnetworking/Makefile.am,
2455        libnetworking/wrapup/Makefile.am: Reflect Moval.
2456
24572002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2458
2459        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2460        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2461        <rtems/bspIo.h>.
2462
24632002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2464
2465        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2466        * libnetworking/rtems/mkrootfs.h: Ditto.
2467        * libnetworking/rtems/Makefile.am: Reflect changes above.
2468
24692002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2470
2471        * configure.ac: Remove lib.
2472
24732002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2474
2475        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2476        that exception stack frames on M68K members with VBR always are 6 byte
2477        long. The incorrect assumption resulted in some gdb commands like "next"
2478        to fail on the 68360.
2479
24802002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2481
2482        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2483        PR 220
2484        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2485        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2486        CVS.
2487        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2488        libnetworking/sys/filio.h: Remove.
2489        * libnetworking/sys/Makefile.am: Reflect changes above.
2490
24912002-05-07      Chris Johns <ccj@acm.org>
2492
2493        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2494        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2495        requires it to be stripped.
2496
24972002-05-01      Eric Norum <eric.norum@usask.ca>
2498
2499        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2500        assembly  to satisfy gcc 3.1 and newer.
2501
25022002-04-26      Eric Norum <eric.norum@usask.ca>
2503
2504        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2505        agressive optimization in gcc 3.1 does not reorder things.
2506
25072002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2508
2509        * libchip/network/dec21140.c: Reflect changes to powerpc's
2510        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2511        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2512        <rtems/score/cpu.h>.
2513        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2514        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2515
25162002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2517
2518        * optman/configure.ac: Remove ENABLE_GCC28.
2519
25202002-04-11      Chris Johns <ccj@acm.org>
2521
2522        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2523        driver control block field to the ifconfig network driver structure.
2524        This field is needed by the i82586 driver which was ported from NetBSD
2525        as it had better hardware abstraction.
2526        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2527        PR59, added the drv_ctrl driver control block field to the ifconfig
2528        network driver structure. This field is needed by the i82586 driver
2529        which was ported from NetBSD as it had better hardware abstraction.
2530
25312002-04-10      Mike Siers <mikes@poliac.com>
2532
2533        * libnetworking/rtems_webserver/NOTES,
2534        libnetworking/rtems_webserver/asp.c,
2535        libnetworking/rtems_webserver/balloc.c,
2536        libnetworking/rtems_webserver/default.c,
2537        libnetworking/rtems_webserver/ej.h,
2538        libnetworking/rtems_webserver/ejIntrn.h,
2539        libnetworking/rtems_webserver/ejlex.c,
2540        libnetworking/rtems_webserver/ejparse.c,
2541        libnetworking/rtems_webserver/emfdb.c,
2542        libnetworking/rtems_webserver/emfdb.h,
2543        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2544        libnetworking/rtems_webserver/handler.c,
2545        libnetworking/rtems_webserver/license.txt,
2546        libnetworking/rtems_webserver/md5.h,
2547        libnetworking/rtems_webserver/md5c.c,
2548        libnetworking/rtems_webserver/mime.c,
2549        libnetworking/rtems_webserver/misc.c,
2550        libnetworking/rtems_webserver/ringq.c,
2551        libnetworking/rtems_webserver/rom.c,
2552        libnetworking/rtems_webserver/security.c,
2553        libnetworking/rtems_webserver/sock.c,
2554        libnetworking/rtems_webserver/sym.c,
2555        libnetworking/rtems_webserver/uemf.c,
2556        libnetworking/rtems_webserver/uemf.h,
2557        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2558        libnetworking/rtems_webserver/url.c,
2559        libnetworking/rtems_webserver/value.c,
2560        libnetworking/rtems_webserver/wbase64.c,
2561        libnetworking/rtems_webserver/webcomp.c,
2562        libnetworking/rtems_webserver/webpage.c,
2563        libnetworking/rtems_webserver/webrom.c,
2564        libnetworking/rtems_webserver/webs.c,
2565        libnetworking/rtems_webserver/webs.h,
2566        libnetworking/rtems_webserver/websuemf.c,
2567        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2568        2.1.4.
2569
25702002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2571
2572        * libchip/network/i82586.c: Include <string.h>.
2573        * libchip/network/sonic.c: Ditto.
2574
25752002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2576
2577        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2578
25792002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2580
2581        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2582
25832002-03-27      Thomas.Doerfler@imd-systems.de
2584
2585        PR 144
2586        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2587        memory address 0 when called for the first time. This is done when
2588        trying to clear the variable "dhcp_hostname".
2589
25902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2591
2592        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2593        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2594        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2595        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2596        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2597        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2598        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2599        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2600        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2601        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2602        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2603        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2604        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2605        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2606        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2607        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2608        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2609        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2610        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2611        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2612        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2613        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2614        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2615        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2616        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2617        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2618        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2619        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2620        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2621        AUTOMAKE_OPTIONS.
2622        * libnetworking/configure.ac:
2623        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2624        foreign 1.6]).
2625        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2626        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2627        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2628        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2629        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2630        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2631        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2632        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2633        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2634        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2635        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2636        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2637        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2638        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2639        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2640        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2641        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2642
26432002-03-27      Ilya Alexeev <ilya@continuum.ru>
2644
2645        PR 162
2646        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2647        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2648        used in a device write routines.  Now ppp_softc structure have own
2649        character for writing to device (sc_outchar).  I think that converting
2650        local variables to static is not a right solution, because problems will
2651        occur in the case of two or more ppp instances.
2652        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2653        must be u_long, otherwise in the case of the big output packet endless
2654        loop may occur.
2655
26562002-03-21      Ilya Alexeev <ilya@continuum.ru>
2657
2658        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2659        preparations for multiple PPPD connections.
2660
26612002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2662
2663        PR 149
2664        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2665        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2666        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2667        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2668
26692002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2670
2671        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2672        * configure.ac: Modified to reflect addition.
2673
26742002-02-27      Ilya Alexeev <ilya@continuum.ru>
2675
2676        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2677        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2678        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2679        capabilities as well as eliminate some warnings.
2680
26812002-02-27      Eric Norum <eric.norum@usask.ca>
2682
2683        * libnetworking/net/radix.c: Properly handle fetching the default route
2684        when there is no route.  This was a bug in the original FreeBSD code and
2685        this fix is from an updated version of their code.
2686
26872002-02-16      Eric Norum <eric.norum@usask.ca>
2688
2689        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2690        checking.
2691
26922002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2693
2694        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2695        dodefaultroute.
2696
26972002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2698
2699        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2700        include <rtems/seterr.h>.
2701
27022002-02-01      Mike Siers <mikes@poliac.com>
2703
2704        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2705        avoid bringing the link down too fast. NOTE: Mike reports successfully
2706        running at 56K baud on a direct link.
2707
27082002-02-01      Eric Valette <valette@crf.canon.fr>
2709
2710        * librdbg/So many patches have been posted recently on the mailing list
2711        and  because we were unable to find correct solution to compile on
2712        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2713        because the coding  style of rdbg was rather inconsistant among various
2714        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2715        global coding style (using indent + manual edits), 2) incorporate/review
2716        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2717        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2718        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2719        after rdbg initialization is done, NB : the paches is huge but it is
2720        mainly due to coding styke chnages.  Only few lines of codes have been
2721        really changed and they do not impact  rdbg functionnality (AFAIKT).
2722        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2723        librdbg/include/rdbg/m68k/rdbg_f.h,
2724        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2725        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2726        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2727        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2728        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2729        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2730        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2731        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2732        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2733        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2734        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2735        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2736        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2737        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2738        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2739        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2740
27412002-01-31      Mike Siers <mikes@poliac.com>
2742
2743        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2744        * Nice Update of PPPD support which eliminates the requiremetn that
2745        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2746        and reports that it seems to be more stable and handle larger packets
2747        better.  This patch replaces the termios tasks with more general pppd
2748        network driver tasks.  The functions pppinput() and pppstart() get
2749        called from the interrupt service routine.
2750        * libnetworking/Makefile.am, libnetworking/configure.ac,
2751        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2752        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2753        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2754        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2755        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2756        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2757        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2758        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2759        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2760        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2761        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2762        libnetworking/net/route.c, libnetworking/net/route.h,
2763        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2764        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2765        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2766        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2767        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2768        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2769        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2770        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2771        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2772        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2773        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2774        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2775        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2776        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2777        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2778        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2779        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2780        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2781        libnetworking/pppd/example/README,
2782        libnetworking/pppd/example/netconfig.h,
2783        libnetworking/wrapup/Makefile.am: Modified.
2784        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2785        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2786        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2787        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2788        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2789        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2790        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2791        libnetworking/modem/pppcompress.c: Subdirectory removed.
2792
27932002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2794
2795        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2796        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2797
27982002-01-18      Till Straumann <strauman@slac.stanford.edu>
2799
2800        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2801        issues: - exception handler needs to enable MSR_FP if the interrupted
2802        thread is FP enabled. - printk message for MSR fixed and added
2803        stacktrace. NOTE: this requires the stacktrace patch to
2804        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2805        however).
2806
28072002-01-06      Joel Sherrill <joel@OARcorp.com>
2808
2809        * optman/.cvsignore: Added aclocal.m4 and configure.
2810        * optman/.cvsignore: New file.
2811
28122002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2813
2814        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2815
28162002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2817
2818        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2819        * optman/ChangeLog: New.
2820        * optman/configure.ac: New.
2821        * optman/Makefile.am: New.
2822        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2823        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2824
28252001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2826
2827        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2828
28292001-12-18      Eric Norum <eric.norum@usask.ca>
2830
2831        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2832        `directories' (path names with a / at the end) while disallowing open()
2833        operations on TFTP `directories'.
2834
28352001-12-07      Eric Norum <eric.norum@usask.ca>
2836
2837        * libnetworking/lib/tftpDriver.c: Restore write capability.
2838
28392001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2840
2841        * libchip/network/sonic.h: Fix typo.
2842        * libnetworking/arpa/Makefile.am: Remove stray lines.
2843
28442001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2845
2846        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2847
28482001-10-18      Eric Norum <eric.norum@usask.ca>
2849
2850        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2851        chdir() and open() operations within the TFTP file system.
2852
28532001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2854
2855        * librdbg/configure.ac: Fix latent bug exposed by removal of
2856        config.cache's which prevented powerpc targets librdbg from building.
2857
28582001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2859
2860        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2861        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2862        autoconf-2.52 happy.
2863
28642001-10-12      Mike Siers <mikes@poliac.com>
2865
2866        * libnetworking/Update to stable working state.  Congratulations Mike!
2867        :).
2868        * libnetworking/modem_example: Directory removed.
2869        * libnetworking/modem_example/16550.h,
2870        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2871        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2872        libnetworking/modem_example/ppp.h,
2873        libnetworking/modem_example/pppcompress.c: Files removed.
2874        * libnetworking/pppd/example/pppd.options: New file.
2875        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2876        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2877        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2878        libnetworking/pppd/rtemsmain.c: Updated.
2879
28802001-10-12      Joel Sherrill <joel@OARcorp.com>
2881
2882        * libchip/serial/z85c30.c: Fixed typo.
2883
28842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2885
2886        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2887        * configure.in: Remove.
2888        * configure.ac: New file, generated from configure.in by autoupdate.
2889        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2890        * libchip/configure.in: Remove.
2891        * libchip/configure.ac: New file, generated from configure.in by
2892        autoupdate.
2893        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2894        * librdbg/configure.in: Remove.
2895        * librdbg/configure.ac: New file, generated from configure.in by
2896        autoupdate.
2897        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2898        * libnetworking/configure.in: Remove.
2899        * libnetworking/configure.ac: New file, generated from configure.in by
2900        autoupdate.
2901
29022001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2903
2904        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2905        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2906        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2907
29082001-09-27      Joel Sherrill <joel@OARcorp.com>
2909
2910        * libchip/ChangeLog: Fixed typo in date.
2911
29122001-09-27      Eric Norum <eric.norum@usask.ca>
2913
2914        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2915        TFTP  filesystem.
2916
29172001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2918
2919        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2920        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2921        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2922        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2923        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2924        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2925        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2926        'PREINSTALL_FILES ='.
2927        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2928        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2929        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2930        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2931        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2932        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2933        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2934        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2935        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2936        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2937        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2938        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2939
29402001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2941
2942        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2943        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
2944        * librdbg/src/m68k/any/Makefile.am: Ditto.
2945        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
2946        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
2947        happy.
2948
29492001-09-21      Joel Sherrill <joel@OARcorp.com>
2950
2951        * libchip/network/Makefile.am: Fixed typo on file name.
2952        * libchip/network/i82586.c: Commented out line 318 which is referencing
2953        a member of a structure that is not currently there.  This needs to be
2954        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
2955        to C style.
2956
29572001-09-19      Eric Norum <eric.norum@usask.ca>
2958
2959        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
2960
29612001-09-19      Chris Johns <ccj@acm.org>
2962
2963        * libchip/network/README.i82586, libchip/network/i82586.c,
2964        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
2965        Network driver for Intel i82586.
2966        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
2967        rtems/rtems_bsdnet_internal.h Added support for populating the initial
2968        "root" filesystem with information obtained via the DHCP response.
2969
29702001-09-14      Eric Norum <eric.norum@usask.ca>
2971
2972        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
2973        make gcc 3.x happy.
2974
29752001-08-16      Mike Siers <mikes@poliac.com>
2976
2977        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
2978        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
2979        These support callback functionality that has not even been compiled
2980        under RTEMS yet.
2981        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
2982        example application.  Mike's notes on the modifications: - renamed
2983        error() function because of namespace problems - removed calls to the
2984        exit() funciton - removed extra files from the pppd source directory -
2985        defined pppd task constant values in rtemspppd.h - modifyied example
2986        code to get actual tick per second value - placed the pppd 2.3.11 man
2987        page file (pppd.8) into the pppd directory.
2988        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2989        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
2990        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
2991        libnetworking/pppd/rtems-ppp.c: Deleted.
2992        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
2993        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2994        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
2995        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
2996        libnetworking/pppd/example/init.c,
2997        libnetworking/pppd/example/netconfig.h,
2998        libnetworking/pppd/example/ppp.conf,
2999        libnetworking/pppd/example/pppdapp.c,
3000        libnetworking/pppd/example/system.h: New files.
3001        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3002        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3003        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3004        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3005        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3006        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3007        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3008        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3009        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3010        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3011        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3012        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3013        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3014        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3015        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3016
30172001-08-16      Joel Sherrill <joel@OARcorp.com>
3018
3019        * libnetworking/pppd/example/Makefile: Removed.
3020        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3021        to avoid bootstrap -c clobbering it.
3022        * libnetworking/rtems_telnetd/.cvsignore: New file.
3023
30242001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3025
3026        * libnetworking/Makefile.am, libnetworking/configure.in,
3027        libnetworking/rtems_servers/Makefile.am,
3028        libnetworking/rtems_servers/telnetd.c,
3029        libnetworking/rtems_servers/telnetd.h,
3030        libnetworking/rtems_telnetd/Makefile.am,
3031        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3032        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3033        libnetworking/rtems_telnetd/telnetd.c,
3034        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3035        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3036        effect when ftpd change. - the tcp/ip stats have been implemented into
3037        icmds.c and started when telnetd daemon is started.
3038        * libnetworking/rtems_servers/telnetd.c,
3039        libnetworking/rtems_servers/telnetd.h: Removed.
3040        * libnetworking/rtems_telnetd: New directory.
3041        * libnetworking/rtems_telnetd/Makefile.am,
3042        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3043        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3044        libnetworking/rtems_telnetd/telnetd.c,
3045        libnetworking/rtems_telnetd/telnetd.h: New files.
3046
30472001-06-14      Joel Sherrill <joel@OARcorp.com>
3048
3049        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3050        Moved from libmisc/shell so the network stack to address network
3051        depenendency.
3052        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3053
30542001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3055
3056        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3057
30582001-05-15      Joel Sherrill <joel@OARcorp.com>
3059
3060        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3061        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3062        accidentally deleted the incorrectly empty versions.
3063
30642001-05-14      Till Straumann <strauman@slac.stanford.edu>
3065
3066        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3067        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3068        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3069        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3070        to know the values) - the affected BSP (shared/motorola) headers have
3071        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3072        driver (libchip/network/dec21140.c) has been fixed to use
3073        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3074        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3075        who is using this driver. - the DEC driver also has been fixed to use
3076        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3077        delay_in_bus_cycles().
3078
30792001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3080
3081        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3082
30832001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3084
3085        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3086
30872001-04-24      Eric Norum <eric.norum@usask.ca>
3088
3089        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3090        NTP synchronization a little more robust -- no NTP daemon yet, but at
3091        least it trys a little harder when the primary NTP server is down.
3092
30932001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3094
3095        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3096        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3097        libnetworking/pppd/modem_example/modem.c,
3098        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3099        other strings into English.
3100        * libnetworking/pppd/STATUS: updated to reflect the changes.
3101
31022001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3103
3104        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3105        again.
3106
31072001-04-20      Eric Valette <valette@crf.canon.fr>
3108
3109        * mcp750 directory renamed new_exception processing as it supports many
3110        more CPU models.
3111        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3112        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3113        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3114        formerly in mcp750 plus modifications.
3115        * librdbg/src/powerpc/mcp750/.cvsignore,
3116        librdbg/src/powerpc/mcp750/Makefile.am,
3117        librdbg/src/powerpc/mcp750/remdeb.h,
3118        librdbg/src/powerpc/mcp750/remdeb_f.x,
3119        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3120        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3121        new_exception_processing.
3122        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3123        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3124        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3125        part of this effort to add support for the MPC8xx.
3126
31272001-04-19      Joel Sherrill <joel@OARcorp.com>
3128
3129        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3130        internal include files.
3131
31322001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3133
3134        PR 158
3135        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3136        rcmd() library call by commenting out the parts that deal with signals.
3137        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3138        stdio. The 'server-side' parts of this file which deal with
3139        authentication are disabled since they are not needed.
3140
31412001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3142
3143        * libnetworking/include/.cvsignore: Remove dangling file.
3144
31452001-03-14      Joel Sherrill <joel@OARcorp.com>
3146
3147        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3148        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3149        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3150        libchip style serial drivers can be written in libcpu or libbsp.
3151
31522001-03-01      Joel Sherrill <joel@OARcorp.com>
3153
3154        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3155        libchip/network/sonic.c, libchip/network/sonic.h,
3156        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3157        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3158        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3159        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3160        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3161        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3162        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3163        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3164
31652001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3166
3167        * librdbg/include/rdbg/Makefile.am,
3168        librdbg/include/rdbg/i386/Makefile.am,
3169        librdbg/include/rdbg/m68k/Makefile.am,
3170        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3171        style on include files.
3172
31732001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3174
3175        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3176        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3177        replace ${..} with $(..).
3178        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3179        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3180        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3181        libnetworking/rtems/Makefile.am, libnetworking/
3182        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3183        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3184        include_*HEADERS instead of H_FILES.
3185        * libnetworking/include/Makefile.am: Remove.
3186        * libnetworking/Makefile.am: Add handling of *.h files.
3187        * libnetworking/configure.in: Remove include/Makefile.
3188
31892001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3190
3191        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3192
31932001-01-31      Sergei Organov <osv@javad.ru>
3194
3195        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3196        current dir and root dir removed in favor of new libio support for
3197        task-local current and root directories. - Bug in `close_data_socket()'
3198        introduced by previous change fixed. - `command_pasv()' changed to set
3199        timeout on socket we are listening on and code fixed to don't close
3200        socket twice on error. - `serr()' changed to clear `errno'. -
3201        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3202        changed to clear `errno' before processing session. -
3203        `close_data_socket()' fixed to close both active and passive sockets -
3204        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3205        empty string  in `exec_command()'.
3206
32072001-01-25      Eric Norum <eric.norum@usask.ca>
3208
3209        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3210        improves throughput on systems which are dropping packets.   Only the
3211        first timeout is reduced.  This keeps the number of extra packets down
3212        on networks that are very busy and dropping lots of packets.
3213
32142001-01-24      Sergei Organov <osv@javad.ru>
3215
3216        * libnetworking/rtems_servers/ftpd.c,
3217        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3218        - Timeouts on sockets implemented. 'idle' field added to configuration.
3219        No timeout by default to keep backward compatibility. Note: SITE IDLE
3220        command not implemented yet. - Basic global access control implemented.
3221        'access' field added to configuration. No access limitations by default
3222        to keep backward compatibility. - Anchor data socket for active mode
3223        (using self IP and port 20.) - Fixed default data port support (still
3224        not tested). - Don't allow IP address different from originating host in
3225        PORT command to improve security. - Fixed bug in MDTM command. - Check
3226        for correctness of parsing of argument in command_port(). - Fixed
3227        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3228        a directory. - Command parsing a little bit improved: command names are
3229        now converted to upper-case to be more compatible with RFC (command
3230        names are not case-sensitive.) - Reformat comments so that they have
3231        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3232        previous changes - True ASCII mode implemented (doesn't work for hooks
3233        and /dev/null) - Passive mode implemented, PASV command added. - Default
3234        port for data connection could be used (untested, can't find ftp client
3235        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3236        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3237
32382001-01-18      Joel Sherrill <joel@OARcorp.com>
3239
3240        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3241        macro using variable arguments.
3242        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3243        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3244        since I updated the main RTEMS development machine to RedHat 7.2 and
3245        apparently got a new version of rpcgen.
3246
32472001-01-12      Sergei Organov <osv@javad.ru>
3248
3249        * libnetworking/rtems_servers/ftpd.c,
3250        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3251        - use pool of pre-created threads to handle sessions instead of
3252        creating/deleting threads on the fly - LIST output is now similar to
3253        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3254        happy with it. - LIST NAME now works (both for files and directories) -
3255        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3256        clients happy  - keep track of CWD for every session separately -
3257        ability to specify root directory name for FTPD in configuration table.
3258        FTPD will then create illusion for FTP clients that this is actually
3259        root directory. - ignore options sent in commands, thus LIST -al FILE
3260        works and doesn't try to list "-al" directory. - buffers are allocated
3261        on stack instead of heap where possible to eliminate malloc/free calls
3262        (avoid possible heap fragmentation troubles). - drop using of task
3263        notepad to pass parameters - use function arguments instead - use
3264        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3265        in socket() instead of AF_INET.
3266
32672001-01-02      Joel Sherrill <joel@OARcorp.com>
3268
3269        * libnetworking/CHANGELOG: Removed.
3270        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3271
32722000-12-14      Eric Norum <eric.norum@usask.ca>
3273
3274        * libnetworking/lib/tftpDriver.c: Added write capability.
3275
32762000-12-08      Joel Sherrill <joel@OARcorp.com>
3277
3278        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3279        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3280        numerous variable declarations conditional on PPP_COMPRESS and
3281        PPP_FILTER.  Commented out variables that were not used because the code
3282        using them was commented out. Removed totally unused variables.
3283        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3284        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3285
32862000-11-30      Joel Sherrill <joel@OARcorp.com>
3287
3288        * libnetworking/modem/ppp_tty.c: Changed to include
3289        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3290        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3291        * libnetworking/Makefile.am: Modified to reflect above.
3292
32932000-11-27      Joel Sherrill <joel@OARcorp.com>
3294
3295        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3296
32972000-11-25      Eric Norum <eric.norum@usask.ca>
3298
3299        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3300        core.
3301
33022000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3303
3304        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3305        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3306        subdir.
3307        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3308        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3309        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3310        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3311        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3312        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3313        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3314        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3315        ppp_tty.c and the real pppd main is in pppmain.c.
3316
33172000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3318
3319        * libchip/network/sonic.c: Added ipalign() routine to align the received
3320        packet so that the ip header is on a 32-bit boundary. Necessary for
3321        cpu's that do not allow unaligned loads and stores and when the 32-bit
3322        DMA mode is used.
3323
33242000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3325
3326        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3327        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3328        ACLOCAL_AMFLAGS.
3329        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3330        ACLOCAL_AMFLAGS.
3331        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3332        ACLOCAL_AMFLAGS.
3333
33342000-11-03      Chris Johns <ccj@acm.org>
3335
3336        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3337        libchip/network/cs8900.h: New files.
3338
33392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3340
3341        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3342        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3343        $(RTEMS_TOPdir)/aclocal.
3344        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3345        $(RTEMS_TOPdir)/aclocal.
3346        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3347        $(RTEMS_TOPdir)/aclocal.
3348
33492000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3350
3351        * configure.in: Switch to GNU-canonicalization.
3352        * Makefile.am: Reflect changes to configure.in.
3353        * acinclude.m4: Remove.
3354
33552000-10-30      Joel Sherrill <joel@OARcorp.com>
3356
3357        * POSIX include files merged into newlib.  This resulted in some
3358        definitions moving to other files and thus some secondary effects in
3359        RTEMS source code.
3360        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3361        in sync with newlib's <machine/types.h>.
3362        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3363        definition of struct itimerval in <sys/time.h>.
3364
33652000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3366
3367        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3368        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3369        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3370        * ChangeLog: Fix typos.
3371        * configure.in: add tests to the GNU canonicalized subdirectories.
3372
33732000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3374
3375        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3376        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3377        the lib directory before configuring lib/.
3378
33792000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3380
3381        * configure.in, Makefile.am: add exec to the GNU canonicalized
3382        subdirectories.
3383        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3384        * configure.in: add libnetworking, librpc and librdb to the GNU
3385        canonicalized subdirectories.
3386        * configure.in: add libmisc and libchip to the GNU canonicalized
3387        subdirectories.
3388        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3389        Switch to GNU canonicalization.
3390        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3391        Switch to GNU canonicalization.
3392        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3393        Switch to GNU canonicalization.
3394
33952000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3396
3397        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3398        canonicalization to libfs/. The approach is currently a bit of a hack as
3399        GNU canonicalization does not support the per-BSP build some of the
3400        other directories require.  As more of the tree is converted, this will
3401        become less  of an issue.
3402
34032000-10-20      Joel Sherrill <joel@OARcorp.com>
3404
3405        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3406        parameter.
3407
34082000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3409
3410        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3411        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3412        * librdbg/configure.in: Add m68k support.
3413        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3414        subdirectory.
3415        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3416        failure.
3417        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3418        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3419        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3420        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3421        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3422        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3423        librdbg/src/m68k/.cvsignore: New files.
3424        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3425        function pointers.
3426        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3427        _after_ pointer has been checked against NULL.
3428
34292000-10-18      Joel Sherrill <joel@OARcorp.com>
3430
3431        * wrapup/Makefile.am: Added libfs.
3432
34332000-10-18      Chris Johns <ccj@acm.org>
3434
3435        * libfs created.
3436        * configure.in: Added libfs subdirectory.
3437        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3438
34392000-09-28      Joel Sherrill <joel@OARcorp.com>
3440
3441        * libnetworking/rtems_webserver/Makefile.am,
3442        libnetworking/rtems_webserver/base64.c,
3443        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3444        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3445
34462000-09-22      Joel Sherrill <joel@OARcorp.com>
3447
3448        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3449        libnetworking/rtems/rtems_bsdnet_internal.h,
3450        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3451        have included rtems.h.  It is now including precisely the  least amount
3452        of low level, yet portable .h files to get the basic RTEMS types
3453        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3454        used machine/types.h to include rtems.h.
3455
34562000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3457
3458        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3459
34602000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3461
3462        * libnetworking/ChangeLog: Cleanup.
3463
34642000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3465
3466        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3467        * libchip/ChangeLog: Fix formating.
3468
34692000-09-05      Joel Sherrill <joel@OARcorp.com>
3470
3471        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3472        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3473        confusion and to work with the converted flags.
3474
34752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3476
3477        * wrapup/Makefile.am: Include compile.am.
3478        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3479        libchip/serial/Makefile.am: Include compile.am.
3480        * librdbg/src/i386/any/Makefile.am,
3481        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3482        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3483        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3484        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3485        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3486        libnetworking/rtems_servers/Makefile.am,
3487        libnetworking/rtems_webserver/Makefile.am,
3488        libnetworking/wrapup/Makefile.am: Include compile.am.
3489
34902000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3491
3492        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3493        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3494
34952000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3496
3497        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3498
34992000-08-31      Joel Sherrill <joel@OARcorp.com>
3500
3501        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3502        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3503        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3504        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3505        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3506        * libnetworking/wbase64.c: Removed.
3507        * libnetworking/Makefile.am, libnetworking/asp.c,
3508        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3509        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3510        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3511        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3512        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3513        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3514        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3515        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3516        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3517        Modified.
3518
35192000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3520
3521        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3522
35232000-08-30      Joel Sherrill <joel@OARcorp.com>
3524
3525        * libnetworking/rtems_webserver/license.txt: New file.
3526
35272000-08-10      Joel Sherrill <joel@OARcorp.com>
3528
3529        * ChangeLog: New file.
3530        * libchip/ChangeLog: New file.
3531        * librdbg/ChangeLog: New file.
3532        * libnetworking/ChangeLog: New file.
3533
Note: See TracBrowser for help on using the repository browser.