source: rtems/c/src/ChangeLog @ 5c9be63

4.104.114.95
Last change on this file since 5c9be63 was 89ae273d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/01/08 at 09:03:30

2008-06-01 Ralf Corsépius <ralf.corsepius@…>

  • aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
  • Property mode set to 100644
File size: 136.6 KB
Line 
12008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
4
52008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * libchip/Makefile.am: Move termios helper routines from libchip to
8        libcsupport. Add routine which makes it easy for a termios device
9        driver to inform termios of its default baud rate. This avoids
10        inconsistencies in later termios settings changes.
11        * libchip/serial/termios_baud2index.c,
12        libchip/serial/termios_baud2num.c: Removed.
13
142008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
15
16        * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
17
182008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do
21        not fail if there are none.
22
232008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
24
25        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.h,
26        * libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-fram-fm25l256.h,
27        * libchip/i2c/spi-memdrv.c, libchip/i2c/spi-memdrv.h,
28        * libchip/Makefile.am:
29        derived a generic spi memory driver from spi-flash-m25p40,
30        added descriptor for fram fm25l256
31
322008-05-07      Till Straumann <strauman@slac.stanford.edu>
33
34        PR 649/bsps
35        * libchip/ide/ata.c: Give up if the interface does not become ready.
36
372008-04-25      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        Moved to cpukit.
40        * nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
41        nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
42        nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
43        nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
44        nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
45        nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
46        nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
47        nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
48        nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
49        nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
50        nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
51        nfsclient/src/xdr_mbuf.c: Removed.
52
532008-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * configure.ac: Stop building nfsclient here and build it in CPUKIT.
56
572008-01-05      Chris Johns <chrisj@rtems.org>
58
59        * libchip/flash/am29lv160.c: Update the blank check error message
60        to say there is an error.
61       
622007-12-22      Chris Johns <chrisj@rtems.org>
63
64        * nfsclient/src/nfs.c, nfsclient/src/rpcio.c: Adjust the length of
65        the hello message. Just one line but still a little too long.
66       
672007-12-14      Chris Johns <chrisj@rtems.org>
68
69        * wrapup/Makefile.am: Add libflash.a to the libbsp library.
70        * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
71        * libchip/flash, libchip/flash/am29lv160.c,
72        libchip/flash/am29lv160.h: New.
73
742007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * libchip/network/if_fxp.c: Spacing.
77
782007-11-20      Till Straumann <strauman@slac.stanford.edu>
79
80        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
81        Avoid using 'stdio' before the system is up and fully
82        initialized.
83
842007-11-20      Till Straumann <strauman@slac.stanford.edu>
85
86        * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
87        * libchip/Makefile.am, libchip/preinstall.am:
88        added new driver for Maxim DS1375 i2c RTC.
89
902007-09-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
91
92        * libchip/i2c/spi-flash-m25p40.c:
93        added addressing call in write function
94
952007-09-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
96
97        * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-flash-m25p40.c,
98        * libchip/Makefile.am:
99        added SPI flash driver for a M25P40 chip (based on libi2c extensions)
100
1012007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
104
1052007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * nfsclient/Makefile.am: Fix errors.
108
1092007-09-25      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
112
1132007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * aclocal/version.m4: Bump RTEMS_API to 4.9.
116        Bump RTEMS_VERSION to 4.8.99.0.
117
1182007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * libchip/network/smc91111.h: Eliminate DEBUG_puts.
121
1222007-09-16      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * configure.ac: Remove AC_PROG_AWK (Unused).
125
1262007-09-14      Daron Chabot <djc915@mail.usask.ca>
127
128        * libchip/network/if_dc.c: Changed type of ISR argument to void* from
129        rtems_interrupt_vector, to permit passing arbitrary arguments to the
130        ISR. Clean up of variables to silence compiler warnings.
131
1322007-09-13      Daniel Hellstrom <daniel@gaisler.com>
133
134        * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
135
1362007-09-12      Daniel Hellstrom <daniel@gaisler.com>
137
138        * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
139          - Odd bit bug in some chips taken care of.
140          - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data
141            alignment but failing to do so must have made the driver writer to make
142            some incorrect assumptions about MBUFs.
143          - Fixed MBUF handling to handle mbuf chains better. The Data length of
144            MBUFs in middle of the mbuf chain are now checked for odd number of bytes.
145          - Made while loop responsible for copying data to fifo port copy 16 shorts
146            per loop instead of 1 short, increasing the copying process.
147
1482007-09-07      Daniel Hellstrom <daniel@gaisler.com>
149
150        * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support
151        and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
152
1532007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * configure.ac, wrapup/Makefile.am: Remove RDBG.
156        * aclocal/check-rdbg.m4, aclocal/enable-rdbg.m4, librdbg/.cvsignore,
157        librdbg/Makefile.am, librdbg/preinstall.am,
158        librdbg/include/rdbg/rdbg.h, librdbg/include/rdbg/servrpc.h,
159        librdbg/include/rdbg/i386/rdbg_f.h, librdbg/include/rdbg/i386/reg.h,
160        librdbg/include/rdbg/m68k/rdbg_f.h, librdbg/include/rdbg/m68k/reg.h,
161        librdbg/include/rdbg/powerpc/rdbg_f.h,
162        librdbg/include/rdbg/powerpc/reg.h, librdbg/src/_servtgt.c,
163        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
164        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
165        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
166        librdbg/src/servtsp.c, librdbg/src/servutil.c,
167        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_cpu_asm.S,
168        librdbg/src/i386/rdbg_f.c, librdbg/src/i386/any/remdeb.h,
169        librdbg/src/i386/any/remdeb_f.x, librdbg/src/i386/any/remdeb_svc.c,
170        librdbg/src/i386/any/remdeb_xdr.c, librdbg/src/m68k/excep_f.c,
171        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
172        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_f.x,
173        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
174        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_cpu_asm.S,
175        librdbg/src/powerpc/rdbg_f.c,
176        librdbg/src/powerpc/new_exception_processing/remdeb.h,
177        librdbg/src/powerpc/new_exception_processing/remdeb_f.x,
178        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
179        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed.
180
1812007-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
184
1852007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
188          sizes.
189
1902007-07-27      Chris Johns <chrisj@rtems.org>
191
192        * wrapup/Makefile.am: Create archive from a file for hosts
193        with a limited command line size.
194
1952007-07-26      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
198          sizes.
199
2002007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
201       
202        * configure.ac: Add nfsclient.
203        * nfsclient/Makefile.am: New.
204        * nfsclient/proto/Makefile, nfsclient/Makefile,
205          nfsclient/src/Makefile: Remove.
206        * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
207        * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
208
2092007-07-25      Ralf Corsépius <ralf.corsepius@rtems.org>
210
211        * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c,
212        nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c,
213        nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h,
214        nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x,
215        nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c,
216        nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h,
217        nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c,
218        nfsclient/src/cexphelp.c, nfsclient/src/Makefile,
219        nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c,
220        nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c
221        nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch,
222        nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
223
2242007-07-18      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
225
226        * libchip/serial/ns16550.c: removed timed out wait for transmitter
227        to become ready: This will not work for fast CPUs.
228
2292007-07-09      Thomas Doerfler (Thomas.Doerfler@embedded-brains.de>:
230
231        * libchip/ide/ata.c: fixed warning
232
2332007-06-20      Ray Xu <rayx@gmail.com>
234
235        * optman/Makefile.am, optman/preinstall.am: Add stubs for file system,
236        console, and libio. This shrinks the memory requirements but Joel has
237        not figured out how best to present this to application space.
238        * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c:
239        New files.
240
2412007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
242
243        * optman/sapi/no-io.c: Split IO Manager into one function per file so
244        now we only need required initialization methods.
245
2462007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
247
248        * optman/sapi/no-io.c: Eliminate maximum_drivers configuration
249        parameter since it was used to configure a no longer used feature.
250        Device names are now part of the filesystem not in a table.
251
2522007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
253
254        * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
255        optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
256        optman/rtems/no-part.c, optman/rtems/no-region.c,
257        optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
258        optman/rtems/no-signal.c, optman/rtems/no-timer.c,
259        optman/sapi/no-ext.c: Add optional manager stub for Barrier. Simplify
260        other optional managers so using them reduces application size
261        instead of increasing it.
262        * optman/rtems/no-barrier.c: New file.
263
2642007-04-01      Ralf Corsépius <ralf.corsepius@rtems.org>
265
266        * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific
267        adjustments to pci-API changes.
268        * libchip/network/dec21140.c, libchip/network/elnk.c,
269        libchip/network/if_dc.c: powerpc-specific adjustments to pci-API
270        changes.
271
2722007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
273
274        * libchip/network/dec21140.c, libchip/network/if_dc.c,
275        libchip/network/if_fxp.c: Reflect changes to pci-API.
276
2772007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
278
279        * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument.
280        * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
281
2822007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
283
284        * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from
285          being used to compile "tools").
286
2872007-03-13      Joel Sherrill <joel@OARcorp.com>
288
289        * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
290
2912007-03-12      Joel Sherrill <joel@OARcorp.com>
292
293        * libchip/network/cs8900.c, libchip/network/cs8900.h,
294        libchip/network/greth.c, libchip/network/greth.h: Correct license URL
295        and/or fix mistake in copyright notice. Both of these mistakes appear
296        to be from code submitted after these changes were made previously.
297
2982007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
299
300        * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
301
3022007-02-16      Ralf Corsépius <ralf.corsepius@rtems.org>
303
304        * libchip/Makefile.am: Correct path to README.tulipclone.
305
3062007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
307
308        * libchip/ide/ata.c: Remove superfluous type casts.
309
3102007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
311
312        * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c:
313        Use size_t for sizes.
314
3152007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
316
317        * libchip/ide/ata.c: in ata_request_done: moved call to free()
318        from preemption disabled region
319
3202007-01-16      Till Straumann <strauman@slac.stanford.edu>
321
322        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
323        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h:
324        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
325
3262006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
327
328        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Use
329          ioctl_command_t as ioctl argument.
330
3312006-12-13      Joel Sherrill <joel@OARcorp.com>
332
333        * librtems++/include/rtems++/rtemsEvent.h,
334        librtems++/include/rtems++/rtemsMessageQueue.h,
335        librtems++/include/rtems++/rtemsSemaphore.h,
336        librtems++/include/rtems++/rtemsTask.h, librtems++/src/rtemsEvent.cc,
337        librtems++/src/rtemsMessageQueue.cc,
338        librtems++/src/rtemsSemaphore.cc, librtems++/src/rtemsTask.cc: Change
339        rtems_unsigned32 to uint32_t.
340
3412006-12-13      Joel Sherrill <joel@OARcorp.com>
342
343        PR 1181/bsps
344        * optman/rtems/no-msg.c: Clean up dead code.
345
3462006-12-13      Ralf Corsépius <ralf.corsepius@rtems.org>
347
348        * aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
349
3502006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
351
352        * aclocal/rtems-ampolish.m4: Require AM_MAINTAINER_MODE.
353        * aclocal/rtems-top.m4: Remove RTEMS_AMPOLISH.
354        * aclocal/project-root.m4: Require RTEMS_AMPOLISH.
355
3562006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
357
358        * configure.ac: New BUG-REPORT address.
359
3602006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
361
362        * Makefile.am: Remove ampolish3.
363
3642006-11-17      Joel Sherrill <joel@OARcorp.com>
365
366        * libchip/network/dec21140.c: Fix spacing -- remove long sections of
367        blank lines.
368
3692006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
370
371        * configure.ac: Remove RTEMS_AMPOLISH3.
372        * aclocal/bsp-configure.m4: AC_PREREQ(2.60).
373          Remove checks for AMPOLISH3.
374        * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
375        * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
376        * ampolish3: Remove.
377
3782006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
379
380        * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
381        * aclocal/prog-cc.m4: Remove CFLAGS.
382        * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS.
383        Compose CFLAGS. Append CFLAGS to ac_configure_args.
384
3852006-10-23      Joel Sherrill <joel@OARcorp.com>
386
387        * aclocal/rtems-cpu-subdirs.m4: Add bfin.
388
3892006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
390
391        * automake/compile.am: Use hard-coded RTEMS_* flags.
392
3932006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
394
395        * aclocal/rtems-top.m4: Remove RTEMS_API.
396        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
397
3982006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
399
400        * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
401
4022006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
403
404        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
405
4062006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
407
408        * aclocal/version.m4: Bump version to 4.7.99.0.
409
4102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
411
412        * configure.ac: Require autoconf-2.60. Require automake-1.10.
413
4142006-09-11      Joel Sherrill <joel@OARcorp.com>
415
416        * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
417
4182006-09-04      Joel Sherrill <joel@OARcorp.com>
419
420        * libchip/network/greth.c, libchip/network/open_eth.c,
421        libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
422        introduced by warning removal.
423
4242006-09-01      Joel Sherrill <joel@OARcorp.com>
425
426        * libchip/network/greth.c, libchip/network/open_eth.c,
427        libchip/network/smc91111.c: Remove warnings and correct prototype
428        added earlier today.
429
4302006-09-01      Joel Sherrill <joel@OARcorp.com>
431
432        * libchip/network/cs8900.c, libchip/network/greth.c,
433        libchip/network/i82586.c, libchip/network/open_eth.c,
434        libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
435        sized integers, and inttypes.h printf helpers.
436
4372006-08-09      Kolja Waschk <waschk@telos.de>
438
439        * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
440
4412006-07-12      Joel Sherrill <joel@OARcorp.com>
442
443        * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
444
4452006-07-11      Jerry Needell <jerry.needell@unh.edu>
446
447        * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
448        4.6 branch.  Original modifications by Gaisler Enterprises.
449        * libchip/network/greth.c, libchip/network/greth.h: New files.
450
4512006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
452
453        * ide/ata.[ch]:
454        (PR1118) fetch priority for ATA task from a variable,
455        not a fixed configuration value.
456       
4572006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
458
459        * Makefile.am: Add ampolish3.
460
4612006-06-28      Ralf Corsépius <ralf.corsepius@rtems.org>
462
463        * ampolish3: New.
464        * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
465
4662006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
467
468        * aclocal/rtems-ampolish.m4: New.
469        * configure.ac: Use RTEMS_AMPOLISH3.
470
4712006-04-18  Joel Sherrill <joel@OARcorp.com>
472
473        * aclocal/version.m4: Updated to rtems-4.6.99.3.
474
4752006-03-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
476
477        PR 853/filesystem
478        * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
479        should be modified to support the new exception scheme and to use the
480        handle parameter.
481
4822006-02-a32     Eric Norum <norume@aps.anl.gov>
483
484        * libchip/network/if_dc.c, if_dcreg.c: Changes from Daron Chabot:
485        "newer" PCI access calls.  Minor cleanups.  Comments.
486
4872006-01-12      Eric Norum <norume@aps.anl.gov>
488
489        PR 861/networking
490        PR 863/networking
491        * libchip/network/smc91111.c: Fix illegal lvalue increments.
492
4932006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
494
495        * wrapup/Makefile.am: Add preinstall.am.
496        * libchip/Makefile.am: Build libchip/network/smc91111.
497        * libchip/network/smc91111.c, libchip/network/smc91111config.h:
498        Eliminate cyg_int* crap.
499
5002006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
501
502        * librdbg/Makefile.am: Add preinstall.am.
503        * aclocal/bsp-configure.m4: Add ampolish3.
504        New header guards.
505
5062006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
507
508        * libchip/network/open_eth.c, libchip/network/open_eth.h:
509        Merger from rtems-4-6-branch.
510
5112006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
512
513        * libchip/network/smc91111.c
514        libchip/network/smc91111config.h
515        libchip/network/smc91111exp.h
516        libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
517        * libchip/Makefile.am: Reflect adding smc91111*.
518
5192006-01-08      Joel Sherrill <joel@OARcorp.com>
520
521        * optman/sapi/no-io.c: Change rtems_io_register_name to take a const
522        char *.
523
5242006-01-08      Joel Sherrill <joel@OARcorp.com>
525
526        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c: Eliminate
527        warnings.
528
5292005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
530
531        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
532        Add RTEMS_RELLDFLAGS.
533        * automake/compile.am: Remove RTEMS_USE_GCC.
534        Remove RTEMS_RELLDFLAGS.
535        * configure.ac: Pass --enable-rtems-root to ada-tests/configure.
536
5372005-11-14      Ralf Corsepius <ralf.corsepius@rtems.org>
538
539        * libchip/network/if_media.h, libchip/network/mii.h:
540        Remove (Moved to cpukit).
541        * libchip/Makefile.am: Reflect having moved libchip/network/mii.h
542        and libchip/network/if_media.h.
543        * libchip/network/elnk.c, libchip/network/if_dc.c: Reflect mii.h and
544        if_media.h having moved.
545
5462005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
547
548        * automake/compile.am, automake/host.am, automake/local.am,
549        automake/subdirs.am: Remove depend.
550        * configure.ac: Explicitly pass --libdir and --includedir to
551        testsuites.
552
5532005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
554
555        * configure.ac: Reflect changes to testsuites.
556
5572005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
558
559        * automake/compile.am: Remove GCCSPECS.
560        * aclocal/prog-cc.m4: Add GCCSPECS.
561        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
562
5632005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
564
565        * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
566        * libchip/rtc/mc146818a.h: Eliminate obsolete types.
567
5682005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
569
570        * libchip/network/dec21140.c, libchip/network/elnk.c: Use
571        libcpu/byteorder.h for i386.
572
5732005-11-02      Till Straumann <strauman@slac.stanford.edu>
574
575        * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
576        libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
577        * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
578        added a simple API/library for i2c devices and drivers for i2c
579        2-byte eeproms and a ds1621 temperature sensor; API is documented
580        in libi2c.h.
581
5822005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
583
584        * libnetworking/pppd/ipxcp.c,
585        libnetworking/pppd/chat.c,
586        libnetworking/pppd/patchlevel.h,
587        libnetworking/pppd/upap.h,
588        libnetworking/pppd/md5.h,
589        libnetworking/pppd/pppd.8,
590        libnetworking/pppd/README,
591        libnetworking/pppd/preinstall.am,
592        libnetworking/pppd/md4.h,
593        libnetworking/pppd/magic.c,
594        libnetworking/pppd/pppd.h,
595        libnetworking/pppd/demand.c,
596        libnetworking/pppd/rtemsmain.c,
597        libnetworking/pppd/sys-rtems.c,
598        libnetworking/pppd/ipcp.h,
599        libnetworking/pppd/lcp.h,
600        libnetworking/pppd/chap_ms.c,
601        libnetworking/pppd/md4.c,
602        libnetworking/pppd/rtemspppd.h,
603        libnetworking/pppd/cbcp.h,
604        libnetworking/pppd/auth.c,
605        libnetworking/pppd/lcp.c,
606        libnetworking/pppd/example/README,
607        libnetworking/pppd/example/ppp.conf,
608        libnetworking/pppd/example/system.h,
609        libnetworking/pppd/example/netconfig.h,
610        libnetworking/pppd/example/pppdapp.c,
611        libnetworking/pppd/example/init.c,
612        libnetworking/pppd/example/Makefile-user,
613        libnetworking/pppd/example/pppd.options,
614        libnetworking/pppd/rtemspppd.c,
615        libnetworking/pppd/ipxcp.h,
616        libnetworking/pppd/chap_ms.h,
617        libnetworking/pppd/options.c,
618        libnetworking/pppd/magic.h,
619        libnetworking/pppd/chap.h,
620        libnetworking/pppd/cbcp.c,
621        libnetworking/pppd/upap.c,
622        libnetworking/pppd/chap.c,
623        libnetworking/pppd/Makefile.am,
624        libnetworking/pppd/ccp.h,
625        libnetworking/pppd/utils.c,
626        libnetworking/pppd/rtemsdialer.h,
627        libnetworking/pppd/fsm.h,
628        libnetworking/pppd/pathnames.h,
629        libnetworking/pppd/md5.c,
630        libnetworking/pppd/fsm.c,
631        libnetworking/pppd/ipcp.c,
632        libnetworking/pppd/STATUS,
633        libnetworking/pppd/ccp.c,
634        libnetworking/Makefile.am: Remove (Moved to cpukit).
635
6362005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
637
638        * configure.ac: Remove libnetworking, libnetworking/pppd.
639        * wrapup/Makefile.am: Remove libpppd.a.
640
6412005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
642
643        * libnetworking/pppd/Makefile.am: Install rtemspppd.h and
644        rtemsdialer.h to $(includedir)/rtems.
645
6462005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
647
648        * libnetworking/rtems_telnetd/icmds.c,
649        libnetworking/rtems_telnetd/Makefile.am,
650        libnetworking/rtems_telnetd/preinstall.am,
651        libnetworking/rtems_telnetd/pty.c,
652        libnetworking/rtems_telnetd/pty.h,
653        libnetworking/rtems_telnetd/README,
654        libnetworking/rtems_telnetd/telnetd.c,
655        libnetworking/rtems_telnetd/telnetd.h:
656        Remove (Moved to cpukit).
657
6582005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
659
660        * configure.ac: Remove libnetworking/rtems_telnetd.
661        * libnetworking/Makefile.am: Remove rtems_telnetd.
662        * libnetworking/README: Remove (Obsolete).
663        * wrapup/Makefile.am: Remove libtelnetd.a (Moved to cpukit).
664
6652005-10-20  Eric Norum <norume@aps.anl.gov>
666
667        * libchip/network/dec21140.c: Clean up PCI mapping.
668
6692005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
670
671        * libnetworking/pppd/Makefile.am: Use preinstall.am.
672        * librdbg/src/servbkpt.c, librdbg/src/servcon.c,
673        librdbg/src/servrpc.c, librdbg/src/servtgt.c
674        librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
675        * bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
676        * configure.ac: Move optman to the end of BSP_SUBDIRS.
677
6782005-09-16      Ralf Corsepius <ralf.corsepius@rtems.org>
679
680        * aclocal/bspopts.m4: Add missing m4 quotes.
681
6822005-09-02  Joel Sherrill <joel@OARcorp.com>
683
684    * aclocal/version.m4: Updated to rtems-4.6.99.2.
685
6862005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
687
688        * libchip/network/if_fxp.c, libchip/network/if_dc.c,
689        libchip/network/dec21140.c: Remove initialization of PCI bus.
690
6912005-08-15      Ralf Corsepius <ralf.corsepius@rtems.org>
692
693        * optman/Makefile.am: Add preinstall.am.
694
6952005-07-18      Karel Gardas <kgardas@objectsecurity.com>
696
697        * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
698        UNTESTED to tested.
699
7002005-06-17      Joel Sherrill <joel@OARcorp.com>
701
702        * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
703        it is not supported by the MPC5xx.
704
7052005-06-17      Joel Sherrill <joel@OARcorp.com>
706
707        * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
708        interface. Also correct attempting to build on other than PowerPC and
709        x86.
710
7112005-06-16      Daron Chabot <daron@nucleus.usask.ca>
712
713        * libchip/Makefile.am: Add driver for Tulip clones.
714        * libchip/network/README.tulipclone, libchip/network/if_dc.c,
715        libchip/network/if_dcreg.h: New files.
716
7172005-05-25      Ralf Corsepius <ralf.corsepius@rtems.org>
718
719        * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS
720        to enable rdbg.
721        * configure.ac: Reflect changes above.
722
7232005-05-23      Ralf Corsepius <ralf.corsepius@rtems.org>
724
725        * configure.ac: Add ada/.
726
7272005-05-20      Sergei Organov  <osv@topconrd.ru>
728
729        PR 750/networking
730        * libnetworking/pppd/sys-rtems.c: Avoid NULL dereference in
731        wait_input().
732
7332005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
734
735        * libchip/network/if_fxp.c, libchip/serial/ns16550.c: Modified to use
736        rtems/irq.h.
737
7382005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
739
740        * libchip/Makefile.am: Include preinstall.am.
741        * libchip/preinstall.am: New.
742
7432005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
744
745        * configure.ac: Add AMPOLISH3.
746        * libnetworking/rtems_telnetd/Makefile.am: Include preinstall.am.
747        * libnetworking/rtems_telnetd/preinstall.am: New.
748        * libnetworking/rtems_telnetd/telnetd.c: socklen_t.
749
7502005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
751
752        * configure.ac: Let enable_rpcgen default to "no".
753
7542005-05-08      Ralf Corsepius <ralf.corsepius@rtems.org>
755
756        * libnetworking/pppd/Makefile.am: CPPFLAGS += -D__BSD_VISIBLE.
757
7582005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
759
760        * libchip/network/open_eth.c, libchip/serial/mc68681.c,
761        libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
762
7632005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
764
765        * libchip/network/dec21140.c, libchip/network/elnk.c,
766        libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
767
7682005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
769
770        * libchip/network/dec21140.c, libchip/network/elnk.c: Consolidation
771        of code as a result of the implementation of a common PCI interface.
772
7732005-05-04      Joel Sherrill <joel@OARcorp.com>
774
775        * libchip/network/open_eth.c: Remove prototype of set_vector.
776
7772005-05-03      Joel Sherrill <joel@OARcorp.com>
778
779        * librdbg/src/ptrace.c: Remove warning.
780
7812005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
782
783        * libchip/network/dec21140.c, libchip/network/elnk.c,
784        libchip/network/if_fxp.c, libchip/serial/mc68681.c:
785        Modified parameter list to remove warnings.
786
7872005-05-02      Jennifer Averett <jennifer.averett@oarcorp.com>
788
789        * libchip/network/cs8900.c, libchip/network/i82586.c,
790        libchip/network/open_eth.c, libchip/network/sonic.c,
791        libchip/serial/mc68681.c: Modified types to remove
792        warnings.  Added initialization to remove warnings.
793
7942005-04-28      Joel Sherrill <joel@OARcorp.com>
795
796        * libchip/network/README.sonic: Rewritten to account for removal of
797        dmv177.
798
7992005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
800
801        PR 781/rtems_misc
802        * libchip/serial/ns16550_p.h: Fix baud rate calculation
803
8042005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
805
806        * libchip/serial/ns16550.c:
807        Fixed warnings generated in various powerpc configurations
808
8092005-04-18      Jennifer Averett <jennifer.averett@oarcorp.com>
810
811        * libchip/serial/ns16550.c: Modified
812        ISR to work with PPC new exception processing
813
8142005-03-14      Joel Sherrill <joel@OARcorp.com>
815
816        * libchip/network/dec21140.c, libchip/network/elnk.c,
817        libchip/network/if_fxp.c: Continue PCI API unification. All use
818        pci_find_device(). Network drivers manufacture a signature since all
819        calls have not been converted yet.
820
8212005-03-04      Joel Sherrill <joel@OARcorp.com>
822
823        * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI
824        initialize function part of the unified PCI API as pci_initialize().
825
8262005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
827
828        * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions
829        depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
830
8312005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
832
833        * configure.ac: Remove HAS_WRAPUP_LIBBSP.
834        * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
835
8362005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
837
838        * aclocal/ppc.m4: Reflect changes to ppc exception processing
839        building procedures.
840
8412005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
842
843        * aclocal/prog-cc.m4:
844        Quote CFLAGS's RHS to accomodate Solaris broken sh.
845
8462005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
847
848        * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
849
8502005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
851
852        * make/bsp.mak: Remove CFLAGS_DEBUG_V.
853
8542005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
855
856        * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
857
8582005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
859
860        * libnetworking/rtems_servers/ftp.c,
861        libnetworking/rtems_servers/ftp.h,
862        libnetworking/rtems_servers/Makefile.am:
863        Remove (relocated to cpukit/ftpd).
864        * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having
865        removed move libnetworking/rtems_servers.
866
8672005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
868
869        * libnetworking/rtems_servers/ftpd.h: Warning fixes.
870
8712005-02-03      Ralf Corsepius <ralf.corsepius@rtems.org>
872
873        PR 755/rtems
874        * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>.
875        Remove local declarations of rtems_bsdnet_nameservers,
876        rtems_bsdnet_nameservers_count.
877
8782005-01-31      Sergei Organov <osv@topconrd.ru>
879
880        PR 751/pppd
881        * libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
882        committed to fix PR736 breaks pppd. chat.c should have its own static
883        ttyfd for pppd to work correctly. The symptom is that second
884        invokation of chat (for connect script) fails due to pppd_ttyfd set
885        to -1 by previous chat invokation (for init script). In addition,
886        this patch fixes leaving of dangling pointer in the abort_stbring[]
887        by chat_send().
888
8892005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
890
891        * configure.ac: Remove CFLAGS_DEBUG_V.
892        Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
893
8942005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
895
896        * wrapup/Makefile.am: Remove rtems-ctor.o.
897
8982005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
899
900        * libchip/rtc/rtc.h: size_t RTC_Count.
901
9022005-01-20      Joel Sherrill <joel@OARcorp.com>
903
904        PR 736/pppd
905        * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
906        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
907        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
908        should not be static and should have a name more specific to pppd.
909
9102005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
911
912        * libchip/Makefile.am, libnetworking/pppd/Makefile.am,
913        libnetworking/rtems_servers/Makefile.am,
914        libnetworking/rtems_telnetd/Makefile.am,
915        librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
916        Eliminate CFLAGS_OPTIMIZE_V.
917
9182005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
919
920        * configure.ac: Pass CFLAGS to testsuites configure.
921        * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up
922        RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
923
9242005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
925
926        * configure.ac: Pass CFLAGS to cpukit configure.
927        * aclocal/rtems-flags.m4: Remove (Unused).
928        * aclocal/prog-ccas.m4: Remove $(GCCSPECS).
929        * aclocal/env-rtemsbsp.m4:
930        Comment out CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CPU_CFLAGS.
931        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
932        RTEMS_CFLAGS.
933        * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Add AM_CXXFLAGS.
934        Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE, ASFLAGS.
935        Cleanup comments.
936
9372005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
938
939        * automake/compile.am: Remove build-variant support.
940
9412005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
942
943        * libnetworking/pppd/Makefile.am,
944        libnetworking/rtems_servers/Makefile.am,
945        libnetworking/rtems_telnetd/Makefile.am:
946        Remove build-variant support.
947
9482005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
949
950        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am
951        support/Makefile.am, wrapup/Makefile.am:
952        Remove build-variant support.
953
9542004-11-22      Joel Sherrill <joel@OARcorp.com>
955
956        * libchip/network/if_fxp.c: Add entry for another module ID code.
957
9582004-11-22      Joel Sherrill <joel@OARcorp.com>
959
960        PR 693/misc
961        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
962        in/outport routines.
963
9642004-11-22      Joel Sherrill <joel@OARcorp.com>
965
966        PR 693/misc
967        * libchip/rtc/mc146818a_ioreg.c: Disable unless on a target with
968        in/outport routines.
969
9702004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
971
972        * aclocal/enable-itron.m4: Remove (unused).
973
9742004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
975
976        * configure.ac: Misc. quoting cleanups.
977        Enable ada-tests iff --enable-ada and --enable-tests.
978
9792004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>:
980
981        PR 703/filesystem
982        * libchip/ide/ata_internal.h, libchip/ide/ide_ctrl_cfg.h,
983        libchip/ide/ide_ctrl_io.h, libchip/ide/ata.c,
984        libchip/ide/ide_controller.c:
985        Move definitions for ATA modes into ide_ctrl_cfg.h, to make them
986        available for BSPS/device drivers.
987        Extend the "modes_available" and "mode_active" parameters to
988        uint16_t for UDMA support.
989
9902004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
991
992        * libchip/network/dec21140.c: Cleanup a bit and remove message about
993        not supported on PowerPC since it works on the MVME2100 BSP.
994
9952004-11-05      Ralf Corsepius <ralf_corsepius@rtems.org>
996
997        * configure.ac: Remove check for libbsp/${RTEMS_CPU}.
998        Add dependency tracking for *.cfgs.
999        * Makefile.am: Add dependency tracking for *.cfg.
1000
10012004-11-03      Ralf Corsepius <ralf_corsepius@rtems.org>
1002
1003        * libchip/rtc/mc146818a.c: Don't include <bsp.h>
1004        (Thanks to Lars Munch <lars@segv.dk> for catching this).
1005
10062004-10-28      Ralf Corsepius <ralf_corsepius@rtems.org>
1007
1008        PR 707/make_build
1009        * configure.ac: Add --enable-rpcgen.
1010
10112004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1012
1013        PR 700/rtems_misc
1014        * libnetworking/rtems_webserver/asp.c,
1015        libnetworking/rtems_webserver/balloc.c,
1016        libnetworking/rtems_webserver/cgi.c,
1017        libnetworking/rtems_webserver/default.c,
1018        libnetworking/rtems_webserver/ej.h,
1019        libnetworking/rtems_webserver/ejIntrn.h,
1020        libnetworking/rtems_webserver/ejlex.c,
1021        libnetworking/rtems_webserver/ejparse.c,
1022        libnetworking/rtems_webserver/emfdb.c,
1023        libnetworking/rtems_webserver/emfdb.h,
1024        libnetworking/rtems_webserver/form.c,
1025        libnetworking/rtems_webserver/handler.c,
1026        libnetworking/rtems_webserver/h.c,
1027        libnetworking/rtems_webserver/license.txt,
1028        libnetworking/rtems_webserver/Makefile.am,
1029        libnetworking/rtems_webserver/md5c.c,
1030        libnetworking/rtems_webserver/md5.h,
1031        libnetworking/rtems_webserver/mime.c,
1032        libnetworking/rtems_webserver/misc.c,
1033        libnetworking/rtems_webserver/NOTES,
1034        libnetworking/rtems_webserver/ringq.c,
1035        libnetworking/rtems_webserver/rom.c,
1036        libnetworking/rtems_webserver/rtems_webserver.h,
1037        libnetworking/rtems_webserver/security.c,
1038        libnetworking/rtems_webserver/sock.c,
1039        libnetworking/rtems_webserver/socket.c,
1040        libnetworking/rtems_webserver/sockGen.c,
1041        libnetworking/rtems_webserver/sym.c,
1042        libnetworking/rtems_webserver/uemf.c,
1043        libnetworking/rtems_webserver/uemf.h,
1044        libnetworking/rtems_webserver/um.c,
1045        libnetworking/rtems_webserver/um.h,
1046        libnetworking/rtems_webserver/umui.c,
1047        libnetworking/rtems_webserver/url.c,
1048        libnetworking/rtems_webserver/value.c,
1049        libnetworking/rtems_webserver/wbase64.c,
1050        libnetworking/rtems_webserver/webcomp.c,
1051        libnetworking/rtems_webserver/webmain.c,
1052        libnetworking/rtems_webserver/webpage.c,
1053        libnetworking/rtems_webserver/webrom.c,
1054        libnetworking/rtems_webserver/webs.c,
1055        libnetworking/rtems_webserver/websda.c,
1056        libnetworking/rtems_webserver/websda.h,
1057        libnetworking/rtems_webserver/webs.h,
1058        libnetworking/rtems_webserver/websSSL.c,
1059        libnetworking/rtems_webserver/websSSL.h,
1060        libnetworking/rtems_webserver/websuemf.c,
1061        libnetworking/rtems_webserver/wsIntrn.h:
1062        Remove (Moved to cpukit/http).
1063
10642004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
1065
1066        PR 700/rtems_misc
1067        * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
1068        Remove libnetworking/rtems_webserver.
1069
10702004-10-25      Eric Norum <norume@aps.anl.gov>
1071
1072        * libchip/network/i82586.c: ether_sprintf() is part of networking library.
1073
10742004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
1075
1076        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
1077
10782004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1079
1080        * librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S
1081        librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
1082
10832004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1084
1085        * libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
1086
10872004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1088
1089        * libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1090        libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
1091
10922004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1093
1094        * libnetworking/rtems_webserver/uemf.h: Use CHAR_BIT for
1095        BITSPERBYTE.
1096
10972004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1098
1099        * libnetworking/pppd/rtemspppd.c: rtems_task_priority priority.
1100        * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
1101
11022004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1103
1104        * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
1105
11062004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
1107
1108        * aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
1109        * aclocal/enable-bare.m4: Remove.
1110        * configure.ac: Remove BARE_CPU_MODEL.
1111
11122004-10-13      Eric Norum <norume@aps.anl.gov>
1113
1114        PR 688/bsps
1115        * libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
1116        libchip/rtc/mc146818a_ioreg.c: New files.  Add libchip driver for
1117        MC146818A (and several Dallas Semiconductor) TOD chips.
1118
11192004-10-13      Eric Norum <norume@aps.anl.gov>
1120
1121        PR 686/networking
1122        * libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
1123        device code.
1124
11252004-10-11      Ralf Corsepius <ralf_corsepius@rtems.org>
1126
1127        * libchip/network/dec21140.c: include <rtems/pci.h>.
1128
11292004-09-29      Joel Sherrill <joel@OARcorp.com>
1130
1131        * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h,
1132        libnetworking/pppd/utils.c: i960 obsoleted and all references
1133        removed.
1134
11352004-04-09      Greg Menke <gregory.menke@gsfc.nasa.gov>
1136
1137        PR 607/networking
1138        * libchip/network/dec21140.c: Made PCI configuration minimum sane
1139        instead of fully specifying unused PCI features.
1140
11412004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1142
1143        * configure.ac: Require automake > 1.9.
1144
11452004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1146
1147        * aclocal/rtems-cpu-subdirs.m4: Add avr.
1148
11492004-09-21      Ralf Corsepius <ralf_corsepius@rtems.org>
1150
1151        * aclocal/gcc-weak.m4: New (Extracted from cpukit/configure.ac).
1152        * configure.ac: Add RTEMS_CHECK_GCC_WEAK.
1153
11542004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1155
1156        * aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
1157        * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
1158
11592004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
1160
1161        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
1162
11632004-07-28  Joel Sherrill <joel@OARcorp.com>
1164
1165    * aclocal/version.m4: Updated to rtems-4.6.99.1.
1166
11672004-07-25      Joel Sherrill <joel@OARcorp.com>
1168
1169        * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
1170
11712004-05-21  Till Strauman <strauman@slac.stanford.edu>
1172
1173        PR 625/networking
1174        * libchip/network/dec21140.c, ... : Prevent name clashes by making
1175        'ld_le32()' etc.  static inlines.  Let dec21140 attach routine return
1176        an error rather than panic if no chip is detected (thus allowing
1177        for probing).
1178        * libchip/network/elnk.c: Let elnk bail out if autoneg never completes
1179        instead of looping forever.  Avoid divide by zero (crashed my PC).
1180        * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
1181        they are UNTESTED.
1182
11832004-05-10      Ralf Corsepius <ralf_corsepius@rtems.org>
1184
1185        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
1186
11872004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1188
1189        * libchip/network/dec21140.c, libchip/network/elnk.c:
1190        #include <errno.h>.
1191
11922004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
1193
1194        * libchip/network/if_media.h: Update from FreeBSD.
1195        * libchip/network/open_eth.c, libchip/network/cs8900.c,
1196        libchip/network/i82586.c: #include <errno.h>.
1197
11982004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1199
1200        * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
1201
12022004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
1203
1204        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
1205
12062004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
1207
1208        * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
1209        automake).
1210
12112004-04-03      Wilfried Busalski <w.busalski@lancier-monitoring.de>
1212
1213        PR 599/pppd
1214        * libnetworking/pppd/chat.c: Free memory that is allocated to fix leak.
1215
12162004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
1217
1218        * optman/rtems/no-region.c: Reflect having changed
1219        rtems_region_get_segment_size.
1220
12212004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
1222
1223        * librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1224        * librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1225        * librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
1226        * libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
1227        * libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
1228        * libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
1229        * libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
1230
12312004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1232
1233        * libchip/ide/ata.c, libchip/network/dec21140.c,
1234        libchip/network/elnk.c, libchip/network/i82586.c,
1235        libchip/network/if_fxp.c, libchip/network/if_fxpvar.h,
1236        libchip/network/open_eth.c, libchip/network/sonic.c,
1237        libchip/rtc/icm7170.c, libchip/serial/ns16550.c,
1238        libchip/serial/z85c30.c, libchip/shmdr/cnvpkt.c,
1239        libchip/shmdr/init.c, libchip/shmdr/intr.c,
1240        libchip/shmdr/shm_driver.h: Cosmetics.
1241
12422004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1243
1244        * optman/rtems/no-dpmem.c, optman/rtems/no-mp.c,
1245        optman/rtems/no-msg.c, optman/rtems/no-part.c,
1246        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1247        optman/rtems/no-sem.c, optman/rtems/no-timer.c,
1248        optman/sapi/no-ext.c, optman/sapi/no-io.c: Convert to using c99
1249        fixed size types.
1250
12512004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
1252
1253        * configure.ac: Explicitly pass --includedir and --libdir to
1254        cpukit/configure.
1255
12562004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
1257
1258        * librdbg/Makefile.am: Fix rpcgen rules.
1259        * librdbg/src/i386/any/remdeb_xdr.c,
1260        librdbg/src/m68k/any/remdeb_xdr.c,
1261        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c:
1262        Reflect changes to librdbg/Makefile.am.
1263
12642004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
1265
1266        * configure.ac: Reflect changes testsuites/configure.ac and
1267        cpukit/configure.ac.
1268
12692004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
1270
1271        * aclocal/rtems-top.m4:  Add 2nd arg to RTEMS_TOP.
1272        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
1273
12742004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
1275
1276        * configure.ac: Reflect changes to testsuites's configuration.
1277
12782004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1279
1280        PR/589 rtems
1281        * libchip/network/pci.h: Remove (Moved to cpukit).
1282
12832004-03-23      Ralf Corsepius <ralf_corsepius@rtems.org>
1284
1285        * libchip/ide/ata.c, libchip/ide/ata_internal.h,
1286        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h,
1287        libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c,
1288        libchip/network/dec21140.c, libchip/network/elnk.c,
1289        libchip/network/if_fxp.c, libchip/network/open_eth.c,
1290        libchip/network/open_eth.h, libchip/network/sonic.c,
1291        libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h,
1292        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
1293        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
1294        libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c,
1295        libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c,
1296        libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c,
1297        libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c,
1298        libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c,
1299        libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c,
1300        libchip/serial/ns16550_p.h, libchip/serial/serial.h,
1301        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
1302        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c,
1303        libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1304        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c,
1305        libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c,
1306        libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99
1307        fixed-size types.
1308
13092004-03-14      Chris Johns  <chrisj@rtems.org>
1310
1311        * libchip/network/cs8900.c.bsp, libchip/network/cs8900.h.bsp: Updated
1312        the BSP example code.
1313        * libchip/network/cs8900.c, libchip/network/cs8900.h: Changes made to
1314        support the DIMMPC. This is a pc386 target with IO port support. Minor
1315        formating clean up. Add documentation to the header file.
1316        * libchip/network/README.cs8900: The CS8900 driver is documented in the
1317        cs8900.h header file.
1318
13192004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1320
1321        * libchip/network/dec21140.c: Use __PPC__ instead of __PPC.
1322        Cosmetics.
1323
13242004-03-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1325
1326        * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch.
1327        There are no application level Makefiles in here.
1328
13292004-03-04      Joel Sherrill <joel@OARcorp.com>
1330
1331        * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so
1332        they can be used in application level makefiles.
1333
13342004-03-05      Joel Sherrill <joel@OARcorp.com>
1335
1336        * libnetworking/rtems_webserver/ejparse.c,
1337        libnetworking/rtems_webserver/emfdb.c,
1338        libnetworking/rtems_webserver/sock.c,
1339        libnetworking/rtems_webserver/socket.c,
1340        libnetworking/rtems_webserver/sym.c,
1341        libnetworking/rtems_webserver/webs.c,
1342        libnetworking/rtems_webserver/websuemf.c: Remove warnings.
13432004-03-05      Joel Sherrill <joel@OARcorp.com>
1344
1345        * libchipnetwork/open_eth.c: Remove warnings by conditionally
1346        compiling this file only only those CPU families with supported
1347        exception models.
1348
13492004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1350
1351        * acinclude.m4: Fix loosing arguments when configuring cpukit and
1352        testsuites (Was exposed with --enable-multilib, only).
1353        Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
1354         Add RTEMS_BSP_CONFIG_SUBDIR.
1355        * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
1356        testsuites's configure.
1357        * aclocal/rtems-top.m4: Remove ENDIF hack.
1358        Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
1359
13602004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1361
1362        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
1363        wrapup/Makefile.am: Fix automake problems having been introduced
1364        in previous patch.
1365
13662004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1367
1368        * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am:
1369        Preinstall dirs.
1370        * wrapup/Makefile.am: Preinstall dirs. Cosmetics.
1371        * aclocal/check-multiprocessing.m4: Cosmetics.
1372        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
1373        * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
1374
13752004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1376
1377        * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am,
1378        librdbg/src/Makefile.am.
1379        * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove.
1380        * configure.ac: Reflect changes above.
1381        Unconditionally apply RTEMS_CHECK_MULTIPROCESSING.
1382        * wrapup/Makefile.am: Reflect changes above.
1383        * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
1384
13852004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1386
1387        * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
1388
13892004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1390
1391        * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
1392
13932004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1394
1395        * wrapup/Makefile.am: Reflect new location of librdbg.a.
1396
13972004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1398
1399        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1400        librdbg/src/powerpc/Makefile.am: Remove.
1401        * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am,
1402        librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am.
1403        * configure.ac: Reflect changes above.
1404
14052004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1406
1407
14082004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1409
1410        * aclocal/canonicalize-tools.m4: Don't check for NM, OBJCOPY, SIZE,
1411        STRIP.
1412
14132004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1414
1415        * librdbg/include/Makefile.am: Merge-in
1416        librdbg/include/rdbg/i386/Makefile.am,
1417        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1418        librdbg/include/rdbg/powerpc/Makefile.am.
1419        * librdbg/include/rdbg/i386/Makefile.am,
1420        librdbg/include/rdbg/m68k/Makefile.am, librdbg/include/rdbg/Makefile.am,
1421        librdbg/include/rdbg/powerpc/Makefile.am: Remove.
1422        * configure.ac: Reflect changes above.
1423
14242004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1425
1426        * configure.ac: Use AS_HELP_STRING(ada).
1427
14282004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1429
1430        * aclocal/bspopts.m4: Use AS_HELP_STRING.
1431        * aclocal/bsp-configure.m4: Require autoconf-2.59.
1432        Use AC_CONFIG_HEADERS.
1433        * aclocal/check-custom-bsp.m4: Add bspkit-support.
1434        * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
1435
14362004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1437
1438        * Makefile.am: include local.am.
1439
14402004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1441
1442        * aclocal/version.m4: 4.6.99.0.
1443
14442004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1445
1446        * Makefile.am: Don't include host.am.
1447        * automake/compile.am: Further cleanups.
1448
14492004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1450
1451        * automake/lib.am: Remove (Unused).
1452
14532004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1454
1455        * wrapup/Makefile.am: Don't include lib.am.
1456        * automake/compile.am: Use automake compilation rules.
1457
14582004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1459
1460        * libnetworking/pppd/Makefile.am,
1461        libnetworking/rtems_servers/Makefile.am,
1462        libnetworking/rtems_telnetd/Makefile.am,
1463        libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am,
1464        support/Makefile.am: Don't include lib.am.
1465
14662004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1467
1468        * libchip/Makefile.am: Don't include lib.am.
1469        * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
1470        librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
1471        unnecessary EXTRA_DISTs.
1472
14732004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1474
1475        * configure.ac: Add powerpc's <bsp>/wrapup/Makefile.am detection
1476        hack.
1477
14782004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1479
1480        * libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS.
1481        * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS.
1482        * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS.
1483        * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
1484
14852004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1486
1487        * aclocal/check-multiprocessing.m4: Remove AC_SUBST(HAS_MP).
1488        Add AM_CONDITIONAL(HAS_MP).
1489        * wrapup/Makefile.am: Fix path to ../libchip/shmdr.rel.
1490        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
1491        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1492        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1493        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1494        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
1495        (Deprecated by autoconf 2.59).
1496
14972004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1498
1499        * configure.ac: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1500        * wrapup/Makefile.am: Add AM_CONDITIONAL HAS_WRAPUP_LIBBSP.
1501
15022004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1503
1504        * ChangeLog: Merge-in libnetworking/ChangeLog.
1505        * libnetworking/ChangeLog: Remove.
1506        * ChangeLog: Merge-in librdbg/ChangeLog.
1507        * librdbg/ChangeLog: Remove.
1508        * ChangeLog: Merge-in libchip/ChangeLog.
1509        * libchip/ChangeLog: Remove.
1510        * ChangeLog: Merge-in optman/ChangeLog.
1511        * optman/ChangeLog: Remove.
1512
15132004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1514
1515        * configure.ac: Reflect changes to cpukit.
1516        * wrapup/Makefile.am: Reflect changes to librdbg.
1517        * aclocal/enable-bare.m4: Convert to autoconf-2.59.
1518        * libchip/Makefile.am: Add PREINSTALL_DIRS.
1519        * librdbg/include/rdbg/Makefile.am: Add PREINSTALL_DIRS.
1520        * librdbg/include/rdbg/i386/Makefile.am: Add PREINSTALL_DIRS.
1521        * librdbg/include/rdbg/m68k/Makefile.am: Add PREINSTALL_DIRS.
1522        * librdbg/include/rdbg/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1523        * librdbg/src/i386/Makefile.am: Add PREINSTALL_DIRS.
1524        * librdbg/src/m68k/Makefile.am: Add PREINSTALL_DIRS.
1525        * librdbg/src/powerpc/Makefile.am: Add PREINSTALL_DIRS.
1526
15272004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1528
1529        * aclocal/rtems-top.m4: Remove check for version.m4.
1530        * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
1531
15322004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1533
1534        * automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
1535        * wrapup/Makefile.am: Reflect changes to libchip/*.
1536        * support/Makefile.am: Use automake compilation rules.
1537        * wrapup/Makefile.am: Reflect changes to support/*.
1538        * configure.ac: Remove libnetworking/wrapup/Makefile.
1539        * wrapup/Makefile.am: Reflect change to libnetworking/*. Use
1540        libnetworking/*/lib*.a instead of libnetapps.a.
1541        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require
1542        automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
1543        * optman/Makefile.am: Use automake compilation rules.
1544        * libchip/Makefile.am: Fix typo in previous patch.
1545        * libchip/Makefile.am: Use automake compilation rules.
1546        * libnetworking/Makefile.am: Remove wrapup.
1547        * libnetworking/pppd/Makefile.am: Build libpppd. Use
1548        automake-compilation rules.
1549        * libnetworking/rtems_servers/Makefile.am: Build libftpd. Use
1550        automake-compilation rules.
1551        * libnetworking/rtems_telnetd/Makefile.am: Build libtelnetd. Use
1552        automake-compilation rules.
1553        * libnetworking/rtems_webserver/Makefile.am: Build libhttpd. Use
1554        automake-compilation rules.
1555        * libnetworking/wrapup/Makefile.am: Remove (Unused).
1556
15572004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1558
1559        * wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1560        PRE/TMPINSTALL_FILES to CLEANFILES.
1561        * automake/lib.am: Remove TMPINSTALL_FILES.
1562        * optman/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1563        PRE/TMPINSTALL_FILES to CLEANFILES.
1564        * libchip/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
1565        PRE/TMPINSTALL_FILES to CLEANFILES.
1566        * librdbg/include/rdbg/Makefile.am: Re-add dirstamps to
1567        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1568        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1569        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1570        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1571        * librdbg/src/i386/Makefile.am: Ditto.
1572        * librdbg/src/m68k/Makefile.am: Ditto.
1573        * librdbg/src/powerpc/Makefile.am: Ditto.
1574        * libnetworking/pppd/Makefile.am: Re-add dirstamps to
1575        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
1576        * libnetworking/rtems_servers/Makefile.am: Ditto.
1577        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1578        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1579
15802004-01-07      Joel Sherrill <joel@OARcorp.com>
1581
1582        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
1583        more completely covers the MIPS family.
1584
15852003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1586
1587        * wrapup/Makefile.am: Reflect changes to shmdr.
1588        * libchip/Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
1589
15902003-12-18      Joel Sherrill <joel@OARcorp.com>
1591
1592        * libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c,
1593        libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/getpkt.c,
1594        libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c,
1595        libchip/shmdr/mpci.h, libchip/shmdr/mpisr.c, libchip/shmdr/poll.c,
1596        libchip/shmdr/README, libchip/shmdr/receive.c, libchip/shmdr/retpkt.c,
1597        libchip/shmdr/send.c, libchip/shmdr/setckvec.c,
1598        libchip/shmdr/shm_driver.h: Copied from libbsp/shmdr.
1599
16002003-12-17      Joel Sherrill <joel@OARcorp.com>
1601
1602        * aclocal/version.m4: Updated to rtems-20031217-test.
1603
16042003-12-17     
1605
1606        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1607        * c/src/aclocal/version.m4: Updated to rtems-20031217-test.
1608
16092003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1610
1611        * automake/compile.am: Remove LINK_LIBS (Unused).
1612        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
1613
16142003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1615
1616        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1617        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1618        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
1619        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
1620        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
1621
16222003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1623
1624        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
1625        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1626        * optman/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1627        * libchip/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1628        * librdbg/src/i386/Makefile.am:
1629        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1630        * librdbg/src/m68k/Makefile.am:
1631        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1632        * librdbg/src/powerpc/Makefile.am:
1633        s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1634
16352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1636
1637        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1638        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
1639        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
1640        * automake/lib.am: Use mkdir_p instead of mkdir. Remove
1641        $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
1642        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
1643        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1644        * optman/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1645        * optman/Makefile.am: Remove project_libdir.
1646        * libchip/Makefile.am: Use mkdir_p. Remove dirs from
1647        PRE/TMPINSTALL_FILES.
1648        * librdbg/include/rdbg/Makefile.am: Use mkdir_p. Remove dirs from
1649        PRE/TMPINSTALL_FILES.
1650        * librdbg/include/rdbg/i386/Makefile.am: Use mkdir_p. Remove dirs from
1651        PRE/TMPINSTALL_FILES.
1652        * librdbg/include/rdbg/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1653        PRE/TMPINSTALL_FILES.
1654        * librdbg/include/rdbg/powerpc/Makefile.am: Use mkdir_p. Remove dirs
1655        from PRE/TMPINSTALL_FILES.
1656        * librdbg/src/i386/Makefile.am: Use mkdir_p. Remove dirs from
1657        PRE/TMPINSTALL_FILES.
1658        * librdbg/src/m68k/Makefile.am: Use mkdir_p. Remove dirs from
1659        PRE/TMPINSTALL_FILES.
1660        * librdbg/src/powerpc/Makefile.am: Use mkdir_p. Remove dirs from
1661        PRE/TMPINSTALL_FILES.
1662        * libnetworking/pppd/Makefile.am: Use mkdir_p. Remove dirs from
1663        PRE/TMPINSTALL_FILES.
1664        * libnetworking/rtems_servers/Makefile.am: Use mkdir_p. Remove dirs from
1665        PRE/TMPINSTALL_FILES.
1666        * libnetworking/rtems_telnetd/Makefile.am: Use mkdir_p. Remove dirs from
1667        PRE/TMPINSTALL_FILES.
1668        * libnetworking/rtems_webserver/Makefile.am: Use mkdir_p. Remove dirs
1669        from PRE/TMPINSTALL_FILES.
1670
16712003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1672
1673        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
1674        * automake/lib.am: Remove project_libdir.
1675        * wrapup/Makefile.am: Reworked.
1676
16772003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1678
1679        * configure.ac: Reflect changes to librdbg.
1680        * optman/Makefile.am: Add tmpinstall dirstamp support.
1681        * libchip/Makefile.am: Fix variant-tmpinstall support.
1682        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove.
1683        * librdbg/src/powerpc/Makefile.am: Merge-in former
1684        new_exception_processing/Makefile.am.
1685        * librdbg/src/m68k/any/Makefile.am: Remove.
1686        * librdbg/src/m68k/Makefile.am: Merge-in former any/Makefile.am.
1687        * librdbg/src/i386/any/Makefile.am: Remove.
1688        * librdbg/src/i386/Makefile.am: Merge-in former any/Makefile.am.
1689        * librdbg/src/Makefile.am: Cosmetics.
1690        * librdbg/include/Makefile.am: Cosmetics.
1691        * librdbg/Makefile.am: Cosmetics.
1692        * libnetworking/Makefile.am: Cosmetics.
1693        * libnetworking/pppd/Makefile.am: Cosmetics.
1694        * libnetworking/wrapup/Makefile.am: Cosmetics.
1695
16962003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1697
1698        * Makefile.am: Cosmetics.
1699        * automake/lib.am: Add project_libdir. Add preinstallation dirstamp
1700        support.
1701
17022003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1703
1704        * automake/compile.am: Remove $(ARCH):-rule.
1705
17062003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1707
1708        * configure.ac: Remove lib/libbsp/shared/Makefile,
1709        lib/libbsp/shmdr/Makefile.
1710
17112003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1712
1713        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
1714        libchip/serial/Makefile, libchip/rtc/Makefile.
1715        * support/Makefile.am: Remove all-local: $(ARCH).
1716        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1717        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
1718        * optman/Makefile.am: Add dependencies to $(ARCH)/$(dirstamp). Reformat.
1719        * optman/Makefile.am: Remove all-local: $(ARCH).
1720        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
1721        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Remove.
1722        * libchip/Makefile.am: Merge-in Makefile.am above. Add preinstallation +
1723        compilation dirstamp support.
1724        * libchip/ide/Makefile.am: Remove all-local: $(ARCH).
1725        * libchip/network/Makefile.am: Remove all-local: $(ARCH).
1726        * libchip/rtc/Makefile.am: Remove all-local: $(ARCH).
1727        * libchip/serial/Makefile.am: Remove all-local: $(ARCH).
1728        * librdbg/src/i386/any/Makefile.am: Remove all-local: $(ARCH).
1729        * librdbg/src/m68k/any/Makefile.am: Remove all-local: $(ARCH).
1730        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
1731        all-local: $(ARCH).
1732        * libnetworking/pppd/Makefile.am: Remove all-local: $(ARCH).
1733        * libnetworking/rtems_servers/Makefile.am: Remove all-local: $(ARCH).
1734        * libnetworking/rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
1735        * libnetworking/rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
1736        * libnetworking/wrapup/Makefile.am: Remove all-local: $(ARCH).
1737
17382003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1739
1740        * aclocal/lead-dot.m4: New (from automake-1.7f).
1741        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
1742        AC_SUBST(dirstamp).
1743        * libchip/ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
1744        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
1745        libchip/serial/Makefile.am: Ditto.
1746        * librdbg/Makefile.am: Reformat. Apply dirstamps to preinstallation.
1747        * librdbg/include/Makefile.am: Ditto.
1748        * librdbg/include/rdbg/Makefile.am: Ditto.
1749        * librdbg/include/rdbg/i386/Makefile.am: Ditto.
1750        * librdbg/include/rdbg/m68k/Makefile.am: Ditto.
1751        * librdbg/include/rdbg/powerpc/Makefile.am: Ditto.
1752        * librdbg/src/Makefile.am: Ditto.
1753        * librdbg/src/i386/Makefile.am: Ditto.
1754        * librdbg/src/i386/any/Makefile.am: Ditto.
1755        * librdbg/src/m68k/Makefile.am: Ditto.
1756        * librdbg/src/m68k/any/Makefile.am: Ditto.
1757        * librdbg/src/powerpc/Makefile.am: Ditto.
1758        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
1759        * libnetworking/Makefile.am: Reformat. Apply dirstamps to
1760        preinstallation.
1761        * libnetworking/pppd/Makefile.am: Ditto.
1762        * libnetworking/rtems_servers/Makefile.am: Ditto.
1763        * libnetworking/rtems_telnetd/Makefile.am: Ditto.
1764        * libnetworking/rtems_webserver/Makefile.am: Ditto.
1765        * libnetworking/wrapup/Makefile.am: Ditto.
1766
17672003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1768
1769        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
1770        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
1771        aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
1772        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
1773        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
1774        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
1775        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
1776        aclocal/enable-rtemsbsp.m4, aclocal/env-rtemsbsp.m4,
1777        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
1778        aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
1779        aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4,
1780        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
1781        underquoting to silence automake-1.8.
1782
17832003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1784
1785        * configure.ac: Reflect having moved tests to ../../testsuites.
1786
17872003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1788
1789        * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
1790        * aclocal/canonical-host.m4: Remove.
1791        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
1792        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1793
17942003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1795
1796        * aclocal/check-cpu.m4: Remove.
1797        * configure.ac: Merge-in former aclocal/check-cpu.m4.
1798        * aclocal/canonical-target-name.m4: Add m4-quotes.
1799        * aclocal/check-cxx.m4: Add m4-quotes. Don't require RTEMS_CHECK_CPU.
1800        * aclocal/check-multiprocessing.m4: Add m4-quotes. Require
1801        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1802        * aclocal/check-networking.m4: Add m4-quotes. Require
1803        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1804        * aclocal/check-posix.m4: Add m4-quotes. Require
1805        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1806        * aclocal/check-rdbg.m4: Add m4-quotes. Require
1807        RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
1808        * libchip/network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
1809
18102003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1811
1812        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
1813        * aclocal/bsp-alias.m4: Remove.
1814
18152003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1816
1817        * configure.ac: Make presence of tests/ optional.
1818
18192003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1820
1821        * aclocal/path-perl.m4: Remove (Unused).
1822
18232003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1824
1825        * automake/force-preinstall.am: Remove.
1826
18272003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
1828
1829        PR 499/rtems_misc
1830        * libchip/serial/mc68681.c:  Miscellaneous corrections: - Correction of
1831        ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit
1832        Configuration (Odd was forced) - Correction of Stop Bit configuration
1833        (inversed) - Correction of ISR Handler to call
1834        rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS
1835        CTS Hardware flow control Configuration.
1836
18372003-09-04      Joel Sherrill <joel@OARcorp.com>
1838
1839        * lib/libcpu/shared/include/cache.h,
1840        lib/libcpu/shared/src/cache_aligned_malloc.c,
1841        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
1842        license changed.
1843        * optman/rtems/no-dpmem.c, optman/rtems/no-event.c,
1844        optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c,
1845        optman/rtems/no-region.c, optman/rtems/no-rtmon.c,
1846        optman/rtems/no-sem.c, optman/rtems/no-signal.c,
1847        optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: URL
1848        for license changed.
1849        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h,
1850        libchip/ide/ide_controller.c, libchip/ide/ide_ctrl.h,
1851        libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h,
1852        libchip/network/cs8900.c, libchip/network/cs8900.c.bsp,
1853        libchip/network/cs8900.h, libchip/network/dec21140.c,
1854        libchip/network/elnk.c, libchip/network/open_eth.c,
1855        libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c,
1856        libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c,
1857        libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c,
1858        libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h,
1859        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
1860        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h,
1861        libchip/rtc/rtcprobe.c, libchip/serial/mc68681.c,
1862        libchip/serial/mc68681.h, libchip/serial/mc68681_p.h,
1863        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
1864        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
1865        libchip/serial/serial.h, libchip/serial/z85c30.c,
1866        libchip/serial/z85c30.h, libchip/serial/z85c30_p.h,
1867        libchip/serial/z85c30_reg.c: URL for license changed.
1868
18692003-09-03      Jiri Gaisler <jiri@gaisler.com>
1870
1871        PR 477/networking
1872        * libchip/network/Makefile.am: Add driver for OpenCores NIC.
1873        * libchip/network/README.open_eth, libchip/network/open_eth.c,
1874        libchip/network/open_eth.h: New files.
1875
18762003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1877
1878        * aclocal/rtems-top.m4: Add RTEMS_API.
1879        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
1880
18812003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1882
1883        * librdbg/src/i386/any/Makefile.am, librdbg/src/m68k/any/Makefile.am,
1884        librdbg/src/powerpc/new_exception_processing/Makefile.am: Don't include
1885        @RTEMS_BSP@.cfg.
1886
18872003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1888
1889        * libchip/ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1890
18912003-08-20      Joel Sherrill <joel@OARcorp.com>
1892
1893        * libchip/network/cs8900.c: Correct copyright statements.
1894
18952003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1896
1897        * aclocal/check-itron.m4: Remove.
1898        * aclocal/enable-inlines.m4: Remove.
1899        * Makefile.am: Reflect having moved aclocal/.
1900        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
1901        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
1902        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
1903        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
1904        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
1905        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
1906        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
1907        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
1908        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
1909        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
1910        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
1911        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
1912        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
1913        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
1914        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
1915        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
1916        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
1917        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
1918        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
1919        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
1920        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
1921        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
1922        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
1923        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
1924        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
1925        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
1926        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
1927        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
1928        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
1929        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
1930        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
1931        * aclocal/multilib.m4: New (Copied from ../../aclocal).
1932        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
1933        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
1934        * aclocal/ppc.m4: New (Copied from ../../aclocal).
1935        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
1936        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
1937        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
1938        * aclocal/project-root.m4: New (Copied from ../../aclocal).
1939        * aclocal/quoting.m4: New (Copied from ../../aclocal).
1940        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
1941        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
1942        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
1943        * aclocal/target.m4: New (Copied from ../../aclocal).
1944        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
1945        * aclocal/version.m4: New (Copied from ../../aclocal).
1946
19472003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1948
1949        * configure.ac: Remove stray comments.
1950        * automake/local.am, automake/host.am: Remove "debug".
1951
19522003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1953
1954        * Makefile.am: Reflect having moved automake/.
1955        * lib/Makefile.am: Reflect having moved automake/.
1956        * support/Makefile.am: Reflect having moved automake/.
1957        * wrapup/Makefile.am: Reflect having moved automake/.
1958        * automake/compile.am, automake/force-preinstall.am, automake/host.am,
1959        automake/lib.am, automake/local.am, automake/subdirs.am: New (copied
1960        from ../../automake).
1961        * optman/Makefile.am: Reflect having moved automake/.
1962        * libchip/Makefile.am: Reflect having moved automake/.
1963        * libchip/ide/Makefile.am: Reflect having moved automake/.
1964        * libchip/network/Makefile.am: Reflect having moved automake/.
1965        * libchip/rtc/Makefile.am: Reflect having moved automake/.
1966        * libchip/serial/Makefile.am: Reflect having moved automake/.
1967        * librdbg/Makefile.am: Reflect having moved automake/.
1968        * librdbg/include/Makefile.am: Reflect having moved automake/.
1969        * librdbg/include/rdbg/Makefile.am: Reflect having moved automake/.
1970        * librdbg/include/rdbg/i386/Makefile.am: Reflect having moved automake/.
1971        * librdbg/include/rdbg/m68k/Makefile.am: Reflect having moved automake/.
1972        * librdbg/include/rdbg/powerpc/Makefile.am: Reflect having moved
1973        automake/.
1974        * librdbg/src/Makefile.am: Reflect having moved automake/.
1975        * librdbg/src/i386/Makefile.am: Reflect having moved automake/.
1976        * librdbg/src/i386/any/Makefile.am: Reflect having moved automake/.
1977        * librdbg/src/m68k/Makefile.am: Reflect having moved automake/.
1978        * librdbg/src/m68k/any/Makefile.am: Reflect having moved automake/.
1979        * librdbg/src/powerpc/Makefile.am: Reflect having moved automake/.
1980        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Reflect
1981        having moved automake/.
1982        * libnetworking/Makefile.am: Reflect having moved automake/.
1983        * libnetworking/pppd/Makefile.am: Reflect having moved automake/.
1984        * libnetworking/rtems_servers/Makefile.am: Reflect having moved
1985        automake/.
1986        * libnetworking/rtems_telnetd/Makefile.am: Reflect having moved
1987        automake/.
1988        * libnetworking/rtems_webserver/Makefile.am: Reflect having moved
1989        automake/.
1990        * libnetworking/wrapup/Makefile.am: Reflect having moved automake/.
1991
19922003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1993
1994        * Makefile.am: Add bsp.pc.in.
1995        * bsp.pc.in: New (pkgconfig support).
1996
19972003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1998
1999        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2000
20012003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2002
2003        * lib/Makefile.am: New (Required by 'make dist').
2004        * lib/ChangeLog: Remove.
2005        * lib/.cvsignore: Cleanup.
2006        * configure.ac: Reflect having added lib/Makefile.am.
2007        * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in
2008        lib/libbsp/configure.ac.
2009        * librdbg/include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2010        * librdbg/src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2011
20122003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2013
2014        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2015        * configure.ac: Merge-in librdbg/configure.ac.
2016        * configure.ac: Merge-in libnetworking/configure.ac. Merge-in parts of
2017        librdbg/configure.ac.
2018        * libchip/ide/Makefile.am, libchip/network/Makefile.am,
2019        libchip/rtc/Makefile.am, libchip/ serial/Makefile.am: Add conditional
2020        LIBCHIP. Conditionally build include-dirs.
2021        * libchip/network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2022        * librdbg/configure.ac: Remove (Merged into ../configure.ac).
2023        * librdbg/Makefile.am, librdbg/include/Makefile.am,
2024        librdbg/include/rdbg/Makefile.am, librdbg/include/rdbg/i386/Makefile.am,
2025        librdbg/include/rdbg/m68k/Makefile.am,
2026        librdbg/include/rdbg/powerpc/Makefile.am, librdbg/src/Makefile.am,
2027        librdbg/src/i386/Makefile.am, librdbg/src/i386/any/Makefile.am,
2028        librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
2029        librdbg/src/powerpc/Makefile.am, librdbg/
2030        src/powerpc/new_exception_processing/Makefile.am: Reflect having merged
2031        configure.ac into ../configure.ac.
2032        * libnetworking/configure.ac: Remove (Merged into ../configure.ac).
2033        * libnetworking/.cvsignore, libnetworking/Makefile.am,
2034        libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am,
2035        libnetworking/rtems_telnetd/Makefile.am,
2036        libnetworking/rtems_webserver/Makefile.am,
2037        libnetworking/wrapup/Makefile.am: Reflect having merged configure.ac
2038        into ../configure.ac.
2039
20402003-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2041
2042        PR 427/rtems
2043        * librdbg/src/rdbg.c: Use memset instead of bzero (deprecated).
2044        * librdbg/src/servtsp.c: Ditto.
2045
20462003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2047
2048        PR 429/bsps
2049        PR 432/bsps
2050        * libchip/network/elnk.c: Due to a bug in the driver, if multiple
2051        packets are queued onto an elnk board, the ISR will deadlock the device
2052        with a tx complete interrupt.  Lighter tx loads are not affected as they
2053        end up submitting single packets to the device.
2054
20552003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2056
2057        * configure.ac: Merge-in libchip/configure.ac. Merge-in
2058        optman/configure.ac.
2059        * optman/configure.ac: Remove (Merged into ../configure.ac).
2060        * optman/Makefile.am: Reflect having merged configure.ac into
2061        ../configure.ac.
2062        * libchip/configure.ac: Remove (Merged into ../configure.ac).
2063        * libchip/Makefile.am, libchip/ide/Makefile.am,
2064        libchip/network/Makefile.am, libchip/rtc/Makefile.am,
2065        libchip/serial/Makefile.am: Reflect having merged configure.ac into
2066        ../configure.ac.
2067
20682003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2069
2070        * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2071
20722003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2073
2074        * libchip/network/dec21140.c, libchip/network/elnk.c: Update to compile
2075        on i386.
2076
20772003-06-13      Joel Sherrill <joel@OARcorp.com>
2078
2079        * libnetworking/pppd/chat.c: Removed warnings.
2080
20812003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2082
2083        * libchip/network/README.3com: New file missed in previous commit.
2084        PR 405/bsps
2085        PR 393/networking
2086        * libchip/network/dec21140.c: Fix leak also known as PR393.
2087        * libchip/network/elnk.c, libchip/network/if_media.h,
2088        libchip/network/mii.h: New files.
2089        * libchip/network/Makefile.am: Reflect new files.
2090
20912003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2092
2093        * configure.ac: Remove support for profile-variant.
2094
20952003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2096
2097        PR 397/pppd
2098        * libnetworking/pppd/fsm.c: Make peer_mru global again.
2099        * libnetworking/pppd/magic.c: Remove *rand48.
2100        * libnetworking/pppd/chap.c: Remove prototypes of *rand48.
2101
21022003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2103
2104        * wrapup/Makefile.am: Add libide.a.
2105
21062003-04-15      Joel Sherrill <joel@OARcorp.com>
2107
2108        PR 387/rtems_misc
2109        * libchip/ide/ata.c: Removed warning and moved to use of simpler libc
2110        routines.
2111        * libchip/ide/ata_internal.h: Added missing newline and end of file.
2112
21132003-04-11      Joel Sherrill <joel@OARcorp.com>
2114
2115        * libnetworking/rtems_webserver/cgi.c,
2116        libnetworking/rtems_webserver/sockGen.c,
2117        libnetworking/rtems_webserver/umui.c,
2118        libnetworking/rtems_webserver/websSSL.c,
2119        libnetworking/rtems_webserver/websSSL.h,
2120        libnetworking/rtems_webserver/websda.c,
2121        libnetworking/rtems_webserver/websda.h: New files. Not included in
2122        previous commit.
2123
21242003-04-10      Joel Sherrill <joel@OARcorp.com>
2125
2126        PR 371/pppd
2127        * libnetworking/pppd/auth.c, libnetworking/pppd/chat.c,
2128        libnetworking/pppd/demand.c, libnetworking/pppd/fsm.c,
2129        libnetworking/pppd/lcp.c, libnetworking/pppd/options.c,
2130        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2131        libnetworking/pppd/rtemspppd.c: Change many symbols to static. There are
2132        still global symbols in rtemspppd.h which might need to be changed or
2133        converted into member of a structure which is dereferenced with a
2134        pointer that is managed as a per task variable. But this patch should
2135        avoid many conflicts.
2136
21372003-03-27      Joel Sherrill <joel@OARcorp.com>
2138
2139        * libchip/ide/Makefile.am: ATA code depends upon libchip/ide which is
2140        not allowed in the cpukit source code since it must be buildable
2141        independent of any BSP. These files were moved to libchip/ide.
2142        * libchip/ide/ata.c, libchip/ide/ata.h, libchip/ide/ata_internal.h: New
2143        files.
2144
21452003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2146
2147        PR 368/filesystems
2148        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h: General
2149        improvements which now work on pc386 and mbx8xx.
2150        * libchip/ide/ide_controller.c: New file.
2151
21522003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2153
2154        * libnetworking/pppd/utils.c: Remove strlcpy, strlcat.
2155
21562003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2157
2158        * configure.ac: Remove AC_CONFIG_AUX_DIR.
2159        * configure.ac: Add support/.
2160        * support/.cvsignore: New.
2161        * support/Makefile.am: New.
2162        * support/version.c: New.
2163        * wrapup/Makefile.am: Add support/libsupport.a.
2164        * optman/configure.ac: Remove AC_CONFIG_AUX_DIR.
2165        * libchip/configure.ac: Remove AC_CONFIG_AUX_DIR.
2166        * librdbg/configure.ac: Remove AC_CONFIG_AUX_DIR.
2167        * libnetworking/configure.ac: Remove AC_CONFIG_AUX_DIR.
2168
21692003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2170
2171        * wrapup/Makefile.am: Use SRC += instead of make-vars.
2172
21732003-02-20      Till Straumann <strauman@slac.stanford.edu>
2174
2175        PR 354/networking
2176        * libchip/network/if_fxp.c (Intel eepro network driver): re-enabled the
2177        chip against a table of supported chips. The untested ones are still
2178        commented out, however.
2179
21802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2181
2182        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2183        * configure.ac: AC_PREREQ(2.57).
2184        * optman/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2185        * optman/configure.ac: AC_PREREQ(2.57).
2186        * libchip/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2187        * libchip/configure.ac: AC_PREREQ(2.57).
2188        * librdbg/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2189        * librdbg/configure.ac: AC_PREREQ(2.57).
2190        * libnetworking/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2191        * libnetworking/configure.ac: AC_PREREQ(2.57).
2192
21932003-02-06      Joel Sherrill <joel@OARcorp.com>
2194
2195        * libnetworking/pppd/chat.c: Convert routines with common names to
2196        static. This included get_char(), put_char(), and character() among
2197        others.
2198
21992003-02-03      Joel Sherrill <joel@OARcorp.com>
2200
2201        PR 338/filesystem
2202        * optman/sapi/no-io.c: Side-effect of fixing reentrancy problem with
2203        rtems_io_lookup_name() (API change).  Unused function removed.
2204
22052003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2206
2207        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2208        * libnetworking/wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2209        * libnetworking/pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2210        Eliminate *_O_FILES.
2211        * libnetworking/rtems_servers/Makefile.am,
2212        libnetworking/rtems_webserver/Makefile.am,
2213        libnetworking/rtems_telnetd/Makefile.am: Ditto.
2214
22152002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2216
2217        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
2218        Let all-local: depend on $(LIB).
2219        * wrapup/Makefile.am, configure.ac: Remove libmisc.
2220        * optman/Makefile.am: Apply install-data-local to install *.rels.
2221
22222002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2223
2224        * optman/Makefile.am: Eliminate *_O_FILES. Don't create $ARCH in %.o:
2225        %.c rules.
2226        * optman/Makefile.am: Use .$(OBJEXT) instead of .o.
2227        * libchip/network/Makefile.am: Eliminate C_O_FILES.
2228        * libchip/rtc/Makefile.am: Ditto.
2229        * libchip/serial/Makefile.am: Ditto.
2230
22312002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2232
2233        * libchip/serial/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2234        LIBC_DEFINES.
2235        * libchip/rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2236        LIBC_DEFINES.
2237        * libchip/network/Makefile.am: Don't include @RTEMS_BSP@.cfg. Don't use
2238        LIBC_DEFINES.
2239
22402002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2241
2242        * optman/Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES.
2243
22442002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2245
2246        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args. Resort
2247        cache-checking.
2248        * optman/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2249
22502002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2251
2252        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
2253        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
2254        CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to ac_configure_args.
2255        * optman/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2256        * librdbg/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
2257
22582002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2259
2260        * optman/Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am.
2261        * optman/sapi/Makefile.am, optman/rtems/Makefile.am, optman/rel.am:
2262        Remove.
2263        * optman/configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
2264
22652002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2266
2267        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
2268        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2269
22702002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
2271
2272        * libchip/network/cs8900.c: I don't know why we have to SelfST register
2273        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2274
22752002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2276
2277        * optman/rtems/Makefile.am, optman/sapi/Makefile.am: Reworked.
2278        * optman/rel.am: New.
2279
22802002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2281
2282        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
2283        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS. Fix
2284        braino in comment on "exec". Extend --enable-ada handling.
2285
22862002-11-04      Joel Sherrill <joel@OARcorp.com>
2287
2288        * librdbg/src/_servtgt.c: Removed warning by adding support for ITRON
2289        tasks and rolling multiple loops into 1.
2290        * librdbg/src/m68k/rdbg_f.c: Removed warning.
2291        * libnetworking/pppd/auth.c, libnetworking/rtems_webserver/uemf.h:
2292        Removed warnings.
2293
22942002-10-31      Joel Sherrill <joel@OARcorp.com>
2295
2296        * libchip/network/dec21140.c: Removed warnings.
2297        * librdbg/src/i386/any/remdeb_xdr.c: Removed warnings.
2298        * librdbg/src/rdbg.c, librdbg/src/servtsp.c, librdbg/src/m68k/rdbg_f.c,
2299        librdbg/src/m68k/any/remdeb_xdr.c,
2300        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Removed
2301        warnings.
2302        * libnetworking/rtems_webserver/socket.c,
2303        libnetworking/rtems_webserver/uemf.h: Removed warnings.
2304
23052002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2306
2307        * libchip/ide/Makefile.am, libchip/ide/ide_ctrl_cfg.h,
2308        libchip/ide/ide_ctrl_io.h, libchip/ide/ide_ctrl.h: New files.
2309        * libchip/configure.ac, libchip/Makefile.am: Modified to reflect changes
2310        above.
2311
23122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2313
2314        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2315        * wrapup/.cvsignore: Remove autom4te.cache.
2316        * optman/.cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2317        * libchip/.cvsignore: Reformat. Add autom4te*cache. Remove
2318        autom4te.cache.
2319        * librdbg/.cvsignore: Reformat. Add autom4te*cache. Remove
2320        autom4te.cache.
2321        * libnetworking/.cvsignore: Reformat. Add autom4te*cache. Remove
2322        autom4te.cache.
2323
23242002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2325
2326        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2327
23282002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2329
2330        * optman/.cvsignore: Add autom4te.cache.
2331
23322002-09-14      Joel Sherrill <joel@OARcorp.com>
2333
2334        * libchip/serial/z85c30.c: Eliminated warning by clarifying statement.
2335
23362002-09-07      Joel Sherrill <joel@OARcorp.com>
2337
2338        * libnetworking/pppd/ipcp.c, libnetworking/rtems_servers/ftpd.c: Add
2339        include files to resolve warnings.
2340
23412002-09-07      Chris Johns <ccj@acm.org>
2342
2343        * libchip/network/Makefile.am, libchip/network/README.cs8900,
2344        libchip/network/cs8900.c, libchip/network/cs8900.h: Significant update
2345        which corrects the problem  where the cs8900.c file was actually the BSP
2346        glue.  Joel did some hacking so this file will compile.  Previously it
2347        required providing a target.h file to compile.
2348        * libchip/network/cs8900.c.bsp: New file.
2349
23502002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2351
2352        * libnetworking/rtems_webserver/md5.h: Add missing newline.
2353
23542002-08-31      Joel Sherrill <joel@OARcorp.com>
2355
2356        * libnetworking/rtems_webserver/webmain.c: Commented out rootWeb to
2357        eliminate warning.
2358
23592002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2360
2361        * configure.ac: Add ada-tests.
2362
23632002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2364
2365        * Makefile.am: Add preinstall-stamp.
2366
23672002-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2368
2369        * libnetworking/rtems_servers/ftpd.c: Remove unused variable buf.
2370        * libnetworking/pppd/md5.c: #include <string.h> to make gcc31 happy.
2371        * libnetworking/rtems_telnetd/telnetd.c: #include <string.h> to make
2372        gcc31 happy.
2373        * libnetworking/rtems_webserver/webmain.c: Remove unused variable dir,
2374        cp.
2375
23762002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2377
2378        * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to
2379        make/bsp.mak.
2380        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
2381        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
2382
23832002-08-12      Joel Sherrill <joel@OARcorp.com>
2384
2385        * libnetworking/pppd/utils.c: Include i960 in varargs conditional to
2386        avoid error.
2387
23882002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2389
2390        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2391        * configure.ac: Add BSP_SUBDIRS.
2392        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
2393        * optman/rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
2394        * optman/sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2395        * libchip/network/Makefile.am: Use .$(OBJEXT) instead of .o.
2396        * libchip/rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
2397        * libchip/serial/Makefile.am: Use .$(OBJEXT) instead of .o.
2398        * librdbg/configure.ac: Remove RTEMS_BSP_ALIAS. Add
2399        RTEMS_CHECK_BSP_CACHE.
2400        * librdbg/src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2401        * librdbg/src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o.
2402        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2403        .$(OBJEXT) instead of .o.
2404        * libnetworking/pppd/Makefile.am,
2405        libnetworking/rtems_servers/Makefile.am,
2406        libnetworking/rtems_telnetd/Makefile.am,
2407        libnetworking/rtems_webserver/Makefile.am,
2408        libnetworking/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2409
24102002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2411
2412        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
2413        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
2414        ../libchip/serial/$(ARCH)/libserialio.a.
2415        * libchip/serial/Makefile.am: Don't tmp-install lib.
2416        * libchip/rtc/Makefile.am: Don't tmp-install lib.
2417
24182002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2419
2420        * Makefile.am: Add rtems_makedir.
2421        * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups.
2422        * Makefile.am: Add wrapup-SUBDIR.
2423        * wrapup/ChangeLog: Remove.
2424        * wrapup/configure.ac: Remove.
2425        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache creation
2426        (Make the bare BSP happy).
2427        * configure.ac: Ditto.
2428        * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs.
2429        Create make/custom/default.cfg.
2430        * configure.ac: Add creation of make/custom/*.cfg. Create
2431        make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache.
2432
24332002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2434
2435        * Makefile.am: Clean $(PROJECT_RELEASE).
2436
24372002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2438
2439        * libnetworking/pppd/chap.c, libnetworking/pppd/fsm.c,
2440        libnetworking/pppd/fsm.h, libnetworking/pppd/upap.c: Per PR255 fix
2441        prototype mismatches.
2442
24432002-07-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2444
2445        * optman/sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS.
2446        * optman/rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2447
24482002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2449
2450        * acinclude.m4: Add test "$multilib" != "yes".
2451        * config-ml.in: Remove.
2452        * acinclude.m4: Cleanups.
2453        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
2454        ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
2455        * optman/configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
2456        RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
2457        RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
2458
24592002-07-16      Eric Norum <eric.norum@usask.ca>
2460
2461        * New driver for the Intel EtherExpressPro (82559ER) chip.
2462        * libchip/network/if_fxp.c, libchip/network/if_fxpreg.h,
2463        libchip/network/if_fxpvar.h, libchip/network/pci.h: New file.
2464        * libchip/network/Makefile.am: Modified to reflect above.
2465
24662002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2467
2468        * acinclude.m4: New.
2469        * Makefile.am: Remove tar-installation.  Prepend @exec@ to SUBDIRS.
2470        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]). Add
2471        RTEMS_ENABLE_MULTIPROCESSING. Add RTEMS_CONFIG_SUBDIR([exec]...).
2472
24732002-07-01      Joel Sherrill <joel@OARcorp.com>
2474
2475        * librdbg/src/_servtgt.c, librdbg/src/ptrace.c: Corrected use of
2476        _Objects_Information_table now that it is a two dimensional array based
2477        upon API and class.
2478        * libnetworking/rtems_webserver/misc.c: Per PR236 eliminate definition
2479        of strnlen().
2480
24812002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2482
2483        * libnetworking/wrapup/Makefile.am: Build libnetapps.a.  Don't
2484        preinstall libnetapps.a.
2485
24862002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2487
2488        * configure.ac: Remove librpc.
2489
24902002-06-25      Joel Sherrill <joel@OARcorp.com>
2491
2492        * Per PR233, moved librpc to exec.
2493        * configure.ac, wrapup/Makefile.am: Modified.
2494        * librpc, librpc/ChangeLog: Removed.
2495
24962002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2497
2498        * optman/Makefile.am: Remove multilib support.
2499        * optman/configure.ac: Ditto.
2500        * optman/sapi/Makefile.am: Ditto.
2501
25022002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2503
2504        * libnetworking/Makefile.am: Remove headers. Remove CHANGELOG.
2505        * libnetworking/configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2506
25072002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2508
2509        Move networking libraries to c/src/exec/libnetworking
2510        * libnetworking/configure.ac, libnetworking/Makefile.am,
2511        libnetworking/wrapup/Makefile.am: Reflect Moval.
2512
25132002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2514
2515        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
2516        * libnetworking/rtems_telnetd/pty.c: Remove bsp.h. Include
2517        <rtems/bspIo.h>.
2518
25192002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2520
2521        * libnetworking/rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
2522        * libnetworking/rtems/mkrootfs.h: Ditto.
2523        * libnetworking/rtems/Makefile.am: Reflect changes above.
2524
25252002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2526
2527        * configure.ac: Remove lib.
2528
25292002-05-14      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2530
2531        * librdbg/src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption
2532        that exception stack frames on M68K members with VBR always are 6 byte
2533        long. The incorrect assumption resulted in some gdb commands like "next"
2534        to fail on the 68360.
2535
25362002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2537
2538        * config-ml.in: Take out arm and sh variants RTEMS does not support.
2539        PR 220
2540        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
2541        librdbg/ src/powerpc/new_exception_processing/remdeb_svc.c: Remove from
2542        CVS.
2543        * libnetworking/sys/ioctl.h, libnetworking/sys/sockio.h,
2544        libnetworking/sys/filio.h: Remove.
2545        * libnetworking/sys/Makefile.am: Reflect changes above.
2546
25472002-05-07      Chris Johns <ccj@acm.org>
2548
2549        * libchip/c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
2550        lengths to remove the ethernet header as the FreeBSD (RTEMS) stack
2551        requires it to be stripped.
2552
25532002-05-01      Eric Norum <eric.norum@usask.ca>
2554
2555        * libnetworking/machine/in_cksum.h: Per PR200 fix multi-line inline
2556        assembly  to satisfy gcc 3.1 and newer.
2557
25582002-04-26      Eric Norum <eric.norum@usask.ca>
2559
2560        * libnetworking/netinet/in_cksum_i386.c: Add volatile so the more
2561        agressive optimization in gcc 3.1 does not reorder things.
2562
25632002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2564
2565        * libchip/network/dec21140.c: Reflect changes to powerpc's
2566        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
2567        * librdbg/src/powerpc/rdbg_cpu_asm.S: Reflect changes to
2568        <rtems/score/cpu.h>.
2569        * librdbg/src/powerpc/rdbg_f.c: Ditto.
2570        * libnetworking/pppd/utils.c: Adapt to gcc-3.x.
2571
25722002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2573
2574        * optman/configure.ac: Remove ENABLE_GCC28.
2575
25762002-04-11      Chris Johns <ccj@acm.org>
2577
2578        * libchip/network/rtems_bsdnet.h: To address PR59, added the drv_ctrl
2579        driver control block field to the ifconfig network driver structure.
2580        This field is needed by the i82586 driver which was ported from NetBSD
2581        as it had better hardware abstraction.
2582        * libnetworking/c/src/libnetworking/rtems/rtems_bsdnet.h: To address
2583        PR59, added the drv_ctrl driver control block field to the ifconfig
2584        network driver structure. This field is needed by the i82586 driver
2585        which was ported from NetBSD as it had better hardware abstraction.
2586
25872002-04-10      Mike Siers <mikes@poliac.com>
2588
2589        * libnetworking/rtems_webserver/NOTES,
2590        libnetworking/rtems_webserver/asp.c,
2591        libnetworking/rtems_webserver/balloc.c,
2592        libnetworking/rtems_webserver/default.c,
2593        libnetworking/rtems_webserver/ej.h,
2594        libnetworking/rtems_webserver/ejIntrn.h,
2595        libnetworking/rtems_webserver/ejlex.c,
2596        libnetworking/rtems_webserver/ejparse.c,
2597        libnetworking/rtems_webserver/emfdb.c,
2598        libnetworking/rtems_webserver/emfdb.h,
2599        libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/h.c,
2600        libnetworking/rtems_webserver/handler.c,
2601        libnetworking/rtems_webserver/license.txt,
2602        libnetworking/rtems_webserver/md5.h,
2603        libnetworking/rtems_webserver/md5c.c,
2604        libnetworking/rtems_webserver/mime.c,
2605        libnetworking/rtems_webserver/misc.c,
2606        libnetworking/rtems_webserver/ringq.c,
2607        libnetworking/rtems_webserver/rom.c,
2608        libnetworking/rtems_webserver/security.c,
2609        libnetworking/rtems_webserver/sock.c,
2610        libnetworking/rtems_webserver/sym.c,
2611        libnetworking/rtems_webserver/uemf.c,
2612        libnetworking/rtems_webserver/uemf.h,
2613        libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h,
2614        libnetworking/rtems_webserver/url.c,
2615        libnetworking/rtems_webserver/value.c,
2616        libnetworking/rtems_webserver/wbase64.c,
2617        libnetworking/rtems_webserver/webcomp.c,
2618        libnetworking/rtems_webserver/webpage.c,
2619        libnetworking/rtems_webserver/webrom.c,
2620        libnetworking/rtems_webserver/webs.c,
2621        libnetworking/rtems_webserver/webs.h,
2622        libnetworking/rtems_webserver/websuemf.c,
2623        libnetworking/rtems_webserver/wsIntrn.h: Update to GoAhead Webserver
2624        2.1.4.
2625
26262002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2627
2628        * libchip/network/i82586.c: Include <string.h>.
2629        * libchip/network/sonic.c: Ditto.
2630
26312002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2632
2633        * libchip/configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
2634
26352002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2636
2637        * libnetworking/libc/rcmd.c: Replace __rtems w/ __rtems__.
2638
26392002-03-27      Thomas.Doerfler@imd-systems.de
2640
2641        PR 144
2642        * libnetworking/nfs/bootp_subr.c bootpc_init(): Performs a write to
2643        memory address 0 when called for the first time. This is done when
2644        trying to clear the variable "dhcp_hostname".
2645
26462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2647
2648        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2649        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2650        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2651        * optman/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2652        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2653        * optman/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2654        * optman/Makefile.am: Remove AUTOMAKE_OPTIONS.
2655        * optman/sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
2656        * libchip/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2657        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2658        * libchip/network/Makefile.am: Remove AUTOMAKE_OPTIONS.
2659        * libchip/Makefile.am: Remove AUTOMAKE_OPTIONS.
2660        * libchip/rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2661        * libchip/serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
2662        * librdbg/configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2663        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2664        * librdbg/include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2665        * librdbg/include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2666        * librdbg/include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2667        * librdbg/include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2668        * librdbg/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2669        * librdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
2670        * librdbg/src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2671        * librdbg/src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
2672        * librdbg/src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
2673        * librdbg/src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
2674        * librdbg/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
2675        * librdbg/src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2676        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Remove
2677        AUTOMAKE_OPTIONS.
2678        * libnetworking/configure.ac:
2679        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define
2680        foreign 1.6]).
2681        * libnetworking/arpa/Makefile.am: Remove AUTOMAKE_OPTIONS.
2682        * libnetworking/kern/Makefile.am: Remove AUTOMAKE_OPTIONS.
2683        * libnetworking/Makefile.am: Remove AUTOMAKE_OPTIONS.
2684        * libnetworking/lib/Makefile.am: Remove AUTOMAKE_OPTIONS.
2685        * libnetworking/libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
2686        * libnetworking/machine/Makefile.am: Remove AUTOMAKE_OPTIONS.
2687        * libnetworking/net/Makefile.am: Remove AUTOMAKE_OPTIONS.
2688        * libnetworking/netinet/Makefile.am: Remove AUTOMAKE_OPTIONS.
2689        * libnetworking/nfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2690        * libnetworking/pppd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2691        * libnetworking/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
2692        * libnetworking/rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS.
2693        * libnetworking/rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2694        * libnetworking/rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS.
2695        * libnetworking/sys/Makefile.am: Remove AUTOMAKE_OPTIONS.
2696        * libnetworking/vm/Makefile.am: Remove AUTOMAKE_OPTIONS.
2697        * libnetworking/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2698
26992002-03-27      Ilya Alexeev <ilya@continuum.ru>
2700
2701        PR 162
2702        * libnetworking/net/if_ppp.c ppp_txdaemon(),
2703        libnetworking/net/if_pppvar.h pppstart(): Local variables must not be
2704        used in a device write routines.  Now ppp_softc structure have own
2705        character for writing to device (sc_outchar).  I think that converting
2706        local variables to static is not a right solution, because problems will
2707        occur in the case of two or more ppp instances.
2708        * libnetworking/net/ppp_tty.c pppstart(): Type of the ioffset variable
2709        must be u_long, otherwise in the case of the big output packet endless
2710        loop may occur.
2711
27122002-03-21      Ilya Alexeev <ilya@continuum.ru>
2713
2714        * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Initial
2715        preparations for multiple PPPD connections.
2716
27172002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2718
2719        PR 149
2720        * librdbg/src/i386/any/Makefile.am: s/$(SED)/sed/.
2721        * librdbg/src/m68k/any/Makefile.am: s/$(SED)/sed/.
2722        * librdbg/src/powerpc/new_exception_processing/Makefile.am:
2723        s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2724
27252002-02-28      Victor V. Vengerov <vvv@oktet.ru>
2726
2727        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
2728        * configure.ac: Modified to reflect addition.
2729
27302002-02-27      Ilya Alexeev <ilya@continuum.ru>
2731
2732        * libnetworking/net/if_ppp.c, libnetworking/pppd/auth.c,
2733        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2734        libnetworking/pppd/sys-rtems.c: Add server with pap-authorization
2735        capabilities as well as eliminate some warnings.
2736
27372002-02-27      Eric Norum <eric.norum@usask.ca>
2738
2739        * libnetworking/net/radix.c: Properly handle fetching the default route
2740        when there is no route.  This was a bug in the original FreeBSD code and
2741        this fix is from an updated version of their code.
2742
27432002-02-16      Eric Norum <eric.norum@usask.ca>
2744
2745        * libnetworking/lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number
2746        checking.
2747
27482002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2749
2750        * libnetworking/pppd/sys-rtems.c: Remove unused variable status from
2751        dodefaultroute.
2752
27532002-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2754
2755        * libnetworking/lib/tftpDriver.c: Remove set_errno_and_return_minus_one,
2756        include <rtems/seterr.h>.
2757
27582002-02-01      Mike Siers <mikes@poliac.com>
2759
2760        * libnetworking/pppd/rtemspppd.c (rtems_pppd_disconnect): Modified to
2761        avoid bringing the link down too fast. NOTE: Mike reports successfully
2762        running at 56K baud on a direct link.
2763
27642002-02-01      Eric Valette <valette@crf.canon.fr>
2765
2766        * librdbg/So many patches have been posted recently on the mailing list
2767        and  because we were unable to find correct solution to compile on
2768        various  linux distros (due to rpcgen incompatibilities), librdbg/and
2769        because the coding  style of rdbg was rather inconsistant among various
2770        pieces of code, librdbg/I  decided to: 1) make some cleaning regarding
2771        global coding style (using indent + manual edits), 2) incorporate/review
2772        the paches send by various people (S. Holford, T. Strauman), 3) Fix the
2773        bug due to varying rpcgen code generation in remdeb_svc.c, 4) Remove
2774        some dead code, 5) Apply a patches enabling to call enterRdbg imediately
2775        after rdbg initialization is done, NB : the paches is huge but it is
2776        mainly due to coding styke chnages.  Only few lines of codes have been
2777        really changed and they do not impact  rdbg functionnality (AFAIKT).
2778        * librdbg/include/rdbg/servrpc.h, librdbg/include/rdbg/i386/rdbg_f.h,
2779        librdbg/include/rdbg/m68k/rdbg_f.h,
2780        librdbg/include/rdbg/powerpc/rdbg_f.h, librdbg/src/_servtgt.c,
2781        librdbg/src/awk.svc, librdbg/src/excep.c, librdbg/src/ptrace.c,
2782        librdbg/src/rdbg.c, librdbg/src/remdeb.x, librdbg/src/servbkpt.c,
2783        librdbg/src/servcon.c, librdbg/src/servrpc.c, librdbg/src/servtgt.c,
2784        librdbg/src/servtsp.c, librdbg/src/servutil.c,
2785        librdbg/src/i386/excep_f.c, librdbg/src/i386/rdbg_f.c,
2786        librdbg/src/i386/any/Makefile.am, librdbg/src/i386/any/remdeb.h,
2787        librdbg/src/i386/any/remdeb_svc.c, librdbg/src/i386/any/remdeb_xdr.c,
2788        librdbg/src/m68k/excep_f.c, librdbg/src/m68k/rdbg_f.c,
2789        librdbg/src/m68k/any/Makefile.am, librdbg/src/m68k/any/remdeb.h,
2790        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_xdr.c,
2791        librdbg/src/powerpc/excep_f.c, librdbg/src/powerpc/rdbg_f.c,
2792        librdbg/src/powerpc/new_exception_processing/Makefile.am,
2793        librdbg/src/powerpc/new_exception_processing/remdeb.h,
2794        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c,
2795        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
2796
27972002-01-31      Mike Siers <mikes@poliac.com>
2798
2799        * libnetworking/pppd/rtemsdialer.h: New file missed in previous commit.
2800        * Nice Update of PPPD support which eliminates the requiremetn that
2801        drivers be in the termios TASK_DRIVEN mode. Mike did significant testing
2802        and reports that it seems to be more stable and handle larger packets
2803        better.  This patch replaces the termios tasks with more general pppd
2804        network driver tasks.  The functions pppinput() and pppstart() get
2805        called from the interrupt service routine.
2806        * libnetworking/Makefile.am, libnetworking/configure.ac,
2807        libnetworking/net/Makefile.am, libnetworking/net/bpf.h,
2808        libnetworking/net/ethernet.h, libnetworking/net/if.c,
2809        libnetworking/net/if.h, libnetworking/net/if_arp.h,
2810        libnetworking/net/if_dl.h, libnetworking/net/if_ethersubr.c,
2811        libnetworking/net/if_llc.h, libnetworking/net/if_loop.c,
2812        libnetworking/net/if_ppp.h, libnetworking/net/if_pppvar.h,
2813        libnetworking/net/if_types.h, libnetworking/net/netisr.h,
2814        libnetworking/net/ppp-comp.h, libnetworking/net/ppp_defs.h,
2815        libnetworking/net/pppcompress.h, libnetworking/net/radix.c,
2816        libnetworking/net/radix.h, libnetworking/net/raw_cb.c,
2817        libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,
2818        libnetworking/net/route.c, libnetworking/net/route.h,
2819        libnetworking/net/rtsock.c, libnetworking/pppd/Makefile.am,
2820        libnetworking/pppd/README, libnetworking/pppd/STATUS,
2821        libnetworking/pppd/auth.c, libnetworking/pppd/cbcp.c,
2822        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
2823        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
2824        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
2825        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
2826        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
2827        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
2828        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
2829        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
2830        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
2831        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
2832        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.8,
2833        libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
2834        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
2835        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/upap.c,
2836        libnetworking/pppd/upap.h, libnetworking/pppd/utils.c,
2837        libnetworking/pppd/example/README,
2838        libnetworking/pppd/example/netconfig.h,
2839        libnetworking/wrapup/Makefile.am: Modified.
2840        * libnetworking/net/bsd-comp.c, libnetworking/net/if_ppp.c,
2841        libnetworking/net/ppp-deflate.c, libnetworking/net/ppp.h,
2842        libnetworking/net/ppp_tty.c, libnetworking/net/pppcompress.c,
2843        libnetworking/net/zlib.c, libnetworking/net/zlib.h: New file.
2844        * libnetworking/modem/, libnetworking/modem/.cvsignore,
2845        libnetworking/modem/Makefile.am, libnetworking/modem/ppp.c,
2846        libnetworking/modem/ppp.h, libnetworking/modem/ppp_tty.c,
2847        libnetworking/modem/pppcompress.c: Subdirectory removed.
2848
28492002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2850
2851        * libnetworking/rtems_telnetd/pty.c: Move config.h to were it belongs.
2852        Remove printf (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>).
2853
28542002-01-18      Till Straumann <strauman@slac.stanford.edu>
2855
2856        * librdbg/src/powerpc/excep_f.c: This patch addresses the following
2857        issues: - exception handler needs to enable MSR_FP if the interrupted
2858        thread is FP enabled. - printk message for MSR fixed and added
2859        stacktrace. NOTE: this requires the stacktrace patch to
2860        lib/libbsp/powerpc/shared/vectors/vector_init.c (#ifdef DDEBUG only,
2861        however).
2862
28632002-01-06      Joel Sherrill <joel@OARcorp.com>
2864
2865        * optman/.cvsignore: Added aclocal.m4 and configure.
2866        * optman/.cvsignore: New file.
2867
28682002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2869
2870        * libchip/network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
2871
28722002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2873
2874        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove AC_CONFIG_COMMANDS.
2875        * optman/ChangeLog: New.
2876        * optman/configure.ac: New.
2877        * optman/Makefile.am: New.
2878        * optman/rtems/*: Copied from c/src/exec/rtems/optman.
2879        * optman/sapi/*: Copied from c/src/exec/sapi/optman.
2880
28812001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2882
2883        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
2884
28852001-12-18      Eric Norum <eric.norum@usask.ca>
2886
2887        * libnetworking/lib/tftpDriver.c: Allow chdir() to work on TFTP
2888        `directories' (path names with a / at the end) while disallowing open()
2889        operations on TFTP `directories'.
2890
28912001-12-07      Eric Norum <eric.norum@usask.ca>
2892
2893        * libnetworking/lib/tftpDriver.c: Restore write capability.
2894
28952001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2896
2897        * libchip/network/sonic.h: Fix typo.
2898        * libnetworking/arpa/Makefile.am: Remove stray lines.
2899
29002001-10-30      Victor V. Vengerov <vvv@oktet.ru>
2901
2902        * librdbg/src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2903
29042001-10-18      Eric Norum <eric.norum@usask.ca>
2905
2906        * libnetworking/lib/tftpDriver.c: Properly handles ../ components in
2907        chdir() and open() operations within the TFTP file system.
2908
29092001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2910
2911        * librdbg/configure.ac: Fix latent bug exposed by removal of
2912        config.cache's which prevented powerpc targets librdbg from building.
2913
29142001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2915
2916        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
2917        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
2918        autoconf-2.52 happy.
2919
29202001-10-12      Mike Siers <mikes@poliac.com>
2921
2922        * libnetworking/Update to stable working state.  Congratulations Mike!
2923        :).
2924        * libnetworking/modem_example: Directory removed.
2925        * libnetworking/modem_example/16550.h,
2926        libnetworking/modem_example/README, libnetworking/modem_example/modem.c,
2927        libnetworking/modem_example/modem.h, libnetworking/modem_example/ppp.c,
2928        libnetworking/modem_example/ppp.h,
2929        libnetworking/modem_example/pppcompress.c: Files removed.
2930        * libnetworking/pppd/example/pppd.options: New file.
2931        * libnetworking/pppd/README, libnetworking/pppd/STATUS,
2932        libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
2933        libnetworking/pppd/chat.c, libnetworking/pppd/pppd.h,
2934        libnetworking/pppd/rtemsmain.c: Updated.
2935
29362001-10-12      Joel Sherrill <joel@OARcorp.com>
2937
2938        * libchip/serial/z85c30.c: Fixed typo.
2939
29402001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2941
2942        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2943        * configure.in: Remove.
2944        * configure.ac: New file, generated from configure.in by autoupdate.
2945        * libchip/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2946        * libchip/configure.in: Remove.
2947        * libchip/configure.ac: New file, generated from configure.in by
2948        autoupdate.
2949        * librdbg/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2950        * librdbg/configure.in: Remove.
2951        * librdbg/configure.ac: New file, generated from configure.in by
2952        autoupdate.
2953        * libnetworking/.cvsignore: Add autom4te.cache for autoconf > 2.52.
2954        * libnetworking/configure.in: Remove.
2955        * libnetworking/configure.ac: New file, generated from configure.in by
2956        autoupdate.
2957
29582001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2959
2960        * libchip/rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
2961        * libchip/network/Makefile.am: Use 'PREINSTALL_FILES ='.
2962        * libchip/serial/Makefile.am: Use 'PREINSTALL_FILES ='.
2963
29642001-09-27      Joel Sherrill <joel@OARcorp.com>
2965
2966        * libchip/ChangeLog: Fixed typo in date.
2967
29682001-09-27      Eric Norum <eric.norum@usask.ca>
2969
2970        * libnetworking/lib/tftpDriver.c: Add limited chdir() support to the
2971        TFTP  filesystem.
2972
29732001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2974
2975        * librdbg/include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
2976        * librdbg/include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
2977        * librdbg/include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
2978        * librdbg/include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
2979        * librdbg/src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2980        * librdbg/src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
2981        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Use
2982        'PREINSTALL_FILES ='.
2983        * libnetworking/machine/Makefile.am: Use 'PREINSTALL_FILES ='.
2984        * libnetworking/net/Makefile.am: Use 'PREINSTALL_FILES ='.
2985        * libnetworking/netinet/Makefile.am: Use 'PREINSTALL_FILES ='.
2986        * libnetworking/vm/Makefile.am: Use 'PREINSTALL_FILES ='.
2987        * libnetworking/pppd/Makefile.am: Use 'PREINSTALL_FILES ='.
2988        * libnetworking/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
2989        * libnetworking/rtems_servers/Makefile.am: Use 'PREINSTALL_FILES ='.
2990        * libnetworking/arpa/Makefile.am: Use 'PREINSTALL_FILES ='.
2991        * libnetworking/nfs/Makefile.am: Use 'PREINSTALL_FILES ='.
2992        * libnetworking/rtems_webserver/Makefile.am: Use 'PREINSTALL_FILES ='.
2993        * libnetworking/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2994        * libnetworking/rtems_telnetd/Makefile.am: Use 'PREINSTALL_FILES ='.
2995
29962001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2997
2998        * librdbg/src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
2999        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
3000        * librdbg/src/m68k/any/Makefile.am: Ditto.
3001        * librdbg/src/powerpc/new_exception_processing/Makefile.am: Ditto.
3002        * libnetworking/Makefile.am: Use PREINSTALL_FILES = to make automake-1.5
3003        happy.
3004
30052001-09-21      Joel Sherrill <joel@OARcorp.com>
3006
3007        * libchip/network/Makefile.am: Fixed typo on file name.
3008        * libchip/network/i82586.c: Commented out line 318 which is referencing
3009        a member of a structure that is not currently there.  This needs to be
3010        worked out with Chris Johns <ccj@acm.org>. Switched C++ style comments
3011        to C style.
3012
30132001-09-19      Eric Norum <eric.norum@usask.ca>
3014
3015        * libnetworking/lib/tftpDriver.c: Add some debugging capability.
3016
30172001-09-19      Chris Johns <ccj@acm.org>
3018
3019        * libchip/network/README.i82586, libchip/network/i82586.c,
3020        libchip/network/i82586reg.h, libchip/network/i82586var.h: New files.
3021        Network driver for Intel i82586.
3022        * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h,
3023        rtems/rtems_bsdnet_internal.h Added support for populating the initial
3024        "root" filesystem with information obtained via the DHCP response.
3025
30262001-09-14      Eric Norum <eric.norum@usask.ca>
3027
3028        * librdbg/include/rdbg/rdbg.h, librdbg/src/ptrace.c: Modifications to
3029        make gcc 3.x happy.
3030
30312001-08-16      Mike Siers <mikes@poliac.com>
3032
3033        * libnetworking/pppd/STATUS: Updated by Joel based upon email from Mike.
3034        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h: Readded files.
3035        These support callback functionality that has not even been compiled
3036        under RTEMS yet.
3037        * libnetworking/Update of PPPD to 2.3.11 from 2.3.5 and addition of an
3038        example application.  Mike's notes on the modifications: - renamed
3039        error() function because of namespace problems - removed calls to the
3040        exit() funciton - removed extra files from the pppd source directory -
3041        defined pppd task constant values in rtemspppd.h - modifyied example
3042        code to get actual tick per second value - placed the pppd 2.3.11 man
3043        page file (pppd.8) into the pppd directory.
3044        * libnetworking/pppd/cbcp.c, libnetworking/pppd/cbcp.h,
3045        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3046        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3047        libnetworking/pppd/rtems-ppp.c: Deleted.
3048        * libnetworking/pppd/pppd.8, libnetworking/pppd/rtemsmain.c,
3049        libnetworking/pppd/rtemspppd.c, libnetworking/pppd/rtemspppd.h,
3050        libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c,
3051        libnetworking/pppd/example/Makefile, libnetworking/pppd/example/README,
3052        libnetworking/pppd/example/init.c,
3053        libnetworking/pppd/example/netconfig.h,
3054        libnetworking/pppd/example/ppp.conf,
3055        libnetworking/pppd/example/pppdapp.c,
3056        libnetworking/pppd/example/system.h: New files.
3057        * libnetworking/modem/ppp_tty.c, libnetworking/net/if_ppp.h,
3058        libnetworking/pppd/Makefile.am, libnetworking/pppd/README,
3059        libnetworking/pppd/STATUS, libnetworking/pppd/auth.c,
3060        libnetworking/pppd/ccp.c, libnetworking/pppd/ccp.h,
3061        libnetworking/pppd/chap.c, libnetworking/pppd/chap.h,
3062        libnetworking/pppd/chap_ms.c, libnetworking/pppd/chap_ms.h,
3063        libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
3064        libnetworking/pppd/fsm.c, libnetworking/pppd/fsm.h,
3065        libnetworking/pppd/ipcp.c, libnetworking/pppd/ipcp.h,
3066        libnetworking/pppd/ipxcp.c, libnetworking/pppd/ipxcp.h,
3067        libnetworking/pppd/lcp.c, libnetworking/pppd/lcp.h,
3068        libnetworking/pppd/magic.c, libnetworking/pppd/magic.h,
3069        libnetworking/pppd/options.c, libnetworking/pppd/patchlevel.h,
3070        libnetworking/pppd/pathnames.h, libnetworking/pppd/pppd.h,
3071        libnetworking/pppd/upap.c, libnetworking/pppd/upap.h: Modified.
3072
30732001-08-16      Joel Sherrill <joel@OARcorp.com>
3074
3075        * libnetworking/pppd/example/Makefile: Removed.
3076        * libnetworking/pppd/example/Makefile-user: Added was Makefile.  Renamed
3077        to avoid bootstrap -c clobbering it.
3078        * libnetworking/rtems_telnetd/.cvsignore: New file.
3079
30802001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
3081
3082        * libnetworking/Makefile.am, libnetworking/configure.in,
3083        libnetworking/rtems_servers/Makefile.am,
3084        libnetworking/rtems_servers/telnetd.c,
3085        libnetworking/rtems_servers/telnetd.h,
3086        libnetworking/rtems_telnetd/Makefile.am,
3087        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3088        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3089        libnetworking/rtems_telnetd/telnetd.c,
3090        libnetworking/rtems_telnetd/telnetd.h, libnetworking/wrapup/Makefile.am:
3091        - pty and telnetd have a new subdir rtems_telnetd to avoid the side
3092        effect when ftpd change. - the tcp/ip stats have been implemented into
3093        icmds.c and started when telnetd daemon is started.
3094        * libnetworking/rtems_servers/telnetd.c,
3095        libnetworking/rtems_servers/telnetd.h: Removed.
3096        * libnetworking/rtems_telnetd: New directory.
3097        * libnetworking/rtems_telnetd/Makefile.am,
3098        libnetworking/rtems_telnetd/README, libnetworking/rtems_telnetd/icmds.c,
3099        libnetworking/rtems_telnetd/pty.c, libnetworking/rtems_telnetd/pty.h,
3100        libnetworking/rtems_telnetd/telnetd.c,
3101        libnetworking/rtems_telnetd/telnetd.h: New files.
3102
31032001-06-14      Joel Sherrill <joel@OARcorp.com>
3104
3105        * libnetworking/rtems_servers/telnetd.c, libnetworking/shell/telnetd.h:
3106        Moved from libmisc/shell so the network stack to address network
3107        depenendency.
3108        * libnetworking/rtems_servers/Makefile.am: Modified to reflect above.
3109
31102001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3111
3112        * libnetworking/rtems_servers/Makefile.am: Deleted blank lines.
3113
31142001-05-15      Joel Sherrill <joel@OARcorp.com>
3115
3116        * librdbg/src/i386/any/remdeb_svc.c, librdbg/src/m68k/any/remdeb_svc.c,
3117        librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Readding as I
3118        accidentally deleted the incorrectly empty versions.
3119
31202001-05-14      Till Straumann <strauman@slac.stanford.edu>
3121
3122        * libchip/bootloader/Makefile.am, libchip/console/Makefile.am,
3123        libchip/pci/Makefile.am: Per PR215 address the following issues: -
3124        _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by
3125        libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one
3126        to know the values) - the affected BSP (shared/motorola) headers have
3127        been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140
3128        driver (libchip/network/dec21140.c) has been fixed to use
3129        PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE
3130        instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP
3131        who is using this driver. - the DEC driver also has been fixed to use
3132        the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete
3133        delay_in_bus_cycles().
3134
31352001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3136
3137        * libnetworking/libc/Makefile.am: Remove -D__STRICT_ANSI__.
3138
31392001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3140
3141        * libchip/configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
3142
31432001-04-24      Eric Norum <eric.norum@usask.ca>
3144
3145        * libnetworking/lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS
3146        NTP synchronization a little more robust -- no NTP daemon yet, but at
3147        least it trys a little harder when the primary NTP server is down.
3148
31492001-04-20      Radzislaw Galler  <rgaller@et.put.poznan.pl>
3150
3151        * libnetworking/modem/ppp.c, libnetworking/pppd/main.c,
3152        libnetworking/pppd/pppmain.c, libnetworking/pppd/rtems-ppp.c,
3153        libnetworking/pppd/modem_example/modem.c,
3154        libnetworking/pppd/modem_example/ppp.c: Translated Polish comments and
3155        other strings into English.
3156        * libnetworking/pppd/STATUS: updated to reflect the changes.
3157
31582001-04-20      Jake Janovetz <janovetz@uiuc.edu>
3159
3160        * libnetworking/rtems_servers/ftpd.c: Correct argument so hooks work
3161        again.
3162
31632001-04-20      Eric Valette <valette@crf.canon.fr>
3164
3165        * mcp750 directory renamed new_exception processing as it supports many
3166        more CPU models.
3167        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3168        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3169        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: New files
3170        formerly in mcp750 plus modifications.
3171        * librdbg/src/powerpc/mcp750/.cvsignore,
3172        librdbg/src/powerpc/mcp750/Makefile.am,
3173        librdbg/src/powerpc/mcp750/remdeb.h,
3174        librdbg/src/powerpc/mcp750/remdeb_f.x,
3175        librdbg/src/powerpc/mcp750/remdeb_svc.c,
3176        librdbg/src/powerpc/mcp750/remdeb_xdr.c: Removed when moved to
3177        new_exception_processing.
3178        * librdbg/configure.in, librdbg/src/powerpc/Makefile.am,
3179        librdbg/src/powerpc/new_exception_processing/Makefile.am,
3180        librdbg/src/powerpc/new_exception_processing/remdeb_f.x: Modified as
3181        part of this effort to add support for the MPC8xx.
3182
31832001-04-19      Joel Sherrill <joel@OARcorp.com>
3184
3185        * librdbg/src/powerpc/rdbg_f.c: Always include <rtems.h> instead of
3186        internal include files.
3187
31882001-03-20      Till Straumann <strauman@SLAC.Stanford.EDU>
3189
3190        PR 158
3191        * libnetworking/libc/rcmd.c, libnetworking/libc/rcmd.c: Enable the
3192        rcmd() library call by commenting out the parts that deal with signals.
3193        This enables RTEMS to 'rsh' command to a server connecting fd to remote
3194        stdio. The 'server-side' parts of this file which deal with
3195        authentication are disabled since they are not needed.
3196
31972001-03-15      Ralf Corsepius <corsepius@faw.uni-ulm.de>
3198
3199        * libnetworking/include/.cvsignore: Remove dangling file.
3200
32012001-03-14      Joel Sherrill <joel@OARcorp.com>
3202
3203        * libchip/serial/Makefile.am, libchip/serial/mc68681.c,
3204        libchip/serial/ns16550.c, libchip/serial/serprobe.c,
3205        libchip/serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so
3206        libchip style serial drivers can be written in libcpu or libbsp.
3207
32082001-03-01      Joel Sherrill <joel@OARcorp.com>
3209
3210        * libchip/network/cs8900.c, libchip/network/cs8900.h,
3211        libchip/network/sonic.c, libchip/network/sonic.h,
3212        libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c,
3213        libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c,
3214        libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c,
3215        libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c,
3216        libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c,
3217        libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c,
3218        libchip/serial/z85c30.c, libchip/serial/z85c30.h,
3219        libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c: Corrected header.
3220
32212001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3222
3223        * librdbg/include/rdbg/Makefile.am,
3224        librdbg/include/rdbg/i386/Makefile.am,
3225        librdbg/include/rdbg/m68k/Makefile.am,
3226        librdbg/include/rdbg/powerpc/Makefile.am: Cleanup including more proper
3227        style on include files.
3228
32292001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3230
3231        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3232        libchip/serial/Makefile.am:  Apply include_*HEADERS instead of H_FILES,
3233        replace ${..} with $(..).
3234        * libnetworking/Makefile.am, libnetworking/arpa/Makefile.am,
3235        libnetworking/machine/Makefile.am, libnetworking/net/Makefile.am,
3236        libnetworking/ netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3237        libnetworking/rtems/Makefile.am, libnetworking/
3238        rtems_servers/Makefile.am, libnetworking/rtems_webserver/Makefile.am,
3239        libnetworking/ sys/Makefile.am, libnetworking/vm/Makefile.am: Apply
3240        include_*HEADERS instead of H_FILES.
3241        * libnetworking/include/Makefile.am: Remove.
3242        * libnetworking/Makefile.am: Add handling of *.h files.
3243        * libnetworking/configure.in: Remove include/Makefile.
3244
32452001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3246
3247        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
3248
32492001-01-31      Sergei Organov <osv@javad.ru>
3250
3251        * libnetworking/rtems_servers/ftp.d: Following changes: - Hacks with
3252        current dir and root dir removed in favor of new libio support for
3253        task-local current and root directories. - Bug in `close_data_socket()'
3254        introduced by previous change fixed. - `command_pasv()' changed to set
3255        timeout on socket we are listening on and code fixed to don't close
3256        socket twice on error. - `serr()' changed to clear `errno'. -
3257        `data_socket()' changed to clear `errno' before `bind()'. - `session()'
3258        changed to clear `errno' before processing session. -
3259        `close_data_socket()' fixed to close both active and passive sockets -
3260        Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to
3261        empty string  in `exec_command()'.
3262
32632001-01-25      Eric Norum <eric.norum@usask.ca>
3264
3265        * libnetworking/lib/tftpDriver.c: Reduce first timeout interval.  This
3266        improves throughput on systems which are dropping packets.   Only the
3267        first timeout is reduced.  This keeps the number of extra packets down
3268        on networks that are very busy and dropping lots of packets.
3269
32702001-01-24      Sergei Organov <osv@javad.ru>
3271
3272        * libnetworking/rtems_servers/ftpd.c,
3273        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3274        - Timeouts on sockets implemented. 'idle' field added to configuration.
3275        No timeout by default to keep backward compatibility. Note: SITE IDLE
3276        command not implemented yet. - Basic global access control implemented.
3277        'access' field added to configuration. No access limitations by default
3278        to keep backward compatibility. - Anchor data socket for active mode
3279        (using self IP and port 20.) - Fixed default data port support (still
3280        not tested). - Don't allow IP address different from originating host in
3281        PORT command to improve security. - Fixed bug in MDTM command. - Check
3282        for correctness of parsing of argument in command_port(). - Fixed
3283        squeeze_path() to don't allow names like 'NAME/smth' where 'NAME' is not
3284        a directory. - Command parsing a little bit improved: command names are
3285        now converted to upper-case to be more compatible with RFC (command
3286        names are not case-sensitive.) - Reformat comments so that they have
3287        RTEMS look-and-feel. - Fixed DELE, SITE CHMOD, RMD, MKD broken by
3288        previous changes - True ASCII mode implemented (doesn't work for hooks
3289        and /dev/null) - Passive mode implemented, PASV command added. - Default
3290        port for data connection could be used (untested, can't find ftp client
3291        that doesn't send PORT command) - SYST reply changed to UNIX, as former
3292        RTEMS isn't registered name. - Reply codes reviewed and fixed.
3293
32942001-01-18      Joel Sherrill <joel@OARcorp.com>
3295
3296        * librdbg/src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
3297        macro using variable arguments.
3298        * librdbg/src/powerpc/new_exception_processing/remdeb.h,
3299        librdbg/src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated
3300        since I updated the main RTEMS development machine to RedHat 7.2 and
3301        apparently got a new version of rpcgen.
3302
33032001-01-12      Sergei Organov <osv@javad.ru>
3304
3305        * libnetworking/rtems_servers/ftpd.c,
3306        libnetworking/rtems_servers/ftpd.h: Major enhancements as listed below:
3307        - use pool of pre-created threads to handle sessions instead of
3308        creating/deleting threads on the fly - LIST output is now similar to
3309        what "/bin/ls -al" would output, thus FTP clients such Netscape are
3310        happy with it. - LIST NAME now works (both for files and directories) -
3311        added support for NLST, CDUP, and MDTM FTP commands to make more FTP
3312        clients happy  - keep track of CWD for every session separately -
3313        ability to specify root directory name for FTPD in configuration table.
3314        FTPD will then create illusion for FTP clients that this is actually
3315        root directory. - ignore options sent in commands, thus LIST -al FILE
3316        works and doesn't try to list "-al" directory. - buffers are allocated
3317        on stack instead of heap where possible to eliminate malloc/free calls
3318        (avoid possible heap fragmentation troubles). - drop using of task
3319        notepad to pass parameters - use function arguments instead - use
3320        snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET
3321        in socket() instead of AF_INET.
3322
33232001-01-02      Joel Sherrill <joel@OARcorp.com>
3324
3325        * libnetworking/CHANGELOG: Removed.
3326        * libnetworking/README: Merged CHANGELOG contents as initial changes.
3327
33282000-12-14      Eric Norum <eric.norum@usask.ca>
3329
3330        * libnetworking/lib/tftpDriver.c: Added write capability.
3331
33322000-12-08      Joel Sherrill <joel@OARcorp.com>
3333
3334        * libnetworking/libc/linkaddr.c: Initialized variable to remove warning.
3335        * libnetworking/modem/ppp.c, libnetworking/modem/ppp_tty.c: Made
3336        numerous variable declarations conditional on PPP_COMPRESS and
3337        PPP_FILTER.  Commented out variables that were not used because the code
3338        using them was commented out. Removed totally unused variables.
3339        * libnetworking/modem/pppcompress.c: Added parentheses to avoid warnings.
3340        * libnetworking/pppd/pppmain.c: Removed numerous warnings.
3341
33422000-11-30      Joel Sherrill <joel@OARcorp.com>
3343
3344        * libnetworking/modem/ppp_tty.c: Changed to include
3345        <rtems/termiostypes.h> since that is an RTEMS specific header file.
3346        * libnetworking/sys/ttycom.h: Moved to lib/include/sys.
3347        * libnetworking/Makefile.am: Modified to reflect above.
3348
33492000-11-27      Joel Sherrill <joel@OARcorp.com>
3350
3351        * libnetworking/libc/res_init.c: Fix typo - adding missing # on include.
3352
33532000-11-25      Eric Norum <eric.norum@usask.ca>
3354
3355        * libnetworking/libc/res_init.c: Move include to avoid compiler dumping
3356        core.
3357
33582000-11-25      Antti P Miettinen  <antti.p.miettinen@nokia.com>
3359
3360        * libnetworking/wrapup/Makefile.am: Added modem subdir.
3361        * libnetworking/configure.in, libnetworking/Makefile.am: Added modem
3362        subdir.
3363        * libnetworking/net/Makefile.am: Added if_pppvar.h, pppcompress.h.
3364        * libnetworking/pppd/Makefile.am: Added pppmain.c (which needs work).
3365        * libnetworking/pppd/chat.c, libnetworking/pppd/fsm.c,
3366        libnetworking/pppd/fsm.h, libnetworking/pppd/ipxcp.c,
3367        libnetworking/pppd/main.c, libnetworking/pppd/ppp_tty.c,
3368        libnetworking/pppd/upap.c: Changes from Thomas Doerfler
3369        <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. Actually
3370        main.c and ppp_tty.c should be scratched. The modem subdir has the real
3371        ppp_tty.c and the real pppd main is in pppmain.c.
3372
33732000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
3374
3375        * libchip/network/sonic.c: Added ipalign() routine to align the received
3376        packet so that the ip header is on a 32-bit boundary. Necessary for
3377        cpu's that do not allow unaligned loads and stores and when the 32-bit
3378        DMA mode is used.
3379
33802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3381
3382        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
3383        * libchip/Makefile.am: Use ... instead of RTEMS_TOPdir in
3384        ACLOCAL_AMFLAGS.
3385        * librdbg/Makefile.am: Use ... instead of RTEMS_TOPdir in
3386        ACLOCAL_AMFLAGS.
3387        * libnetworking/Makefile.am: Use ... instead of RTEMS_TOPdir in
3388        ACLOCAL_AMFLAGS.
3389
33902000-11-03      Chris Johns <ccj@acm.org>
3391
3392        * libchip/network/README.cs8900, libchip/network/cs8900.c,
3393        libchip/network/cs8900.h: New files.
3394
33952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3396
3397        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
3398        * libchip/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3399        $(RTEMS_TOPdir)/aclocal.
3400        * librdbg/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3401        $(RTEMS_TOPdir)/aclocal.
3402        * libnetworking/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
3403        $(RTEMS_TOPdir)/aclocal.
3404
34052000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3406
3407        * configure.in: Switch to GNU-canonicalization.
3408        * Makefile.am: Reflect changes to configure.in.
3409        * acinclude.m4: Remove.
3410
34112000-10-30      Joel Sherrill <joel@OARcorp.com>
3412
3413        * POSIX include files merged into newlib.  This resulted in some
3414        definitions moving to other files and thus some secondary effects in
3415        RTEMS source code.
3416        * libnetworking/machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be
3417        in sync with newlib's <machine/types.h>.
3418        * libnetworking/rtems/rtems_bsdnet_internal.h: newlib now includes
3419        definition of struct itimerval in <sys/time.h>.
3420
34212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3422
3423        * configure.in: add lib/libbsp to the GNU canonicalized subdirectories,
3424        remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3425        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
3426        * ChangeLog: Fix typos.
3427        * configure.in: add tests to the GNU canonicalized subdirectories.
3428
34292000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3430
3431        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
3432        * configure.in: add lib to the GNU canonicalized subdirectories,  make
3433        the lib directory before configuring lib/.
3434
34352000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3436
3437        * configure.in, Makefile.am: add exec to the GNU canonicalized
3438        subdirectories.
3439        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
3440        * configure.in: add libnetworking, librpc and librdb to the GNU
3441        canonicalized subdirectories.
3442        * configure.in: add libmisc and libchip to the GNU canonicalized
3443        subdirectories.
3444        * libchip/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3445        Switch to GNU canonicalization.
3446        * librdbg/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3447        Switch to GNU canonicalization.
3448        * libnetworking/Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
3449        Switch to GNU canonicalization.
3450
34512000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3452
3453        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
3454        canonicalization to libfs/. The approach is currently a bit of a hack as
3455        GNU canonicalization does not support the per-BSP build some of the
3456        other directories require.  As more of the tree is converted, this will
3457        become less  of an issue.
3458
34592000-10-20      Joel Sherrill <joel@OARcorp.com>
3460
3461        * libchip/network/dec21140.c: Corrected attach to include "int attach"
3462        parameter.
3463
34642000-10-19      Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
3465
3466        * librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3467        librdbg/src/m68k/any/remdeb_svc.c: New files missed in merger.
3468        * librdbg/configure.in: Add m68k support.
3469        * librdbg/include/rdbg/m68k, librdbg/src/m68k, librdbg/src/m68k/any: New
3470        subdirectory.
3471        * librdbg/src/_servtgt.c: add status text to prinf upon task creation
3472        failure.
3473        * librdbg/src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
3474        * librdbg/src/m68k/Makefile.am, librdbg/src/m68k/any/Makefile.am,
3475        librdbg/src/m68k/any/remdeb_f.x, librdbg/src/m68k/any/.cvsignore,
3476        librdbg/src/m68k/any/remdeb.h, librdbg/src/m68k/any/remdeb_xdr.c,
3477        librdbg/src/m68k/any/remdeb_svc.c, librdbg/src/m68k/excep_f.c,
3478        librdbg/src/m68k/rdbg_cpu_asm.S, librdbg/src/m68k/rdbg_f.c,
3479        librdbg/src/m68k/.cvsignore: New files.
3480        * libnetworking/lib/tftpDriver.c: add comments to handlers struct
3481        function pointers.
3482        * libnetworking/rtems/rtems_glue.c: move pointer arithmetic to be
3483        _after_ pointer has been checked against NULL.
3484
34852000-10-18      Joel Sherrill <joel@OARcorp.com>
3486
3487        * wrapup/Makefile.am: Added libfs.
3488
34892000-10-18      Chris Johns <ccj@acm.org>
3490
3491        * libfs created.
3492        * configure.in: Added libfs subdirectory.
3493        * libnetworking/pppd/ipxcp.c: Fixed a typo.
3494
34952000-09-28      Joel Sherrill <joel@OARcorp.com>
3496
3497        * libnetworking/rtems_webserver/Makefile.am,
3498        libnetworking/rtems_webserver/base64.c,
3499        libnetworking/rtems_webserver/base64.c: Renamed base64.c to wbase64.c.
3500        * libnetworking/rtems_webserver/sock.c: Added file missed in merger.
3501
35022000-09-22      Joel Sherrill <joel@OARcorp.com>
3503
3504        * libnetworking/machine/types.h, libnetworking/pppd/pppd.h,
3505        libnetworking/rtems/rtems_bsdnet_internal.h,
3506        libnetworking/rtems_webserver/webmain.c: machine/types.h  should not
3507        have included rtems.h.  It is now including precisely the  least amount
3508        of low level, yet portable .h files to get the basic RTEMS types
3509        defined.  This rippled into other  files since rtems_bsdnet_internal.h
3510        used machine/types.h to include rtems.h.
3511
35122000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3513
3514        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
3515
35162000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3517
3518        * libnetworking/ChangeLog: Cleanup.
3519
35202000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3521
3522        * libchip/network/Makefile.am: Use AM_*FLAGS += ...
3523        * libchip/ChangeLog: Fix formating.
3524
35252000-09-05      Joel Sherrill <joel@OARcorp.com>
3526
3527        * libnetworking/rtems/rtems_syscall.c: Changed from O_NONBLOCK to
3528        internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY
3529        confusion and to work with the converted flags.
3530
35312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3532
3533        * wrapup/Makefile.am: Include compile.am.
3534        * libchip/network/Makefile.am, libchip/rtc/Makefile.am,
3535        libchip/serial/Makefile.am: Include compile.am.
3536        * librdbg/src/i386/any/Makefile.am,
3537        librdbg/src/powerpc/mcp750/Makefile.am: Include compile.am.
3538        * libnetworking/kern/Makefile.am, libnetworking/lib/Makefile.am,
3539        libnetworking/libc/Makefile.am, libnetworking/net/Makefile.am,
3540        libnetworking/netinet/Makefile.am, libnetworking/nfs/Makefile.am,
3541        libnetworking/pppd/Makefile.am, libnetworking/rtems/Makefile.am,
3542        libnetworking/rtems_servers/Makefile.am,
3543        libnetworking/rtems_webserver/Makefile.am,
3544        libnetworking/wrapup/Makefile.am: Include compile.am.
3545
35462000-09-01      Rosimildo daSilva <rdasilva@connecttel.com>
3547
3548        * libnetworking/emfdb.c: Removed stray semi-colon.  Reported on GoAhead
3549        mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>.
3550
35512000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3552
3553        * libnetworking/netinet/tcp_input.c: Spelling corrections.
3554
35552000-08-31      Joel Sherrill <joel@OARcorp.com>
3556
3557        * Merged version 2.1 of GoAhead webserver.  This update was submitted by
3558        Antti P Miettinen <antti.p.miettinen@nokia.com>.
3559        * libnetworking/NOTES, libnetworking/base64.c, libnetworking/ejIntrn.h,
3560        libnetworking/emfdb.c, libnetworking/emfdb.h, libnetworking/md5.h,
3561        libnetworking/md5c.c, libnetworking/ um.c, libnetworking/um.h: New files.
3562        * libnetworking/wbase64.c: Removed.
3563        * libnetworking/Makefile.am, libnetworking/asp.c,
3564        libnetworking/balloc.c, libnetworking/default.c, libnetworking/ej.h,
3565        libnetworking/ejlex.c, libnetworking/ejparse.c, libnetworking/ form.c,
3566        libnetworking/h.c, libnetworking/handler.c, libnetworking/mime.c,
3567        libnetworking/misc.c, libnetworking/ringq.c, libnetworking/rom.c,
3568        libnetworking/security.c, libnetworking/ socket.c, libnetworking/sym.c,
3569        libnetworking/uemf.c, libnetworking/uemf.h, libnetworking/url.c,
3570        libnetworking/value.c, libnetworking/webcomp.c, libnetworking/webmain.c,
3571        libnetworking/ webpage.c, libnetworking/webrom.c, libnetworking/webs.c,
3572        libnetworking/webs.h, libnetworking/websuemf.c, libnetworking/wsIntrn.h:
3573        Modified.
3574
35752000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3576
3577        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
3578
35792000-08-30      Joel Sherrill <joel@OARcorp.com>
3580
3581        * libnetworking/rtems_webserver/license.txt: New file.
3582
35832000-08-10      Joel Sherrill <joel@OARcorp.com>
3584
3585        * ChangeLog: New file.
3586        * libchip/ChangeLog: New file.
3587        * librdbg/ChangeLog: New file.
3588        * libnetworking/ChangeLog: New file.
3589
Note: See TracBrowser for help on using the repository browser.